.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:217,231,253;--color-primary-1:142,182,248;--color-primary-2:66,133,244;--color-primary-3:25,37,193;--color-primary-4:21,32,50;--color-secondary-0:255,225,230;--color-secondary-1:255,154,171;--color-secondary-2:255,53,87;--color-secondary-3:128,27,44;--color-secondary-4:38,8,13;--color-tertiary-0:255,255,255;--color-tertiary-1:78,78,78;--color-tertiary-2:45,50,56;--color-tertiary-3:45,41,41;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Source Sans Pro"; }@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-primary-3),1);background-image:url("https://images.assets-landingi.com/BnGc8cEv/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container { display: none; }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .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); }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM { background-color:transparent;background-image:url("https://images.assets-landingi.com/fiaT0tfW/Ebooks_Shop_BG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM.adaptive-delivery-prevent-bg, #MBZN8x4I3qTWEv12GBdDLoHetRSkIndM.lazyload, #MBZN8x4I3qTWEv12GBdDLoHetRSkIndM.lazyloading { background-image: none; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row .container { background-color: transparent; background-image: none; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row .container > .video-iframe-container { display: none; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row > .video-iframe-container { display: none; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .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); }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row .container { border-width: 0; border-radius: 0; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM::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; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row .container { font-size:0.875rem;font-family:"open sans";height:38.125rem;width:75rem;overflow:visible;position:relative;display:block; }#PzVXZGvXwDs290aPaTshNFnvxtxkfb2b { color:#4658ff;display:block;width:25rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:21.0625rem;left:41.875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1D9JAJViDatB90PzC85l7EIaxy47ysy { background-color:#019700;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.75rem;left:46.5625rem;display:block; }
#gUkJ7MXMDDoLv5TP0SmCuTkUeNtwQ4tS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hKfEeB7dTWLxvOWNr1pOdHwkT4PQW8IO { color:#4658ff;display:block;width:28.625rem;position:absolute;font-family:"space grotesk";font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:7.25rem;left:38.875rem;height:10.9375rem;text-align:center;text-align-last:center;display:block; }
#oclxMigHixK69FXSrV5Lh2TJ2Ua72SEs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:29.0625rem;left:41.1875rem; }
#fG91KayKan4s9PzAWtRqNZnmkgBXytE7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29.0625rem;left:64.4375rem; }
#Uub6DoT7C4T4Thqu7StX8VizPKUhzLEG { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top: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:20rem;width:32.5625rem;top:7.1875rem;left:3.5625rem;overflow:hidden;display:block; }
#oUUsvuafVpfeTdyKomv7q9fPeWLKDaL6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.34375rem;left:4.4375rem; }
#g6aNLgxxw2DcPa2TN6DnMvGBG2PEq4Ux { color:#4658ff;display:block;width:3.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:28.5rem;left:7.125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PgOA16Ux0ec69HS2eOdEhfT4MmdO5qTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:27.875rem;left:11.1875rem; }
#UpOSWrzJcEmJdLO57Fnxh54IeMNvsIAQ { color:#4658ff;display:block;width:4.5625rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:28.8125rem;left:14.4375rem;height:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfINIcteTMWhRfxyKW02e2q14FCcOpbb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.375rem;left:19.5625rem; }
#zMSxmHvQkeTn5lECP7sQn89AVu7Q7XOb { color:#4658ff;display:block;width:4.5625rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:28.5rem;left:22.25rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aLggUGSteBPZ5QhrWAMSCHM1f2cDrxop { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:28.1875rem;left:27.5625rem; }
#Wpyr9ICF1qkHbMoxeIEX0yRTS8qhdPwR { color:#4658ff;display:block;width:5.25rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:28.8125rem;left:30rem;height:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6U27W1ar1nebyJmlLhrS3XroH0OcktM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { background-color: transparent; background-image: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .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); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { border-width: 0; border-radius: 0; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { width:75rem;height:8.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#yqcnhvSbxhePTAfHMvfytoGek3u5Zz4X { color:#ffffff;display:block;width:65.0625rem;position:absolute;font-family:"space grotesk";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5rem;left:4.875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq.adaptive-delivery-prevent-bg, #EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq.lazyload, #EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq.lazyloading { background-image: none; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container { background-color: transparent; background-image: none; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container > .video-iframe-container { display: none; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row > .video-iframe-container { display: none; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .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); }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container { border-width: 0; border-radius: 0; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#ExDZaotW6tfqPMuf3ZnNgiiwPmC44FKx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.15) ;height:5rem;width:5rem;top:0rem;left:35rem;display:block; }
#MFNpw9ayy2Sye1vovFPXRIP2KrMTww0T { box-sizing:content-box;color:#4658ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:35rem;display:block; }
#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1yhpek97/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9.adaptive-delivery-prevent-bg, #bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9.lazyload, #bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9.lazyloading { background-image: none; }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row .container { background-color: transparent; background-image: none; }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row .container > .video-iframe-container { display: none; }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row > .video-iframe-container { display: none; }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .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); }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row .container { border-width: 0; border-radius: 0; }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#QDVcbm0QqUxOQSg7TKTllNq0W7LB24Px { color:#3a4044;display:block;width:55.6875rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:2.5rem;left:9rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O501zqmUlo0xnQPGbJork3Hpe6Eo8J5T { color:#3a4044;display:block;width:55.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:7rem;left:9rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ph2J5lQZCrmut3JKgO1q6wqaugzxkGQx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.5625rem;left:3.875rem; }
#MtH08ck48HOyNiaMrTN1LJ1N3Z2Z0Ale { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.0625rem;left:3.875rem; }
#tATrZkmdPRxbV4lRXgW7uxpMsfHI2u1k { color:#3a4044;display:block;width:66rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:11.0625rem;left:9rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KSSU8UUUTSqavkr5CVuqmUObN9tB1stn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.125rem;left:3.875rem; }
#wyuAcglCqRy8X4eumqTzdbBiRJzeEvtd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.625rem;left:3.9375rem; }
#OrBJfdN1o14fkuMWi0pszKeGK52nrWz3 { color:#3a4044;display:block;width:66rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:15.5625rem;left:9rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UfxJlWTJ5yeZyACbTulme60Fqbawqsti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.6875rem;left:3.875rem; }
#mBgucASWQfgsWoQeJ5efeFePWLTQvVuk { color:#3a4044;display:block;width:66rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15023;line-height:1;letter-spacing:0;top:19.625rem;left:9rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#plS0bXs5mbN41zSqUv6hAmzrTk9ZLh3K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.875rem;left:3.875rem; }
#NVLBwLAbT0NXidKNwiQablM0MM5E6d7G { color:#3a4044;display:block;width:66rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:23.8125rem;left:9rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));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;display:block; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container { background-color: transparent; background-image: none; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container > .video-iframe-container { display: none; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row > .video-iframe-container { display: none; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .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); }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container { border-width: 0; border-radius: 0; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container { width:75rem;height:13.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zOgka30h8MZwcsaxL79UwZ7y1PodTZgu { color:#ffffff;display:block;width:64.9375rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.75rem;left:4.9375rem;height:6.07470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb.adaptive-delivery-prevent-bg, #pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb.lazyload, #pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb.lazyloading { background-image: none; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container { background-color: transparent; background-image: none; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container > .video-iframe-container { display: none; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row > .video-iframe-container { display: none; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .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); }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container { border-width: 0; border-radius: 0; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#UIOzpmtQTi8eTJR4zVSSlO9y0pikh3sK { color:#3a4044;display:block;width:71.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.0625rem;left:1.75rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db.adaptive-delivery-prevent-bg, #HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db.lazyload, #HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db.lazyloading { background-image: none; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container { background-color: transparent; background-image: none; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container > .video-iframe-container { display: none; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row > .video-iframe-container { display: none; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .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); }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container { border-width: 0; border-radius: 0; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#qhFRNyvK55nSTeOIJvbl3crT8849LPTt { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:19.75rem;top:5.625rem;left:52.75rem;display:block; }
#WR9JFXPQU1krBUh1LLsLpOX0q0Daeug3 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:19.75rem;top:5.625rem;left:27.5rem;display:block; }
#yFOJT5DUtiULbO9mB8r6c4zfB2DOCFGz { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:19.75rem;top:5.4375rem;left:2.5rem;display:block; }
#xMannqc1X5e0R2U8tCPnJ83vPhoGONzQ { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:19.75rem;top:5.25rem;left:52.75rem;display:block; }
#gBn2l4t6HFfsNDlGgHdB7C1N98rCx4Oe { position:absolute;display:block;z-index:15001;background-color:#4658ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:19.75rem;top:5.0625rem;left:2.5rem;display:block; }
#o5RGlp9zwmBTuJU9K9K5SOIfKXdGUhT2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:19.75rem;top:5.3125rem;left:27.5rem;display:block; }
#MzRkmdBv88d9xdISm9AWDTrv36taIxMT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:7.125rem;left:3.84375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eQS8iu0rDSdWCk1KCe0rv5ByIDeBnDv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:7.6875rem;left:28.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2rX6UIBHVRLcd8Tqy8FRE4cVTUVs65z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:7.125rem;left:53.46875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmdhCGWNQ82VV5c2v8MR38PHJ9eCx7SE { color:#080909;display:block;width:14.375rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15030;line-height:1;letter-spacing:0;top:22.42578125rem;left:6.59375rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A0t5RaDwLk6kHJXS7lhxBdbzdKLA2ooe { color:#080909;display:block;width:14.4375rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:17rem;left:6.53125rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h4meywq2H9QQ9ckwxGMwmagKyToSt9Fe { color:#080909;display:block;width:14.6875rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:13.03125rem;left:6.40625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qbc5TLqXUe2syHgmpBnRCBI0rmXw1NVO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:13.53125rem;left:3.96875rem; }
#ODAghscivVxvgUlcZdSutHBlgLNewXTW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:18.25rem;left:3.84375rem; }
#EhIEb9Lz27zEKAhpF8i2GigUhp1TOvRf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:23.0625rem;left:4.0625rem; }
#BXKz69a6CKSH58W5b1GoQiR76iAk8Ddt { color:#080909;display:block;width:13.8125rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15040;line-height:1;letter-spacing:0;top:22.42578125rem;left:31.4375rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xB0vGE2TM10pDb28unwrmA5usbkIJWAe { color:#080909;display:block;width:14.5625rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15039;line-height:1;letter-spacing:0;top:17.5rem;left:31.4375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lDt8Evh5toBMMRQ3es2BEGQlEL7N2ZQN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:18.25rem;left:28.625rem; }
#TEWyewNZpRTR480L0t96gUfv0mJx00di { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:22.5rem;left:28.625rem; }
#bd1b3FIfvnOIeI1lsnKl2fd6gwQmS4J6 { color:#080909;display:block;width:14.9375rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15038;line-height:1;letter-spacing:0;top:13.03125rem;left:31.4375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JlF7XlEoK7LzN5hJ4t1N8wxGPKfr1vG5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:13.53125rem;left:28.625rem; }
#Ji8oOF0KdNicOudzpchI39QVXFqM20JB { color:#080909;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1;letter-spacing:0;top:22.25rem;left:57.15625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IdW4uAN7FW2NNpN2iiGHkW8Gr0IRafUx { color:#080909;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15055;line-height:1;letter-spacing:0;top:17rem;left:57.03125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CS4ZA2A2dmGFKCKv5O5ad3H2xorVeK1X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:18.25rem;left:54.3125rem; }
#hB5niIJh1QfyOLpdyVAPQuThezwm4Ise { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:22.625rem;left:54.3125rem; }
#pPDEPb5PwWeARIifDBWc86s90e6xXyT4 { color:#080909;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1;letter-spacing:0;top:13.53125rem;left:56.84375rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eDEkgJxwf2d97eg2iDRu3dCJKWfcJ63L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:13.53125rem;left:54.3125rem; }
#Eq7DD3uGwXDRwnXZ0R8weQ14k777TA7c { color:rgba(var(--color-secondary-2),1);display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:0rem;left:34.84375rem;height:5.76855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vJ1nwoPqeHcCo7svvoedmhgF1MJwdBi1 { color:#4658ff;display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:0rem;left:59.84375rem;height:5.76855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AC1PQ0LET0qzlMkKGVEJBk33nfO5I8oX { color:#4658ff;display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:0rem;left:9.71875rem;height:5.76855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));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;display:block; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container { background-color: transparent; background-image: none; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container > .video-iframe-container { display: none; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row > .video-iframe-container { display: none; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .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); }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container { border-width: 0; border-radius: 0; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container { width:75rem;height:13.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#tpE3I2mHTBqI8v8AaaTC5CXhE2cHJF9i { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.15) ;height:5rem;width:5rem;top:11rem;left:33.6875rem;display:block; }
#iJOThQzkWK7eHKBibRADc8CJI2cPDhhB { box-sizing:content-box;color:#4658ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:11rem;left:33.6875rem;display:block; }
#kGVQhm5EuFLoqZ9o6FDg6gtAS0lWFsbE { color:#ffffff;display:block;width:71.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.1875rem;left:1.3125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/huz0dXcO/section5_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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:block; }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR.adaptive-delivery-prevent-bg, #ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR.lazyload, #ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR.lazyloading { background-image: none; }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row .container { background-color: transparent; background-image: none; }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row .container > .video-iframe-container { display: none; }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row > .video-iframe-container { display: none; }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .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); }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row .container { border-width: 0; border-radius: 0; }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#aHAsIa18b2CaU44ThOSuMusxP575vT6e { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.625rem;left:7.5rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2e2lrV43fHSioanIs9tnMwqP9rx7181 { color:rgba(var(--color-secondary-2),1);display:block;width:57.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:13.8125rem;left:8.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxRPp2W5J5oHuspA3qJsxSuEKAaFfqZm { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.357421875rem;left:13.40625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#npVk0F0EuhcvxO2VIr3rDhauX2NZ6UPT { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:24.568359375rem;left:13.40625rem;height:1.25rem;display:block; }
#meMpRdtORvwWiTKhcHMME0OnNgyCVbWr { box-sizing:content-box;color:#4658ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:23.568359375rem;left:8.75rem;display:block; }
#yCtEmplzfIM0pfG1TKJTyfrgm3XqAmUF { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:66.1875rem;top:4.03125rem;left:4.5625rem;display:block; }
#hcDebDyUpikmLAH4arUVoi4eS6ZdSwva { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:27.818359375rem;left:13.40625rem;height:1.25rem;display:block; }
#gzGvJmhFB6wqRrG0zDR8cWLbT1N4sDtI { color:rgba(var(--color-tertiary-0),1);display:block;width:55.875rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:31.068359375rem;left:13.40625rem;height:1.25rem;display:block; }
#g8g85iluUcrryTeEX2zkS6mx8GeSGXsM { color:rgba(var(--color-tertiary-0),1);display:block;width:54.4375rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:34.318359375rem;left:13.4375rem;height:1.25rem;display:block; }
#xKLBpHVzrsq6sNR8HbzWEGa6MTnSrzLt { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:37.380859375rem;left:13.40625rem;height:1.25rem;display:block; }
#eqdBpFXk7s8Gdqm6NxHOdHIe81FUhFon { box-sizing:content-box;color:#4658ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:26.818359375rem;left:8.75rem;display:block; }
#N3fBhKe3w1ufl1yofRZVbfcT48vCAiJX { box-sizing:content-box;color:#4658ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:30.068359375rem;left:8.8125rem;display:block; }
#hTgABTxelM1ARiWxOSp9x9seN60Zql5h { box-sizing:content-box;color:#4658ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:33.318359375rem;left:8.75rem;display:block; }
#wx5mSoE3Z9ZtJFIWwNgTQggNGsKs1hTW { box-sizing:content-box;color:#4658ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:36.380859375rem;left:8.75rem;display:block; }
#bpDXLKIDm1487AbeevHK95xr5UJM6SDk { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));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;display:block; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container { background-color: transparent; background-image: none; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container > .video-iframe-container { display: none; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row > .video-iframe-container { display: none; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .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); }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container { border-width: 0; border-radius: 0; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container { width:75rem;height:34.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#s3TP0vsl2WHhcbnffJPKmmPXNJy4kwP1 { position:absolute;display:block;z-index:15045;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:14.0625rem;top:22.875rem;left:58.5625rem;display:block; }
#B1J398qfdJ5ZCD9iGSkIectuE7v7zEsn { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:13.9375rem;width:13.9375rem;top:9rem;left:58.5625rem;display:block; }
#aJnQH4w65qodZs20w0kac5RCU78p1cU6 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:14.0625rem;top:22.9375rem;left:41.0625rem;display:block; }
#bq1h6aZDpGxd10ilpwcqJe7ppQ8FBAOw { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:15.75rem;left:44.0625rem;overflow:hidden;display:block; }
#pzhyn95tkIBKHx1TqT6uPXbd8ZLdzuH4 { position:absolute;display:block;z-index:15036;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:2rem;top:18.4375rem;left:46rem;display:block; }
#v0edpBwTV2DZgF1pkGhwPS2UN7cgxMSt { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:15.8125rem;left:62.75rem;overflow:hidden;display:block; }
#EskBEUDGTkBbxT2CEC5x2kHeKG0lxQLc { position:absolute;display:block;z-index:15044;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.75rem;width:0.625rem;top:20.0625rem;left:67.0625rem;display:block; }
#GKTdfAbdsZceDAaVZUqvS5OGOIr6u5JF { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:9rem;left:41.0625rem;display:block; }
#uMwTEENErZ4BHzT95RCAxiK2nPAHSZfw { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.4375rem;width:1.5rem;top:19.6875rem;left:47.75rem;display:block; }
#ZkdKSJUtnTaonogT72buIK9TSSOAhTQf { position:absolute;display:block;z-index:15033;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:14.0625rem;top:22.9375rem;left:24.0625rem;display:block; }
#eI3aT0KwzWvuoVouoTaFi6C0caT8JIoi { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:9rem;left:24.0625rem;display:block; }
#TRD74kTdv62ZP1Ml7wOewNGsE0M1RtEe { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:16rem;left:28.4375rem;overflow:hidden;display:block; }
#bdDPQ5wWEzdN1IqBMitzu5IeI5ROQHv9 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.6875rem;width:1.4375rem;top:16.6875rem;left:30.8125rem;display:block; }
#gJQ9B5KTZBvELGCbkrP1tEVITVscNxnd { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.3125rem;width:1.25rem;top:17.5625rem;left:64.5625rem;display:block; }
#QH1daTqryI89EWiHLX6K9bB0niFAu2Fc { position:absolute;display:block;z-index:15043;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:16.4375rem;left:63.4375rem;display:block; }
#GfW4NdcSyD1EbVAO40Hp4MtxuboeTteT { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:14.0625rem;top:22.875rem;left:7.0625rem;display:block; }
#SqzWX0SVEeKhOf8uMydgv3MuOe7NSxPT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:9rem;left:7.0625rem;display:block; }
#rFrxr90uxpRp2TPRJNic5TNGyTFonHaO { color:#3a4044;display:block;width:11.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:10.25rem;left:8.1875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrrGKWoSTPNoRzNDilGRpSiefPnSe8n6 { color:#3a4044;display:block;width:11.4375rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:10.25rem;left:25.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJlay2d16mNC8V499i9KTTL3ORzc3EfG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:16rem;left:11.9375rem;overflow:hidden;display:block; }
#F2gqog4OWEvIO5fzHynhg7ezIGl6Rzd0 { position:absolute;display:block;z-index:15023;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:2.5rem;width:2.375rem;top:17.375rem;left:13.4375rem;display:block; }
#A14xivGJf38kxsQFMPQeuQgFIzC0wNLW { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:18.1875rem;left:14.125rem;display:block; }
#hAPM1TcuWTMmrtGr9rR3muGvSmMUvKgT { color:#3a4044;display:block;width:12.1875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:10.25rem;left:42rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rq6qABgFGA2s32wtqWfpG8s1KUrFqKDh { color:#3a4044;display:block;width:11.375rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:10.25rem;left:59.9375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bZCRkTW0rbIToeX70GzGnKNJ7BHdTS8H { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:"space grotesk";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.6875rem;left:8.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xoNkGlMBLGww8B5i21s1syUt203Uzpqn { background-color:#019700;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.6875rem;left:22.625rem;display:block; }
#u6L5RRIOQiSrGG4eHQIVBwXJNR3m5BQL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.adaptive-delivery-prevent-bg, #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.lazyload, #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.lazyloading { background-image: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { background-color: transparent; background-image: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container > .video-iframe-container { display: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container { display: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .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); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { border-width: 0; border-radius: 0; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#XmtRDx93GxlEPRP2tGlxpIPVlzxUPONr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.15) ;height:5rem;width:5rem;top:0rem;left:35rem;display:block; }
#be2CHgk6rrkzNfegVsgoZkOU65znfRCC { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:35rem;display:block; }
#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1yhpek97/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm.adaptive-delivery-prevent-bg, #mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm.lazyload, #mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm.lazyloading { background-image: none; }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row .container { background-color: transparent; background-image: none; }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row .container > .video-iframe-container { display: none; }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row > .video-iframe-container { display: none; }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .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); }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row .container { border-width: 0; border-radius: 0; }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#iQp4alT3Vk0Qrfu3igmUzFQrpxeSPs5F { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:19rem;top:15.5rem;left:28.8125rem;overflow:hidden;display:block; }
#JUcIzxaEgM8QEDFIfWNCHDG6lkiHliZl { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:19.537109375rem;left:7.5625rem;height:8.3979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMQAXk3XrrADUsWoOgKW3pFud8xzw4Kd { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:38.4375rem;left:50.5rem;height:7.19825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANxsKAw1Kt9RAwWTJPRMd1u5LrRFwM93 { box-sizing:content-box;color:#4658ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:32.875rem;left:56.3125rem;display:block; }
#APFrI2cON8xPLIl8wz8b20ocDsK3A16u { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:19.537109375rem;left:50.5rem;height:9.597625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6deZ8IKp4Rr09l1WiEeZA4LXCN3Abep { box-sizing:content-box;color:#4658ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:14.75rem;left:56.28125rem;display:block; }
#UIZ30Hg1Xk04wxSwRChxFIVHpFUn0pzM { box-sizing:content-box;color:#4658ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:31.78125rem;left:14.4375rem;display:block; }
#TqamL3MwEphS5062mraq7wPxawgNG03p { box-sizing:content-box;color:#4658ff;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:14.5625rem;left:14.59375rem;display:block; }
#UpQVgyDs2BzzdWqpSzur0rgqefyFIRv4 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"space grotesk";font-size:2.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.05615234375rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ciqOSOzAewFQv0BavrmyxPrtwOAezTcC { color:#ff3557;display:block;width:75rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KEQU42RTaLv4BiDOqslD6XV7D4BgzAwl { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:38.4375rem;left:7.5625rem;height:8.3979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yakUInuESCNzo7PR9Cs6364VxbgeodkT { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));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;display:block; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container { background-color: transparent; background-image: none; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container > .video-iframe-container { display: none; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row > .video-iframe-container { display: none; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .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); }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container { border-width: 0; border-radius: 0; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container { width:75rem;height:49.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ETedBEQCMZFpMOXpCSNpOUnrPSbHOJ8g { position:absolute;display:block;z-index:15013;background-color:#019700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:29rem;left:45.3125rem;display:block; }
#T5O4MT0QZsTBxfGbJpuJNFmRQZf491lL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.9375rem;top:31.125rem;left:47.25rem;overflow:hidden;display:block; }
#hsqTz0ahoD3JTTgcHIJDBZnoV5RTinRy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35rem;left:27.625rem;height:2.4375rem;font-style:normal;display:block; }
#dcvqAIcaMrzUdrcs2GVr5vQTnEUlhQxz { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:32.8125rem;left:11.9375rem;display:block; }
#pStG8MhTzQycTL28dIGR61VpJgzkZ1Ou { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.1875rem;left:43.9375rem;height:2.4375rem;font-style:normal;display:block; }
#aWV4OS2L9z7y2wTczc8Zi8U29hidTwPg { position:absolute;display:block;z-index:15013;background-color:#7d858b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-secondary-4),0.35) ;height:2.5625rem;width:2.5625rem;top:31.3125rem;left:43.3125rem;display:block; }
#OLDwXM3pFnSvzLATr29WoxJD628ihmPm { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:16.125rem;left:8.0625rem;display:block; }
#qNPuWCDZcgaCKalSoAhBlPI6sm8dNOmO { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:0;top:23.9375rem;left:11.8125rem;display:block; }
#GC1RZchryU9L4R7yNfhxqxliC5srDRTq { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5625rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:20.6875rem;left:18.75rem;height:9.5625rem;font-style:normal;display:block; }#GC1RZchryU9L4R7yNfhxqxliC5srDRTq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GC1RZchryU9L4R7yNfhxqxliC5srDRTq li:before{  }
#cfSAlNy52RXX5nD3HhgcsFItGImZ7TzF { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:19rem;height:2.4375rem;font-style:normal;display:block; }
#QMZBUEI9xsr4SL6mUPAGW4xTZHn6q3NT { position:absolute;display:block;z-index:15008;background-color:#7d858b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-secondary-4),0.35) ;height:2.5625rem;width:2.5625rem;top:14.4375rem;left:6.5625rem;display:block; }
#SmDtBs96kzUoRSkMGCglXkuKZmEIlrnD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:7.1875rem;height:2.4375rem;font-style:normal;display:block; }
#RhHCXuprhW4ipQknDAqOuXnNiP3znQNf { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:39.625rem;left:27.625rem;height:7.9375rem;font-style:normal;display:block; }#RhHCXuprhW4ipQknDAqOuXnNiP3znQNf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RhHCXuprhW4ipQknDAqOuXnNiP3znQNf li:before{  }
#XbspIcqWLwFKuAPSX9bH4B6Fk6mHN6Sp { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:10.375rem;left:37.4375rem;display:block; }
#FmL2UFRhNRK5kqeewkat9HEf51bN1m2H { color:rgba(var(--color-tertiary-0),1);display:block;width:53.6875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.6875rem;left:11.9375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhZ1CDEV1eaBZ1IXMgUZw0O122DUFQvb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:18.46875rem;left:10.40625rem; }
#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5.adaptive-delivery-prevent-bg, #XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5.lazyload, #XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5.lazyloading { background-image: none; }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row .container { background-color: transparent; background-image: none; }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row .container > .video-iframe-container { display: none; }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row > .video-iframe-container { display: none; }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .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); }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row .container { border-width: 0; border-radius: 0; }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#UbWX1PyLnDMVCg8he5ZIaqK7NfNdOZBg { color:#222222;display:block;width:46.25rem;position:absolute;font-family:"space grotesk";font-size:2.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:14rem;height:6.01171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTliOZJKCu5RhHcqD68MyaxEFn4rDzW1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:7.8125rem;left:10.5rem;overflow:hidden;display:block; }
#H4MUhpVtSZVrVThnqQ669SgdsXNh2bDC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:8.25rem;left:61.75rem;overflow:hidden;display:block; }
#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container { background-color: transparent; background-image: none; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container > .video-iframe-container { display: none; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row > .video-iframe-container { display: none; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .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); }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container { border-width: 0; border-radius: 0; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#AcUUqPVlaKxxieclgi5M9M99T7CvBKxt { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.9375rem;left:7.5625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { background-color: transparent; background-image: none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container > .video-iframe-container { display: none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container { display: none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .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); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { border-width: 0; border-radius: 0; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { font-size:0.875rem;font-family:arial;height:0;width:75rem;position:relative;display:block; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container { background-color: transparent; background-image: none; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container > .video-iframe-container { display: none; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row > .video-iframe-container { display: none; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .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); }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container { border-width: 0; border-radius: 0; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#rgRAtTDB7MtWd4bWotAJ2cWB7Tl2L81s { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:62.75rem;top:3.6875rem;left:6.125rem;display:block; }
#uRFKRkr4HZS7NQ4xvehnEbNZqfKr4y6C { color:#3a4044;display:block;width:20.5625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:9.25rem;left:11.59375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDTf74whZsGlmPJzhgHa7qNumXSzwQ3u { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:0rem;left:18.125rem;overflow:hidden;display:block; }
#qJnntu9vpoHWxe0chqvBoleqrb6ZCqxA { color:#3a4044;display:block;width:59.3125rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:14.5rem;left:7.84375rem;height:14.02395625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DiKyWT250kCZf9F2hqx9LiZCk29ggNJF { color:#019700;display:block;width:20.5625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:9.25rem;left:41.28125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0y999wo6TKpe4sWh6BmH1cHSb3TLC0A { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:0rem;left:47.8125rem;overflow:hidden;display:block; }
#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container { background-color: transparent; background-image: none; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container > .video-iframe-container { display: none; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row > .video-iframe-container { display: none; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .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); }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container { border-width: 0; border-radius: 0; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#DbEzCwiOIHuhllgHgwv1Rx10KVAqXRTm { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.9375rem;left:7.5625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row .container { background-color: transparent; background-image: none; }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row .container > .video-iframe-container { display: none; }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row > .video-iframe-container { display: none; }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .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); }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row .container { border-width: 0; border-radius: 0; }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#z8tWvJlUNNq8bWaaVcHOaN7UaEJgNbON { color:rgba(var(--color-secondary-2),1);display:block;width:11.875rem;position:absolute;font-family:"space grotesk";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.9375rem;left:0.875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQl4QQS3ZKZTLFTx9EoqotwEFZ1aE1eF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0.5625rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FR0wuCfULVqJ5paeghRmQ9R6i0wWUPHt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:5.8125rem;left:14.75rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBHlsJWRTX2K00U9qW7UFAuVPdkHCZyt { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.8125rem;left:29.625rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSS4vJ7Uf4c2xOlNqEWlvdQqdl44sVWC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:5.8125rem;left:47.5625rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVxp6c0VrQI097NgBuyQEdzX6AyTap5l { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:1.9375rem;left:13.875rem;display:block; }
#iBtn5MAhQrz24Oeio8CeZLHl1zERf8Se { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:1.9375rem;left:28.8125rem;display:block; }
#PHdBhR82VqVkKnkiy1HBKX4E8MAWuFaN { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:1.9375rem;left:45.25rem;display:block; }
#TSwmdwSqgpsRpgLgcT76TTmbTy3kboVa { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:1.9375rem;left:62.5rem;display:block; }
#q9t0fPNl5bUO44ebnbqPlIbZFTZ51Oh7 { color:rgba(var(--color-secondary-2),1);display:block;width:11.875rem;position:absolute;font-family:"space grotesk";font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:1.9375rem;left:15.4375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FlynH0DTaJpOiVGLFi4kcaB2CfhRHGgu { color:rgba(var(--color-secondary-2),1);display:block;width:11.875rem;position:absolute;font-family:"space grotesk";font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:1.9375rem;left:31.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orQXBIlfErbzLT0aTebFZRPcdPhM7ypx { color:rgba(var(--color-secondary-2),1);display:block;width:17rem;position:absolute;font-family:"space grotesk";font-size:1.625rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:2.1875rem;left:45.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NdM8gCWcc8GGxQ59L1PfhqKq0sXhkwFp { color:rgba(var(--color-secondary-2),1);display:block;width:9.8125rem;position:absolute;font-family:"space grotesk";font-size:1.625rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:2.125rem;left:64.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ulWmPJh21mNlmrktWcsUQeNZauPWxiXq { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:5.1875rem;left:64.25rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row .container { background-color: transparent; background-image: none; }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row .container > .video-iframe-container { display: none; }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row > .video-iframe-container { display: none; }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .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); }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row .container { border-width: 0; border-radius: 0; }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#xc5ie7cn5s5fZM1dkkiWS0cwiryQupnA { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:3.125rem;left:19.5rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HgzTmqSszGsnIioXlSgIu5qCNs242leq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row .container { background-color: transparent; background-image: none; }#HgzTmqSszGsnIioXlSgIu5qCNs242leq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row .container > .video-iframe-container { display: none; }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row > .video-iframe-container { display: none; }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .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); }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row .container { border-width: 0; border-radius: 0; }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#Fvx11N4nWM8wJu3oPeTILEwCgxaZ7Z6E { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.1875rem;top:7.6875rem;left:3.75rem;display:block; }
#TsvzqnplN6R2UfLEowKlZUQ4AeqiA5Ju { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:8.25rem;left:3.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkdTE5JIuo0Wsz1ePJalKMscUEAHFkvX { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:3.6875rem;left:3.75rem;height:2.69921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TILcV1zDb7qmghib441MJodNrZzJ7GPh { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.1875rem;left:3.75rem;height:1.6499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XRIBRXeMkSAFTIxbdZOxN7a9P0vSyXLl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:11.6875rem;width:67.5rem;top:0.625rem;left:3rem;display:block; }
#gHLKC9nK5i0w9n7yM78K8EKlFNb0MC0W { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.5625rem;width:67.6875rem;top:11.8125rem;left:2.9375rem;display:block; }
#SZ7LchaGSaSnOKixkUV138EOILb6paHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row .container { background-color: transparent; background-image: none; }#SZ7LchaGSaSnOKixkUV138EOILb6paHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row .container > .video-iframe-container { display: none; }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row > .video-iframe-container { display: none; }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .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); }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row .container { border-width: 0; border-radius: 0; }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#MkxlGrGStWi2dNLwTc3zZpkJaEE8LrSR { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:0.93798828125rem;left:3.4375rem;height:6.7480625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row .container { background-color: transparent; background-image: none; }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row .container > .video-iframe-container { display: none; }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row > .video-iframe-container { display: none; }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .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); }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row .container { border-width: 0; border-radius: 0; }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#TTGUHDwoVCvCXvetxTVKF6HKTBXF3wpZ { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.1875rem;top:7.875rem;left:3.75rem;display:block; }
#us6whI4iLMuy8V9SvVeLezXkg1XLZbT0 { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:8.4375rem;left:3.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXLIuFc3LttwpmUbKhvIAATZWXszJ7iV { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:3.875rem;left:3.75rem;height:2.69921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wz04g58fzhFeZTG6KGidRS5WCWzeZuoW { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.375rem;left:3.75rem;height:1.6499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#QekENktbAGo8Xs0DFnyQ5oHmTL2Gby06 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:11.6875rem;width:67.5rem;top:0.8125rem;left:3rem;display:block; }
#IrsEOMWP8gZNPkMuTdK1Vp1In83nsntr { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.5625rem;width:67.6875rem;top:12rem;left:2.9375rem;display:block; }
#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row .container { background-color: transparent; background-image: none; }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row .container > .video-iframe-container { display: none; }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row > .video-iframe-container { display: none; }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .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); }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row .container { border-width: 0; border-radius: 0; }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#wgTR5HxgxXiuS3evfEl31JDp5k9SW0gz { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:0.86328125rem;left:3.1875rem;height:5.39845rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row .container { background-color: transparent; background-image: none; }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row .container > .video-iframe-container { display: none; }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row > .video-iframe-container { display: none; }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .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); }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row .container { border-width: 0; border-radius: 0; }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#bsWAGgIu0ABPkH1zx5rZmqsNVy3XSULi { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.1875rem;top:7.8125rem;left:3.75rem;display:block; }
#alvbbKof2ACPCu7gOs2zXRcLJ5DEv6gU { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:8.375rem;left:3.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXCPXCZPxs21ZToALT2IqEqs7ZLvtBiJ { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:3.8125rem;left:3.75rem;height:2.69921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KwSbUDJn5gwsiUG2ZUHSGZ44PJwzVWv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.3125rem;left:3.75rem;height:1.6499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ElsBsakCegWynDmb1PID95Ivs1GS18MP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:11.6875rem;width:67.5rem;top:0.75rem;left:3rem;display:block; }
#zPibkTegQtCtC07Zu0y07OWgNOE2ODWA { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.5625rem;width:67.6875rem;top:11.9375rem;left:2.9375rem;display:block; }
#K26WswdsK25vraJXqS8Z7rUueChbRItx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row .container { background-color: transparent; background-image: none; }#K26WswdsK25vraJXqS8Z7rUueChbRItx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row .container > .video-iframe-container { display: none; }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row > .video-iframe-container { display: none; }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .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); }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row .container { border-width: 0; border-radius: 0; }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#mnbKQmxyqGTJuSrUDWUdD9uT64PVSTpU { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.06298828125rem;left:3.1875rem;height:6.7480625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#crdGepWSlyFb9XRnIo4ssU5bzGLry85u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row .container { background-color: transparent; background-image: none; }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row .container > .video-iframe-container { display: none; }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row > .video-iframe-container { display: none; }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .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); }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row .container { border-width: 0; border-radius: 0; }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#kvSSdOpToULXAtpJI9KvmdTLKcQT0afK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.1875rem;top:7.8125rem;left:3.75rem;display:block; }
#dndfJXDcWs8ICuB4R5NSty5BUec1Z0Uh { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:8.375rem;left:3.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkUkQm9zIht5eUwCHsdDSCSxCKs6lo1h { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:3.8125rem;left:3.75rem;height:2.69921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#f3aad6Zxmb7Owu3B265XySkfSAiJGIP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.3125rem;left:3.75rem;height:1.6499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CAidlMBFId4TTxeCbwmsVtEB9Iq6D5H1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:11.6875rem;width:67.5rem;top:0.75rem;left:3rem;display:block; }
#SJtxnOByQX4EV0Eq3stKGUQKWtkwHPa0 { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.5625rem;width:67.6875rem;top:11.9375rem;left:2.9375rem;display:block; }
#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row .container { background-color: transparent; background-image: none; }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row .container > .video-iframe-container { display: none; }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row > .video-iframe-container { display: none; }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .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); }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row .container { border-width: 0; border-radius: 0; }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#hTxc6sOGTTnv2kqi6n7LIHAS1kCC5x0G { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.06298828125rem;left:3.1875rem;height:6.7480625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row .container { background-color: transparent; background-image: none; }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row .container > .video-iframe-container { display: none; }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row > .video-iframe-container { display: none; }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .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); }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row .container { border-width: 0; border-radius: 0; }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#eoq19PhxI673hTxBu0O7ZgfO2kCtysVd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.1875rem;top:7.8125rem;left:3.75rem;display:block; }
#o37GO8lob2ghHWh8516GwWnvwC7fJ8Z7 { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:8.375rem;left:3.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDviPFlZozVnLIT4uc4TI95EyCmxUVFI { color:#c595a2;display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:3.8125rem;left:3.75rem;height:2.69921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TccSN6fSv450SMCZ33FhpacSvm9DJ1yZ { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.3125rem;left:3.75rem;height:1.6499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rP66P9bBkJApmd3nTvuVdJH8JMVtklrL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:11.6875rem;width:67.5rem;top:0.75rem;left:3rem;display:block; }
#cwu861qgPIcHgLTslqQByF0eIFrmD5Lb { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.5625rem;width:67.6875rem;top:11.9375rem;left:2.9375rem;display:block; }
#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row .container { background-color: transparent; background-image: none; }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row .container > .video-iframe-container { display: none; }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row > .video-iframe-container { display: none; }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .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); }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row .container { border-width: 0; border-radius: 0; }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#RoroEKDqdTmDiH7FTDWiQIvLlOAJkD0U { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.06298828125rem;left:3.1875rem;height:5.39845rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row .container { background-color: transparent; background-image: none; }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row .container > .video-iframe-container { display: none; }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row > .video-iframe-container { display: none; }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .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); }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row .container { border-width: 0; border-radius: 0; }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#KoTf9zoiwgwuWIVSHk9a8IzRWtcTWaFi { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.1875rem;top:7.8125rem;left:3.75rem;display:block; }
#FmqaIpCqBmKIkm0lKudE6BRxgGObWMQg { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:8.375rem;left:3.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCqTXTTRUmET73TmrNarthnGiaAPvm5y { color:#c595a2;display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:3.8125rem;left:3.75rem;height:2.69921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LwlmPMe844dtQ1MsBBSP1kvFGtVStoSM { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.3125rem;left:3.75rem;height:1.6499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nQ1zG4FSX7Tc1aW0s7EmuFeA4I8brBnA { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:11.6875rem;width:67.5rem;top:0.75rem;left:3rem;display:block; }
#ULpQkDeSbWLFJVT1UAhlRhUNeQSDEy7m { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.5625rem;width:67.6875rem;top:11.9375rem;left:2.9375rem;display:block; }
#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row .container { background-color: transparent; background-image: none; }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row .container > .video-iframe-container { display: none; }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row > .video-iframe-container { display: none; }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .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); }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row .container { border-width: 0; border-radius: 0; }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#Oo9XKOFKJRz7xu6sHhpJsiuLT2hOtCKp { color:rgba(var(--color-tertiary-4),1);display:block;width:64.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.06298828125rem;left:3.1875rem;height:6.7480625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row .container { background-color: transparent; background-image: none; }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row .container > .video-iframe-container { display: none; }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row > .video-iframe-container { display: none; }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .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); }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row .container { border-width: 0; border-radius: 0; }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#UpalgiivdGdM88i0SxIUEg9Ly3xwdbRQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.875rem;width:38.625rem;top:13.5625rem;left:2.75rem;display:block; }
#bq9eN921cbynufeGRgf4ZGF70PhUwqS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:14.1875rem;left:46.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DGdnvPWiA0xnFBrxhuWgbkqtitTtAdiM { color:#4658ff;display:block;width:65.875rem;position:absolute;font-family:"space grotesk";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.25rem;left:3.75rem;height:;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; }
#zik343nOBi8XPtAhGatC84sEfcCysZaU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:13.5625rem;left:43.5rem; }
#ELxmvT2ZzwgehQxDAkJnThUZAbkypF5q { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:17.3125rem;left:43.5rem; }
#Hz4nLbh8HXdr4hb5GsWx7bkPKwU3t5lc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:20.90625rem;left:43.5rem; }
#pcUh4sVJSJ8d9vUVlVVkHKxKxiCNucN6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:24.5rem;left:43.5rem; }
#xfvUyOxt0TBZrpOsV1TIFtrp069FmH2D { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:17.3125rem;left:46.5rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rdgEUC9eJyH5dEEJZ5Hg0bqyGrODS1il { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:20.90625rem;left:46.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCEhuCm9GT3TJLvNeA8E6hkKs2S7wctb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:24.5625rem;left:46.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zzSOokdEzZqBUssiRDwknan0mo8afTbD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:27.9375rem;left:43.5rem; }
#mQ9RP6a1ksuU3AKNPvFrpfmSiXIkLQFq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:28.5625rem;left:46.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fSIypOrqAGkAEk2ocsxrxMkrgZkBABpl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:31.375rem;left:43.5rem; }
#L9Hco89eoCE3dhz9aDF15PkX8rp2blq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:32rem;left:46.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#roHATwpX27UebTAJGl7WDRGMzTD6Dvgx { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #4658ff;border-left:0.0625rem solid #4658ff;border-right:0.0625rem solid #4658ff;border-bottom:0.0625rem solid #4658ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:73.5625rem;top:5.5rem;left:0.65625rem;display:block; }
#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row .container { background-color: transparent; background-image: none; }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row .container > .video-iframe-container { display: none; }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row > .video-iframe-container { display: none; }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .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); }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row .container { border-width: 0; border-radius: 0; }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#y4ggsIlhv3aBe6niHH01bwcoUOdJLMDl { color:rgba(var(--color-tertiary-3),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:3.375rem;left:20.84375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row .container { background-color: transparent; background-image: none; }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row .container > .video-iframe-container { display: none; }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row > .video-iframe-container { display: none; }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .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); }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row .container { border-width: 0; border-radius: 0; }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#At26WTyHuTHTRMZG0ue3dEELDEswSa1H { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:19.5625rem;width:13.875rem;top:0rem;left:9.9375rem;display:block; }
#G6pUpsRlToLvTTuZVyxTLhR3MlwWypHn { position:absolute;display:block;z-index:15001;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.9375rem;top:18.75rem;left:9.875rem;display:block; }
#BW7wKJkk9hQDPq19oap8qB5XJp8ADiW3 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:16.8125rem;left:11.1875rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggQzITdLXOq6uMQueKnZqPAZiFi2yANM { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:10.5625rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhrup9Phk7li7lu2e1i56gee273htU50 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.25rem;left:11.1875rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFHr6WlCfTutIrDDhzsOKHZR7Hly58hW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.3125rem;left:15.4375rem; }
#TTNd06qsiZWXaIOQ7uELZzTSCb1FLLLH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:19.6875rem;width:13.875rem;top:0rem;left:30.5625rem;display:block; }
#qbSDmQUGhh3BcN08mxr28LFC9biMULIQ { position:absolute;display:block;z-index:15007;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.875rem;top:18.875rem;left:30.5625rem;display:block; }
#CEGQlAV4KJAy9Rpe38l85ZhWzHd2uvVf { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:16.75rem;left:31.875rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5zZXm5ifUc2kQdG60QD3aqHM36gcekp { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:7.25rem;left:31.25rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvMScT5Fno3Ws83rVFwSZGkES6iiT5wT { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:5.25rem;left:30.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fX8mAUGuDZWm7x9RgxTxwXcn4iV7IxDi { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:1rem;left:35.8125rem; }
#pmz6U2fEctSqy3kcIAcu1nwT8TEri7Ua { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:19.5625rem;width:13.875rem;top:0rem;left:51.875rem;display:block; }
#N6zzTgB3NextNPHAJb8qrBqBCcE2qh8d { position:absolute;display:block;z-index:15013;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:14rem;top:18.75rem;left:51.875rem;display:block; }
#hwgC66o2JnIFUpKa2RpMgWrphQJ62u7U { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:8.4375rem;left:52.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxcUlxfSC4zcT0r7B90L2EaDaZoup8x5 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:16.75rem;left:53.1875rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGqhJH3kUhhK4CyW24oEfpqkxIM1nsL4 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.25rem;left:51.375rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaRfBCNhRIOaX1PbzPuqnTuTVA2I031J { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:1.4375rem;left:57.625rem;overflow:hidden;display:block; }
#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row .container { background-color: transparent; background-image: none; }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row .container > .video-iframe-container { display: none; }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row > .video-iframe-container { display: none; }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .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); }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row .container { border-width: 0; border-radius: 0; }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#DFhlMG8hoL8CqwPt2UObvND7qTND5OJ4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:19.5625rem;width:13.875rem;top:0rem;left:9.5625rem;display:block; }
#xnnlAgMuf0HWyiMc7CpRWTDOfsq3LWeW { position:absolute;display:block;z-index:15001;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:13.9375rem;top:18.75rem;left:9.5rem;display:block; }
#UOh8J25LIff2asxTwDJMnTwr2MlnoKnZ { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:16.8125rem;left:10.8125rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyUTbMSRm2FvJPLnlSPe24xInmVUhRd6 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:10.1875rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TF5EhqTuEBwa4xoE05G5IdMSBO4vluCe { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.25rem;left:10.8125rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3A7gMza4WSt2ZZEqUHgkr6IglKDpb9Q { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:19.5625rem;width:13.875rem;top:0rem;left:51.625rem;display:block; }
#RK6BJfWiOuQTDmsUZio1DIQVc7o0C1DD { position:absolute;display:block;z-index:15013;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.875rem;width:14rem;top:18.75rem;left:51.625rem;display:block; }
#ol1FC23uPABvnhQDagWOL8NbA12bdhue { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:9.0625rem;left:52.3125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieOLPrLErkcJwchZzOqrBJfyTDmFTAbo { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:16.75rem;left:52.9375rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q75Jglr8QPKQWdhRxkMGHersLuuP7xvF { color:rgba(var(--color-tertiary-3),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:4.1875rem;left:26.1875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QNiXc6hWA45Qo1Q2rq4T3RWxMaaZF9PD { background-color:#019700;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.5625rem;left:29.6875rem;display:block; }
#xUypNr1RKS6qIFSHbifavAWpovKHcGmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eS0edJG1O4tUkvlEPKG2Mm4gTgrVmeQi { color:rgba(var(--color-secondary-2),1);display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:5.25rem;left:52.46875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9zAkWKzoWXbcftyev1smNNOCeP22kZ0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.4375rem;top:1.65625rem;left:15.21875rem;overflow:hidden;display:block; }
#fQheMo9z9bGrTiyBdvTpBJF7sLBhwQuA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.5rem;left:57rem; }
#V1B679VAlinJAcTDQCPHmAITnTkRzT3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row .container { background-color: transparent; background-image: none; }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row .container > .video-iframe-container { display: none; }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row > .video-iframe-container { display: none; }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .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); }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row .container { border-width: 0; border-radius: 0; }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));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;display:block; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container { background-color: transparent; background-image: none; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container > .video-iframe-container { display: none; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row > .video-iframe-container { display: none; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .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); }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container { border-width: 0; border-radius: 0; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container { width:75rem;height:67.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#cdvlsTiqv3KqwGUFm637pczXJG87kktr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:7.875rem;left:35.5625rem;display:block; }
#L8B1P2GH0O7VHIv3nJRv3QMVwTTpUH2A { color:#ffffff;display:block;width:52.0625rem;position:absolute;font-family:"space grotesk";font-size:2.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3rem;left:12.625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNQ4KTilCW6O4qpnUX0B5fpaO1v7f23a { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.8125rem;width:69.5rem;top:1.75rem;left:3rem;display:block; }
#WOmNTS6P8rOeV6zqHZMAVC2BtDWblX0T { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"space grotesk";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.8125rem;left:8.5625rem;height:;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; }
#r3WG54r5kyDmNnsS3rueMQCaJfUvpLzf { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:"space grotesk";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:15.8125rem;height:3.25rem;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; }
#qiZDHnD5MgXqTkZpkcGxmbc8CdH37xZD { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:"space grotesk";font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.75rem;left:15.8125rem;height:2.1933625rem;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; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff3557;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.6325rem;padding-right:0.595625rem;padding-bottom:0.6325rem;padding-left:0.595625rem;display:block;align-items:center;width:3.568125rem;min-width:3.568125rem;height:3.396875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.529375rem;font-weight:700;line-height:54.35px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.756875rem;height:1.341875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.948125rem;font-weight:400;line-height:21.47px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.25rem;height:6.3994375rem;padding-top:0.790625rem;padding-right:0.85125rem;padding-bottom:0.790625rem;padding-left:0.85125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.4375rem;left:27.625rem;z-index:15072; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #SFz7vB3MniHwcCaroLTnNfGcqrryoWMZ { display:flex;position:relative;top:0rem;left:0rem; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #ZalLa2nA7O21LMdAtqPEp4o2wDXkGAyR { width:auto; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #fGRm8Twku22SufANBW0T8V4BvUrW3kmX {  }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #r9cCQW1AzUp0zXwKu3cKIiZJMgkWTDdD { display:flex;position:relative;top:0rem;left:0rem; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #Q8hX8Sk3b3czbZd8IrgagRKOA6E1k0wP {  }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #HPnZL30q3RZJPgyrfLvmE5uzJUgaBODg {  }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #ugld7r5iLk1EBL6XmZ5V3xhff5fWB0yh { display:flex;position:relative;top:0rem;left:0rem; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #Abld8y3IlgkpVSkNI0CcoT5vw7TBPH7y {  }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #HykASNAwBvO5iIO0KwSTtL2sooCiuGaZ {  }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #ctKHOnnEATdtKrbqNo76wZLr3Car3LDK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #zsuCq1W2IR3XSa2vSZZRTvtEsKo9ylDW {  }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #bdfgLJs129qZaSDk5kiPgUmXhN0TwhdQ {  }
#xqf3aTlQIXqlyKJrTxqeO3UJeiUTFRsR { background-color:#019700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:54.4375rem;left:21.6875rem;display:block; }
#n98F8D0Bqq6hnUg8Rhl8xoP3MpGuPgSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZpOBMgVZpbCy2o6VqzUp2d5Z3973buBP { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:48rem;left:9.5625rem;height:;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; }
#o0hW4nbpoZVo9OXdLltIfAuwP5LBzkTx { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:42.75rem;left:9.75rem;height:;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; }
#sPSKnhd940QhEhg1atTvqKQ0iwgU4C29 { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:38.625rem;left:21.6875rem;height:;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; }
#tHtTvxuUPaVh8iBosg82z7HyAdCVyNws { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:33.875rem;left:9.25rem;height:3rem;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; }
#QraeHdAvkSurImU8IcvEx0pZghfgBWzm { color:#ffffff;display:block;width:61.75rem;position:absolute;font-family:"space grotesk";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:62rem;left:4.75rem;height:0.9375rem;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; }
#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row .container { background-color: transparent; background-image: none; }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row .container > .video-iframe-container { display: none; }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row > .video-iframe-container { display: none; }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .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); }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row .container { border-width: 0; border-radius: 0; }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB { position:relative;display:block; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB { background-color: transparent; background-image: none; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container > .video-iframe-container { display: none; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row > .video-iframe-container { display: none; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .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); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB { border-width: 0; border-radius: 0; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yBer73Abh8T1DHhZCqBoG2KsfB5QIqKq { color:#18050a;display:block;width:62.1875rem;position:absolute;font-family:"space grotesk";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.0625rem;left:6.40625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oN6Z5FqUn5AmN9AakEw9Cw03vV2VHX90 { color:#ee3162;display:block;width:51.375rem;position:absolute;font-family:"space grotesk";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.75rem;left:11.8125rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PdGRLERUII2OV0e7kdDItDM5Cps2Cq39 { color:#18050a;display:block;width:15.625rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:15.9375rem;left:4.25rem;height:4rem;font-style:normal;display:block; }
#alImM4DppckaWy9TAarHObZ6T1u5T7zO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:16.6875rem;left:0.9375rem; }
#wsJATHozBwrFTTdpGB2qhZdvucPURJ3X { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:26.5625rem;left:0.9375rem; }
#u3ncN0014bHd6e8N7CvLTTL4HyC3CnDx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:26.5625rem;left:71.5rem; }
#UltCf4K27WoiFizEXU8EA8dWtgCQ87eH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:15.9375rem;left:70.875rem; }
#kclLw5eXlUKGcN0Bk0cWCLslsSeDOMHf { color:#18050a;display:block;width:15.625rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:25.3125rem;left:4.25rem;height:5rem;font-style:normal;display:block; }
#PzBVtGZmK07taWip66MWJPcgfQDQTINd { color:#18050a;display:block;width:11.625rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:15.4375rem;left:57.125rem;height:4rem;font-style:normal;display:block; }
#lc4IvNzmOLIoiF8RE3mV3Th5PUAmbe4D { color:#18050a;display:block;width:14.375rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:24.8125rem;left:56.5rem;height:6rem;font-style:normal;display:block; }
#CSoxKMM0OP9DTsAcE5hkOMPALvVzt84o { color:#ee3162;display:block;width:47.5625rem;position:absolute;font-family:"space grotesk";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:40.4375rem;left:13.71875rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I61tBLgQ6RtftqVQ0ROb2TFvOsQngf8L { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;height:7.5rem;width:19.625rem;top:24.0625rem;left:0rem;display:block; }
#tqwk6BsbOCNJIR9KlhA9puzMm5bNtkdT { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;height:7.5rem;width:19.4375rem;top:14.0625rem;left:0rem;display:block; }
#LrTPkCbkl739TrH3K8LwSXr0DJfClJcs { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;height:7.5rem;width:19.4375rem;top:13.6875rem;left:55.5625rem;display:block; }
#HCNyEZrLyLEIxnp8q4TcLCFOcwin1xog { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;height:7.5rem;width:19.4375rem;top:23.5625rem;left:55.5625rem;display:block; }
#p85vKmdzFoxP9WoElmBEp6lXVcPCtEFp { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:20.6875rem;width:34.875rem;top:14.0625rem;left:19.875rem;overflow:hidden;display:block; }
#AbhkI41JwZPhmZAbTUu5Z4CqmIg0uvW7 { box-sizing:content-box;height:4.0625rem;width:11.125rem;position:absolute;display:block;z-index:15030;background-color:#0040b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:24.6875rem;display:block; }
#AZIMcNtFfiWLq14WQHanGBUXeOnvynNi { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.5625rem;top:15.25rem;left:24.125rem;overflow:hidden;display:block; }
#dhV8xuI5C2aGZymCMJebKT1UwAvTuLT6 { color:#ff3557;display:block;width:10.5625rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:18.875rem;left:25rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACcDynWWXRUts4Atpdgi2HGAH9v7Eq5u { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"space grotesk";font-size:0.6875rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:19.875rem;left:25.25rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ryDS3gVMrHxG4P3RtE2xKT4Jp1D2pmTX { color:#ff3557;display:block;width:10.3125rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:18.875rem;left:38.9375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BcTHg8MF88sxrz5y50GDRAfMCrMg7rtO { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"space grotesk";font-size:0.6875rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:20.1875rem;left:39.5625rem;height:0.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jh2pCAtx0KTqvkaiaIql6GTzGfsIu5z6 { box-sizing:content-box;height:4.1875rem;width:11.125rem;position:absolute;display:block;z-index:15031;background-color:#0040b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.875rem;left:38.5rem;display:block; }
#talMWDkwdcC1EgJ5x3VoDfumwJLi78PX { box-sizing:content-box;height:3.9375rem;width:11.125rem;position:absolute;display:block;z-index:15031;background-color:#0040b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:24.6875rem;display:block; }
#GlWcmnvwZP3qmbp0VgeKVsENX1ywtuI8 { box-sizing:content-box;height:4.125rem;width:11.125rem;position:absolute;display:block;z-index:15032;background-color:#0040b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:24.75rem;display:block; }
#Zxl1nvok45FrnKng7IyzekVMaBkwVZzI { box-sizing:content-box;height:3.75rem;width:11.125rem;position:absolute;display:block;z-index:15032;background-color:#0040b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:38.5rem;display:block; }
#PG10DuS951IC3QizwIpBViFTWsR5EZBP { box-sizing:content-box;height:4.4375rem;width:11.125rem;position:absolute;display:block;z-index:15033;background-color:#0040b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:38.5rem;display:block; }
#ukO5m7ZENU3f8HOsgM3ETdys8paqGIbp { color:#ff3557;display:block;width:5.5625rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:23.4375rem;left:27.5rem;height:0.875rem;font-style:normal;display:block; }
#ob0fnkBt8wolgP2EXGg4eoLQzxzxPHun { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"space grotesk";font-size:0.6875rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:24.6875rem;left:25.25rem;height:0.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ve9VK5JBcRGgFQizFStGB1TdQ4ysdoRB { color:#ff3557;display:block;width:5.5625rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:23.4375rem;left:41.3125rem;height:0.875rem;font-style:normal;display:block; }
#hAVKwHBeQEnUBcqTzhfeosQ2EvT33VwF { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"space grotesk";font-size:0.6875rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:24.6875rem;left:39.0625rem;height:0.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lp08aNlZ7I6x4nEUMXR8kgFUrul1KrMP { color:#ff3557;display:block;width:10.25rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:27.625rem;left:25.125rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbNrUgTH9R3FkySTd2BdqoliuBPulFxT { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"space grotesk";font-size:0.6875rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:29.4375rem;left:25.1875rem;height:0.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ku88vC4qtk2GCAp9MTkVodRHqczNtWv9 { color:#ff3557;display:block;width:10.6875rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:27.625rem;left:38.75rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UoKvELDi2tTi6Sxq8XRcbwEqh6T4gpAU { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"space grotesk";font-size:0.6875rem;font-weight:400;z-index:15036;line-height:1;letter-spacing:0;top:29.4375rem;left:38.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFLcJgBVTSMArQGcxG3dJumcHSEZQDhL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:35.9375rem;left:38.125rem; }
#swSMyMZJ8iG6IrZnOsyDaRhf1LnxVkPv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:35.84375rem;left:46.4375rem; }
#Rs3eXL0uXV2xV7smyRkBHIXDPsTR745o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:35.59375rem;left:29.3125rem; }
#TrWHKCg2obJvIzeK5xmlcZyDcMRgIQuL { color:#4658ff;display:block;width:3.5rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:36.0625rem;left:25.25rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JuUTty9qvmrDv21oIciO0LniK9bMStEG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:35.90625rem;left:22.6875rem; }
#SgLdlTHOXsJA9JVCZTA6gnB2lOaCJHZ4 { color:#4658ff;display:block;width:4.5625rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:36.5rem;left:32.3125rem;height:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dyWSIAxlJuE2uHHpHzkQ8hQzOW2VO0vp { color:#4658ff;display:block;width:4.5625rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:36.0625rem;left:40.6875rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rtwVRh8DxypMJGLmu9N6Xp41MB8ZKD1m { color:#4658ff;display:block;width:5.25rem;position:absolute;font-family:"space grotesk";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:36.5rem;left:49.25rem;height:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row .container { background-color: transparent; background-image: none; }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row .container > .video-iframe-container { display: none; }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row > .video-iframe-container { display: none; }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .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); }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row .container { border-width: 0; border-radius: 0; }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#XIFkM3v309lV5GXyHu1a6QFovJIQ1uTq { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:"space grotesk";font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.365234375rem;left:14.3125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wlE2TbXM3zM5pdeSVVAWRpWx0Z7Gzodx { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:"space grotesk";font-size:2.125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:11.23779296875rem;left:14.3125rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVZWps5bnNwClDutRse5kNVRwp8epGeR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5rem;width:8.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.3125rem;left:4.5rem; }
#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container { background-color: transparent; background-image: none; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container > .video-iframe-container { display: none; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row > .video-iframe-container { display: none; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .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); }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container { border-width: 0; border-radius: 0; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#GhBoTV9gelFPvsJioJ4olKLAcyq4D0KR { color:#ff3557;display:block;width:47.4375rem;position:absolute;font-family:"space grotesk";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.193359375rem;left:16.9375rem;height:3.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; }
#vd543f650ae00ed13196f8c3045ff169 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vd543f650ae00ed13196f8c3045ff169 > .row .container { background-color: transparent; background-image: none; }#vd543f650ae00ed13196f8c3045ff169::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd543f650ae00ed13196f8c3045ff169 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd543f650ae00ed13196f8c3045ff169 > .row .container > .video-iframe-container { display: none; }#vd543f650ae00ed13196f8c3045ff169 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd543f650ae00ed13196f8c3045ff169 > .row > .video-iframe-container { display: none; }#vd543f650ae00ed13196f8c3045ff169 > .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); }#vd543f650ae00ed13196f8c3045ff169 > .row .container { border-width: 0; border-radius: 0; }#vd543f650ae00ed13196f8c3045ff169 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vd543f650ae00ed13196f8c3045ff169 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#T4673d8d22afd969cc00ce79a25f67d5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:0.96875rem;left:10.0625rem;overflow:hidden;display:block; }
#e094b4d83ec819af717117ae887d02aa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3a65b3;border-left:0.0625rem solid #3a65b3;border-right:0.0625rem solid #3a65b3;border-bottom:0.0625rem solid #3a65b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#qc318c0de550a12befd994d89e53556a { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#o1752bc17f80576e660dbe9cf4d1acb2 { color:#050b26;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:5.9375rem;font-style:normal;display:block; }
#R78258f619e106c793662d99ff26e967 { color:#050b26;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:39.1875rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a919a6b59d0d58d57856d03717a60699 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#gbbcf60b50702a25661bc11707c25f2f { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.65625rem;left:65.75rem;overflow:hidden;display:block; }
#ea3dfc7e126ea0af6e65b1822a6c801b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ea3dfc7e126ea0af6e65b1822a6c801b > .row .container { background-color: transparent; background-image: none; }#ea3dfc7e126ea0af6e65b1822a6c801b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea3dfc7e126ea0af6e65b1822a6c801b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea3dfc7e126ea0af6e65b1822a6c801b > .row .container > .video-iframe-container { display: none; }#ea3dfc7e126ea0af6e65b1822a6c801b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea3dfc7e126ea0af6e65b1822a6c801b > .row > .video-iframe-container { display: none; }#ea3dfc7e126ea0af6e65b1822a6c801b > .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); }#ea3dfc7e126ea0af6e65b1822a6c801b > .row .container { border-width: 0; border-radius: 0; }#ea3dfc7e126ea0af6e65b1822a6c801b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ea3dfc7e126ea0af6e65b1822a6c801b > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#s1f0f889c33fd16915ec8f2ed7848230 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:21rem;top:1.03125rem;left:43.75rem;overflow:hidden;display:block; }
#i64ae5a04db55a3ab3fd421e950e334d { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#a3eaf823a6437c93aec64ad857ff0b1f { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:12.125rem;overflow:hidden;display:block; }
#gc3a611199aa1b42f25dc242877d45e2 { color:#050b26;display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.75rem;left:12.125rem;height:5.3125rem;font-style:normal;display:block; }
#b53ff9dc008acc68f1f304400a9bc651 { color:#050b26;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16rem;left:23.8125rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Lcb5961d1738e52b8c2708ebab07b0da { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.8125rem;left:65.75rem;overflow:hidden;display:block; }
#B21bb52a2ac404ce5fc7d299d0626219 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.5rem;left:7.5rem;overflow:hidden;display:block; }
#fd764344fbfce92feb6683c2f2bdde44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fd764344fbfce92feb6683c2f2bdde44 > .row .container { background-color: transparent; background-image: none; }#fd764344fbfce92feb6683c2f2bdde44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd764344fbfce92feb6683c2f2bdde44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd764344fbfce92feb6683c2f2bdde44 > .row .container > .video-iframe-container { display: none; }#fd764344fbfce92feb6683c2f2bdde44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd764344fbfce92feb6683c2f2bdde44 > .row > .video-iframe-container { display: none; }#fd764344fbfce92feb6683c2f2bdde44 > .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); }#fd764344fbfce92feb6683c2f2bdde44 > .row .container { border-width: 0; border-radius: 0; }#fd764344fbfce92feb6683c2f2bdde44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fd764344fbfce92feb6683c2f2bdde44 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#e09afdebf647e2ab5b8287911286b832 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:0.96875rem;left:10.0625rem;overflow:hidden;display:block; }
#i3a4bb14f7baeef78f918c30f3803e97 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3a65b3;border-left:0.0625rem solid #3a65b3;border-right:0.0625rem solid #3a65b3;border-bottom:0.0625rem solid #3a65b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#y67fb5bda00d4216214ea5b95c5dfd5d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#I64d56e49e9727885cd28964888889b9 { color:#050b26;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:6.25rem;font-style:normal;display:block; }
#s9a8bee25578b205833fbd4fe6a525ae { color:#050b26;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:39.1875rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q148ffe11cbe3715b8de203a5ad2ff83 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#d874d657bf3f4ed955fbf74ec1565fde { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.65625rem;left:65.75rem;overflow:hidden;display:block; }
#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row .container { background-color: transparent; background-image: none; }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row .container > .video-iframe-container { display: none; }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row > .video-iframe-container { display: none; }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .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); }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row .container { border-width: 0; border-radius: 0; }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#r09373a32f56dc9efcf432d6ce217a2d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:0.96875rem;left:43.8125rem;overflow:hidden;display:block; }
#ecc4d912a2e6f6345ebf1715008ae3eb { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#A12ea37d131d18b23fd77d3ce2a21677 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:12.125rem;overflow:hidden;display:block; }
#V969039598bc5ead71d275d6d28fa606 { color:#050b26;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:12rem;height:6.375rem;font-style:normal;display:block; }
#f0971c93a98334a85d2e113df8c1cd07 { color:#050b26;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16rem;left:23.8125rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#if5bf06082300657d244078a29ddb02f { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.8125rem;left:65.75rem;overflow:hidden;display:block; }
#d47ba5d13cfa7522b37b3bd1620e6c60 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.5rem;left:7.5rem;overflow:hidden;display:block; }
#QWgGNWp53scK9BsWP75aFOTCpffgugFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row .container { background-color: transparent; background-image: none; }#QWgGNWp53scK9BsWP75aFOTCpffgugFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row .container > .video-iframe-container { display: none; }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row > .video-iframe-container { display: none; }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .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); }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row .container { border-width: 0; border-radius: 0; }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#h9d3d55325e229734b5aeb2d822fc1c4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:15.125rem;top:0rem;left:14.072814039409rem;overflow:hidden;display:block; }
#p04cb6381f2405ee2bf33fa51537f69e { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3a65b3;border-left:0.0625rem solid #3a65b3;border-right:0.0625rem solid #3a65b3;border-bottom:0.0625rem solid #3a65b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#d2301009c21bc8fa72ed3f5e5223ae32 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#c79e1e9f5c1064e0b765ddadcb1d2140 { color:#050b26;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:3.75rem;font-style:normal;display:block; }
#Qc46b68ca707064e0274477912419430 { color:#050b26;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:27.75rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K9e41fc5d0315cda3828037c244126ef { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#cc821ea78ac2fbedebd1e42ab68396c4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.65625rem;left:65.75rem;overflow:hidden;display:block; }
#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row .container { background-color: transparent; background-image: none; }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row .container > .video-iframe-container { display: none; }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row > .video-iframe-container { display: none; }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .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); }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row .container { border-width: 0; border-radius: 0; }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#S088b4e47c790d1dfda2aa50258de941 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:25.0625rem;top:1.9375rem;left:39.625rem;overflow:hidden;display:block; }
#c13c1198cd572f4a2cd7dc326993b4e6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#fe99673f2cf5502df32251de23b50296 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:12.125rem;overflow:hidden;display:block; }
#Na08afdd854a2b80ef454007863524bb { color:#050b26;display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.75rem;left:12.125rem;height:6.75rem;font-style:normal;display:block; }
#Q53e479d4f6996b92e7d30d86d4178ec { color:#050b26;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16rem;left:23.8125rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ue4daaf530d50d55f90c2760d853e203 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.8125rem;left:65.75rem;overflow:hidden;display:block; }
#d9c574b58fc39c2ff79707febc092dd2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.5rem;left:7.5rem;overflow:hidden;display:block; }
#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row .container { background-color: transparent; background-image: none; }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row .container > .video-iframe-container { display: none; }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row > .video-iframe-container { display: none; }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .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); }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row .container { border-width: 0; border-radius: 0; }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#efafaab0f9f9f2ce2fdbc4f472af0a31 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:1.4375rem;left:10.25rem;overflow:hidden;display:block; }
#ra3a42198778439e399f3bf9272d2167 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3a65b3;border-left:0.0625rem solid #3a65b3;border-right:0.0625rem solid #3a65b3;border-bottom:0.0625rem solid #3a65b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#c4ca38b282bd29d3c3823420fc8f7ff7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#bd21b1be7c60cdb73a180859e34f9579 { color:#050b26;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:5.9375rem;font-style:normal;display:block; }
#V7081ea69d486524b2099b6ceb6d467f { color:#050b26;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:39.1875rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c59fb4517394bfe6549852c6737db7ed { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#bb55787b81f3dc1ebaf3deca1673110a { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.65625rem;left:65.75rem;overflow:hidden;display:block; }
#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row .container { background-color: transparent; background-image: none; }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row .container > .video-iframe-container { display: none; }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row > .video-iframe-container { display: none; }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .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); }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row .container { border-width: 0; border-radius: 0; }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#CSU5FoWzZJg4D6pGHu7mA7N2BKMha6B8 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.875rem;left:10.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row .container { background-color: transparent; background-image: none; }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row .container > .video-iframe-container { display: none; }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row > .video-iframe-container { display: none; }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .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); }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row .container { border-width: 0; border-radius: 0; }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#qvtl7cTzylNbS3Lecf81R1v4eRk5Nt2V { 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:15077;opacity:1;top:3rem;left:7rem; }
#AkeUtk6O8Empl9MADeBkb3K2donIol8L { color:rgba(var(--color-tertiary-1),1);display:block;width:25.4375rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15076;line-height:1;letter-spacing:0;top:3rem;left:9.8125rem;height:6.375rem;display:block; }
#vLEfNIaxZuDB260aExwsyVzTyaXbmcXQ { 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:3rem;left:40.25rem; }
#qHrLvJ86t9X8DplatHXNxTXlrggDCpPJ { 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:13.0625rem;left:7rem; }
#sL53R2pef1kOhCRUVPt8WB8ygJbrLhZg { color:rgba(var(--color-tertiary-1),1);display:block;width:21.875rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15082;line-height:1;letter-spacing:0;top:3rem;left:42.75rem;height:5.3125rem;display:block; }
#bmZKoFLUwotHEuKWLTd6WWMVI8lAQUSL { color:rgba(var(--color-primary-0),1);display:block;width:26.0625rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15080;line-height:1;letter-spacing:0;top:13.0625rem;left:42.75rem;height:3.1875rem;display:block; }
#HvMZl6VTzrN5nZpvvxTCkRWDHgCITZr7 { 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:13.0625rem;left:40.25rem; }
#lkTvJbGKVI8S9r4yhT8S4XcK48JyEiXB { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1;letter-spacing:0;top:13.0625rem;left:9.8125rem;height:5.3125rem;display:block; }
#odCzDbFJTCOehmw4wrol8D55xpdTanNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/huz0dXcO/section5_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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:block; }#odCzDbFJTCOehmw4wrol8D55xpdTanNm.adaptive-delivery-prevent-bg, #odCzDbFJTCOehmw4wrol8D55xpdTanNm.lazyload, #odCzDbFJTCOehmw4wrol8D55xpdTanNm.lazyloading { background-image: none; }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row .container { background-color: transparent; background-image: none; }#odCzDbFJTCOehmw4wrol8D55xpdTanNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row .container > .video-iframe-container { display: none; }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row > .video-iframe-container { display: none; }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .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); }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row .container { border-width: 0; border-radius: 0; }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#MQ0VBqa0M2QyNNhOOC45JQxVaHEA5vz4 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.375rem;left:10.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/huz0dXcO/section5_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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:block; }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX.adaptive-delivery-prevent-bg, #BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX.lazyload, #BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX.lazyloading { background-image: none; }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row .container { background-color: transparent; background-image: none; }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row .container > .video-iframe-container { display: none; }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row > .video-iframe-container { display: none; }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .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); }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row .container { border-width: 0; border-radius: 0; }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#ARkHTVxe1VqwP6iX51klXKoNgzKGOarz { color:rgba(var(--color-tertiary-1),1);display:block;width:25.4375rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15076;line-height:1;letter-spacing:0;top:3rem;left:9.8125rem;height:4.25rem;display:block; }
#BFV7feVRPpP58WemEnB2MGn85yLTQWn6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:3.5625rem;left:5.5625rem; }
#bei6t83FwvdzzJb7Jgu2oHOn67ObAM3c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:13.6875rem;left:5.5625rem; }
#h7UVtpKVSvgJ9evleFrL0kVQaDEqqT8O { color:rgba(var(--color-tertiary-1),1);display:block;width:25.4375rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15077;line-height:1;letter-spacing:0;top:12.84375rem;left:9.8125rem;height:4.25rem;display:block; }
#fO3UIoRH3bricQLQcwq5FvlkZnGWB9ZN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:3.5625rem;left:39.9375rem; }
#yqSn2m98yLV6ZTzTkihhhiUN5zmw2S4H { color:rgba(var(--color-tertiary-1),1);display:block;width:25.4375rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15080;line-height:1;letter-spacing:0;top:3rem;left:44.1875rem;height:5.3125rem;display:block; }
#UUO5yMrl90CAp9WXJBrgK7dsNL7SniI2 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.4375rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15081;line-height:1;letter-spacing:0;top:12.875rem;left:44.1875rem;height:3.1875rem;display:block; }
#BINFb3EwyKkTtpp0Sp0mCIunHG0Vk7n7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:13.6875rem;left:39.9375rem; }
#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container { background-color: transparent; background-image: none; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container > .video-iframe-container { display: none; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row > .video-iframe-container { display: none; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .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); }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container { border-width: 0; border-radius: 0; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#S1d0Pkaq6t5G1cx262oGmlR6tebxqu2z { color:#010104;display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.34375rem;left:14.625rem;height:3.25rem;font-style:normal;display:block; }
#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row .container { background-color: transparent; background-image: none; }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row .container > .video-iframe-container { display: none; }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row > .video-iframe-container { display: none; }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .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); }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row .container { border-width: 0; border-radius: 0; }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#iodk8Nw2eTAOOAXfIvFXiMEOmIuRsC49 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:59.875rem;top:0.65625rem;left:8.5rem;display:block; }
#D0Rt5pCZermCy86DCiSaxTcaSCVqqLpb { position:absolute;display:block;z-index:15002;background-color:#010104;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.0625rem;top:1.875rem;left:28.1875rem;display:block; }
#nJKkGGZhQGHx6ATmDgfTMbathHtQi4Bw { color:#010104;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.255859375rem;left:29.5625rem;height:3.25rem;font-style:normal;display:block; }
#znXptRKicRsphAF68pNz8hsv0oTq4GQF { color:#4658ff;display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:1.490234375rem;left:1.28125rem;height:5.76855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nG1JvFDztdLuNqbJxNaOsizL420cwpxG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.23828125rem;left:17.875rem;height:4.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKB93mZHLlzR75WTvrF09V5CdShF4aSQ { position:absolute;display:block;z-index:15059;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:2.5rem;width:2.375rem;top:3.125rem;left:11.4375rem;display:block; }
#zO11ruwS4SKUlXeGSshiRca7GZ28MLK4 { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:3.90625rem;left:12.15625rem;display:block; }
#JWI4uCAZs2NB1QEam2zd8HGiRLt0y06Z { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:1.71875rem;left:9.96875rem;overflow:hidden;display:block; }
#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row .container { background-color: transparent; background-image: none; }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row .container > .video-iframe-container { display: none; }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row > .video-iframe-container { display: none; }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .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); }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row .container { border-width: 0; border-radius: 0; }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#OWqA5l2Q2d1HHeJbifPmxtLVrRfLhK2x { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:59.875rem;top:0.65625rem;left:8.5rem;display:block; }
#lVRneauFgfqiWcoW4NyTdoEpOwmrvZe8 { position:absolute;display:block;z-index:15002;background-color:#010104;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.0625rem;top:1.875rem;left:28.1875rem;display:block; }
#G0ZXNcMb7NXh4a6N5OR29siTMOsOm9Lm { color:#010104;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.255859375rem;left:29.5625rem;height:3.25rem;font-style:normal;display:block; }
#tmPUWyl08udwTXFPzDTOt1WHHQlcf80q { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:3.306640625rem;left:17.875rem;height:2.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtSruuKdSqR8cqQ6Bnfgkfu6PuQwF3f0 { color:#4658ff;display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:1.490234375rem;left:0rem;height:5.76855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T4dl8GfSM3p57D8Hl3M2aqRTLlQLJy6m { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:1.53125rem;left:9.46875rem;overflow:hidden;display:block; }
#XIpJH5XnFrJQzSUvA95SveNM0ADRzfx8 { position:absolute;display:block;z-index:15019;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.1875rem;left:10.5625rem;display:block; }
#DELKE0F77rAWzm3TpdoqBSS47paL1TQR { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.3125rem;width:1.25rem;top:3.3125rem;left:11.6875rem;display:block; }
#WgwvbD0drnMfl7tVbtwlUVKMuu4kL2fC { position:absolute;display:block;z-index:15020;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:0.75rem;width:0.625rem;top:5.8125rem;left:14.1875rem;display:block; }
#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row .container { background-color: transparent; background-image: none; }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row .container > .video-iframe-container { display: none; }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row > .video-iframe-container { display: none; }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .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); }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row .container { border-width: 0; border-radius: 0; }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#GPWVflG0yP2qJi74qx9uU9X1K91ITTGF { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:59.875rem;top:0.65625rem;left:8.5rem;display:block; }
#TczGTkhWLobfdd0G5QgpHD31VxVZFfhc { position:absolute;display:block;z-index:15002;background-color:#010104;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.0625rem;top:1.875rem;left:28.1875rem;display:block; }
#GfLJTlXemTy9eAuvy7TvTCa9toKsvFlR { color:#010104;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.255859375rem;left:29.5625rem;height:3.25rem;font-style:normal;display:block; }
#S1STJkCTLotVd0sBWFWM8cwACOCrk9QK { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.77197265625rem;left:17.1875rem;height:3.205075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ImPFkvL0pgHMCPL42R9OmghIJVBsBiE1 { color:#4658ff;display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:1.54345703125rem;left:0rem;height:5.76855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RsxS7l5lEWlMi4JTFcEzWBSp43QRp6Gw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:1.71875rem;left:9.9375rem;overflow:hidden;display:block; }
#Xi3TUvxoPKtDkh08Xk1fIS26DC3GXwAk { position:absolute;display:block;z-index:15022;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;box-shadow: none;height:1.6875rem;width:1.4375rem;top:2.3125rem;left:13rem;display:block; }
#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 { 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:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57.adaptive-delivery-prevent-bg, #SdrMb0iAbvdJKGm58geKsa6omAT4Dm57.lazyload, #SdrMb0iAbvdJKGm58geKsa6omAT4Dm57.lazyloading { background-image: none; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container { background-color: transparent; background-image: none; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container > .video-iframe-container { display: none; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row > .video-iframe-container { display: none; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .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); }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container { border-width: 0; border-radius: 0; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57::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; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#l1txmdZecTkLeLTAXav8zXU8dgbKLmZb { background-color:#019700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.8125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:3.5rem;left:26.25rem;display:block; }
#cpKpeg1s2We151alHZUXrGdhZFWPF2VA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));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;display:block; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container { background-color: transparent; background-image: none; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container > .video-iframe-container { display: none; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row > .video-iframe-container { display: none; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .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); }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container { border-width: 0; border-radius: 0; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container { width:75rem;height:37.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CS2sU4ckyIa0KnQJgnNMwqO6BZgHZgIs { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:7.875rem;left:35.5625rem;display:block; }
#TmmDByVkwpWq5fSHr5qv1PZ6Fp921K1P { color:#ffffff;display:block;width:52.0625rem;position:absolute;font-family:"space grotesk";font-size:2.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:12.65625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lU8lFp7TLozEmI2XgaiLo8NfB4KqyzFF { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"space grotesk";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.9375rem;left:8.5625rem;height:;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; }
#Q2yniMkKTnGFc3P1MLPGh2uh86AF9yu3 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:"space grotesk";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:14.78125rem;height:3.25rem;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; }
#nE2WVLvGb3JvAX0eXrvm5cPWrnTLypoV { background-color:#019700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:24.1875rem;left:22.40625rem;display:block; }
#aTNQqbE0K2uVsM5fT3gMEGp3rxbIX0Uz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMSgaQV8RTRNkXxf8ruZXFKGzEEzPOva { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.3125rem;left:20.8125rem;height:1.5rem;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; }
#gPDL7f5at6uI67NSBIurkSwnR170oQaL { color:#ffffff;display:block;width:63.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:30.9375rem;left:5.875rem;height:1.125rem;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; }
#eiJZVhh4c1wQQHpWNw8MFZGbt1u6biDQ { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.125rem;width:69.5rem;top:3.4375rem;left:3.625rem;display:block; }
#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row .container { background-color: transparent; background-image: none; }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row .container > .video-iframe-container { display: none; }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row > .video-iframe-container { display: none; }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .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); }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row .container { border-width: 0; border-radius: 0; }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#ypnG2AxuEvKqcMQr0AJ4bVoTcGvJ5P8W { color:rgba(var(--color-secondary-2),1);display:block;width:61.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:2.90625rem;left:6.96875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row .container { background-color: transparent; background-image: none; }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row .container > .video-iframe-container { display: none; }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row > .video-iframe-container { display: none; }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .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); }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row .container { border-width: 0; border-radius: 0; }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#drHKc8WxQxOdQuEUrv7hdARspTxwILCU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:12.625rem;display:block; }
#eWfq45dylHsTQQnfU9DDrtlQKCk5kIKT { position:absolute;display:block;z-index:15013;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.375rem;left:12.5625rem;display:block; }
#pMPKr8DuMIyESGObAcr88hlqQT69cyHI { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:4.0625rem;left:30.6875rem;display:block; }
#ADOv8sedHXPZ04COAE0Mz1avnwtbhWw5 { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:4.6875rem;left:31.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1ssM06LeNIPM5cRCe3v0mp8IRTPKCIz { color:#3a4044;display:block;width:26.75rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15023;line-height:1;letter-spacing:0;top:1.6875rem;left:26.0625rem;height:1.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row .container { background-color: transparent; background-image: none; }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row .container > .video-iframe-container { display: none; }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row > .video-iframe-container { display: none; }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .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); }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row .container { border-width: 0; border-radius: 0; }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#vxWL3O6b8FRa6q8dampOwDAAIIWDzvbr { color:rgba(var(--color-tertiary-1),1);display:block;width:47.1875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.494140625rem;left:14.8125rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row .container { background-color: transparent; background-image: none; }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row .container > .video-iframe-container { display: none; }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row > .video-iframe-container { display: none; }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .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); }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row .container { border-width: 0; border-radius: 0; }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#zraNvCuX5zkwm7xcM55guDnPTU4o3O48 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:12.5625rem;display:block; }
#pCiPIN2bEZpkCOKZ5gxAeDarwkB33Zon { position:absolute;display:block;z-index:15018;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:12.5625rem;display:block; }
#rKo3b2xQBpHu8TQSDZuwzh1bPsRQfqvi { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:4.25rem;left:30.625rem;display:block; }
#Etmlbn99LuG7tRsxCAuOtmza57msHrhX { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:4.875rem;left:31.375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETM8qOGp3oXncnf3qg80UabNs9V5PwH4 { color:#3a4044;display:block;width:26.75rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15023;line-height:1;letter-spacing:0;top:2.125rem;left:26rem;height:1.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row .container { background-color: transparent; background-image: none; }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row .container > .video-iframe-container { display: none; }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row > .video-iframe-container { display: none; }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .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); }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row .container { border-width: 0; border-radius: 0; }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#EhzbUhIJeBeKxumTOKkSSqMN3L15F5LR { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.494140625rem;left:13.4375rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dTFxHPGcp0vFo42zsdO8126odBsMXBrz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row .container { background-color: transparent; background-image: none; }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row .container > .video-iframe-container { display: none; }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row > .video-iframe-container { display: none; }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .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); }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row .container { border-width: 0; border-radius: 0; }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#gvPFVOU4LsSNUfFoBKKzSQHbI9VxEriH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:12.75rem;display:block; }
#w6HenvcqR8xtrTO4TwtC8TB3eiuBQWCV { position:absolute;display:block;z-index:15023;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.375rem;left:12.6875rem;display:block; }
#Bt3EHqc3etncI7D7xyBeIoOZS17vOVQL { position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.6875rem;left:30.75rem;display:block; }
#G8QK0CrfQusys9LghyxTmzeXRyCczkQO { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:4.34375rem;left:32.125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RCR8gid70pRcCdaDUJ3rndmSk3HOLORk { color:#3a4044;display:block;width:35.0625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15023;line-height:1;letter-spacing:0;top:1.9375rem;left:22.03125rem;height:1.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row .container { background-color: transparent; background-image: none; }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row .container > .video-iframe-container { display: none; }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row > .video-iframe-container { display: none; }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .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); }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row .container { border-width: 0; border-radius: 0; }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#tb1EaDUT0qA5AxCUASMULQolkU5M9DGz { color:#3a4044;display:block;width:51rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.494140625rem;left:13.6875rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row .container { background-color: transparent; background-image: none; }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row .container > .video-iframe-container { display: none; }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row > .video-iframe-container { display: none; }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .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); }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row .container { border-width: 0; border-radius: 0; }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#AX35otLOyEMEJs16ZThXGHOgryP87S9a { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#bRwTJfx0oO0qM3KvzxVuIWQ6E09F5lSQ { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#If1chn11UAckzKlsRr3NmUuq5vMAtZPi { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15023;line-height:1;letter-spacing:0;top:1.625rem;left:13.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oNXRNM6PyNrMAO2byJ4pqtFEhV6I0S0o { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#MtOJFvxBaaHItEol0uS465gx7ePasoRT { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row .container { background-color: transparent; background-image: none; }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row .container > .video-iframe-container { display: none; }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row > .video-iframe-container { display: none; }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .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); }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row .container { border-width: 0; border-radius: 0; }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#BkDtEFVKbmM0vTEzXrtH8gRn0GHf9FNT { color:#3a4044;display:block;width:52.875rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.494140625rem;left:11.9375rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row .container { background-color: transparent; background-image: none; }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row .container > .video-iframe-container { display: none; }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row > .video-iframe-container { display: none; }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .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); }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row .container { border-width: 0; border-radius: 0; }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#ltLakqVpAsdVeUsFdUSZXsfEkDoWOAF0 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#CZEJv1GfAAt6DMylSAmrXVx1OMd8WPad { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4aPvFrzsWRMtcUR43Ek0TwlgLdkyGxI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#g1vnDiuw9nlRN4TKhhX6K9snuGnXIMbV { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#HZJyeMfBX2pCTL1KOcwZwAxh2EBmaTCA { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.75rem;left:13.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row .container { background-color: transparent; background-image: none; }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row .container > .video-iframe-container { display: none; }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row > .video-iframe-container { display: none; }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .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); }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row .container { border-width: 0; border-radius: 0; }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#Tc5QQOuRrnszM03D2p7y51PHuwbVAlZg { color:#3a4044;display:block;width:52.9375rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.9375rem;left:11.75rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row .container { background-color: transparent; background-image: none; }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row .container > .video-iframe-container { display: none; }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row > .video-iframe-container { display: none; }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .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); }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row .container { border-width: 0; border-radius: 0; }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#RBszzDqAhwm13SDPusy3K6xBuOzuvLqr { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#KkTZheCFN3lpLpDpsXmnwwrhg8Zxi3aG { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0o9WTE7AVNPTXUN7LeCE9dwxF37WGFl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#yr20SrEiutGZT1Btm97iN3W9w9WJl7JH { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#I3BreUAXK2U49MGqyx7ouf3GeMlf2xnS { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.75rem;left:12.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row .container { background-color: transparent; background-image: none; }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row .container > .video-iframe-container { display: none; }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row > .video-iframe-container { display: none; }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .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); }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row .container { border-width: 0; border-radius: 0; }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#ygo1SUWtpTFeex0mG8LZ5U853UDskpPZ { color:#3a4044;display:block;width:52rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.9375rem;left:13.0625rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row .container { background-color: transparent; background-image: none; }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row .container > .video-iframe-container { display: none; }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row > .video-iframe-container { display: none; }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .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); }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row .container { border-width: 0; border-radius: 0; }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#ISCsEH7ffnrI4hElZCsEv59ETu5lhTQ3 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#PBCAV9kn3bxM7qRL9nDRk7KeTABrxNan { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbVd8m2XUezXsOIXuz2EJ0cMTz3N1SdR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#iZSA9AgzmD2ahpKVQBwMDTLxqvVbkNTf { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#XJ6NsWyMeCsOtHtZn0P9NETq1L8dPIuW { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.75rem;left:12.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row .container { background-color: transparent; background-image: none; }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row .container > .video-iframe-container { display: none; }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row > .video-iframe-container { display: none; }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .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); }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row .container { border-width: 0; border-radius: 0; }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#xPypipEQiSLt4BQcBWAJ6JGON54RVwCK { color:#3a4044;display:block;width:52rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:2.5rem;left:12.875rem;height:1.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row .container { background-color: transparent; background-image: none; }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row .container > .video-iframe-container { display: none; }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row > .video-iframe-container { display: none; }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .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); }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row .container { border-width: 0; border-radius: 0; }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#SZ5faV23FXJNUIV6CKGEWhp7TGsaLdpN { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#BfITfEaK17b2qegqFUkHK2RGT5LnbdGD { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDOiFBqPvLr0OguEWPO8teJsP5KrRPGr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#MOeAT55PnmlmUq20NXodwhf3ASJHMZbW { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#kDBTaICDl7A38xPUyeTzUXlLNAcnqHp7 { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.75rem;left:12.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row .container { background-color: transparent; background-image: none; }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row .container > .video-iframe-container { display: none; }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row > .video-iframe-container { display: none; }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .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); }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row .container { border-width: 0; border-radius: 0; }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#CTQDSgBfVwXkvsmlb8TRnrzblhrNQEq8 { color:#3a4044;display:block;width:52rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:2.5rem;left:12.875rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xWbLLZahUp2mTRF5GstSquxn4igU0SkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row .container { background-color: transparent; background-image: none; }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row .container > .video-iframe-container { display: none; }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row > .video-iframe-container { display: none; }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .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); }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row .container { border-width: 0; border-radius: 0; }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#Gd9TEF1oxDsMnCQf4lxn5EOXFvWog1Vb { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#XQ0znZPqHESPT02EM7yqhT8F0hU5OAMS { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xZAJb03CT5b5wyUgeCHB6GV85tWQQgsx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#coMyWr9ygOysVXMhKHPvWwMOBgmwS7XS { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#H6GUQ3t8NXClTymwthap0l2Shzvgk3om { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.75rem;left:12.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row .container { background-color: transparent; background-image: none; }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row .container > .video-iframe-container { display: none; }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row > .video-iframe-container { display: none; }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .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); }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row .container { border-width: 0; border-radius: 0; }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#WtWuKNH7ekZeA2NNg6JIRSNqQKoa5uCc { color:#3a4044;display:block;width:52rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:2.5rem;left:12.875rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row .container { background-color: transparent; background-image: none; }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row .container > .video-iframe-container { display: none; }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row > .video-iframe-container { display: none; }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .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); }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row .container { border-width: 0; border-radius: 0; }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#UVw7lAyrKWJvMIo0EdWGpzGay7ZZEGTV { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#C05OR99I9cToaLNdgfbWVuxPfaH1Xxor { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRVbBa0URly6h1J0a9ZLnmSiwCnTlPy5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#Q84nB5cBmSAOl94kcGADlXQHAhqUTJfz { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#MPP70aWKkz5cT2kuzyQ5eUd30edEIN5K { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.75rem;left:12.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row .container { background-color: transparent; background-image: none; }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row .container > .video-iframe-container { display: none; }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row > .video-iframe-container { display: none; }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .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); }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row .container { border-width: 0; border-radius: 0; }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#b6TARlgGwJkudaPKBTncd94HVToU7wv5 { color:#3a4044;display:block;width:52rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:2.5rem;left:12.875rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row .container { background-color: transparent; background-image: none; }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row .container > .video-iframe-container { display: none; }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row > .video-iframe-container { display: none; }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .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); }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row .container { border-width: 0; border-radius: 0; }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#Q0ByhAbQTo1d6m49UV5KhCaDmRVzZS9C { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#l1GxB54g7mZ51vtmDOPBdzPaydBTB4AB { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1piATy2dQt3kpHz9dUHpt1tGLcc2PBm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#Cc1eTkKZ5RgwUHmCnPIclKLrpCSCAUmn { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#hwwA85fvxrCnKCdNi7ALzHFS5qeIXcTG { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.75rem;left:12.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DaAJVie1XkUvqFwinVUs21sO3faXXikz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row .container { background-color: transparent; background-image: none; }#DaAJVie1XkUvqFwinVUs21sO3faXXikz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row .container > .video-iframe-container { display: none; }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row > .video-iframe-container { display: none; }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .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); }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row .container { border-width: 0; border-radius: 0; }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#RgeTxFoXagCw8AsHEkg5xILqpHvN7dek { color:#3a4044;display:block;width:52rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:2.5rem;left:12.875rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row .container { background-color: transparent; background-image: none; }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row .container > .video-iframe-container { display: none; }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row > .video-iframe-container { display: none; }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .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); }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row .container { border-width: 0; border-radius: 0; }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#uOfHVLMWTgyX5iZP8kD8AbgJi1HkfziL { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#Sh3pVBw90NhGWZOP2mMiR8kfM7s1bgpJ { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ag6SqghIvQKmCOKUTcN9Nxfqm5uze2Xo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#ddATCsgoJiXLD7VDGRUOaMFEPXDG4gLR { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#DH1iIViIm1af30tJf2uRoWTTV40cykiK { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.75rem;left:12.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row .container { background-color: transparent; background-image: none; }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row .container > .video-iframe-container { display: none; }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row > .video-iframe-container { display: none; }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .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); }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row .container { border-width: 0; border-radius: 0; }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#VhS2IxDBfabHgziTKqLTTomt5lgTttEd { color:#3a4044;display:block;width:52rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:2.5rem;left:12.875rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#U71xcBTH4qilybereFc3GVsJy76NZrwR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row .container { background-color: transparent; background-image: none; }#U71xcBTH4qilybereFc3GVsJy76NZrwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row .container > .video-iframe-container { display: none; }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row > .video-iframe-container { display: none; }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .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); }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row .container { border-width: 0; border-radius: 0; }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#pZsnzq4DkE9ZOzq9OpxSbyh1uCL7h6xh { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.75rem;top:3.84375rem;left:29.5625rem;display:block; }
#mH7QMN7RbBKdiR6O9l7wsTEkVWm7whE2 { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIIAyiM7x75pgegKCWL3Bpfy0KGtqv89 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:7rem;width:53.625rem;top:0.8125rem;left:11.5rem;display:block; }
#SoO1b0To6TzVLcmFn1QPqdCPmvw4UZhF { position:absolute;display:block;z-index:15008;background-color:#4658ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:0.4375rem;width:53.625rem;top:7.4375rem;left:11.4375rem;display:block; }
#GPuTP4Su6roVROxw8pUob1E9XIrRXoFV { color:#3a4044;display:block;width:50.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.75rem;left:12.1875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row .container { background-color: transparent; background-image: none; }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row .container > .video-iframe-container { display: none; }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row > .video-iframe-container { display: none; }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .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); }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row .container { border-width: 0; border-radius: 0; }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#ak9AmNpTF7kkJf28SHzfHMGpZUAoPaA3 { color:#3a4044;display:block;width:52rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1;letter-spacing:0;top:1.375rem;left:12.875rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#H2eVs8vx44G386xM391z5B4Kv4KqIL4J { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-3),0));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;display:block; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container { background-color: transparent; background-image: none; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container > .video-iframe-container { display: none; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row > .video-iframe-container { display: none; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .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); }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container { border-width: 0; border-radius: 0; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container { width:75rem;height:37.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DHxTePBThQPClJKmvm6NRmXQpJOJ0mrB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:7.875rem;left:35.5625rem;display:block; }
#twOZg3PxwzU54w9wmfo7WoVnRAhKNJt9 { color:#ffffff;display:block;width:52.0625rem;position:absolute;font-family:"space grotesk";font-size:2.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:12.65625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WJJlWp14ZxRKCPXGxBpklZeRTeDUveCB { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"space grotesk";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.9375rem;left:8.5625rem;height:;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; }
#yG9W01m1AzTMxCz3r3zg7RzJ760FxsfW { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:"space grotesk";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.4375rem;left:14.78125rem;height:3.25rem;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; }
#bwxypQ0PxlTKRXsqnu94skX0oQv0CMf7 { background-color:#019700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:24.1875rem;left:22.40625rem;display:block; }
#Ufo5EiGlvtybQGG5mlWt4VTyhbMWVDsO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOgZJurwAoN3aNSQOf7rKle9Tl9ddJ4N { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:21.5625rem;left:20.8125rem;height:1.5rem;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; }
#RuPDSEZGRFMCND5cpEgu2pObCW3Fc30t { color:#ffffff;display:block;width:64.75rem;position:absolute;font-family:"space grotesk";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:30.5rem;left:6.3125rem;height:1.125rem;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; }
#NKzwWIxpVbEyaafpeq4HdkT2TNxTJblK { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.125rem;width:69.5rem;top:3.4375rem;left:3.625rem;display:block; }
#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row .container { background-color: transparent; background-image: none; }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row .container > .video-iframe-container { display: none; }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row > .video-iframe-container { display: none; }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .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); }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row .container { border-width: 0; border-radius: 0; }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#cKg8T47LAPOqoKTVrzHPJmbk8hVBEQDu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.0625rem;top:2.21875rem;left:6.125rem;overflow:hidden;display:block; }
#i06kh1gQAtNJG2gohvGXBIzr0pqCEqGp { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:55.8125rem;height:1.13720625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBZN8x4I3qTWEv12GBdDLoHetRSkIndM { display:block; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzVXZGvXwDs290aPaTshNFnvxtxkfb2b { width:25rem;height:6rem;top:21.0625rem;left:22.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1D9JAJViDatB90PzC85l7EIaxy47ysy { width:15.625rem;height:3.75rem;top:28.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkJ7MXMDDoLv5TP0SmCuTkUeNtwQ4tS { display:block; }
 }@media only screen and (max-width: 763px) { #hKfEeB7dTWLxvOWNr1pOdHwkT4PQW8IO { top:7.25rem;left:19.125rem;width:28.625rem;height:10.9375rem;font-size:2.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oclxMigHixK69FXSrV5Lh2TJ2Ua72SEs { top:29.0625rem;left:27.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG91KayKan4s9PzAWtRqNZnmkgBXytE7 { top:29.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uub6DoT7C4T4Thqu7StX8VizPKUhzLEG { top:7.1875rem;left:0rem;width:32.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUsvuafVpfeTdyKomv7q9fPeWLKDaL6 { top:28.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6aNLgxxw2DcPa2TN6DnMvGBG2PEq4Ux { width:3.5rem;height:1.75rem;top:28.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgOA16Ux0ec69HS2eOdEhfT4MmdO5qTn { top:27.875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpOSWrzJcEmJdLO57Fnxh54IeMNvsIAQ { width:4.5625rem;height:0.875rem;top:28.8125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfINIcteTMWhRfxyKW02e2q14FCcOpbb { top:28.375rem;left:5.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMSxmHvQkeTn5lECP7sQn89AVu7Q7XOb { width:4.5625rem;height:1.75rem;top:28.5rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLggUGSteBPZ5QhrWAMSCHM1f2cDrxop { top:28.1875rem;left:13.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpyr9ICF1qkHbMoxeIEX0yRTS8qhdPwR { width:5.25rem;height:0.875rem;top:28.8125rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6U27W1ar1nebyJmlLhrS3XroH0OcktM { display:block; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqcnhvSbxhePTAfHMvfytoGek3u5Zz4X { width:47.75rem;height:3.875rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq { display:block; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExDZaotW6tfqPMuf3ZnNgiiwPmC44FKx { width:5rem;height:5rem;top:0rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFNpw9ayy2Sye1vovFPXRIP2KrMTww0T { width:5rem;height:5rem;top:0rem;left:21.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 { display:block; }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDVcbm0QqUxOQSg7TKTllNq0W7LB24Px { width:47.75rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1.25rem;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #O501zqmUlo0xnQPGbJork3Hpe6Eo8J5T { width:47.75rem;height:1.25rem;top:7rem;left:0rem;font-size:1.25rem;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #ph2J5lQZCrmut3JKgO1q6wqaugzxkGQx { top:1.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtH08ck48HOyNiaMrTN1LJ1N3Z2Z0Ale { top:6.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tATrZkmdPRxbV4lRXgW7uxpMsfHI2u1k { width:47.75rem;height:1.25rem;top:11.0625rem;left:0rem;font-size:1.25rem;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #KSSU8UUUTSqavkr5CVuqmUObN9tB1stn { top:10.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyuAcglCqRy8X4eumqTzdbBiRJzeEvtd { top:14.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrBJfdN1o14fkuMWi0pszKeGK52nrWz3 { width:47.75rem;height:1.25rem;top:15.5625rem;left:0rem;font-size:1.25rem;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #UfxJlWTJ5yeZyACbTulme60Fqbawqsti { top:18.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBgucASWQfgsWoQeJ5efeFePWLTQvVuk { width:47.75rem;height:1.25rem;top:19.625rem;left:0rem;font-size:1.25rem;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #plS0bXs5mbN41zSqUv6hAmzrTk9ZLh3K { top:22.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVLBwLAbT0NXidKNwiQablM0MM5E6d7G { width:47.75rem;height:1.25rem;top:23.8125rem;left:0rem;font-size:1.25rem;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #VU5avL8TUkBGnisko3cRgmXKI3TfCnMS { display:block; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOgka30h8MZwcsaxL79UwZ7y1PodTZgu { top:2.75rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb { display:block; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIOzpmtQTi8eTJR4zVSSlO9y0pikh3sK { width:47.75rem;height:2.1875rem;top:4.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db { display:block; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhFRNyvK55nSTeOIJvbl3crT8849LPTt { width:19.75rem;height:21.875rem;top:5.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9JFXPQU1krBUh1LLsLpOX0q0Daeug3 { width:19.75rem;height:21.8125rem;top:5.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFOJT5DUtiULbO9mB8r6c4zfB2DOCFGz { width:19.75rem;height:21.8125rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMannqc1X5e0R2U8tCPnJ83vPhoGONzQ { width:19.75rem;height:0.375rem;top:5.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBn2l4t6HFfsNDlGgHdB7C1N98rCx4Oe { width:19.75rem;height:0.375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5RGlp9zwmBTuJU9K9K5SOIfKXdGUhT2 { width:19.75rem;height:0.375rem;top:5.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzRkmdBv88d9xdISm9AWDTrv36taIxMT { width:17.0625rem;height:3.375rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQS8iu0rDSdWCk1KCe0rv5ByIDeBnDv8 { width:18.75rem;height:2.25rem;top:7.6875rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2rX6UIBHVRLcd8Tqy8FRE4cVTUVs65z { width:18.0625rem;height:3.375rem;top:7.125rem;left:29.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmdhCGWNQ82VV5c2v8MR38PHJ9eCx7SE { width:14.375rem;height:4rem;top:22.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0t5RaDwLk6kHJXS7lhxBdbzdKLA2ooe { width:14.4375rem;height:4rem;top:17rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4meywq2H9QQ9ckwxGMwmagKyToSt9Fe { width:14.6875rem;height:2rem;top:13rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbc5TLqXUe2syHgmpBnRCBI0rmXw1NVO { top:13.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODAghscivVxvgUlcZdSutHBlgLNewXTW { top:18.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhIEb9Lz27zEKAhpF8i2GigUhp1TOvRf { top:23.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXKz69a6CKSH58W5b1GoQiR76iAk8Ddt { width:13.8125rem;height:4rem;top:22.375rem;left:17.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0vGE2TM10pDb28unwrmA5usbkIJWAe { width:14.5625rem;height:3rem;top:17.5rem;left:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDt8Evh5toBMMRQ3es2BEGQlEL7N2ZQN { top:18.25rem;left:15.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEWyewNZpRTR480L0t96gUfv0mJx00di { top:22.5rem;left:15.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd1b3FIfvnOIeI1lsnKl2fd6gwQmS4J6 { width:14.9375rem;height:3rem;top:13rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlF7XlEoK7LzN5hJ4t1N8wxGPKfr1vG5 { top:13.5rem;left:15.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji8oOF0KdNicOudzpchI39QVXFqM20JB { width:14.4375rem;height:3rem;top:22.25rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdW4uAN7FW2NNpN2iiGHkW8Gr0IRafUx { width:14.5625rem;height:3rem;top:17rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS4ZA2A2dmGFKCKv5O5ad3H2xorVeK1X { top:18.25rem;left:31.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB5niIJh1QfyOLpdyVAPQuThezwm4Ise { top:22.625rem;left:31.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPDEPb5PwWeARIifDBWc86s90e6xXyT4 { width:14.75rem;height:2rem;top:13.5rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDEkgJxwf2d97eg2iDRu3dCJKWfcJ63L { top:13.5rem;left:31.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq7DD3uGwXDRwnXZ0R8weQ14k777TA7c { top:0rem;left:21.15625rem;width:5.3125rem;height:5.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ1nwoPqeHcCo7svvoedmhgF1MJwdBi1 { top:0rem;left:37.03125rem;width:5.3125rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC1PQ0LET0qzlMkKGVEJBk33nfO5I8oX { top:0rem;left:5.15625rem;width:5.3125rem;height:5.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ { display:block; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpE3I2mHTBqI8v8AaaTC5CXhE2cHJF9i { width:5rem;height:5rem;top:11rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJOThQzkWK7eHKBibRADc8CJI2cPDhhB { width:5rem;height:5rem;top:11rem;left:20.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGVQhm5EuFLoqZ9o6FDg6gtAS0lWFsbE { width:47.75rem;height:4.125rem;top:4.1875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR { display:block; }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHAsIa18b2CaU44ThOSuMusxP575vT6e { width:47.75rem;height:4.8125rem;top:6.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2e2lrV43fHSioanIs9tnMwqP9rx7181 { width:47.75rem;height:3.125rem;top:13.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxRPp2W5J5oHuspA3qJsxSuEKAaFfqZm { width:47.75rem;height:3.25rem;top:19.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npVk0F0EuhcvxO2VIr3rDhauX2NZ6UPT { width:47.75rem;height:1.25rem;top:24.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMpRdtORvwWiTKhcHMME0OnNgyCVbWr { width:3.25rem;height:3.25rem;top:23.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCtEmplzfIM0pfG1TKJTyfrgm3XqAmUF { width:47.625rem;height:39.375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcDebDyUpikmLAH4arUVoi4eS6ZdSwva { width:47.75rem;height:1.25rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzGvJmhFB6wqRrG0zDR8cWLbT1N4sDtI { width:47.75rem;height:1.25rem;top:31.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8g85iluUcrryTeEX2zkS6mx8GeSGXsM { width:47.75rem;height:1.25rem;top:34.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKLBpHVzrsq6sNR8HbzWEGa6MTnSrzLt { width:47.75rem;height:1.25rem;top:37.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqdBpFXk7s8Gdqm6NxHOdHIe81FUhFon { width:3.25rem;height:3.25rem;top:26.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3fBhKe3w1ufl1yofRZVbfcT48vCAiJX { width:3.25rem;height:3.25rem;top:30.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTgABTxelM1ARiWxOSp9x9seN60Zql5h { width:3.25rem;height:3.25rem;top:33.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx5mSoE3Z9ZtJFIWwNgTQggNGsKs1hTW { width:3.25rem;height:3.25rem;top:36.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpDXLKIDm1487AbeevHK95xr5UJM6SDk { display:block; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3TP0vsl2WHhcbnffJPKmmPXNJy4kwP1 { width:14.0625rem;height:0.3125rem;top:22.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1J398qfdJ5ZCD9iGSkIectuE7v7zEsn { width:13.9375rem;height:13.9375rem;top:9rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJnQH4w65qodZs20w0kac5RCU78p1cU6 { width:14.0625rem;height:0.25rem;top:22.9375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq1h6aZDpGxd10ilpwcqJe7ppQ8FBAOw { width:5.875rem;height:5.875rem;top:15.75rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzhyn95tkIBKHx1TqT6uPXbd8ZLdzuH4 { width:2rem;height:2rem;top:18.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0edpBwTV2DZgF1pkGhwPS2UN7cgxMSt { width:5.6875rem;height:5.6875rem;top:15.8125rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EskBEUDGTkBbxT2CEC5x2kHeKG0lxQLc { width:0.625rem;height:0.75rem;top:20.0625rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKTdfAbdsZceDAaVZUqvS5OGOIr6u5JF { width:14.0625rem;height:14.0625rem;top:9rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMwTEENErZ4BHzT95RCAxiK2nPAHSZfw { width:1.5rem;height:1.4375rem;top:19.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkdKSJUtnTaonogT72buIK9TSSOAhTQf { width:14.0625rem;height:0.25rem;top:22.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI3aT0KwzWvuoVouoTaFi6C0caT8JIoi { width:14.0625rem;height:14.0625rem;top:9rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRD74kTdv62ZP1Ml7wOewNGsE0M1RtEe { width:5.3125rem;height:5.3125rem;top:16rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdDPQ5wWEzdN1IqBMitzu5IeI5ROQHv9 { width:1.4375rem;height:1.6875rem;top:16.6875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJQ9B5KTZBvELGCbkrP1tEVITVscNxnd { width:1.25rem;height:1.3125rem;top:17.5625rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH1daTqryI89EWiHLX6K9bB0niFAu2Fc { width:0.625rem;height:0.625rem;top:16.4375rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfW4NdcSyD1EbVAO40Hp4MtxuboeTteT { width:14.0625rem;height:0.25rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqzWX0SVEeKhOf8uMydgv3MuOe7NSxPT { width:14.0625rem;height:14.0625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFrxr90uxpRp2TPRJNic5TNGyTFonHaO { width:11.875rem;height:3.375rem;top:10.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrrGKWoSTPNoRzNDilGRpSiefPnSe8n6 { width:11.4375rem;height:3.375rem;top:10.25rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJlay2d16mNC8V499i9KTTL3ORzc3EfG { width:5.3125rem;height:5.3125rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2gqog4OWEvIO5fzHynhg7ezIGl6Rzd0 { width:2.375rem;height:2.5rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A14xivGJf38kxsQFMPQeuQgFIzC0wNLW { width:0.9375rem;height:0.9375rem;top:18.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAPM1TcuWTMmrtGr9rR3muGvSmMUvKgT { width:12.1875rem;height:3.375rem;top:10.25rem;left:28.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6qABgFGA2s32wtqWfpG8s1KUrFqKDh { width:11.375rem;height:3.375rem;top:10.25rem;left:36.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZCRkTW0rbIToeX70GzGnKNJ7BHdTS8H { width:47.75rem;height:1.875rem;top:3.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoNkGlMBLGww8B5i21s1syUt203Uzpqn { width:34.0625rem;height:3.4375rem;top:26.6875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6L5RRIOQiSrGG4eHQIVBwXJNR3m5BQL { display:block; }
 }@media only screen and (max-width: 763px) { #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU { display:block; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmtRDx93GxlEPRP2tGlxpIPVlzxUPONr { width:5rem;height:5rem;top:0rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be2CHgk6rrkzNfegVsgoZkOU65znfRCC { width:5rem;height:5rem;top:0rem;left:21.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm { display:block; }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQp4alT3Vk0Qrfu3igmUzFQrpxeSPs5F { width:19rem;height:35.3125rem;top:15.5rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUcIzxaEgM8QEDFIfWNCHDG6lkiHliZl { width:18.375rem;height:8.375rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMQAXk3XrrADUsWoOgKW3pFud8xzw4Kd { width:18.375rem;height:7.1875rem;top:38.4375rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANxsKAw1Kt9RAwWTJPRMd1u5LrRFwM93 { width:4.0625rem;height:4.0625rem;top:32.875rem;left:42.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APFrI2cON8xPLIl8wz8b20ocDsK3A16u { width:18.375rem;height:9.5625rem;top:19.5rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6deZ8IKp4Rr09l1WiEeZA4LXCN3Abep { width:4.0625rem;height:4.0625rem;top:14.75rem;left:42.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIZ30Hg1Xk04wxSwRChxFIVHpFUn0pzM { top:31.75rem;left:0.8125rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqamL3MwEphS5062mraq7wPxawgNG03p { top:14.5625rem;left:0.96875rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQVgyDs2BzzdWqpSzur0rgqefyFIRv4 { width:47.75rem;height:3.8125rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciqOSOzAewFQv0BavrmyxPrtwOAezTcC { width:47.75rem;height:1.75rem;top:8.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEQU42RTaLv4BiDOqslD6XV7D4BgzAwl { width:18.375rem;height:8.375rem;top:38.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yakUInuESCNzo7PR9Cs6364VxbgeodkT { display:block; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETedBEQCMZFpMOXpCSNpOUnrPSbHOJ8g { top:29rem;left:31.6875rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5O4MT0QZsTBxfGbJpuJNFmRQZf491lL { top:31.125rem;left:33.625rem;width:3.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsqTz0ahoD3JTTgcHIJDBZnoV5RTinRy { top:35rem;left:14rem;width:15.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcvqAIcaMrzUdrcs2GVr5vQTnEUlhQxz { top:32.8125rem;left:0rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pStG8MhTzQycTL28dIGR61VpJgzkZ1Ou { top:31.1875rem;left:30.3125rem;width:1.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWV4OS2L9z7y2wTczc8Zi8U29hidTwPg { top:31.3125rem;left:29.6875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLDwXM3pFnSvzLATr29WoxJD628ihmPm { top:16.125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNPuWCDZcgaCKalSoAhBlPI6sm8dNOmO { top:23.9375rem;left:0rem;width:0;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1RZchryU9L4R7yNfhxqxliC5srDRTq { top:20.6875rem;left:4.0625rem;width:38.5625rem;height:9.5625rem;font-size:1rem;display:block; }#GC1RZchryU9L4R7yNfhxqxliC5srDRTq li:before{  }
 }@media only screen and (max-width: 763px) { #cfSAlNy52RXX5nD3HhgcsFItGImZ7TzF { top:16.125rem;left:5.375rem;width:25.4375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMZBUEI9xsr4SL6mUPAGW4xTZHn6q3NT { top:14.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmDtBs96kzUoRSkMGCglXkuKZmEIlrnD { top:14.3125rem;left:0rem;width:1.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhHCXuprhW4ipQknDAqOuXnNiP3znQNf { top:39.625rem;left:5.5625rem;width:36.5rem;height:7.9375rem;font-size:1rem;display:block; }#RhHCXuprhW4ipQknDAqOuXnNiP3znQNf li:before{  }
 }@media only screen and (max-width: 763px) { #XbspIcqWLwFKuAPSX9bH4B6Fk6mHN6Sp { width:4.5rem;height:0.125rem;top:10.375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmL2UFRhNRK5kqeewkat9HEf51bN1m2H { top:5.6875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZ1CDEV1eaBZ1IXMgUZw0O122DUFQvb { top:18.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 { display:block; }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbWX1PyLnDMVCg8he5ZIaqK7NfNdOZBg { width:46.25rem;height:6rem;top:7.8125rem;left:0.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTliOZJKCu5RhHcqD68MyaxEFn4rDzW1 { width:2.8125rem;height:2rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4MUhpVtSZVrVThnqQ669SgdsXNh2bDC { width:2.8125rem;height:2rem;top:8.25rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbLLO3o41uRPnFflO1OqB7MAqalXPSi { display:block; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcUUqPVlaKxxieclgi5M9M99T7CvBKxt { width:47.75rem;height:2.8125rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs { display:block; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgRAtTDB7MtWd4bWotAJ2cWB7Tl2L81s { width:47.75rem;height:27.625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFKRkr4HZS7NQ4xvehnEbNZqfKr4y6C { width:20.5625rem;height:2rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDTf74whZsGlmPJzhgHa7qNumXSzwQ3u { top:0rem;left:4.5rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJnntu9vpoHWxe0chqvBoleqrb6ZCqxA { width:47.75rem;height:14rem;top:14.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiKyWT250kCZf9F2hqx9LiZCk29ggNJF { width:20.5625rem;height:2rem;top:9.25rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0y999wo6TKpe4sWh6BmH1cHSb3TLC0A { top:0rem;left:34.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S { display:block; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbEzCwiOIHuhllgHgwv1Rx10KVAqXRTm { width:47.75rem;height:2.8125rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN { display:block; }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8tWvJlUNNq8bWaaVcHOaN7UaEJgNbON { width:11.875rem;height:1.9375rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQl4QQS3ZKZTLFTx9EoqotwEFZ1aE1eF { width:12.5rem;height:3.8125rem;top:5.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR0wuCfULVqJ5paeghRmQ9R6i0wWUPHt { width:13.25rem;height:2.5rem;top:5.8125rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBHlsJWRTX2K00U9qW7UFAuVPdkHCZyt { width:15rem;height:3.8125rem;top:5.8125rem;left:16rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS4vJ7Uf4c2xOlNqEWlvdQqdl44sVWC { width:13.25rem;height:2.5rem;top:5.8125rem;left:33.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVxp6c0VrQI097NgBuyQEdzX6AyTap5l { width:0.0625rem;height:7.25rem;top:1.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBtn5MAhQrz24Oeio8CeZLHl1zERf8Se { width:0.0625rem;height:7.25rem;top:1.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHdBhR82VqVkKnkiy1HBKX4E8MAWuFaN { width:0.0625rem;height:7.25rem;top:1.9375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSwmdwSqgpsRpgLgcT76TTmbTy3kboVa { width:0.0625rem;height:7.25rem;top:1.9375rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9t0fPNl5bUO44ebnbqPlIbZFTZ51Oh7 { width:11.875rem;height:1.9375rem;top:1.9375rem;left:1.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlynH0DTaJpOiVGLFi4kcaB2CfhRHGgu { width:11.875rem;height:1.9375rem;top:1.9375rem;left:17.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orQXBIlfErbzLT0aTebFZRPcdPhM7ypx { width:17rem;height:1.625rem;top:2.1875rem;left:30.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdM8gCWcc8GGxQ59L1PfhqKq0sXhkwFp { width:9.8125rem;height:1.625rem;top:2.125rem;left:37.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulWmPJh21mNlmrktWcsUQeNZauPWxiXq { width:10.1875rem;height:3.8125rem;top:5.1875rem;left:37.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF { display:block; }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xc5ie7cn5s5fZM1dkkiWS0cwiryQupnA { width:36rem;height:2.5rem;top:3.125rem;left:5.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzTmqSszGsnIioXlSgIu5qCNs242leq { display:block; }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fvx11N4nWM8wJu3oPeTILEwCgxaZ7Z6E { top:7.6875rem;left:0rem;width:11.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsvzqnplN6R2UfLEowKlZUQ4AeqiA5Ju { top:8.25rem;left:0rem;width:11.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkdTE5JIuo0Wsz1ePJalKMscUEAHFkvX { width:47.75rem;height:2.6875rem;top:3.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TILcV1zDb7qmghib441MJodNrZzJ7GPh { width:47.75rem;height:1.625rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRIBRXeMkSAFTIxbdZOxN7a9P0vSyXLl { width:47.75rem;height:11.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHLKC9nK5i0w9n7yM78K8EKlFNb0MC0W { width:47.75rem;height:0.5625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ7LchaGSaSnOKixkUV138EOILb6paHK { display:block; }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkxlGrGStWi2dNLwTc3zZpkJaEE8LrSR { width:47.75rem;height:6.6875rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF { display:block; }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTGUHDwoVCvCXvetxTVKF6HKTBXF3wpZ { top:7.875rem;left:0rem;width:11.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6whI4iLMuy8V9SvVeLezXkg1XLZbT0 { top:8.4375rem;left:0rem;width:11.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXLIuFc3LttwpmUbKhvIAATZWXszJ7iV { width:47.75rem;height:2.6875rem;top:3.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz04g58fzhFeZTG6KGidRS5WCWzeZuoW { width:47.75rem;height:1.625rem;top:1.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QekENktbAGo8Xs0DFnyQ5oHmTL2Gby06 { width:47.75rem;height:11.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsEOMWP8gZNPkMuTdK1Vp1In83nsntr { width:47.75rem;height:0.5625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR { display:block; }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgTR5HxgxXiuS3evfEl31JDp5k9SW0gz { width:47.75rem;height:5.375rem;top:0.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF { display:block; }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsWAGgIu0ABPkH1zx5rZmqsNVy3XSULi { top:7.8125rem;left:0rem;width:11.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alvbbKof2ACPCu7gOs2zXRcLJ5DEv6gU { top:8.375rem;left:0rem;width:11.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXCPXCZPxs21ZToALT2IqEqs7ZLvtBiJ { width:47.75rem;height:2.6875rem;top:3.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwSbUDJn5gwsiUG2ZUHSGZ44PJwzVWv6 { width:47.75rem;height:1.625rem;top:1.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElsBsakCegWynDmb1PID95Ivs1GS18MP { width:47.75rem;height:11.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPibkTegQtCtC07Zu0y07OWgNOE2ODWA { width:47.75rem;height:0.5625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K26WswdsK25vraJXqS8Z7rUueChbRItx { display:block; }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnbKQmxyqGTJuSrUDWUdD9uT64PVSTpU { width:47.75rem;height:6.6875rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crdGepWSlyFb9XRnIo4ssU5bzGLry85u { display:block; }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvSSdOpToULXAtpJI9KvmdTLKcQT0afK { top:7.8125rem;left:0rem;width:11.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dndfJXDcWs8ICuB4R5NSty5BUec1Z0Uh { top:8.375rem;left:0rem;width:11.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkUkQm9zIht5eUwCHsdDSCSxCKs6lo1h { width:47.75rem;height:2.6875rem;top:3.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3aad6Zxmb7Owu3B265XySkfSAiJGIP6 { width:47.75rem;height:1.625rem;top:1.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAidlMBFId4TTxeCbwmsVtEB9Iq6D5H1 { width:47.75rem;height:11.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJtxnOByQX4EV0Eq3stKGUQKWtkwHPa0 { width:47.75rem;height:0.5625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 { display:block; }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTxc6sOGTTnv2kqi6n7LIHAS1kCC5x0G { width:47.75rem;height:6.6875rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbluNhDDBZT9hX0baxrhQdxpGr75bA2w { display:block; }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoq19PhxI673hTxBu0O7ZgfO2kCtysVd { top:7.8125rem;left:0rem;width:11.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37GO8lob2ghHWh8516GwWnvwC7fJ8Z7 { top:8.375rem;left:0rem;width:11.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDviPFlZozVnLIT4uc4TI95EyCmxUVFI { width:47.75rem;height:2.6875rem;top:3.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TccSN6fSv450SMCZ33FhpacSvm9DJ1yZ { width:47.75rem;height:1.625rem;top:1.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP66P9bBkJApmd3nTvuVdJH8JMVtklrL { width:47.75rem;height:11.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwu861qgPIcHgLTslqQByF0eIFrmD5Lb { width:47.75rem;height:0.5625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 { display:block; }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoroEKDqdTmDiH7FTDWiQIvLlOAJkD0U { width:47.75rem;height:5.375rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltIy4pTJVibsvqdfKrVp1w08uhwebcXT { display:block; }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoTf9zoiwgwuWIVSHk9a8IzRWtcTWaFi { top:7.8125rem;left:0rem;width:11.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmqaIpCqBmKIkm0lKudE6BRxgGObWMQg { top:8.375rem;left:0rem;width:11.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCqTXTTRUmET73TmrNarthnGiaAPvm5y { width:47.75rem;height:2.6875rem;top:3.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwlmPMe844dtQ1MsBBSP1kvFGtVStoSM { width:47.75rem;height:1.625rem;top:1.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ1zG4FSX7Tc1aW0s7EmuFeA4I8brBnA { width:47.75rem;height:11.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULpQkDeSbWLFJVT1UAhlRhUNeQSDEy7m { width:47.75rem;height:0.5625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r { display:block; }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo9XKOFKJRz7xu6sHhpJsiuLT2hOtCKp { width:47.75rem;height:6.6875rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M { display:block; }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpalgiivdGdM88i0SxIUEg9Ly3xwdbRQ { width:38.625rem;height:22.875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq9eN921cbynufeGRgf4ZGF70PhUwqS1 { width:26.125rem;height:1.25rem;top:14.1875rem;left:21.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdnvPWiA0xnFBrxhuWgbkqtitTtAdiM { width:47.75rem;height:;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zik343nOBi8XPtAhGatC84sEfcCysZaU { width:2.5rem;height:2.5rem;top:13.5625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELxmvT2ZzwgehQxDAkJnThUZAbkypF5q { width:2.5rem;height:2.5rem;top:17.3125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz4nLbh8HXdr4hb5GsWx7bkPKwU3t5lc { width:2.5rem;height:2.5rem;top:20.875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcUh4sVJSJ8d9vUVlVVkHKxKxiCNucN6 { width:2.5rem;height:2.5rem;top:24.5rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfvUyOxt0TBZrpOsV1TIFtrp069FmH2D { width:26.625rem;height:2.5rem;top:17.3125rem;left:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdgEUC9eJyH5dEEJZ5Hg0bqyGrODS1il { width:27.5625rem;height:2.5rem;top:20.875rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCEhuCm9GT3TJLvNeA8E6hkKs2S7wctb { width:27.5625rem;height:2.5rem;top:24.5625rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzSOokdEzZqBUssiRDwknan0mo8afTbD { width:2.5rem;height:2.5rem;top:27.9375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ9RP6a1ksuU3AKNPvFrpfmSiXIkLQFq { width:27.5625rem;height:1.25rem;top:28.5625rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSIypOrqAGkAEk2ocsxrxMkrgZkBABpl { width:2.5rem;height:2.5rem;top:31.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Hco89eoCE3dhz9aDF15PkX8rp2blq1 { width:27.5625rem;height:2.5rem;top:32rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roHATwpX27UebTAJGl7WDRGMzTD6Dvgx { top:5.5rem;left:0rem;width:47.625rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r { display:block; }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4ggsIlhv3aBe6niHH01bwcoUOdJLMDl { width:33.3125rem;height:2rem;top:3.375rem;left:7.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo { display:block; }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #At26WTyHuTHTRMZG0ue3dEELDEswSa1H { width:13.875rem;height:19.5625rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6pUpsRlToLvTTuZVyxTLhR3MlwWypHn { width:13.9375rem;height:0.875rem;top:18.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW7wKJkk9hQDPq19oap8qB5XJp8ADiW3 { width:11.25rem;height:1rem;top:16.8125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggQzITdLXOq6uMQueKnZqPAZiFi2yANM { width:12.5rem;height:6.125rem;top:8.125rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhrup9Phk7li7lu2e1i56gee273htU50 { width:11.25rem;height:1.0625rem;top:5.25rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFHr6WlCfTutIrDDhzsOKHZR7Hly58hW { top:1.3125rem;left:10.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTNd06qsiZWXaIOQ7uELZzTSCb1FLLLH { width:13.875rem;height:19.6875rem;top:0rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbSDmQUGhh3BcN08mxr28LFC9biMULIQ { width:13.875rem;height:0.875rem;top:18.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEGQlAV4KJAy9Rpe38l85ZhWzHd2uvVf { width:11.25rem;height:1rem;top:16.75rem;left:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5zZXm5ifUc2kQdG60QD3aqHM36gcekp { width:12.5rem;height:7.875rem;top:7.25rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvMScT5Fno3Ws83rVFwSZGkES6iiT5wT { width:14.9375rem;height:1rem;top:5.25rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX8mAUGuDZWm7x9RgxTxwXcn4iV7IxDi { top:1rem;left:22.125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmz6U2fEctSqy3kcIAcu1nwT8TEri7Ua { width:13.875rem;height:19.5625rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6zzTgB3NextNPHAJb8qrBqBCcE2qh8d { width:14rem;height:0.875rem;top:18.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwgC66o2JnIFUpKa2RpMgWrphQJ62u7U { width:12.5rem;height:2.625rem;top:8.4375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxcUlxfSC4zcT0r7B90L2EaDaZoup8x5 { width:11.25rem;height:1rem;top:16.75rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqhJH3kUhhK4CyW24oEfpqkxIM1nsL4 { width:14.9375rem;height:1.0625rem;top:5.25rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaRfBCNhRIOaX1PbzPuqnTuTVA2I031J { width:2.4375rem;height:2.4375rem;top:1.4375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU { display:block; }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFhlMG8hoL8CqwPt2UObvND7qTND5OJ4 { width:13.875rem;height:19.5625rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnnlAgMuf0HWyiMc7CpRWTDOfsq3LWeW { width:13.9375rem;height:0.875rem;top:18.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOh8J25LIff2asxTwDJMnTwr2MlnoKnZ { width:11.25rem;height:1rem;top:16.8125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyUTbMSRm2FvJPLnlSPe24xInmVUhRd6 { width:12.5rem;height:6.125rem;top:8.125rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5EhqTuEBwa4xoE05G5IdMSBO4vluCe { width:11.25rem;height:1.0625rem;top:5.25rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3A7gMza4WSt2ZZEqUHgkr6IglKDpb9Q { width:13.875rem;height:19.5625rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK6BJfWiOuQTDmsUZio1DIQVc7o0C1DD { width:14rem;height:0.875rem;top:18.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol1FC23uPABvnhQDagWOL8NbA12bdhue { width:12.5rem;height:5.25rem;top:9.0625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieOLPrLErkcJwchZzOqrBJfyTDmFTAbo { width:11.25rem;height:1rem;top:16.75rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q75Jglr8QPKQWdhRxkMGHersLuuP7xvF { width:22.625rem;height:4rem;top:4.1875rem;left:9.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNiXc6hWA45Qo1Q2rq4T3RWxMaaZF9PD { width:15.625rem;height:3.75rem;top:10.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUypNr1RKS6qIFSHbifavAWpovKHcGmw { display:block; }
 }@media only screen and (max-width: 763px) { #eS0edJG1O4tUkvlEPKG2Mm4gTgrVmeQi { width:12.1875rem;height:2rem;top:5.25rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9zAkWKzoWXbcftyev1smNNOCeP22kZ0 { width:2.4375rem;height:2.8125rem;top:1.625rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQheMo9z9bGrTiyBdvTpBJF7sLBhwQuA { top:1.5rem;left:34.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1B679VAlinJAcTDQCPHmAITnTkRzT3M { display:block; }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi { display:block; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdvlsTiqv3KqwGUFm637pczXJG87kktr { width:4.5rem;height:0.125rem;top:7.875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8B1P2GH0O7VHIv3nJRv3QMVwTTpUH2A { top:3rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNQ4KTilCW6O4qpnUX0B5fpaO1v7f23a { top:1.75rem;left:0rem;width:47.625rem;height:62.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOmNTS6P8rOeV6zqHZMAVC2BtDWblX0T { top:9.8125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3WG54r5kyDmNnsS3rueMQCaJfUvpLzf { top:13.875rem;left:1.6875rem;width:46.0625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiZDHnD5MgXqTkZpkcGxmbc8CdH37xZD { top:19.75rem;left:1.6875rem;width:46.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd { display:flex;width:13.5rem;height:5.0625rem;top:12.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #SFz7vB3MniHwcCaroLTnNfGcqrryoWMZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #ZalLa2nA7O21LMdAtqPEp4o2wDXkGAyR {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #fGRm8Twku22SufANBW0T8V4BvUrW3kmX {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #r9cCQW1AzUp0zXwKu3cKIiZJMgkWTDdD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #Q8hX8Sk3b3czbZd8IrgagRKOA6E1k0wP {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #HPnZL30q3RZJPgyrfLvmE5uzJUgaBODg {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #ugld7r5iLk1EBL6XmZ5V3xhff5fWB0yh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #Abld8y3IlgkpVSkNI0CcoT5vw7TBPH7y {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #HykASNAwBvO5iIO0KwSTtL2sooCiuGaZ {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #ctKHOnnEATdtKrbqNo76wZLr3Car3LDK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #zsuCq1W2IR3XSa2vSZZRTvtEsKo9ylDW {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #bdfgLJs129qZaSDk5kiPgUmXhN0TwhdQ {  }
 }@media only screen and (max-width: 763px) { #xqf3aTlQIXqlyKJrTxqeO3UJeiUTFRsR { width:32.5625rem;height:3.8125rem;top:54.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n98F8D0Bqq6hnUg8Rhl8xoP3MpGuPgSX { display:block; }
 }@media only screen and (max-width: 763px) { #ZpOBMgVZpbCy2o6VqzUp2d5Z3973buBP { top:48rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0hW4nbpoZVo9OXdLltIfAuwP5LBzkTx { top:42.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPSKnhd940QhEhg1atTvqKQ0iwgU4C29 { top:38.625rem;left:8.0625rem;width:35.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHtTvxuUPaVh8iBosg82z7HyAdCVyNws { top:33.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QraeHdAvkSurImU8IcvEx0pZghfgBWzm { top:62rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 { display:block; }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB { display:block; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB { background-color: transparent; background-image: none; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container > .video-iframe-container { display: none; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row > .video-iframe-container { display: none; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .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); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB { border-width: 0; border-radius: 0; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBer73Abh8T1DHhZCqBoG2KsfB5QIqKq { top:4.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:2.1875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #oN6Z5FqUn5AmN9AakEw9Cw03vV2VHX90 { top:8.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.5625rem;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #PdGRLERUII2OV0e7kdDItDM5Cps2Cq39 { width:15.625rem;height:4rem;top:15.9375rem;left:0rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #alImM4DppckaWy9TAarHObZ6T1u5T7zO { width:2.5rem;height:2.5rem;top:16.6875rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #wsJATHozBwrFTTdpGB2qhZdvucPURJ3X { width:2.5rem;height:2.5rem;top:26.5625rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #u3ncN0014bHd6e8N7CvLTTL4HyC3CnDx { width:2.5rem;height:2.5rem;top:26.5625rem;left:45.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #UltCf4K27WoiFizEXU8EA8dWtgCQ87eH { width:2.5rem;height:2.5rem;top:15.9375rem;left:45.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #kclLw5eXlUKGcN0Bk0cWCLslsSeDOMHf { width:15.625rem;height:5rem;top:25.3125rem;left:0rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #PzBVtGZmK07taWip66MWJPcgfQDQTINd { width:11.625rem;height:4rem;top:15.4375rem;left:36.125rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #lc4IvNzmOLIoiF8RE3mV3Th5PUAmbe4D { width:14.375rem;height:6rem;top:24.8125rem;left:33.375rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #CSoxKMM0OP9DTsAcE5hkOMPALvVzt84o { top:40.4375rem;left:0.09375rem;width:47.5625rem;height:2.875rem;font-size:1.4375rem;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #I61tBLgQ6RtftqVQ0ROb2TFvOsQngf8L { width:19.625rem;height:7.5rem;top:24.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #tqwk6BsbOCNJIR9KlhA9puzMm5bNtkdT { width:19.4375rem;height:7.5rem;top:14.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #LrTPkCbkl739TrH3K8LwSXr0DJfClJcs { width:19.4375rem;height:7.5rem;top:13.6875rem;left:28.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #HCNyEZrLyLEIxnp8q4TcLCFOcwin1xog { width:19.4375rem;height:7.5rem;top:23.5625rem;left:28.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #p85vKmdzFoxP9WoElmBEp6lXVcPCtEFp { top:14.0625rem;left:6.25rem;width:34.875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbhkI41JwZPhmZAbTUu5Z4CqmIg0uvW7 { top:18rem;left:11.0625rem;width:11.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZIMcNtFfiWLq14WQHanGBUXeOnvynNi { top:15.25rem;left:10.5rem;width:3.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhV8xuI5C2aGZymCMJebKT1UwAvTuLT6 { width:10.5625rem;height:0.875rem;top:18.875rem;left:11.375rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ACcDynWWXRUts4Atpdgi2HGAH9v7Eq5u { width:10rem;height:1.375rem;top:19.875rem;left:11.625rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ryDS3gVMrHxG4P3RtE2xKT4Jp1D2pmTX { width:10.3125rem;height:0.875rem;top:18.875rem;left:25.3125rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #BcTHg8MF88sxrz5y50GDRAfMCrMg7rtO { width:9rem;height:0.6875rem;top:20.1875rem;left:25.9375rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #Jh2pCAtx0KTqvkaiaIql6GTzGfsIu5z6 { top:17.875rem;left:24.875rem;width:11.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #talMWDkwdcC1EgJ5x3VoDfumwJLi78PX { top:22.5625rem;left:11.0625rem;width:11.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlWcmnvwZP3qmbp0VgeKVsENX1ywtuI8 { top:27.1875rem;left:11.125rem;width:11.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxl1nvok45FrnKng7IyzekVMaBkwVZzI { top:22.5625rem;left:24.875rem;width:11.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG10DuS951IC3QizwIpBViFTWsR5EZBP { top:26.875rem;left:24.875rem;width:11.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukO5m7ZENU3f8HOsgM3ETdys8paqGIbp { width:5.5625rem;height:0.875rem;top:23.4375rem;left:13.875rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ob0fnkBt8wolgP2EXGg4eoLQzxzxPHun { width:10rem;height:0.6875rem;top:24.6875rem;left:11.625rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #Ve9VK5JBcRGgFQizFStGB1TdQ4ysdoRB { width:5.5625rem;height:0.875rem;top:23.4375rem;left:27.6875rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #hAVKwHBeQEnUBcqTzhfeosQ2EvT33VwF { width:10rem;height:0.6875rem;top:24.6875rem;left:25.4375rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #Lp08aNlZ7I6x4nEUMXR8kgFUrul1KrMP { width:10.25rem;height:0.875rem;top:27.625rem;left:11.5rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #dbNrUgTH9R3FkySTd2BdqoliuBPulFxT { width:10.1875rem;height:0.6875rem;top:29.4375rem;left:11.5625rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ku88vC4qtk2GCAp9MTkVodRHqczNtWv9 { width:10.6875rem;height:0.875rem;top:27.625rem;left:25.125rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #UoKvELDi2tTi6Sxq8XRcbwEqh6T4gpAU { width:10.625rem;height:1.375rem;top:29.4375rem;left:25.3125rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #kFLcJgBVTSMArQGcxG3dJumcHSEZQDhL { top:35.9375rem;left:24.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #swSMyMZJ8iG6IrZnOsyDaRhf1LnxVkPv { top:35.8125rem;left:32.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs3eXL0uXV2xV7smyRkBHIXDPsTR745o { top:35.5625rem;left:15.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWHKCg2obJvIzeK5xmlcZyDcMRgIQuL { width:3.5rem;height:1.75rem;top:36.0625rem;left:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuUTty9qvmrDv21oIciO0LniK9bMStEG { top:35.875rem;left:9.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgLdlTHOXsJA9JVCZTA6gnB2lOaCJHZ4 { width:4.5625rem;height:0.875rem;top:36.5rem;left:18.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyWSIAxlJuE2uHHpHzkQ8hQzOW2VO0vp { width:4.5625rem;height:1.75rem;top:36.0625rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtwVRh8DxypMJGLmu9N6Xp41MB8ZKD1m { width:5.25rem;height:0.875rem;top:36.5rem;left:35.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T { display:block; }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIFkM3v309lV5GXyHu1a6QFovJIQ1uTq { width:47.75rem;height:4.0625rem;top:4.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlE2TbXM3zM5pdeSVVAWRpWx0Z7Gzodx { width:47.75rem;height:5.0625rem;top:11.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVZWps5bnNwClDutRse5kNVRwp8epGeR { top:5.3125rem;left:0rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc { display:block; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhBoTV9gelFPvsJioJ4olKLAcyq4D0KR { top:4.1875rem;left:0.3125rem;width:47.4375rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd543f650ae00ed13196f8c3045ff169 { display:block; }#vd543f650ae00ed13196f8c3045ff169 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4673d8d22afd969cc00ce79a25f67d5 { width:21.125rem;height:21.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e094b4d83ec819af717117ae887d02aa { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc318c0de550a12befd994d89e53556a { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1752bc17f80576e660dbe9cf4d1acb2 { width:36.125rem;height:7.125rem;top:8.125rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R78258f619e106c793662d99ff26e967 { width:22.9375rem;height:2.6875rem;top:16.5625rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a919a6b59d0d58d57856d03717a60699 { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbbcf60b50702a25661bc11707c25f2f { top:10.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea3dfc7e126ea0af6e65b1822a6c801b { display:block; }#ea3dfc7e126ea0af6e65b1822a6c801b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1f0f889c33fd16915ec8f2ed7848230 { width:21rem;height:21rem;top:1rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64ae5a04db55a3ab3fd421e950e334d { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3eaf823a6437c93aec64ad857ff0b1f { width:2.4375rem;height:2.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3a611199aa1b42f25dc242877d45e2 { width:35.6875rem;height:6.375rem;top:7.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b53ff9dc008acc68f1f304400a9bc651 { width:22.9375rem;height:2.6875rem;top:16rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcb5961d1738e52b8c2708ebab07b0da { top:10.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B21bb52a2ac404ce5fc7d299d0626219 { top:10.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd764344fbfce92feb6683c2f2bdde44 { display:block; }#fd764344fbfce92feb6683c2f2bdde44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e09afdebf647e2ab5b8287911286b832 { width:21.125rem;height:21.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3a4bb14f7baeef78f918c30f3803e97 { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y67fb5bda00d4216214ea5b95c5dfd5d { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I64d56e49e9727885cd28964888889b9 { width:36.125rem;height:6.25rem;top:8.125rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9a8bee25578b205833fbd4fe6a525ae { width:22.9375rem;height:2.6875rem;top:16.5625rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q148ffe11cbe3715b8de203a5ad2ff83 { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d874d657bf3f4ed955fbf74ec1565fde { top:10.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb { display:block; }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r09373a32f56dc9efcf432d6ce217a2d { width:21.125rem;height:21.125rem;top:0.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecc4d912a2e6f6345ebf1715008ae3eb { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A12ea37d131d18b23fd77d3ce2a21677 { width:2.4375rem;height:2.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V969039598bc5ead71d275d6d28fa606 { width:36.25rem;height:7.4375rem;top:8.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0971c93a98334a85d2e113df8c1cd07 { width:22.9375rem;height:2.6875rem;top:16rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #if5bf06082300657d244078a29ddb02f { top:10.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47ba5d13cfa7522b37b3bd1620e6c60 { top:10.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWgGNWp53scK9BsWP75aFOTCpffgugFP { display:block; }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9d3d55325e229734b5aeb2d822fc1c4 { width:15.125rem;height:22.8125rem;top:0rem;left:0.44781403940886rem;display:block; }
 }@media only screen and (max-width: 763px) { #p04cb6381f2405ee2bf33fa51537f69e { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2301009c21bc8fa72ed3f5e5223ae32 { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c79e1e9f5c1064e0b765ddadcb1d2140 { width:36.125rem;height:5rem;top:8.125rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc46b68ca707064e0274477912419430 { width:34.375rem;height:2.6875rem;top:16.5625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9e41fc5d0315cda3828037c244126ef { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc821ea78ac2fbedebd1e42ab68396c4 { top:10.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 { display:block; }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S088b4e47c790d1dfda2aa50258de941 { width:25.0625rem;height:19.1875rem;top:1.9375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c13c1198cd572f4a2cd7dc326993b4e6 { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe99673f2cf5502df32251de23b50296 { width:2.4375rem;height:2.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na08afdd854a2b80ef454007863524bb { width:35.6875rem;height:7.875rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q53e479d4f6996b92e7d30d86d4178ec { width:22.9375rem;height:2.6875rem;top:16rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue4daaf530d50d55f90c2760d853e203 { top:10.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9c574b58fc39c2ff79707febc092dd2 { top:10.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 { display:block; }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efafaab0f9f9f2ce2fdbc4f472af0a31 { width:20.1875rem;height:20.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3a42198778439e399f3bf9272d2167 { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ca38b282bd29d3c3823420fc8f7ff7 { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd21b1be7c60cdb73a180859e34f9579 { width:36.125rem;height:5.9375rem;top:8.125rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7081ea69d486524b2099b6ceb6d467f { width:22.9375rem;height:2.6875rem;top:16.5625rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c59fb4517394bfe6549852c6737db7ed { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb55787b81f3dc1ebaf3deca1673110a { top:10.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC { display:block; }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSU5FoWzZJg4D6pGHu7mA7N2BKMha6B8 { width:47.75rem;height:2.5rem;top:3.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg { display:block; }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvtl7cTzylNbS3Lecf81R1v4eRk5Nt2V { top:3rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkeUtk6O8Empl9MADeBkb3K2donIol8L { top:3rem;left:0rem;width:25.4375rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLEfNIaxZuDB260aExwsyVzTyaXbmcXQ { top:3rem;left:26.625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHrLvJ86t9X8DplatHXNxTXlrggDCpPJ { top:13.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL53R2pef1kOhCRUVPt8WB8ygJbrLhZg { top:3rem;left:25.875rem;width:21.875rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmZKoFLUwotHEuKWLTd6WWMVI8lAQUSL { top:13.0625rem;left:21.6875rem;width:26.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvMZl6VTzrN5nZpvvxTCkRWDHgCITZr7 { top:13.0625rem;left:26.625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkTvJbGKVI8S9r4yhT8S4XcK48JyEiXB { top:13.0625rem;left:0rem;width:24.8125rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odCzDbFJTCOehmw4wrol8D55xpdTanNm { display:block; }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQ0VBqa0M2QyNNhOOC45JQxVaHEA5vz4 { width:47.75rem;height:2.5rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX { display:block; }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARkHTVxe1VqwP6iX51klXKoNgzKGOarz { top:3rem;left:0rem;width:25.4375rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFV7feVRPpP58WemEnB2MGn85yLTQWn6 { top:3.5625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bei6t83FwvdzzJb7Jgu2oHOn67ObAM3c { top:13.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7UVtpKVSvgJ9evleFrL0kVQaDEqqT8O { top:12.8125rem;left:0rem;width:25.4375rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO3UIoRH3bricQLQcwq5FvlkZnGWB9ZN { top:3.5625rem;left:26.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqSn2m98yLV6ZTzTkihhhiUN5zmw2S4H { top:3rem;left:22.3125rem;width:25.4375rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUO5yMrl90CAp9WXJBrgK7dsNL7SniI2 { top:12.875rem;left:22.3125rem;width:25.4375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BINFb3EwyKkTtpp0Sp0mCIunHG0Vk7n7 { top:13.6875rem;left:26.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD { display:block; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1d0Pkaq6t5G1cx262oGmlR6tebxqu2z { width:46.8125rem;height:3.25rem;top:5.3125rem;left:0.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f13caew7oARZ2K4CMPoyqG9dPEgPO9lr { display:block; }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iodk8Nw2eTAOOAXfIvFXiMEOmIuRsC49 { width:47.625rem;height:7.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Rt5pCZermCy86DCiSaxTcaSCVqqLpb { width:0.0625rem;height:5rem;top:1.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJKkGGZhQGHx6ATmDgfTMbathHtQi4Bw { width:35.0625rem;height:3.25rem;top:2.25rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znXptRKicRsphAF68pNz8hsv0oTq4GQF { top:1.4375rem;left:0rem;width:5.3125rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1JvFDztdLuNqbJxNaOsizL420cwpxG { width:9.125rem;height:4.25rem;top:2.1875rem;left:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKB93mZHLlzR75WTvrF09V5CdShF4aSQ { width:2.375rem;height:2.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO11ruwS4SKUlXeGSshiRca7GZ28MLK4 { width:0.9375rem;height:0.9375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWI4uCAZs2NB1QEam2zd8HGiRLt0y06Z { width:5.3125rem;height:5.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 { display:block; }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWqA5l2Q2d1HHeJbifPmxtLVrRfLhK2x { width:47.625rem;height:7.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVRneauFgfqiWcoW4NyTdoEpOwmrvZe8 { width:0.0625rem;height:5rem;top:1.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ZXNcMb7NXh4a6N5OR29siTMOsOm9Lm { width:35.0625rem;height:3.25rem;top:2.25rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmPUWyl08udwTXFPzDTOt1WHHQlcf80q { width:9.125rem;height:2.125rem;top:3.25rem;left:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtSruuKdSqR8cqQ6Bnfgkfu6PuQwF3f0 { top:1.4375rem;left:0rem;width:7.3125rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dl8GfSM3p57D8Hl3M2aqRTLlQLJy6m { width:5.6875rem;height:5.6875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIpJH5XnFrJQzSUvA95SveNM0ADRzfx8 { width:0.625rem;height:0.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DELKE0F77rAWzm3TpdoqBSS47paL1TQR { width:1.25rem;height:1.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgwvbD0drnMfl7tVbtwlUVKMuu4kL2fC { width:0.625rem;height:0.75rem;top:5.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ { display:block; }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPWVflG0yP2qJi74qx9uU9X1K91ITTGF { width:47.625rem;height:7.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TczGTkhWLobfdd0G5QgpHD31VxVZFfhc { width:0.0625rem;height:5rem;top:1.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfLJTlXemTy9eAuvy7TvTCa9toKsvFlR { width:35.0625rem;height:3.25rem;top:2.25rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1STJkCTLotVd0sBWFWM8cwACOCrk9QK { width:9.125rem;height:3.1875rem;top:2.75rem;left:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImPFkvL0pgHMCPL42R9OmghIJVBsBiE1 { top:1.5rem;left:0rem;width:7.375rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsxS7l5lEWlMi4JTFcEzWBSp43QRp6Gw { width:5.3125rem;height:5.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi3TUvxoPKtDkh08Xk1fIS26DC3GXwAk { width:1.4375rem;height:1.6875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 { display:block; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1txmdZecTkLeLTAXav8zXU8dgbKLmZb { width:22.5rem;height:3.8125rem;top:3.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpKpeg1s2We151alHZUXrGdhZFWPF2VA { display:block; }
 }@media only screen and (max-width: 763px) { #vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui { display:block; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CS2sU4ckyIa0KnQJgnNMwqO6BZgHZgIs { width:4.5rem;height:0.125rem;top:7.875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmDByVkwpWq5fSHr5qv1PZ6Fp921K1P { top:3.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8lFp7TLozEmI2XgaiLo8NfB4KqyzFF { top:9.9375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2yniMkKTnGFc3P1MLPGh2uh86AF9yu3 { top:13.875rem;left:1.15625rem;width:46.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE2WVLvGb3JvAX0eXrvm5cPWrnTLypoV { width:32.5625rem;height:3.8125rem;top:24.1875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTNQqbE0K2uVsM5fT3gMEGp3rxbIX0Uz { display:block; }
 }@media only screen and (max-width: 763px) { #sMSgaQV8RTRNkXxf8ruZXFKGzEEzPOva { top:19.3125rem;left:7.1875rem;width:35.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPDL7f5at6uI67NSBIurkSwnR170oQaL { top:30.9375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiJZVhh4c1wQQHpWNw8MFZGbt1u6biDQ { top:3.4375rem;left:0rem;width:47.625rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu { display:block; }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypnG2AxuEvKqcMQr0AJ4bVoTcGvJ5P8W { top:2.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH { display:block; }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drHKc8WxQxOdQuEUrv7hdARspTxwILCU { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWfq45dylHsTQQnfU9DDrtlQKCk5kIKT { width:47.75rem;height:0.4375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMPKr8DuMIyESGObAcr88hlqQT69cyHI { top:4.0625rem;left:17.0625rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADOv8sedHXPZ04COAE0Mz1avnwtbhWw5 { top:4.6875rem;left:17.8125rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1ssM06LeNIPM5cRCe3v0mp8IRTPKCIz { width:26.75rem;height:1.25rem;top:1.6875rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQOkcETrT89skvXTfnJTH9Taml6JNZ87 { display:block; }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxWL3O6b8FRa6q8dampOwDAAIIWDzvbr { width:47.1875rem;height:2.25rem;top:1.4375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0odKTzMSvruOyA8AA154WTnhhrx5T4 { display:block; }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zraNvCuX5zkwm7xcM55guDnPTU4o3O48 { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCiPIN2bEZpkCOKZ5gxAeDarwkB33Zon { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKo3b2xQBpHu8TQSDZuwzh1bPsRQfqvi { top:4.25rem;left:17rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etmlbn99LuG7tRsxCAuOtmza57msHrhX { top:4.875rem;left:17.75rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETM8qOGp3oXncnf3qg80UabNs9V5PwH4 { width:26.75rem;height:1.25rem;top:2.125rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO { display:block; }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhzbUhIJeBeKxumTOKkSSqMN3L15F5LR { width:47.75rem;height:3.375rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFxHPGcp0vFo42zsdO8126odBsMXBrz { display:block; }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvPFVOU4LsSNUfFoBKKzSQHbI9VxEriH { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6HenvcqR8xtrTO4TwtC8TB3eiuBQWCV { width:47.75rem;height:0.4375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3EHqc3etncI7D7xyBeIoOZS17vOVQL { top:3.6875rem;left:17.125rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8QK0CrfQusys9LghyxTmzeXRyCczkQO { top:4.3125rem;left:18.5rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCR8gid70pRcCdaDUJ3rndmSk3HOLORk { width:35.0625rem;height:1.25rem;top:1.9375rem;left:8.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr { display:block; }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb1EaDUT0qA5AxCUASMULQolkU5M9DGz { width:47.75rem;height:3.375rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB9lynJrJkCUwvrMQfIyULTzk9XVQRul { display:block; }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AX35otLOyEMEJs16ZThXGHOgryP87S9a { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRwTJfx0oO0qM3KvzxVuIWQ6E09F5lSQ { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If1chn11UAckzKlsRr3NmUuq5vMAtZPi { width:47.75rem;height:1.25rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNXRNM6PyNrMAO2byJ4pqtFEhV6I0S0o { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtOJFvxBaaHItEol0uS465gx7ePasoRT { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 { display:block; }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkDtEFVKbmM0vTEzXrtH8gRn0GHf9FNT { width:47.75rem;height:2.25rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB { display:block; }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltLakqVpAsdVeUsFdUSZXsfEkDoWOAF0 { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZEJv1GfAAt6DMylSAmrXVx1OMd8WPad { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4aPvFrzsWRMtcUR43Ek0TwlgLdkyGxI { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1vnDiuw9nlRN4TKhhX6K9snuGnXIMbV { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZJyeMfBX2pCTL1KOcwZwAxh2EBmaTCA { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 { display:block; }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc5QQOuRrnszM03D2p7y51PHuwbVAlZg { width:47.75rem;height:2.25rem;top:1.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 { display:block; }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBszzDqAhwm13SDPusy3K6xBuOzuvLqr { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkTZheCFN3lpLpDpsXmnwwrhg8Zxi3aG { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0o9WTE7AVNPTXUN7LeCE9dwxF37WGFl { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr20SrEiutGZT1Btm97iN3W9w9WJl7JH { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3BreUAXK2U49MGqyx7ouf3GeMlf2xnS { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT { display:block; }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygo1SUWtpTFeex0mG8LZ5U853UDskpPZ { width:47.75rem;height:2.25rem;top:1.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF { display:block; }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISCsEH7ffnrI4hElZCsEv59ETu5lhTQ3 { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBCAV9kn3bxM7qRL9nDRk7KeTABrxNan { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbVd8m2XUezXsOIXuz2EJ0cMTz3N1SdR { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZSA9AgzmD2ahpKVQBwMDTLxqvVbkNTf { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ6NsWyMeCsOtHtZn0P9NETq1L8dPIuW { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc { display:block; }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPypipEQiSLt4BQcBWAJ6JGON54RVwCK { width:47.75rem;height:1.125rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 { display:block; }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZ5faV23FXJNUIV6CKGEWhp7TGsaLdpN { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfITfEaK17b2qegqFUkHK2RGT5LnbdGD { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDOiFBqPvLr0OguEWPO8teJsP5KrRPGr { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOeAT55PnmlmUq20NXodwhf3ASJHMZbW { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDBTaICDl7A38xPUyeTzUXlLNAcnqHp7 { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfakEmQNaQ3HvzlSonPPXdtB29ISky0W { display:block; }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTQDSgBfVwXkvsmlb8TRnrzblhrNQEq8 { width:47.75rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWbLLZahUp2mTRF5GstSquxn4igU0SkA { display:block; }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gd9TEF1oxDsMnCQf4lxn5EOXFvWog1Vb { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ0znZPqHESPT02EM7yqhT8F0hU5OAMS { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZAJb03CT5b5wyUgeCHB6GV85tWQQgsx { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coMyWr9ygOysVXMhKHPvWwMOBgmwS7XS { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6GUQ3t8NXClTymwthap0l2Shzvgk3om { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 { display:block; }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtWuKNH7ekZeA2NNg6JIRSNqQKoa5uCc { width:47.75rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe { display:block; }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVw7lAyrKWJvMIo0EdWGpzGay7ZZEGTV { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05OR99I9cToaLNdgfbWVuxPfaH1Xxor { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRVbBa0URly6h1J0a9ZLnmSiwCnTlPy5 { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q84nB5cBmSAOl94kcGADlXQHAhqUTJfz { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPP70aWKkz5cT2kuzyQ5eUd30edEIN5K { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh { display:block; }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6TARlgGwJkudaPKBTncd94HVToU7wv5 { width:47.75rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC { display:block; }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0ByhAbQTo1d6m49UV5KhCaDmRVzZS9C { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1GxB54g7mZ51vtmDOPBdzPaydBTB4AB { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1piATy2dQt3kpHz9dUHpt1tGLcc2PBm { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc1eTkKZ5RgwUHmCnPIclKLrpCSCAUmn { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwwA85fvxrCnKCdNi7ALzHFS5qeIXcTG { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaAJVie1XkUvqFwinVUs21sO3faXXikz { display:block; }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgeTxFoXagCw8AsHEkg5xILqpHvN7dek { width:47.75rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc { display:block; }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOfHVLMWTgyX5iZP8kD8AbgJi1HkfziL { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh3pVBw90NhGWZOP2mMiR8kfM7s1bgpJ { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag6SqghIvQKmCOKUTcN9Nxfqm5uze2Xo { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddATCsgoJiXLD7VDGRUOaMFEPXDG4gLR { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1iIViIm1af30tJf2uRoWTTV40cykiK { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO { display:block; }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhS2IxDBfabHgziTKqLTTomt5lgTttEd { width:47.75rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U71xcBTH4qilybereFc3GVsJy76NZrwR { display:block; }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZsnzq4DkE9ZOzq9OpxSbyh1uCL7h6xh { top:3.8125rem;left:15.9375rem;width:15.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH7QMN7RbBKdiR6O9l7wsTEkVWm7whE2 { top:4.5rem;left:16.6875rem;width:13.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIIAyiM7x75pgegKCWL3Bpfy0KGtqv89 { width:47.75rem;height:7rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoO1b0To6TzVLcmFn1QPqdCPmvw4UZhF { width:47.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuTP4Su6roVROxw8pUob1E9XIrRXoFV { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ { display:block; }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ak9AmNpTF7kkJf28SHzfHMGpZUAoPaA3 { width:47.75rem;height:3.375rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2eVs8vx44G386xM391z5B4Kv4KqIL4J { display:block; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHxTePBThQPClJKmvm6NRmXQpJOJ0mrB { width:4.5rem;height:0.125rem;top:7.875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twOZg3PxwzU54w9wmfo7WoVnRAhKNJt9 { top:3.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJJlWp14ZxRKCPXGxBpklZeRTeDUveCB { top:9.9375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG9W01m1AzTMxCz3r3zg7RzJ760FxsfW { top:16.4375rem;left:1.15625rem;width:46.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwxypQ0PxlTKRXsqnu94skX0oQv0CMf7 { width:32.5625rem;height:3.8125rem;top:24.1875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufo5EiGlvtybQGG5mlWt4VTyhbMWVDsO { display:block; }
 }@media only screen and (max-width: 763px) { #qOgZJurwAoN3aNSQOf7rKle9Tl9ddJ4N { top:21.5625rem;left:7.1875rem;width:35.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPDSEZGRFMCND5cpEgu2pObCW3Fc30t { top:30.5rem;left:0rem;width:47.75rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKzwWIxpVbEyaafpeq4HdkT2TNxTJblK { top:3.4375rem;left:0rem;width:47.625rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm { display:block; }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKg8T47LAPOqoKTVrzHPJmbk8hVBEQDu { top:2.1875rem;left:0rem;width:8.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i06kh1gQAtNJG2gohvGXBIzr0pqCEqGp { top:2.8125rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBZN8x4I3qTWEv12GBdDLoHetRSkIndM { display:block; }#MBZN8x4I3qTWEv12GBdDLoHetRSkIndM > .row .container { width:20rem;height:160.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzVXZGvXwDs290aPaTshNFnvxtxkfb2b { width:20rem;height:3.375rem;top:34.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1D9JAJViDatB90PzC85l7EIaxy47ysy { width:15.625rem;height:3.75rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkJ7MXMDDoLv5TP0SmCuTkUeNtwQ4tS { display:block; }
 }@media only screen and (max-width: 763px) { #hKfEeB7dTWLxvOWNr1pOdHwkT4PQW8IO { width:20rem;height:14rem;top:78.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oclxMigHixK69FXSrV5Lh2TJ2Ua72SEs { display:flex;width:3.125rem;height:3.125rem;top:94.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #fG91KayKan4s9PzAWtRqNZnmkgBXytE7 { display:flex;width:3.125rem;height:3.125rem;top:111rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Uub6DoT7C4T4Thqu7StX8VizPKUhzLEG { width:20rem;height:12.284069097889rem;top:115.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUsvuafVpfeTdyKomv7q9fPeWLKDaL6 { display:flex;width:2.0625rem;height:2.0625rem;top:139.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #g6aNLgxxw2DcPa2TN6DnMvGBG2PEq4Ux { width:3.5rem;height:0;top:136.6875rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgOA16Ux0ec69HS2eOdEhfT4MmdO5qTn { display:flex;width:2.6875rem;height:2.6875rem;top:143rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #UpOSWrzJcEmJdLO57Fnxh54IeMNvsIAQ { width:4.5625rem;height:0;top:137rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfINIcteTMWhRfxyKW02e2q14FCcOpbb { display:flex;width:2rem;height:2rem;top:146.9375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #zMSxmHvQkeTn5lECP7sQn89AVu7Q7XOb { width:4.5625rem;height:0;top:136.6875rem;left:15.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLggUGSteBPZ5QhrWAMSCHM1f2cDrxop { display:flex;width:2.1875rem;height:2.1875rem;top:150.1875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Wpyr9ICF1qkHbMoxeIEX0yRTS8qhdPwR { width:5.25rem;height:0;top:137rem;left:14.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6U27W1ar1nebyJmlLhrS3XroH0OcktM { background-color:transparent;background-image:none;display:block; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { background-color: transparent; background-image: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .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); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqcnhvSbxhePTAfHMvfytoGek3u5Zz4X { width:20rem;height:20.25rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq { background-color:transparent;background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq.adaptive-delivery-prevent-bg, #EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq.lazyload, #EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq.lazyloading { background-image: none; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container { background-color: transparent; background-image: none; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container > .video-iframe-container { display: none; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row > .video-iframe-container { display: none; }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .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); }#EO4UWerdayw4dGwwzPTxdRJdpVLmFvpq > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExDZaotW6tfqPMuf3ZnNgiiwPmC44FKx { width:5rem;height:5rem;top:4.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFNpw9ayy2Sye1vovFPXRIP2KrMTww0T { width:5rem;height:5rem;top:4.375rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 { display:block; }#bv6LV5Z1xXlkyHthi8K7hlhTq2NTxXN9 > .row .container { width:20rem;height:98.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDVcbm0QqUxOQSg7TKTllNq0W7LB24Px { width:16.1875rem;height:2.9746125rem;top:16.5625rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #O501zqmUlo0xnQPGbJork3Hpe6Eo8J5T { width:20rem;height:2.9746125rem;top:31.023925rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #ph2J5lQZCrmut3JKgO1q6wqaugzxkGQx { display:flex;width:3.125rem;height:3.125rem;top:22.273925rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #MtH08ck48HOyNiaMrTN1LJ1N3Z2Z0Ale { display:flex;width:3.125rem;height:3.125rem;top:26.648925rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tATrZkmdPRxbV4lRXgW7uxpMsfHI2u1k { width:20rem;height:4.4619125rem;top:39.6235375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #KSSU8UUUTSqavkr5CVuqmUObN9tB1stn { display:flex;width:3.125rem;height:3.125rem;top:35.2485375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wyuAcglCqRy8X4eumqTzdbBiRJzeEvtd { display:flex;width:3.125rem;height:3.125rem;top:45.3349625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #OrBJfdN1o14fkuMWi0pszKeGK52nrWz3 { width:20rem;height:2.9746125rem;top:49.7099625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #UfxJlWTJ5yeZyACbTulme60Fqbawqsti { display:flex;width:3.125rem;height:3.125rem;top:53.934575rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mBgucASWQfgsWoQeJ5efeFePWLTQvVuk { width:20rem;height:4.4619125rem;top:58.309575rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #plS0bXs5mbN41zSqUv6hAmzrTk9ZLh3K { display:flex;width:3.125rem;height:3.125rem;top:64.021rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NVLBwLAbT0NXidKNwiQablM0MM5E6d7G { width:20rem;height:2.9746125rem;top:68.396rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #VU5avL8TUkBGnisko3cRgmXKI3TfCnMS { background-color:transparent;background-image:none;display:block; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container { background-color: transparent; background-image: none; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container > .video-iframe-container { display: none; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row > .video-iframe-container { display: none; }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .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); }#VU5avL8TUkBGnisko3cRgmXKI3TfCnMS > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOgka30h8MZwcsaxL79UwZ7y1PodTZgu { width:20rem;height:18.75rem;top:35.13671875rem;left:0rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb { background-color:#f5f5f5;background-image:none;display:block; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container { background-color: transparent; background-image: none; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container > .video-iframe-container { display: none; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row > .video-iframe-container { display: none; }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .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); }#pF9WHaqGfsyWu7B4ktEEFCOsJpw5hevb > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIOzpmtQTi8eTJR4zVSSlO9y0pikh3sK { width:20rem;height:5.625rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db { background-color:#fafafa;background-image:none;display:block; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container { background-color: transparent; background-image: none; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container > .video-iframe-container { display: none; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row > .video-iframe-container { display: none; }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .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); }#HXUKqNeEvv4bDTAuXfnpziSq59xRe7Db > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhFRNyvK55nSTeOIJvbl3crT8849LPTt { width:19.75rem;height:30.25rem;top:41.4375rem;left:0.25rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #WR9JFXPQU1krBUh1LLsLpOX0q0Daeug3 { width:19.75rem;height:32.8125rem;top:30.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFOJT5DUtiULbO9mB8r6c4zfB2DOCFGz { width:19.75rem;height:30.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMannqc1X5e0R2U8tCPnJ83vPhoGONzQ { width:19.75rem;height:0.375rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBn2l4t6HFfsNDlGgHdB7C1N98rCx4Oe { width:19.75rem;height:0.375rem;top:4.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5RGlp9zwmBTuJU9K9K5SOIfKXdGUhT2 { width:19.75rem;height:0.375rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzRkmdBv88d9xdISm9AWDTrv36taIxMT { width:17.0625rem;height:5.5rem;top:6.875rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQS8iu0rDSdWCk1KCe0rv5ByIDeBnDv8 { width:16.8125rem;height:4.125rem;top:31.78759765625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2rX6UIBHVRLcd8Tqy8FRE4cVTUVs65z { width:18.0625rem;height:4.125rem;top:58.3125rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmdhCGWNQ82VV5c2v8MR38PHJ9eCx7SE { width:14.9375rem;height:4rem;top:19.5rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #A0t5RaDwLk6kHJXS7lhxBdbzdKLA2ooe { width:15.75rem;height:4rem;top:14.625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #h4meywq2H9QQ9ckwxGMwmagKyToSt9Fe { width:14.6875rem;height:2rem;top:10.875rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Qbc5TLqXUe2syHgmpBnRCBI0rmXw1NVO { display:flex;width:1.5rem;height:1.5rem;top:12.875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ODAghscivVxvgUlcZdSutHBlgLNewXTW { display:flex;width:1.5rem;height:1.5rem;top:16.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #EhIEb9Lz27zEKAhpF8i2GigUhp1TOvRf { display:flex;width:1.5rem;height:1.5rem;top:21rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #BXKz69a6CKSH58W5b1GoQiR76iAk8Ddt { width:15.5625rem;height:4rem;top:44.3125rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xB0vGE2TM10pDb28unwrmA5usbkIJWAe { width:14.9375rem;height:3rem;top:39.8125rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #lDt8Evh5toBMMRQ3es2BEGQlEL7N2ZQN { display:flex;width:1.5rem;height:1.5rem;top:41.3125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #TEWyewNZpRTR480L0t96gUfv0mJx00di { display:flex;width:1.5rem;height:1.5rem;top:45.875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #bd1b3FIfvnOIeI1lsnKl2fd6gwQmS4J6 { width:14.75rem;height:3rem;top:36rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #JlF7XlEoK7LzN5hJ4t1N8wxGPKfr1vG5 { display:flex;width:1.5rem;height:1.5rem;top:36.9375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Ji8oOF0KdNicOudzpchI39QVXFqM20JB { width:14.4375rem;height:3rem;top:75.8125rem;left:4.65625rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IdW4uAN7FW2NNpN2iiGHkW8Gr0IRafUx { width:14.875rem;height:3rem;top:70.337890625rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #CS4ZA2A2dmGFKCKv5O5ad3H2xorVeK1X { display:flex;width:1.5rem;height:1.5rem;top:71.3125rem;left:1.59375rem; }
 }@media only screen and (max-width: 763px) { #hB5niIJh1QfyOLpdyVAPQuThezwm4Ise { display:flex;width:1.5rem;height:1.5rem;top:77.1875rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #pPDEPb5PwWeARIifDBWc86s90e6xXyT4 { width:14.75rem;height:2rem;top:64.1875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #eDEkgJxwf2d97eg2iDRu3dCJKWfcJ63L { display:flex;width:1.5rem;height:1.5rem;top:65.71142578125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Eq7DD3uGwXDRwnXZ0R8weQ14k777TA7c { width:7.625rem;height:5.6875rem;top:24.16259765625rem;left:6.1875rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJ1nwoPqeHcCo7svvoedmhgF1MJwdBi1 { width:8.125rem;height:6.5rem;top:50.0625rem;left:6.1875rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AC1PQ0LET0qzlMkKGVEJBk33nfO5I8oX { width:5.3125rem;height:5.6875rem;top:0rem;left:7.34375rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ { background-color:transparent;background-image:none;display:block; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container { background-color: transparent; background-image: none; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container > .video-iframe-container { display: none; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row > .video-iframe-container { display: none; }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .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); }#UzP9RFIZ4Frv4cJP7iiWTlVb1tmDLxLQ > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpE3I2mHTBqI8v8AaaTC5CXhE2cHJF9i { width:5rem;height:5rem;top:81.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJOThQzkWK7eHKBibRADc8CJI2cPDhhB { width:5rem;height:5rem;top:87.5625rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGVQhm5EuFLoqZ9o6FDg6gtAS0lWFsbE { width:20rem;height:5.625rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR { display:block; }#ZZ3kvZsHF0TTD6JsxwyEoxtL2qF7bDKR > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHAsIa18b2CaU44ThOSuMusxP575vT6e { width:18.8125rem;height:8.93554375rem;top:3.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2e2lrV43fHSioanIs9tnMwqP9rx7181 { width:20rem;height:9.375rem;top:26.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxRPp2W5J5oHuspA3qJsxSuEKAaFfqZm { width:20rem;height:4.875rem;top:36.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npVk0F0EuhcvxO2VIr3rDhauX2NZ6UPT { width:20rem;height:2.5rem;top:47.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMpRdtORvwWiTKhcHMME0OnNgyCVbWr { width:3.25rem;height:3.25rem;top:42.8125rem;left:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCtEmplzfIM0pfG1TKJTyfrgm3XqAmUF { width:19.875rem;height:23.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcDebDyUpikmLAH4arUVoi4eS6ZdSwva { width:20rem;height:3.75rem;top:60.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzGvJmhFB6wqRrG0zDR8cWLbT1N4sDtI { width:20rem;height:3.75rem;top:65.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8g85iluUcrryTeEX2zkS6mx8GeSGXsM { width:20rem;height:3.75rem;top:74.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKLBpHVzrsq6sNR8HbzWEGa6MTnSrzLt { width:20rem;height:5rem;top:84.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqdBpFXk7s8Gdqm6NxHOdHIe81FUhFon { width:3.25rem;height:3.25rem;top:51.0625rem;left:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3fBhKe3w1ufl1yofRZVbfcT48vCAiJX { width:3.25rem;height:3.25rem;top:55.5625rem;left:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTgABTxelM1ARiWxOSp9x9seN60Zql5h { width:3.25rem;height:3.25rem;top:70.0625rem;left:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx5mSoE3Z9ZtJFIWwNgTQggNGsKs1hTW { width:3.25rem;height:3.25rem;top:79.5625rem;left:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpDXLKIDm1487AbeevHK95xr5UJM6SDk { background-color:transparent;background-image:none;display:block; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container { background-color: transparent; background-image: none; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container > .video-iframe-container { display: none; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row > .video-iframe-container { display: none; }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .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); }#bpDXLKIDm1487AbeevHK95xr5UJM6SDk > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3TP0vsl2WHhcbnffJPKmmPXNJy4kwP1 { width:14.0625rem;height:0.3125rem;top:73.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1J398qfdJ5ZCD9iGSkIectuE7v7zEsn { width:13.9375rem;height:13.9375rem;top:40.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJnQH4w65qodZs20w0kac5RCU78p1cU6 { width:14.0625rem;height:0.25rem;top:56.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq1h6aZDpGxd10ilpwcqJe7ppQ8FBAOw { width:5.875rem;height:5.875rem;top:65.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzhyn95tkIBKHx1TqT6uPXbd8ZLdzuH4 { width:2rem;height:2rem;top:67.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0edpBwTV2DZgF1pkGhwPS2UN7cgxMSt { width:5.6875rem;height:5.6875rem;top:47.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EskBEUDGTkBbxT2CEC5x2kHeKG0lxQLc { width:0.625rem;height:0.75rem;top:70.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKTdfAbdsZceDAaVZUqvS5OGOIr6u5JF { width:14.0625rem;height:14.0625rem;top:58.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMwTEENErZ4BHzT95RCAxiK2nPAHSZfw { width:1.5rem;height:1.4375rem;top:69.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkdKSJUtnTaonogT72buIK9TSSOAhTQf { width:14.0625rem;height:0.25rem;top:55.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI3aT0KwzWvuoVouoTaFi6C0caT8JIoi { width:14.0625rem;height:14.0625rem;top:24.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRD74kTdv62ZP1Ml7wOewNGsE0M1RtEe { width:5.3125rem;height:5.3125rem;top:31.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdDPQ5wWEzdN1IqBMitzu5IeI5ROQHv9 { width:1.4375rem;height:1.6875rem;top:32.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJQ9B5KTZBvELGCbkrP1tEVITVscNxnd { width:1.25rem;height:1.3125rem;top:48.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH1daTqryI89EWiHLX6K9bB0niFAu2Fc { width:0.625rem;height:0.625rem;top:47.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfW4NdcSyD1EbVAO40Hp4MtxuboeTteT { width:14.0625rem;height:0.25rem;top:8.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqzWX0SVEeKhOf8uMydgv3MuOe7NSxPT { width:14.0625rem;height:14.0625rem;top:9.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFrxr90uxpRp2TPRJNic5TNGyTFonHaO { width:11.875rem;height:3rem;top:10.875rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrrGKWoSTPNoRzNDilGRpSiefPnSe8n6 { width:11.4375rem;height:2rem;top:26.1875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJlay2d16mNC8V499i9KTTL3ORzc3EfG { width:5.3125rem;height:5.3125rem;top:16.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2gqog4OWEvIO5fzHynhg7ezIGl6Rzd0 { width:2.375rem;height:2.5rem;top:18rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A14xivGJf38kxsQFMPQeuQgFIzC0wNLW { width:0.9375rem;height:0.9375rem;top:18.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAPM1TcuWTMmrtGr9rR3muGvSmMUvKgT { width:11.375rem;height:3rem;top:59.375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6qABgFGA2s32wtqWfpG8s1KUrFqKDh { width:11.375rem;height:2rem;top:41.5rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZCRkTW0rbIToeX70GzGnKNJ7BHdTS8H { width:20rem;height:5.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoNkGlMBLGww8B5i21s1syUt203Uzpqn { width:13.5rem;height:3.4375rem;top:19.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6L5RRIOQiSrGG4eHQIVBwXJNR3m5BQL { display:block; }
 }@media only screen and (max-width: 763px) { #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU { background-color:transparent;background-image:url("https://images.assets-landingi.com/8faeacca/fala.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.adaptive-delivery-prevent-bg, #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.lazyload, #ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU.lazyloading { background-image: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { background-color: transparent; background-image: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container > .video-iframe-container { display: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row > .video-iframe-container { display: none; }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .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); }#ba86JoUkRBpf6E33KXEKf9C4ZkaIXqIU > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmtRDx93GxlEPRP2tGlxpIPVlzxUPONr { width:5rem;height:5rem;top:4.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #be2CHgk6rrkzNfegVsgoZkOU65znfRCC { width:5rem;height:5rem;top:4.375rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm { display:block; }#mq5yTOGhO7RQAh2Ti7uTT4O1uKbFyokm > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQp4alT3Vk0Qrfu3igmUzFQrpxeSPs5F { width:19rem;height:35.3125rem;top:14.5rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUcIzxaEgM8QEDFIfWNCHDG6lkiHliZl { width:18.375rem;height:5.9985375rem;top:16.8125rem;left:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMQAXk3XrrADUsWoOgKW3pFud8xzw4Kd { width:18.375rem;height:5.9985375rem;top:49.5rem;left:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANxsKAw1Kt9RAwWTJPRMd1u5LrRFwM93 { width:4.0625rem;height:4.0625rem;top:57.25rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APFrI2cON8xPLIl8wz8b20ocDsK3A16u { width:18.375rem;height:8.39795625rem;top:32.5625rem;left:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6deZ8IKp4Rr09l1WiEeZA4LXCN3Abep { width:4.0625rem;height:4.0625rem;top:26rem;left:8rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIZ30Hg1Xk04wxSwRChxFIVHpFUn0pzM { width:4.625rem;height:4.625rem;top:9.75rem;left:7.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqamL3MwEphS5062mraq7wPxawgNG03p { width:4.125rem;height:4.125rem;top:41.1875rem;left:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQVgyDs2BzzdWqpSzur0rgqefyFIRv4 { width:18.3125rem;height:2.0625rem;top:1.125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ciqOSOzAewFQv0BavrmyxPrtwOAezTcC { width:13.3125rem;height:5.361325rem;top:4.0625rem;left:3.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEQU42RTaLv4BiDOqslD6XV7D4BgzAwl { width:18.375rem;height:7.19825rem;top:62.5625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yakUInuESCNzo7PR9Cs6364VxbgeodkT { background-color:transparent;background-image:none;display:block; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container { background-color: transparent; background-image: none; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container > .video-iframe-container { display: none; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row > .video-iframe-container { display: none; }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .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); }#yakUInuESCNzo7PR9Cs6364VxbgeodkT > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETedBEQCMZFpMOXpCSNpOUnrPSbHOJ8g { width:7.8125rem;height:7.8125rem;top:28.625rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5O4MT0QZsTBxfGbJpuJNFmRQZf491lL { width:3.9375rem;height:3.875rem;top:30.75rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsqTz0ahoD3JTTgcHIJDBZnoV5RTinRy { width:20rem;height:1.7871125rem;top:38.175000190735rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcvqAIcaMrzUdrcs2GVr5vQTnEUlhQxz { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pStG8MhTzQycTL28dIGR61VpJgzkZ1Ou { width:1.375rem;height:2.5996125rem;top:27.47500038147rem;left:6.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWV4OS2L9z7y2wTczc8Zi8U29hidTwPg { width:2.5625rem;height:2.5625rem;top:47.81875038147rem;left:5.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #OLDwXM3pFnSvzLATr29WoxJD628ihmPm { width:7.8125rem;height:7.8125rem;top:9.9999995231631rem;left:6.4374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNPuWCDZcgaCKalSoAhBlPI6sm8dNOmO { width:0;height:8.9375rem;top:23.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GC1RZchryU9L4R7yNfhxqxliC5srDRTq { width:20rem;height:12.1875rem;top:70.537109375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#GC1RZchryU9L4R7yNfhxqxliC5srDRTq li:before{  }
 }@media only screen and (max-width: 763px) { #cfSAlNy52RXX5nD3HhgcsFItGImZ7TzF { width:19.875rem;height:2.03125rem;top:67.255859375rem;left:0.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMZBUEI9xsr4SL6mUPAGW4xTZHn6q3NT { width:3.1875rem;height:3.1875rem;top:9.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmDtBs96kzUoRSkMGCglXkuKZmEIlrnD { width:1.375rem;height:2.5996125rem;top:9.731249809265rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhHCXuprhW4ipQknDAqOuXnNiP3znQNf { width:20rem;height:14.4375rem;top:83.974609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#RhHCXuprhW4ipQknDAqOuXnNiP3znQNf li:before{  }
 }@media only screen and (max-width: 763px) { #XbspIcqWLwFKuAPSX9bH4B6Fk6mHN6Sp { width:4.5rem;height:0.125rem;top:6.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmL2UFRhNRK5kqeewkat9HEf51bN1m2H { width:20rem;height:10rem;top:51.630859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhZ1CDEV1eaBZ1IXMgUZw0O122DUFQvb { display:flex;width:3.125rem;height:3.125rem;top:62.880859375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 { display:block; }#XJnfOStDBZ6RP5AG4xhtOXEkkl3mtke5 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbWX1PyLnDMVCg8he5ZIaqK7NfNdOZBg { width:20rem;height:2.5996125rem;top:4.7489585876465rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTliOZJKCu5RhHcqD68MyaxEFn4rDzW1 { width:2.875rem;height:2rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4MUhpVtSZVrVThnqQ669SgdsXNh2bDC { width:2.875rem;height:2rem;top:9.4989585876462rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbLLO3o41uRPnFflO1OqB7MAqalXPSi { background-color:#f5f5f5;background-image:none;display:block; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container { background-color: transparent; background-image: none; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container > .video-iframe-container { display: none; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row > .video-iframe-container { display: none; }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .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); }#hTbLLO3o41uRPnFflO1OqB7MAqalXPSi > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcUUqPVlaKxxieclgi5M9M99T7CvBKxt { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { width:20rem;height:undefined;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs { background-color:#f5f5f5;background-image:none;display:block; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container { background-color: transparent; background-image: none; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container > .video-iframe-container { display: none; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row > .video-iframe-container { display: none; }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .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); }#vTnEGaOqJhr2h4pq4EOdt8SHXy1vouVs > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgRAtTDB7MtWd4bWotAJ2cWB7Tl2L81s { width:20rem;height:14.375rem;top:5.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uRFKRkr4HZS7NQ4xvehnEbNZqfKr4y6C { width:8.0625rem;height:6rem;top:10.75rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDTf74whZsGlmPJzhgHa7qNumXSzwQ3u { width:5.9375rem;height:5.9375rem;top:2.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJnntu9vpoHWxe0chqvBoleqrb6ZCqxA { width:18.75rem;height:44.6215875rem;top:15.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiKyWT250kCZf9F2hqx9LiZCk29ggNJF { width:7.8125rem;height:6rem;top:10.75rem;left:11rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0y999wo6TKpe4sWh6BmH1cHSb3TLC0A { width:5.9375rem;height:5.9375rem;top:2.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S { background-color:#f5f5f5;background-image:none;display:block; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container { background-color: transparent; background-image: none; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container > .video-iframe-container { display: none; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row > .video-iframe-container { display: none; }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .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); }#eaah5wl9v7OdmLWGbVud3PgIbav2Gl9S > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbEzCwiOIHuhllgHgwv1Rx10KVAqXRTm { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN { display:block; }#QFeTPKMA4phHzZ1KiSwhKFMaw7aoXMbN > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8tWvJlUNNq8bWaaVcHOaN7UaEJgNbON { width:11.875rem;height:1.94970625rem;top:10.375rem;left:4.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQl4QQS3ZKZTLFTx9EoqotwEFZ1aE1eF { width:13.25rem;height:3.82470625rem;top:14rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FR0wuCfULVqJ5paeghRmQ9R6i0wWUPHt { width:13.25rem;height:2.54980625rem;top:29.0625rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBHlsJWRTX2K00U9qW7UFAuVPdkHCZyt { width:13.25rem;height:5.0996125rem;top:44.875rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSS4vJ7Uf4c2xOlNqEWlvdQqdl44sVWC { width:13.25rem;height:2.54980625rem;top:61.4375rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVxp6c0VrQI097NgBuyQEdzX6AyTap5l { width:6.25rem;height:0.0625rem;top:17.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBtn5MAhQrz24Oeio8CeZLHl1zERf8Se { width:6.25rem;height:0.0625rem;top:33.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHdBhR82VqVkKnkiy1HBKX4E8MAWuFaN { width:6.25rem;height:0.0625rem;top:49.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSwmdwSqgpsRpgLgcT76TTmbTy3kboVa { width:0.0625rem;height:7.25rem;top:74.51074375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9t0fPNl5bUO44ebnbqPlIbZFTZ51Oh7 { width:11.875rem;height:1.94970625rem;top:65.23730625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlynH0DTaJpOiVGLFi4kcaB2CfhRHGgu { width:11.875rem;height:1.94970625rem;top:68.436525rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orQXBIlfErbzLT0aTebFZRPcdPhM7ypx { width:17rem;height:1.625rem;top:71.63574375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdM8gCWcc8GGxQ59L1PfhqKq0sXhkwFp { width:9.8125rem;height:1.625rem;top:83.01074375rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulWmPJh21mNlmrktWcsUQeNZauPWxiXq { width:10.1875rem;height:3.82470625rem;top:85.88574375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF { display:block; }#coopEZQMpx7xHi3hd1SI2EqAcNyEZUGF > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xc5ie7cn5s5fZM1dkkiWS0cwiryQupnA { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzTmqSszGsnIioXlSgIu5qCNs242leq { display:block; }#HgzTmqSszGsnIioXlSgIu5qCNs242leq > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fvx11N4nWM8wJu3oPeTILEwCgxaZ7Z6E { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsvzqnplN6R2UfLEowKlZUQ4AeqiA5Ju { width:11.25rem;height:1.875rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkdTE5JIuo0Wsz1ePJalKMscUEAHFkvX { width:20rem;height:8.097625rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TILcV1zDb7qmghib441MJodNrZzJ7GPh { width:20rem;height:3.29980625rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRIBRXeMkSAFTIxbdZOxN7a9P0vSyXLl { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHLKC9nK5i0w9n7yM78K8EKlFNb0MC0W { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ7LchaGSaSnOKixkUV138EOILb6paHK { display:block; }#SZ7LchaGSaSnOKixkUV138EOILb6paHK > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkxlGrGStWi2dNLwTc3zZpkJaEE8LrSR { width:20rem;height:14.8457rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF { display:block; }#JJOyB0CdmOKPxgZbFkC7i0N0mwbTUTeF > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTGUHDwoVCvCXvetxTVKF6HKTBXF3wpZ { width:11.1875rem;height:2.5625rem;top:37.80905625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6whI4iLMuy8V9SvVeLezXkg1XLZbT0 { width:11.25rem;height:1.875rem;top:38.37155625rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXLIuFc3LttwpmUbKhvIAATZWXszJ7iV { width:20rem;height:9.44725rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz04g58fzhFeZTG6KGidRS5WCWzeZuoW { width:20rem;height:3.29980625rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QekENktbAGo8Xs0DFnyQ5oHmTL2Gby06 { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsEOMWP8gZNPkMuTdK1Vp1In83nsntr { width:20rem;height:0.5625rem;top:41.74655625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR { display:block; }#ZNf78z8AACyZvbbz3WNrv4zRzpgMIbfR > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgTR5HxgxXiuS3evfEl31JDp5k9SW0gz { width:20rem;height:12.14648125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF { display:block; }#zihKQZtGZJ5FXD9A9DoTxcFK5O0IcUlF > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsWAGgIu0ABPkH1zx5rZmqsNVy3XSULi { width:11.1875rem;height:2.5625rem;top:35.11036875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alvbbKof2ACPCu7gOs2zXRcLJ5DEv6gU { width:11.25rem;height:1.875rem;top:35.67286875rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXCPXCZPxs21ZToALT2IqEqs7ZLvtBiJ { width:20rem;height:6.7480625rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwSbUDJn5gwsiUG2ZUHSGZ44PJwzVWv6 { width:20rem;height:3.29980625rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElsBsakCegWynDmb1PID95Ivs1GS18MP { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPibkTegQtCtC07Zu0y07OWgNOE2ODWA { width:20rem;height:0.5625rem;top:39.04786875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K26WswdsK25vraJXqS8Z7rUueChbRItx { display:block; }#K26WswdsK25vraJXqS8Z7rUueChbRItx > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnbKQmxyqGTJuSrUDWUdD9uT64PVSTpU { width:20rem;height:14.8457rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crdGepWSlyFb9XRnIo4ssU5bzGLry85u { display:block; }#crdGepWSlyFb9XRnIo4ssU5bzGLry85u > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvSSdOpToULXAtpJI9KvmdTLKcQT0afK { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dndfJXDcWs8ICuB4R5NSty5BUec1Z0Uh { width:11.25rem;height:1.875rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkUkQm9zIht5eUwCHsdDSCSxCKs6lo1h { width:20rem;height:8.097625rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3aad6Zxmb7Owu3B265XySkfSAiJGIP6 { width:20rem;height:3.29980625rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAidlMBFId4TTxeCbwmsVtEB9Iq6D5H1 { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJtxnOByQX4EV0Eq3stKGUQKWtkwHPa0 { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 { display:block; }#lEK1lIzTx0DBJNVsHLz2yJULAGOVwR01 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTxc6sOGTTnv2kqi6n7LIHAS1kCC5x0G { width:20rem;height:13.49609375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbluNhDDBZT9hX0baxrhQdxpGr75bA2w { display:block; }#QbluNhDDBZT9hX0baxrhQdxpGr75bA2w > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoq19PhxI673hTxBu0O7ZgfO2kCtysVd { width:11.1875rem;height:2.5625rem;top:35.11036875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37GO8lob2ghHWh8516GwWnvwC7fJ8Z7 { width:11.25rem;height:1.875rem;top:35.67286875rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDviPFlZozVnLIT4uc4TI95EyCmxUVFI { width:20rem;height:6.7480625rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TccSN6fSv450SMCZ33FhpacSvm9DJ1yZ { width:20rem;height:3.29980625rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP66P9bBkJApmd3nTvuVdJH8JMVtklrL { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwu861qgPIcHgLTslqQByF0eIFrmD5Lb { width:20rem;height:0.5625rem;top:39.04786875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 { display:block; }#bvxgZsCbyvTmUUM2RrVV65aea89qbDl5 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoroEKDqdTmDiH7FTDWiQIvLlOAJkD0U { width:20rem;height:10.796875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltIy4pTJVibsvqdfKrVp1w08uhwebcXT { display:block; }#ltIy4pTJVibsvqdfKrVp1w08uhwebcXT > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoTf9zoiwgwuWIVSHk9a8IzRWtcTWaFi { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmqaIpCqBmKIkm0lKudE6BRxgGObWMQg { width:11.25rem;height:1.875rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCqTXTTRUmET73TmrNarthnGiaAPvm5y { width:20rem;height:8.097625rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwlmPMe844dtQ1MsBBSP1kvFGtVStoSM { width:20rem;height:3.29980625rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ1zG4FSX7Tc1aW0s7EmuFeA4I8brBnA { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULpQkDeSbWLFJVT1UAhlRhUNeQSDEy7m { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r { display:block; }#I2k8Juh3P61MUy3dvdJ1dTBab0xJnI1r > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo9XKOFKJRz7xu6sHhpJsiuLT2hOtCKp { width:20rem;height:13.49609375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M { display:block; }#dRMPVk8f5ADL06HF9d2DmdwNpc7wCq2M > .row .container { width:20rem;height:63.9091796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpalgiivdGdM88i0SxIUEg9Ly3xwdbRQ { height:11.875rem;width:20rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq9eN921cbynufeGRgf4ZGF70PhUwqS1 { width:11.875rem;height:2.1933625rem;top:21.9375rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdnvPWiA0xnFBrxhuWgbkqtitTtAdiM { width:18.75rem;height:2.4375rem;top:2.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zik343nOBi8XPtAhGatC84sEfcCysZaU { width:2.5rem;height:2.5rem;top:21.7841796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELxmvT2ZzwgehQxDAkJnThUZAbkypF5q { width:2.5rem;height:2.5rem;top:26.4716796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz4nLbh8HXdr4hb5GsWx7bkPKwU3t5lc { width:2.5rem;height:2.5rem;top:31rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcUh4sVJSJ8d9vUVlVVkHKxKxiCNucN6 { width:2.5rem;height:2.5rem;top:35.1591796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfvUyOxt0TBZrpOsV1TIFtrp069FmH2D { width:20rem;height:0;top:38.9091796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdgEUC9eJyH5dEEJZ5Hg0bqyGrODS1il { width:20rem;height:0;top:42.6591796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCEhuCm9GT3TJLvNeA8E6hkKs2S7wctb { width:20rem;height:0;top:46.4091796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzSOokdEzZqBUssiRDwknan0mo8afTbD { width:2.5rem;height:2.5rem;top:50.1591796875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ9RP6a1ksuU3AKNPvFrpfmSiXIkLQFq { width:20rem;height:0;top:53.9091796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSIypOrqAGkAEk2ocsxrxMkrgZkBABpl { width:2.5rem;height:2.5rem;top:56.4091796875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Hco89eoCE3dhz9aDF15PkX8rp2blq1 { width:20rem;height:0;top:60.1591796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roHATwpX27UebTAJGl7WDRGMzTD6Dvgx { width:20rem;height:11.6875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r { display:block; }#OsROOZRAg8deyxFiWRAiwX6n9KdGRh3r > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4ggsIlhv3aBe6niHH01bwcoUOdJLMDl { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo { display:block; }#mxVmTqhTcNguGOtGz4vZsnhoUfPsuDQo > .row .container { width:20rem;height:115.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #At26WTyHuTHTRMZG0ue3dEELDEswSa1H { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6pUpsRlToLvTTuZVyxTLhR3MlwWypHn { width:13.875rem;height:0.875rem;top:20.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW7wKJkk9hQDPq19oap8qB5XJp8ADiW3 { width:11.25rem;height:1.03125rem;top:92rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggQzITdLXOq6uMQueKnZqPAZiFi2yANM { width:14.9375rem;height:5.25rem;top:13.25rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhrup9Phk7li7lu2e1i56gee273htU50 { width:14.9375rem;height:1.0996125rem;top:10.1875rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFHr6WlCfTutIrDDhzsOKHZR7Hly58hW { display:flex;width:2.75rem;height:2.75rem;top:88rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #TTNd06qsiZWXaIOQ7uELZzTSCb1FLLLH { width:13.875rem;height:19.4375rem;top:23.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbSDmQUGhh3BcN08mxr28LFC9biMULIQ { width:13.875rem;height:0.875rem;top:42.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEGQlAV4KJAy9Rpe38l85ZhWzHd2uvVf { width:11.25rem;height:1.03125rem;top:108.03125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5zZXm5ifUc2kQdG60QD3aqHM36gcekp { width:12.5rem;height:7.875rem;top:98.90625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvMScT5Fno3Ws83rVFwSZGkES6iiT5wT { width:14.9375rem;height:1rem;top:31.375rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fX8mAUGuDZWm7x9RgxTxwXcn4iV7IxDi { display:flex;width:3.375rem;height:3.375rem;top:94.28125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #pmz6U2fEctSqy3kcIAcu1nwT8TEri7Ua { width:13.875rem;height:19.4375rem;top:45.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6zzTgB3NextNPHAJb8qrBqBCcE2qh8d { width:13.875rem;height:0.875rem;top:64.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwgC66o2JnIFUpKa2RpMgWrphQJ62u7U { width:12.5rem;height:2.625rem;top:110.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxcUlxfSC4zcT0r7B90L2EaDaZoup8x5 { width:11.25rem;height:1.03125rem;top:114.1875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqhJH3kUhhK4CyW24oEfpqkxIM1nsL4 { width:14.9375rem;height:1.0996125rem;top:53.875rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KaRfBCNhRIOaX1PbzPuqnTuTVA2I031J { width:2.4375rem;height:2.4375rem;top:27.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU { display:block; }#K4WN6Ogzv4b10cBbSV0fne8BZZfSmwhU > .row .container { width:20rem;height:126.09375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFhlMG8hoL8CqwPt2UObvND7qTND5OJ4 { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnnlAgMuf0HWyiMc7CpRWTDOfsq3LWeW { width:13.875rem;height:0.875rem;top:20.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOh8J25LIff2asxTwDJMnTwr2MlnoKnZ { width:11.25rem;height:1.03125rem;top:92rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyUTbMSRm2FvJPLnlSPe24xInmVUhRd6 { width:14.9375rem;height:5.25rem;top:13.25rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TF5EhqTuEBwa4xoE05G5IdMSBO4vluCe { width:14.9375rem;height:1.0996125rem;top:10.1875rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3A7gMza4WSt2ZZEqUHgkr6IglKDpb9Q { width:13.875rem;height:19.4375rem;top:45.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK6BJfWiOuQTDmsUZio1DIQVc7o0C1DD { width:13.875rem;height:0.875rem;top:64.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol1FC23uPABvnhQDagWOL8NbA12bdhue { width:12.5rem;height:2.625rem;top:110.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieOLPrLErkcJwchZzOqrBJfyTDmFTAbo { width:11.25rem;height:1.03125rem;top:114.1875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q75Jglr8QPKQWdhRxkMGHersLuuP7xvF { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNiXc6hWA45Qo1Q2rq4T3RWxMaaZF9PD { width:15.625rem;height:3.75rem;top:6.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUypNr1RKS6qIFSHbifavAWpovKHcGmw { display:block; }
 }@media only screen and (max-width: 763px) { #eS0edJG1O4tUkvlEPKG2Mm4gTgrVmeQi { width:14.9375rem;height:4rem;top:116.46875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9zAkWKzoWXbcftyev1smNNOCeP22kZ0 { width:2.4375rem;height:2.8125rem;top:6rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQheMo9z9bGrTiyBdvTpBJF7sLBhwQuA { display:flex;width:3.125rem;height:3.125rem;top:121.71875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #V1B679VAlinJAcTDQCPHmAITnTkRzT3M { display:block; }#V1B679VAlinJAcTDQCPHmAITnTkRzT3M > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi { background-color:transparent;background-image:none;display:block; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container { background-color: transparent; background-image: none; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container > .video-iframe-container { display: none; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row > .video-iframe-container { display: none; }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .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); }#rRPySgbQrsJ3ipyAyMdNdxyW0LPmKgAi > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdvlsTiqv3KqwGUFm637pczXJG87kktr { width:4.5rem;height:0.125rem;top:6.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8B1P2GH0O7VHIv3nJRv3QMVwTTpUH2A { width:20rem;height:5.19921875rem;top:4.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNQ4KTilCW6O4qpnUX0B5fpaO1v7f23a { width:20rem;height:11.6875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOmNTS6P8rOeV6zqHZMAVC2BtDWblX0T { width:18.5rem;height:4.5rem;top:23.5rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3WG54r5kyDmNnsS3rueMQCaJfUvpLzf { width:18.4375rem;height:3.8994125rem;top:28.375rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qiZDHnD5MgXqTkZpkcGxmbc8CdH37xZD { width:16.875rem;height:6.8246875rem;top:31.65625rem;left:1.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd .widget-text.counter-number { padding-top:0.683125rem;padding-right:0.6125rem;padding-bottom:0.683125rem;padding-left:0.6125rem;width:3.675rem;min-width:3.675rem;height:3.670625rem;font-size:2.731875rem;line-height:58.73px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.426875rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.9rem;height:1.024375rem;font-size:1.024375rem;line-height:16.39px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd { display:flex;width:17.6875rem;height:6.488125rem;top:37.25rem;left:8.6875rem;padding-top:1.035625rem;padding-right:1.130625rem;padding-bottom:1.035625rem;padding-left:1.130625rem;border-top:0.2075rem solid #ffffff;border-left:0.226875rem solid #ffffff;border-right:0.226875rem solid #ffffff;border-bottom:0.2075rem solid #ffffff; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #SFz7vB3MniHwcCaroLTnNfGcqrryoWMZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #ZalLa2nA7O21LMdAtqPEp4o2wDXkGAyR {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #fGRm8Twku22SufANBW0T8V4BvUrW3kmX {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #r9cCQW1AzUp0zXwKu3cKIiZJMgkWTDdD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #Q8hX8Sk3b3czbZd8IrgagRKOA6E1k0wP {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #HPnZL30q3RZJPgyrfLvmE5uzJUgaBODg {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #ugld7r5iLk1EBL6XmZ5V3xhff5fWB0yh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #Abld8y3IlgkpVSkNI0CcoT5vw7TBPH7y {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #HykASNAwBvO5iIO0KwSTtL2sooCiuGaZ {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #ctKHOnnEATdtKrbqNo76wZLr3Car3LDK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #zsuCq1W2IR3XSa2vSZZRTvtEsKo9ylDW {  }
 }@media only screen and (max-width: 763px) { #IgmvWUTO1rvHp6KTMZzVUyTZSfhlFzBd #bdfgLJs129qZaSDk5kiPgUmXhN0TwhdQ {  }
 }@media only screen and (max-width: 763px) { #xqf3aTlQIXqlyKJrTxqeO3UJeiUTFRsR { width:19rem;height:3.8125rem;top:59.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n98F8D0Bqq6hnUg8Rhl8xoP3MpGuPgSX { display:block; }
 }@media only screen and (max-width: 763px) { #ZpOBMgVZpbCy2o6VqzUp2d5Z3973buBP { width:20rem;height:7.124rem;top:82.022925rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0hW4nbpoZVo9OXdLltIfAuwP5LBzkTx { width:20rem;height:8.5488125rem;top:72.2246125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPSKnhd940QhEhg1atTvqKQ0iwgU4C29 { width:20rem;height:2.8496125rem;top:68.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHtTvxuUPaVh8iBosg82z7HyAdCVyNws { width:17.625rem;height:8.5488125rem;top:39.5625rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QraeHdAvkSurImU8IcvEx0pZghfgBWzm { width:20rem;height:3.375rem;top:90.3960234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 { display:block; }#X9XX4QcLJHJWQWD2WqW8LyTeTpOAPgR3 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB { display:block; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB { background-color: transparent; background-image: none; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container > .video-iframe-container { display: none; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row > .video-iframe-container { display: none; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .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); }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB { border-width: 0; border-radius: 0; }#L1n5F7TyHVtaUkpMkZB4kunpJSPIKxcB > .row .container { width:20rem;height:170.5625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBer73Abh8T1DHhZCqBoG2KsfB5QIqKq { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #oN6Z5FqUn5AmN9AakEw9Cw03vV2VHX90 { width:20rem;height:2.75rem;top:8rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #PdGRLERUII2OV0e7kdDItDM5Cps2Cq39 { width:13.25rem;height:4rem;top:20.875rem;left:5.4375rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #alImM4DppckaWy9TAarHObZ6T1u5T7zO { width:2.5rem;height:2.5rem;top:20.28125rem;left:1.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #wsJATHozBwrFTTdpGB2qhZdvucPURJ3X { width:2.5rem;height:2.5rem;top:61.21875rem;left:1.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #u3ncN0014bHd6e8N7CvLTTL4HyC3CnDx { width:2.5rem;height:2.5rem;top:67.71875rem;left:15.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #UltCf4K27WoiFizEXU8EA8dWtgCQ87eH { width:2.5rem;height:2.5rem;top:26.84375rem;left:15.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #kclLw5eXlUKGcN0Bk0cWCLslsSeDOMHf { width:15.625rem;height:5rem;top:83.5rem;left:4.25rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #PzBVtGZmK07taWip66MWJPcgfQDQTINd { width:13.25rem;height:3rem;top:93.30615234375rem;left:1.4375rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #lc4IvNzmOLIoiF8RE3mV3Th5PUAmbe4D { width:16.1875rem;height:5rem;top:99.75rem;left:1.875rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #CSoxKMM0OP9DTsAcE5hkOMPALvVzt84o { width:20rem;height:6.875rem;top:106rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #I61tBLgQ6RtftqVQ0ROb2TFvOsQngf8L { width:20rem;height:7.5rem;top:82.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #tqwk6BsbOCNJIR9KlhA9puzMm5bNtkdT { width:20rem;height:7.5rem;top:73.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #LrTPkCbkl739TrH3K8LwSXr0DJfClJcs { width:19.4375rem;height:7.5rem;top:139.125rem;left:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #HCNyEZrLyLEIxnp8q4TcLCFOcwin1xog { width:19.4375rem;height:7.5rem;top:147.875rem;left:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(24,5,10,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #p85vKmdzFoxP9WoElmBEp6lXVcPCtEFp { width:20rem;height:11.863799283154rem;top:114.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbhkI41JwZPhmZAbTUu5Z4CqmIg0uvW7 { width:11.125rem;height:4.0625rem;top:118.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZIMcNtFfiWLq14WQHanGBUXeOnvynNi { width:3.5625rem;height:1.25rem;top:115.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhV8xuI5C2aGZymCMJebKT1UwAvTuLT6 { width:10.5625rem;height:0;top:118.9375rem;left:5.125rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ACcDynWWXRUts4Atpdgi2HGAH9v7Eq5u { width:10rem;height:0;top:119.9375rem;left:5.375rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ryDS3gVMrHxG4P3RtE2xKT4Jp1D2pmTX { width:10.3125rem;height:0;top:118.9375rem;left:9.3125rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #BcTHg8MF88sxrz5y50GDRAfMCrMg7rtO { width:9rem;height:0;top:120.25rem;left:9.9375rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #Jh2pCAtx0KTqvkaiaIql6GTzGfsIu5z6 { width:11.125rem;height:4.1875rem;top:117.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #talMWDkwdcC1EgJ5x3VoDfumwJLi78PX { width:11.125rem;height:3.9375rem;top:122.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlWcmnvwZP3qmbp0VgeKVsENX1ywtuI8 { width:11.125rem;height:4.125rem;top:127.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxl1nvok45FrnKng7IyzekVMaBkwVZzI { width:11.125rem;height:3.75rem;top:122.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG10DuS951IC3QizwIpBViFTWsR5EZBP { width:11.125rem;height:4.4375rem;top:126.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukO5m7ZENU3f8HOsgM3ETdys8paqGIbp { width:5.5625rem;height:0;top:123.5rem;left:7.625rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ob0fnkBt8wolgP2EXGg4eoLQzxzxPHun { width:10rem;height:0;top:124.75rem;left:5.375rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #Ve9VK5JBcRGgFQizFStGB1TdQ4ysdoRB { width:5.5625rem;height:0;top:123.5rem;left:11.6875rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #hAVKwHBeQEnUBcqTzhfeosQ2EvT33VwF { width:10rem;height:0;top:124.75rem;left:9.4375rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #Lp08aNlZ7I6x4nEUMXR8kgFUrul1KrMP { width:10.25rem;height:0;top:127.6875rem;left:5.25rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #dbNrUgTH9R3FkySTd2BdqoliuBPulFxT { width:10.1875rem;height:0;top:129.5rem;left:5.3125rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ku88vC4qtk2GCAp9MTkVodRHqczNtWv9 { width:10.6875rem;height:0;top:127.6875rem;left:9.125rem;font-size:0.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #UoKvELDi2tTi6Sxq8XRcbwEqh6T4gpAU { width:10.625rem;height:0;top:129.5rem;left:9.3125rem;font-size:0.6875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #kFLcJgBVTSMArQGcxG3dJumcHSEZQDhL { display:flex;width:2rem;height:2rem;top:163.875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #swSMyMZJ8iG6IrZnOsyDaRhf1LnxVkPv { display:flex;width:2.1875rem;height:2.1875rem;top:167.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Rs3eXL0uXV2xV7smyRkBHIXDPsTR745o { display:flex;width:2.6875rem;height:2.6875rem;top:159.9375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #TrWHKCg2obJvIzeK5xmlcZyDcMRgIQuL { width:3.5rem;height:0;top:136.125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuUTty9qvmrDv21oIciO0LniK9bMStEG { display:flex;width:2.0625rem;height:2.0625rem;top:156.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #SgLdlTHOXsJA9JVCZTA6gnB2lOaCJHZ4 { width:4.5625rem;height:0;top:136.5625rem;left:12.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyWSIAxlJuE2uHHpHzkQ8hQzOW2VO0vp { width:4.5625rem;height:0;top:136.125rem;left:15.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtwVRh8DxypMJGLmu9N6Xp41MB8ZKD1m { width:5.25rem;height:0;top:136.5625rem;left:14.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T { display:block; }#MzyNLDDTwPqJzALKl4uWorgHyL3SDR9T > .row .container { width:20rem;height:24.66064765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIFkM3v309lV5GXyHu1a6QFovJIQ1uTq { width:20rem;height:2.5996125rem;top:4.7489585876465rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlE2TbXM3zM5pdeSVVAWRpWx0Z7Gzodx { width:20rem;height:0;top:18.31103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVZWps5bnNwClDutRse5kNVRwp8epGeR { display:flex;width:8.5rem;height:8.5rem;top:8.56103515625rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc { 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;display:block; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc.adaptive-delivery-prevent-bg, #tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc.lazyload, #tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc.lazyloading { background-image: none; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container { background-color: transparent; background-image: none; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container > .video-iframe-container { display: none; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row > .video-iframe-container { display: none; }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .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); }#tfJ9Zpq8XybbPXtgciDhT1bUht4ucgdc > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhBoTV9gelFPvsJioJ4olKLAcyq4D0KR { width:20rem;height:6.25rem;top:3.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vd543f650ae00ed13196f8c3045ff169 { display:block; }#vd543f650ae00ed13196f8c3045ff169 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4673d8d22afd969cc00ce79a25f67d5 { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e094b4d83ec819af717117ae887d02aa { width:20rem;height:21.3125rem;top:17.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc318c0de550a12befd994d89e53556a { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1752bc17f80576e660dbe9cf4d1acb2 { width:16.625rem;height:10.96875rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R78258f619e106c793662d99ff26e967 { width:18rem;height:3.1875rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #a919a6b59d0d58d57856d03717a60699 { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbbcf60b50702a25661bc11707c25f2f { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea3dfc7e126ea0af6e65b1822a6c801b { display:block; }#ea3dfc7e126ea0af6e65b1822a6c801b > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1f0f889c33fd16915ec8f2ed7848230 { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64ae5a04db55a3ab3fd421e950e334d { width:20rem;height:21.3125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3eaf823a6437c93aec64ad857ff0b1f { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3a611199aa1b42f25dc242877d45e2 { width:16.625rem;height:9.505375rem;top:20.4375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b53ff9dc008acc68f1f304400a9bc651 { width:18rem;height:3.3994125rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lcb5961d1738e52b8c2708ebab07b0da { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B21bb52a2ac404ce5fc7d299d0626219 { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd764344fbfce92feb6683c2f2bdde44 { display:block; }#fd764344fbfce92feb6683c2f2bdde44 > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e09afdebf647e2ab5b8287911286b832 { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3a4bb14f7baeef78f918c30f3803e97 { width:20rem;height:21.3125rem;top:17.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y67fb5bda00d4216214ea5b95c5dfd5d { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I64d56e49e9727885cd28964888889b9 { width:16.625rem;height:11.04684375rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s9a8bee25578b205833fbd4fe6a525ae { width:18rem;height:3.3994125rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Q148ffe11cbe3715b8de203a5ad2ff83 { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d874d657bf3f4ed955fbf74ec1565fde { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb { display:block; }#dhkmHtxaJUKPMv7kgEN0x3fEsPOmSQFb > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r09373a32f56dc9efcf432d6ce217a2d { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecc4d912a2e6f6345ebf1715008ae3eb { width:20rem;height:21.3125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A12ea37d131d18b23fd77d3ce2a21677 { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V969039598bc5ead71d275d6d28fa606 { width:16.625rem;height:11.6176875rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f0971c93a98334a85d2e113df8c1cd07 { width:18rem;height:3.3994125rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #if5bf06082300657d244078a29ddb02f { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47ba5d13cfa7522b37b3bd1620e6c60 { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWgGNWp53scK9BsWP75aFOTCpffgugFP { display:block; }#QWgGNWp53scK9BsWP75aFOTCpffgugFP > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9d3d55325e229734b5aeb2d822fc1c4 { width:11.0625rem;height:16.625rem;top:0rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p04cb6381f2405ee2bf33fa51537f69e { width:20rem;height:21.3125rem;top:15.8125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2301009c21bc8fa72ed3f5e5223ae32 { width:2.4375rem;height:2.4375rem;top:17.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c79e1e9f5c1064e0b765ddadcb1d2140 { width:16.625rem;height:8.285125rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qc46b68ca707064e0274477912419430 { width:18rem;height:5.09911875rem;top:30.6875rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #K9e41fc5d0315cda3828037c244126ef { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc821ea78ac2fbedebd1e42ab68396c4 { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 { display:block; }#Ziny2EAKSmbBfKyZhnkEJDKOXmxT5sW2 > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S088b4e47c790d1dfda2aa50258de941 { width:16.625rem;height:12.8125rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c13c1198cd572f4a2cd7dc326993b4e6 { width:20rem;height:24.375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe99673f2cf5502df32251de23b50296 { width:2.4375rem;height:2.4375rem;top:14rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na08afdd854a2b80ef454007863524bb { width:16.625rem;height:11.37208125rem;top:17.4375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q53e479d4f6996b92e7d30d86d4178ec { width:18rem;height:3.3994125rem;top:32.75rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Ue4daaf530d50d55f90c2760d853e203 { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9c574b58fc39c2ff79707febc092dd2 { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 { display:block; }#z1UIikGPMC2MmNBlIEVt2QyzURf9LQL1 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efafaab0f9f9f2ce2fdbc4f472af0a31 { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3a42198778439e399f3bf9272d2167 { width:20rem;height:21.3125rem;top:16.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ca38b282bd29d3c3823420fc8f7ff7 { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd21b1be7c60cdb73a180859e34f9579 { width:16.625rem;height:9.75rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V7081ea69d486524b2099b6ceb6d467f { width:18rem;height:3.3994125rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #c59fb4517394bfe6549852c6737db7ed { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb55787b81f3dc1ebaf3deca1673110a { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC { display:block; }#wCOaxXHOXDSoA7SBr96JDIzBVVTuqnrC > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSU5FoWzZJg4D6pGHu7mA7N2BKMha6B8 { width:18.8125rem;height:1.625rem;top:3.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg { display:block; }#FqA21IreTeCCT0TnV6zkxBJIQS7ob9tg > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvtl7cTzylNbS3Lecf81R1v4eRk5Nt2V { display:flex;width:1.8125rem;height:1.8125rem;top:2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AkeUtk6O8Empl9MADeBkb3K2donIol8L { width:15.8125rem;height:8rem;top:2.5rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLEfNIaxZuDB260aExwsyVzTyaXbmcXQ { display:flex;width:1.8125rem;height:1.8125rem;top:15.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qHrLvJ86t9X8DplatHXNxTXlrggDCpPJ { display:flex;width:1.8125rem;height:1.8125rem;top:41.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sL53R2pef1kOhCRUVPt8WB8ygJbrLhZg { width:16.4375rem;height:6rem;top:15.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmZKoFLUwotHEuKWLTd6WWMVI8lAQUSL { width:16.1875rem;height:5rem;top:41.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvMZl6VTzrN5nZpvvxTCkRWDHgCITZr7 { display:flex;width:1.8125rem;height:1.8125rem;top:28.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lkTvJbGKVI8S9r4yhT8S4XcK48JyEiXB { width:15.75rem;height:6rem;top:28.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odCzDbFJTCOehmw4wrol8D55xpdTanNm { display:block; }#odCzDbFJTCOehmw4wrol8D55xpdTanNm > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQ0VBqa0M2QyNNhOOC45JQxVaHEA5vz4 { width:18.8125rem;height:1.625rem;top:3.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX { display:block; }#BDk3O0nEDqAZBBuPLQ6tO8ppHbToKUWX > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARkHTVxe1VqwP6iX51klXKoNgzKGOarz { width:15.8125rem;height:6rem;top:2.5rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFV7feVRPpP58WemEnB2MGn85yLTQWn6 { display:flex;width:2.5625rem;height:2.5625rem;top:9.75rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #bei6t83FwvdzzJb7Jgu2oHOn67ObAM3c { display:flex;width:2.5625rem;height:2.5625rem;top:24.625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #h7UVtpKVSvgJ9evleFrL0kVQaDEqqT8O { width:20rem;height:4rem;top:28.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO3UIoRH3bricQLQcwq5FvlkZnGWB9ZN { display:flex;width:2.5625rem;height:2.5625rem;top:13.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #yqSn2m98yLV6ZTzTkihhhiUN5zmw2S4H { width:20rem;height:6rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUO5yMrl90CAp9WXJBrgK7dsNL7SniI2 { width:20rem;height:3rem;top:37.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BINFb3EwyKkTtpp0Sp0mCIunHG0Vk7n7 { display:flex;width:2.5625rem;height:2.5625rem;top:33.6875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD { 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;display:block; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD.adaptive-delivery-prevent-bg, #S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD.lazyload, #S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD.lazyloading { background-image: none; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container { background-color: transparent; background-image: none; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ff3557; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container > .video-iframe-container { display: none; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ff3557; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row > .video-iframe-container { display: none; }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .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); }#S4TEi1vFQWRCrQlUTeLibHP1Ht1d3sTD > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1d0Pkaq6t5G1cx262oGmlR6tebxqu2z { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f13caew7oARZ2K4CMPoyqG9dPEgPO9lr { display:block; }#f13caew7oARZ2K4CMPoyqG9dPEgPO9lr > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iodk8Nw2eTAOOAXfIvFXiMEOmIuRsC49 { width:19.875rem;height:19.4375rem;top:4.13671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0Rt5pCZermCy86DCiSaxTcaSCVqqLpb { width:0.0625rem;height:5rem;top:11.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJKkGGZhQGHx6ATmDgfTMbathHtQi4Bw { width:16.625rem;height:8.125rem;top:14.19921875rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #znXptRKicRsphAF68pNz8hsv0oTq4GQF { width:5.3125rem;height:6.5rem;top:1.5rem;left:1.15625rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nG1JvFDztdLuNqbJxNaOsizL420cwpxG { width:11rem;height:1.79980625rem;top:3.400390625rem;left:7.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKB93mZHLlzR75WTvrF09V5CdShF4aSQ { width:2.375rem;height:2.5rem;top:8.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO11ruwS4SKUlXeGSshiRca7GZ28MLK4 { width:0.9375rem;height:0.9375rem;top:9.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWI4uCAZs2NB1QEam2zd8HGiRLt0y06Z { width:5.3125rem;height:5.3125rem;top:7.40625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 { display:block; }#v5HlopP3kMKQIRvvUymMwGEt5RhdOU42 > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWqA5l2Q2d1HHeJbifPmxtLVrRfLhK2x { width:19.875rem;height:23.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVRneauFgfqiWcoW4NyTdoEpOwmrvZe8 { width:0.0625rem;height:5rem;top:11.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0ZXNcMb7NXh4a6N5OR29siTMOsOm9Lm { width:18.75rem;height:6.5rem;top:16.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmPUWyl08udwTXFPzDTOt1WHHQlcf80q { width:8.375rem;height:1.79980625rem;top:3.412109375rem;left:9.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtSruuKdSqR8cqQ6Bnfgkfu6PuQwF3f0 { width:7.25rem;height:6.5rem;top:1.0625rem;left:1.25rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4dl8GfSM3p57D8Hl3M2aqRTLlQLJy6m { width:5.6875rem;height:5.6875rem;top:8.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIpJH5XnFrJQzSUvA95SveNM0ADRzfx8 { width:0.625rem;height:0.625rem;top:8.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DELKE0F77rAWzm3TpdoqBSS47paL1TQR { width:1.25rem;height:1.3125rem;top:10.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgwvbD0drnMfl7tVbtwlUVKMuu4kL2fC { width:0.625rem;height:0.75rem;top:12.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ { display:block; }#UDqIUiegoMd5TyzGJ6beaWXxUeDDiMMQ > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPWVflG0yP2qJi74qx9uU9X1K91ITTGF { width:19.875rem;height:24.75rem;top:-0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TczGTkhWLobfdd0G5QgpHD31VxVZFfhc { width:0.0625rem;height:5rem;top:11.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfLJTlXemTy9eAuvy7TvTCa9toKsvFlR { width:18.75rem;height:6.5rem;top:18.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1STJkCTLotVd0sBWFWM8cwACOCrk9QK { width:8.6875rem;height:1.79980625rem;top:3.900390625rem;left:10.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImPFkvL0pgHMCPL42R9OmghIJVBsBiE1 { width:6.9375rem;height:6.5rem;top:2rem;left:1.5625rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsxS7l5lEWlMi4JTFcEzWBSp43QRp6Gw { width:5.3125rem;height:5.3125rem;top:10.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi3TUvxoPKtDkh08Xk1fIS26DC3GXwAk { width:1.4375rem;height:1.6875rem;top:11.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 { 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;display:block; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57.adaptive-delivery-prevent-bg, #SdrMb0iAbvdJKGm58geKsa6omAT4Dm57.lazyload, #SdrMb0iAbvdJKGm58geKsa6omAT4Dm57.lazyloading { background-image: none; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container { background-color: transparent; background-image: none; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ff3557; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container > .video-iframe-container { display: none; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ff3557; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row > .video-iframe-container { display: none; }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .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); }#SdrMb0iAbvdJKGm58geKsa6omAT4Dm57 > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1txmdZecTkLeLTAXav8zXU8dgbKLmZb { width:19rem;height:3.8125rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpKpeg1s2We151alHZUXrGdhZFWPF2VA { display:block; }
 }@media only screen and (max-width: 763px) { #vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui { background-color:transparent;background-image:none;display:block; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container { background-color: transparent; background-image: none; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container > .video-iframe-container { display: none; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row > .video-iframe-container { display: none; }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .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); }#vi4V0H37Ch2mF00wnG3GB70Sqr5cL2Ui > .row .container { width:20rem;height:109.224609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CS2sU4ckyIa0KnQJgnNMwqO6BZgHZgIs { width:4.5rem;height:0.125rem;top:6.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmDByVkwpWq5fSHr5qv1PZ6Fp921K1P { width:20rem;height:5.19921875rem;top:4.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8lFp7TLozEmI2XgaiLo8NfB4KqyzFF { width:18.5rem;height:4.5rem;top:23.5rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2yniMkKTnGFc3P1MLPGh2uh86AF9yu3 { width:18.4375rem;height:3.8994125rem;top:28.375rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nE2WVLvGb3JvAX0eXrvm5cPWrnTLypoV { width:19rem;height:3.8125rem;top:59.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTNQqbE0K2uVsM5fT3gMEGp3rxbIX0Uz { display:block; }
 }@media only screen and (max-width: 763px) { #sMSgaQV8RTRNkXxf8ruZXFKGzEEzPOva { width:20rem;height:2.8496125rem;top:68.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPDL7f5at6uI67NSBIurkSwnR170oQaL { width:20rem;height:3.375rem;top:72.2246125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiJZVhh4c1wQQHpWNw8MFZGbt1u6biDQ { width:19.875rem;height:31.125rem;top:76.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu { display:block; }#ySuvgUXTO5ITiJqV6Rlhd5EEWRtJCitu > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypnG2AxuEvKqcMQr0AJ4bVoTcGvJ5P8W { width:18.8125rem;height:3.75rem;top:1.5rem;left:0.625rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH { display:block; }#BvUZsvfTpGeEsCcze9DRQuz1TWHUfSMH > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drHKc8WxQxOdQuEUrv7hdARspTxwILCU { width:20rem;height:7rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWfq45dylHsTQQnfU9DDrtlQKCk5kIKT { width:20rem;height:0.4375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMPKr8DuMIyESGObAcr88hlqQT69cyHI { width:15.75rem;height:2.5625rem;top:31.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADOv8sedHXPZ04COAE0Mz1avnwtbhWw5 { width:13.125rem;height:0;top:23.875rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1ssM06LeNIPM5cRCe3v0mp8IRTPKCIz { width:20rem;height:2.75rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQOkcETrT89skvXTfnJTH9Taml6JNZ87 { display:block; }#KQOkcETrT89skvXTfnJTH9Taml6JNZ87 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxWL3O6b8FRa6q8dampOwDAAIIWDzvbr { width:20rem;height:5.625rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0odKTzMSvruOyA8AA154WTnhhrx5T4 { display:block; }#ih0odKTzMSvruOyA8AA154WTnhhrx5T4 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zraNvCuX5zkwm7xcM55guDnPTU4o3O48 { width:20rem;height:7rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCiPIN2bEZpkCOKZ5gxAeDarwkB33Zon { width:20rem;height:0.4375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKo3b2xQBpHu8TQSDZuwzh1bPsRQfqvi { width:15.75rem;height:2.5625rem;top:31.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etmlbn99LuG7tRsxCAuOtmza57msHrhX { width:13.125rem;height:0;top:24rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETM8qOGp3oXncnf3qg80UabNs9V5PwH4 { width:20rem;height:2.75rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO { display:block; }#E6HXOst2AK4WiQ3GLz7wcISEPxs4PZPO > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhzbUhIJeBeKxumTOKkSSqMN3L15F5LR { width:20rem;height:9rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFxHPGcp0vFo42zsdO8126odBsMXBrz { display:block; }#dTFxHPGcp0vFo42zsdO8126odBsMXBrz > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvPFVOU4LsSNUfFoBKKzSQHbI9VxEriH { width:20rem;height:7rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6HenvcqR8xtrTO4TwtC8TB3eiuBQWCV { width:20rem;height:0.4375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3EHqc3etncI7D7xyBeIoOZS17vOVQL { width:15.75rem;height:2.5625rem;top:31.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8QK0CrfQusys9LghyxTmzeXRyCczkQO { width:13.125rem;height:0;top:23.53125rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCR8gid70pRcCdaDUJ3rndmSk3HOLORk { width:20rem;height:2.75rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr { display:block; }#rEiE6w4uVskRefLeEmbsTu9QXRpbAxrr > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb1EaDUT0qA5AxCUASMULQolkU5M9DGz { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB9lynJrJkCUwvrMQfIyULTzk9XVQRul { display:block; }#fB9lynJrJkCUwvrMQfIyULTzk9XVQRul > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AX35otLOyEMEJs16ZThXGHOgryP87S9a { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRwTJfx0oO0qM3KvzxVuIWQ6E09F5lSQ { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If1chn11UAckzKlsRr3NmUuq5vMAtZPi { width:20rem;height:2.75rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNXRNM6PyNrMAO2byJ4pqtFEhV6I0S0o { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtOJFvxBaaHItEol0uS465gx7ePasoRT { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 { display:block; }#rDON5M5tp8MsbA0852oQ9FNJ9FCDvak0 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkDtEFVKbmM0vTEzXrtH8gRn0GHf9FNT { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB { display:block; }#K5Z27vVJDLPkFQ8NDnATGMtovoF1ImrB > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltLakqVpAsdVeUsFdUSZXsfEkDoWOAF0 { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZEJv1GfAAt6DMylSAmrXVx1OMd8WPad { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4aPvFrzsWRMtcUR43Ek0TwlgLdkyGxI { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1vnDiuw9nlRN4TKhhX6K9snuGnXIMbV { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZJyeMfBX2pCTL1KOcwZwAxh2EBmaTCA { width:20rem;height:0;top:42.20947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 { display:block; }#R6hb4hhb1c97nzLoR3wGcx6T2NlXDz12 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc5QQOuRrnszM03D2p7y51PHuwbVAlZg { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 { display:block; }#KhGZCmotmmZsTJeDCBIrl7iNgd6DT291 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBszzDqAhwm13SDPusy3K6xBuOzuvLqr { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkTZheCFN3lpLpDpsXmnwwrhg8Zxi3aG { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0o9WTE7AVNPTXUN7LeCE9dwxF37WGFl { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr20SrEiutGZT1Btm97iN3W9w9WJl7JH { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3BreUAXK2U49MGqyx7ouf3GeMlf2xnS { width:20rem;height:0;top:42.20947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT { display:block; }#UAuTtyAh5xmuZnbl838yHJX2eaxWrtFT > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygo1SUWtpTFeex0mG8LZ5U853UDskpPZ { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF { display:block; }#Xneq2y0G5GE7RyuFPOl6iBLT0oAyftUF > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISCsEH7ffnrI4hElZCsEv59ETu5lhTQ3 { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBCAV9kn3bxM7qRL9nDRk7KeTABrxNan { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbVd8m2XUezXsOIXuz2EJ0cMTz3N1SdR { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZSA9AgzmD2ahpKVQBwMDTLxqvVbkNTf { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ6NsWyMeCsOtHtZn0P9NETq1L8dPIuW { width:20rem;height:0;top:42.20947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc { display:block; }#bAD0axmVJxHU0ygp7Dtlmx1HmJszPIWc > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPypipEQiSLt4BQcBWAJ6JGON54RVwCK { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 { display:block; }#ktvPqT3hBCyHzD5zdRQrU93TiGPom2F0 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZ5faV23FXJNUIV6CKGEWhp7TGsaLdpN { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfITfEaK17b2qegqFUkHK2RGT5LnbdGD { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDOiFBqPvLr0OguEWPO8teJsP5KrRPGr { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOeAT55PnmlmUq20NXodwhf3ASJHMZbW { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDBTaICDl7A38xPUyeTzUXlLNAcnqHp7 { width:20rem;height:0;top:42.20947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfakEmQNaQ3HvzlSonPPXdtB29ISky0W { display:block; }#TfakEmQNaQ3HvzlSonPPXdtB29ISky0W > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTQDSgBfVwXkvsmlb8TRnrzblhrNQEq8 { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWbLLZahUp2mTRF5GstSquxn4igU0SkA { display:block; }#xWbLLZahUp2mTRF5GstSquxn4igU0SkA > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gd9TEF1oxDsMnCQf4lxn5EOXFvWog1Vb { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ0znZPqHESPT02EM7yqhT8F0hU5OAMS { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZAJb03CT5b5wyUgeCHB6GV85tWQQgsx { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coMyWr9ygOysVXMhKHPvWwMOBgmwS7XS { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6GUQ3t8NXClTymwthap0l2Shzvgk3om { width:20rem;height:0;top:42.20947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 { display:block; }#gUBtu1rGAW54A5cTIFmqB9SEJbLcXfQ5 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtWuKNH7ekZeA2NNg6JIRSNqQKoa5uCc { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe { display:block; }#r7pmkDs5dimgzosNFPyhTSHPPqrPpbbe > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVw7lAyrKWJvMIo0EdWGpzGay7ZZEGTV { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05OR99I9cToaLNdgfbWVuxPfaH1Xxor { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRVbBa0URly6h1J0a9ZLnmSiwCnTlPy5 { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q84nB5cBmSAOl94kcGADlXQHAhqUTJfz { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPP70aWKkz5cT2kuzyQ5eUd30edEIN5K { width:20rem;height:0;top:42.20947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh { display:block; }#Z5Lrw2XVFc7mJ8M8HzlAEPV9SJVRnuqh > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6TARlgGwJkudaPKBTncd94HVToU7wv5 { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC { display:block; }#TBnddCqsLS6rflUUAMBDRKQQ8kRqvRTC > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0ByhAbQTo1d6m49UV5KhCaDmRVzZS9C { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1GxB54g7mZ51vtmDOPBdzPaydBTB4AB { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1piATy2dQt3kpHz9dUHpt1tGLcc2PBm { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc1eTkKZ5RgwUHmCnPIclKLrpCSCAUmn { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwwA85fvxrCnKCdNi7ALzHFS5qeIXcTG { width:20rem;height:0;top:42.20947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaAJVie1XkUvqFwinVUs21sO3faXXikz { display:block; }#DaAJVie1XkUvqFwinVUs21sO3faXXikz > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgeTxFoXagCw8AsHEkg5xILqpHvN7dek { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc { display:block; }#nsRnz2CdwCNSoXCc6U3qFcz3WcfuOHZc > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOfHVLMWTgyX5iZP8kD8AbgJi1HkfziL { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh3pVBw90NhGWZOP2mMiR8kfM7s1bgpJ { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag6SqghIvQKmCOKUTcN9Nxfqm5uze2Xo { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddATCsgoJiXLD7VDGRUOaMFEPXDG4gLR { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1iIViIm1af30tJf2uRoWTTV40cykiK { width:20rem;height:0;top:42.20947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO { display:block; }#EpRxdPZ39vge2sDdKHaBH9JIsy6FeXWO > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhS2IxDBfabHgziTKqLTTomt5lgTttEd { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U71xcBTH4qilybereFc3GVsJy76NZrwR { display:block; }#U71xcBTH4qilybereFc3GVsJy76NZrwR > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZsnzq4DkE9ZOzq9OpxSbyh1uCL7h6xh { width:11.1875rem;height:2.5625rem;top:36.45949375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH7QMN7RbBKdiR6O9l7wsTEkVWm7whE2 { width:11.25rem;height:1.375rem;top:37.02199375rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIIAyiM7x75pgegKCWL3Bpfy0KGtqv89 { width:13.875rem;height:19.4375rem;top:1.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoO1b0To6TzVLcmFn1QPqdCPmvw4UZhF { width:20rem;height:0.5625rem;top:40.39699375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuTP4Su6roVROxw8pUob1E9XIrRXoFV { width:20rem;height:0;top:42.20947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ { display:block; }#LATUUtGrAft2hQK9J3hbWOwiMHkmKaXQ > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ak9AmNpTF7kkJf28SHzfHMGpZUAoPaA3 { width:20rem;height:6.75rem;top:27.11230625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2eVs8vx44G386xM391z5B4Kv4KqIL4J { background-color:transparent;background-image:none;display:block; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container { background-color: transparent; background-image: none; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container > .video-iframe-container { display: none; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row > .video-iframe-container { display: none; }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .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); }#H2eVs8vx44G386xM391z5B4Kv4KqIL4J > .row .container { width:20rem;height:109.224609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHxTePBThQPClJKmvm6NRmXQpJOJ0mrB { width:4.5rem;height:0.125rem;top:6.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twOZg3PxwzU54w9wmfo7WoVnRAhKNJt9 { width:20rem;height:5.19921875rem;top:4.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJJlWp14ZxRKCPXGxBpklZeRTeDUveCB { width:18.5rem;height:4.5rem;top:23.5rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yG9W01m1AzTMxCz3r3zg7RzJ760FxsfW { width:18.4375rem;height:3.8994125rem;top:28.375rem;left:0.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwxypQ0PxlTKRXsqnu94skX0oQv0CMf7 { width:19rem;height:3.8125rem;top:59.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufo5EiGlvtybQGG5mlWt4VTyhbMWVDsO { display:block; }
 }@media only screen and (max-width: 763px) { #qOgZJurwAoN3aNSQOf7rKle9Tl9ddJ4N { width:20rem;height:2.8496125rem;top:68.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RuPDSEZGRFMCND5cpEgu2pObCW3Fc30t { width:20rem;height:3.375rem;top:72.2246125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKzwWIxpVbEyaafpeq4HdkT2TNxTJblK { width:19.875rem;height:31.125rem;top:76.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm { display:block; }#CpqxlqI5cXIia1SOW6dwdXPTUxzrbFVm > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKg8T47LAPOqoKTVrzHPJmbk8hVBEQDu { width:5.4375rem;height:2rem;top:1.875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i06kh1gQAtNJG2gohvGXBIzr0pqCEqGp { width:9rem;height:1.13720625rem;top:6.1875rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }