.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:238,229,255;--color-primary-1:198,169,255;--color-primary-2:140,82,255;--color-primary-3:70,41,128;--color-primary-4:21,12,38;--color-secondary-0:237,233,251;--color-secondary-1:195,181,241;--color-secondary-2:134,106,227;--color-secondary-3:67,53,114;--color-secondary-4:20,16,34;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 { border-top:0rem 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);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { background-color: transparent; background-image: none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container > .video-iframe-container { display: none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row > .video-iframe-container { display: none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .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); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { border-width: 0; border-radius: 0; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { font-size:0.875rem;font-family:arial;height:4.425rem;width:75rem;position:relative;display:block; }#tWIB4c50Kqu2Ledo1XNRuB6OQfUFBNxh { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:0.875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.66210925579069rem;left:64.124992370606rem;display:block; }
#D8wWlE9TTEPqVLVNJdDSG640aZOIE2ln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dO42PkRoTpX0dT9cV4B0m9mMk4xcJtwL { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.125rem;top:0.31875002384186rem;left:1.125rem;overflow:hidden;display:block; }
#G99KSsiishwg6Ht6414mIrevJgrbBwFa { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.8994140625rem;left:17.5625rem;display:block; }
#BDQLG9VUawbhn3OTnoLgSZ5gDxX9tc2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIibXm3zV6srvoUIiomXTV5nTnZzTWEV { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.25rem;left:32.750003814698rem;display:none; }
#ZziPwtuViczbwARohSt1fRTIOZ53VGhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwnzpwRkeHzvDtDtedQV43wkuwDCGGCR { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8994140625rem;left:45.3740234375rem;display:block; }
#vt7PeM5K8fr4Sgy3KGTPxwg17t1X8nqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJPHAkByCwXuE2Mnm1rQ2qJwQcU6kBhg { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8994140625rem;left:53.4365234375rem;display:block; }
#mCA6VnXSpAmTm8M8FZd0PXeMKKgcg2MT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ryqfy1VrXzATwIIVkIvs1lHtOBiCVpum { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:1.0615234375rem;left:33.1240234375rem;display:block; }
#q4BTG8ypV2Jgxf6Om8fll49QfTcQeVIk { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:0.9990234375rem;left:44.1865234375rem;display:block; }
#atJ5Z75cm0XT3v4d6NxlwNVbT0mz81Tm { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.9990234375rem;left:26.4990234375rem;display:block; }
#ysMFpes5VDkvZExMAvFhzMOL3KtlKOAH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bF1bbRx0Vsb6WWGe3SIAbyXKRgE4Fzf3 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:0.998046875rem;left:25.748046875rem;display:block; }
#oLxzuac7KPNyLHkWb6ERGzGFi0CbLJO5 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:0.9365234375rem;left:51.8125rem;display:block; }
#T7XHDnqEabx8Kl8bLRIfXiteAAx8kT8T { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#QL6wHL0LRxin1vfanKKMDE8neh0exc21 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.8994140625rem;left:33.9990234375rem;display:block; }
#gqQsMCJTwR9hCwas3600N0c9kAOQqcKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.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; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.adaptive-delivery-prevent-bg, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyload, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyloading { background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { background-color: transparent; background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .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); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { border-width: 0; border-radius: 0; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:block; }#l8PhPlrx15deTamglTihKfMu1S9B7y0q { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:37.125rem;top:5.576171875rem;left:19.052341461182rem;overflow:hidden;display:block; }
#PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.937125rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.198791503906rem;left:24.194530487061rem;height:5.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eIViIOPgzIdgufD3cp3dL72UeFUSh3Sq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68710625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.509765625rem;left:26.603904724121rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJDaCI8tB4o7mE60aforTLzdBmIdhaQW { box-sizing:content-box;height:5.25rem;width:45rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.065246582031rem;left:15.727733612061rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .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; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#faf5f5;padding-top:0.35875rem;padding-right:0.310625rem;padding-bottom:0.35875rem;padding-left:0.310625rem;display:block;align-items:center;width:1.86375rem;min-width:1.86375rem;height:1.929375rem;position:relative;font-family:montserrat;font-size:1.435625rem;font-weight:700;line-height:30.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.224375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.485625rem;height:0.7625rem;position:relative;font-family:montserrat;font-size:0.53875rem;font-weight:700;line-height:12.2px;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;font-style:normal; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.9375rem;height:3.63375rem;padding-top:0.44875rem;padding-right:0.44375rem;padding-bottom:0.44875rem;padding-left:0.44375rem;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:-11.987500190735rem;left:-1.3625030517578rem;z-index:15022; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #NlzDdkTyoD4kMdzn1x7FOrWoRiSxVzEI { display:flex;position:relative;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #LUrOHdRFl5DDHSu2whqbhusACdUZ6qB8 { width:auto; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #UxR8C7GadH7xKJ2TiWqzJXhPzvuGTOPQ {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #irNi7MucFgEULpWFsl1eF2rS0H3fBAIL { display:flex;position:relative;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #t13iTkpPDy2biCIN6T8iUwcZBwEzrv1I {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #CRGbBnHikiM2fEJu9GSOWe2fmNXq5S0D {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #opMdMvMXVTXEmrL9htT14QX5ZnPH9VIb { display:flex;position:relative;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #McKRBTZPG6CiDI2HFlqUQBEzA6zOnq5Z {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #g1ylgazsnQBNTbAiMuavTK0FSQqr7Jz1 {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #q1g41U5RuaLnS1mqBa3XPEIrR1BIa1KE { display:flex;position:relative;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #Lf2ZHznf5Uy5zVPERK2KzsOi6soClnnQ {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #vdGF7b7suMtOzMMMccu3AwR0tLWTBB9H {  }
#nXWzi7nS9AO2aBRI3AZ5gpM7kgz7dty5 { box-sizing:content-box;height:3.375rem;width:0.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.012084960938rem;left:30.448822021484rem;display:block; }
#b6wLbqGoDPT805pSNmIoJy0uobTZCMN2 { box-sizing:content-box;height:3.375rem;width:0.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.948791503906rem;left:47.574607849121rem;display:block; }
#bTrUHRKQlRxovVAhdpbQVKBvhek0AzHF { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#170808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9rem;height:2.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.26171875rem;left:49.436714172363rem;display:block; }
#c9mQCOqS7vphKCcamnBmAD6ATLdJwm4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hWO68dAH7BsT0VXHoyWavFitcqDxVf9F { color:#faefef;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34.111328125rem;left:17.217185974121rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 .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; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.34rem;padding-right:0.3rem;padding-bottom:0.34rem;padding-left:0.3rem;display:block;align-items:center;width:1.79875rem;min-width:1.79875rem;height:1.8275rem;position:relative;font-family:montserrat;font-size:1.36rem;font-weight:700;line-height:29.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.398125rem;height:0.7225rem;position:relative;font-family:montserrat;font-size:0.51rem;font-weight:400;line-height:11.56px;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; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.625rem;height:3.4425rem;padding-top:0.425rem;padding-right:0.428125rem;padding-bottom:0.425rem;padding-left:0.428125rem;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:32.836303710938rem;left:31.875rem;z-index:15035; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #Z0T1TTPPA3LbfHAUKgubeXp1tsL2PdMX { display:flex;position:relative;top:0rem;left:0rem; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #ANAtLZnJ40mS7sJNoQpuIygfsXvLWoog { width:auto; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #FlUlBLBnlmH7OUVP5dFk5H5ke4BBCW46 {  }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #sNiCi2IGdmIcVPRImkCPbHS7yE3ILv0x { display:flex;position:relative;top:0rem;left:0rem; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #Bsfd57vO6fnlyxyMQ1JgmWavW9RG9sp5 {  }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #SUZFNCwdLhbf3dAcmRGm8NRHBwt4wegH {  }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #G7clBwlZQRQTiir4IvPvhaN0XdMMAih1 { display:flex;position:relative;top:0rem;left:0rem; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #SK7hDyv69DJIe3JbCKlpGEzkqqlvCJxw {  }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #CnG8BmFJhyXt2fVaypbZZGyors9vykPM {  }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #fxwLRag54KSMfIrRlFwJXoJgLpIz42UR { display:flex;position:relative;top:0rem;left:0rem; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #W7fvaVaHJK98f8uP0L6NoTNMLRSU3w7O {  }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #FcTbbFEpgKOV37E7pzpr96wmmoJMKmui {  }
#rZuBRh8rtuIU9FokzwSni3kMZ1w945E9 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:23.687072753906rem;left:31.624214172363rem;display:block; }
#I1gRwqlHKwnX8hoH6Iu9ozAAPAe1glCV { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:23.625rem;left:38.4375rem;display:block; }
#FeTrVnwyT5OOfsiIv1e8ySrUl5qdyZKi { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.759338378906rem;left:30.330467224121rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GyN4wyEF1KH8NsgmeM6gMf2UR8DqAbdo { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.125rem;top:7rem;left:58.875rem;display:none; }
#mOx6T9POM0ZNOGSmaDry9WWUiH1I3t6u { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:18.8125rem;top:4.5625004768372rem;left:2.0041656494141rem;overflow:hidden;display:none; }
#u3MJwlzqEXsohh9phXySpBUZRQUzTu8Z { color:rgba(var(--color-tertiary-0),1);display:block;width:25.937125rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:40.1875rem;left:26.4375rem;height:5.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#G4ZSzRIfEGrzJTeGGT0HdXFGRRfsDcSz { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6859375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:47.056640625rem;left:29.228515625rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sf7qXdnmPWwJM1BvqSG0oTZcqzrNsJ10 { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:41.6875rem;left:33.8125rem;display:block; }
#vnwUQUG9kyP6Vk0S57BpkMTR5Kp3tlSi { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:41.625rem;left:40.6875rem;display:block; }
#VMoQ9ZEr2gnW3UUqlTm7xkNVxhD2MvNo { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.375rem;left:22.416015625rem;display:block; }
#tBtxGewgCwZVJtEwQgMJ7FxSk0DdToAJ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:39.8623046875rem;left:23rem;height:6.33725rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B04iDQEemKQn8ltWvroXgJ5bBSbA8GFC { position:absolute;display:block;z-index:15045;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:10.4375rem;width:10.4375rem;top:43.265625rem;left:36.623046875rem;overflow:hidden;display:block; }
#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { 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; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { background-color: transparent; background-image: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container > .video-iframe-container { display: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container { display: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .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); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { border-width: 0; border-radius: 0; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#rV01mNicvp70IoqI4EzolKoHy1TzTgER { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3741875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:1.3429687023163rem;left:3.1242179870606rem;height:35.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dXGhGSnxPkSuZq2Vsg0GStHM2Hz6sMyG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:34.874997615814rem;left:46.875rem;display:block; }
#mWKei9eG9ouwUiEIaqXaon2uXW4vmxgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOU1nwOm0TRQH4WtpfnR0woUaCfNXB4q { 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:10.5rem;width:15.8125rem;top:8.125rem;left:39.625rem;overflow:hidden;display:block; }
#ISoXZCzCi817kKZhFpcToaCB3rNXuoSV { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:15.5625rem;top:8.1875rem;left:57.25rem;overflow:hidden;display:block; }
#HhgOtL1oJpSeggRTi1uesR99bSNWaHAC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:15.75rem;top:20.254167556762rem;left:57.25rem;overflow:hidden;display:block; }
#ev9EIvQvzXd2SKmf5UTkl4ddRFuHGI83 { 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:10.5rem;width:15.8125rem;top:20.12500333786rem;left:39.625rem;overflow:hidden;display:block; }
#DFvPF9C75VRSId4CcTxFwRWwhzOVWT1M { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7229175567627rem;left:39.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#130a08;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; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { background-color: transparent; background-image: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container > .video-iframe-container { display: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row > .video-iframe-container { display: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .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); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { border-width: 0; border-radius: 0; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.640625rem;left:0rem;height:3.28125rem;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; }
#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG { position:relative;display:block; }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG { background-color: transparent; background-image: none; }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG > .row .container > .video-iframe-container { display: none; }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG > .row > .video-iframe-container { display: none; }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG > .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); }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG { border-width: 0; border-radius: 0; }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FfW9FONCoOwTNUA0sGFTN1uD2vanOpXz { position:absolute;display:block;z-index:15004;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:5.625rem;width:5.625rem;top:3.5625rem;left:6.5625rem;overflow:hidden;display:block; }
#Ox5TE6VaqAN4IkVk6sTQBsCCclxyObWN { box-sizing:content-box;height:13.4375rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#8c52ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:38.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#X2ITPUehoDwcExT09K3Qx39vdFAnn9mw { position:absolute;display:block;z-index:15005;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:5.625rem;width:5.625rem;top:3.5625rem;left:62.8125rem;overflow:hidden;display:block; }
#okaWLkLpIyBPTn99x3ATXTul0S7ms8VA { position:absolute;display:block;z-index:15002;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:5.625rem;width:5.625rem;top:3.5625rem;left:44.0625rem;overflow:hidden;display:block; }
#U7l097NVk14o6OdX2ryWsJoh6LdXzpZC { position:absolute;display:block;z-index:15006;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:5.625rem;width:5.625rem;top:3.5625rem;left:25.3125rem;overflow:hidden;display:block; }
#HlkZO3kUq4mLgmazLHGmWlN7awV3CS2R { box-sizing:content-box;height:13.437rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:#8c52ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:0.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#TulKeVBJ69n8X7VS1mM1TNpSXOgwznwf { box-sizing:content-box;height:13.4375rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#8c52ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:19.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#nxETyHmmlv8kBAb3RHiIwWbRyKPkI0Qg { box-sizing:content-box;height:13.4375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#8c52ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:56.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#ylWASDcA0p8sKlI7RSsD5NFoH0IRHsAJ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5rem;left:2.5rem;height:2.59895625rem;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; }
#vS49kiDcd6SdmSIxXWn4HcgCCagvPnvo { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5rem;left:21.875rem;height:1.29948125rem;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; }
#SOAOoQ2AzgvHnaMRaLNc0ATOHk0SVvgm { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.1494140625rem;left:40.625rem;height:1.29980625rem;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; }
#UXOyWRX2z2P4i4TcWzOHlteCNaLdZMuR { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:59.375rem;height:1.2999125rem;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; }
#NUNw0zNsddQqCgH723q368olcv3PNPgQ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.125rem;left:59.375rem;height:1.13736875rem;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; }
#TxWX814aV0fRl4XswTfaQTem0rBve3mE { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6875rem;left:16.1875rem;display:block; }
#NSLnlsD8VoKzvB13IAsCw8r5EKcf1alg { color:rgba(var(--color-tertiary-0),1);display:block;width:3.49935rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:6.1875rem;left:16.75rem;height:6.33725rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z2by9zwwmkTum96yvEi1skuX2hkVR5Ne { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.71875rem;left:34.9375rem;display:block; }
#pkc1UxkglSdfIE5rFiX6vHAlTutCGOXp { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15049;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6875rem;left:53.625rem;display:block; }
#l9ZhEckuTSCKUTsOsQXFkXmqZBgkQNpU { color:rgba(var(--color-tertiary-0),1);display:block;width:3.499025rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:6.2060546875rem;left:54.21875rem;height:6.33725rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ONgaSkrtbuU79mTSkpkm2N9R1orLQJZg { color:rgba(var(--color-tertiary-0),1);display:block;width:3.499025rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:6.2060546875rem;left:35.46875rem;height:6.33725rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#t7QbALy6reIseeUZDNIwgTTpL5I6zToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#130a08;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; }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row .container { background-color: transparent; background-image: none; }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row .container > .video-iframe-container { display: none; }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row > .video-iframe-container { display: none; }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .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); }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row .container { border-width: 0; border-radius: 0; }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#RdzHUW0CRfz0KABVHVanXRFwQAVGdRAJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.640625rem;left:0rem;height:3.28125rem;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; }
#ZB0lCy4b3qo57TN7kEUEESd779DWfeTX { position:relative;display:none; }#ZB0lCy4b3qo57TN7kEUEESd779DWfeTX { border-width: 0; border-radius: 0; }#ZB0lCy4b3qo57TN7kEUEESd779DWfeTX > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#ZB0lCy4b3qo57TN7kEUEESd779DWfeTX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:none; }#VX3TTbX1E9MnIrpGyvxsOg2BfWxERRTD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:0.54296875rem;left:1.8125rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KDTdGeCiSgzdZtBXT9i2fgwBBrUJy2Ml { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:0.54296875rem;left:39.037499427796rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFuHTrcppCgHPkcPGWIxaMA1pCZbJGzT { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15001;opacity:1;top:3.19921875rem;left:1.1484375rem; }
#uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.6835942268372rem;left:3.96484375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eJ8Jpc57ZzWgHqL57ThaNQEncnRanqno { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15003;opacity:1;top:3.1875rem;left:38.125rem; }
#ot6Ieuaa3i9hHpINvS0LiN7iMWVrARh5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.6875rem;left:40.9375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vGxazffzA4mvaASFQ3Xc0zTT096mrTA5 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.6211013793944rem;left:1.46875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#drRxy78bmMPbeJESBLAraFTadWlmB4Io { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:11.9326171875rem;left:1.40625rem;height:31.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d0bFxUy37rmBdGgD60f9f2KFqQ2KFSLx { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:7.62109375rem;left:38.125000953674rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uS3fhHht0GvBxd1ix5NNbMco5AKl4DRh { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:10.870313644409rem;left:38.281250953674rem;height:14.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 { position:relative;display:block; }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 { background-color: transparent; background-image: none; }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 > .row .container > .video-iframe-container { display: none; }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 > .row > .video-iframe-container { display: none; }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 > .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); }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 { border-width: 0; border-radius: 0; }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ { position:relative;display:block; }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ { background-color: transparent; background-image: none; }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ > .row .container > .video-iframe-container { display: none; }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ > .row > .video-iframe-container { display: none; }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ > .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); }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ { border-width: 0; border-radius: 0; }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#EfA3iogJP9wNefvCPEiiKUR7lTyfua0t { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:1.0625rem;left:10.4375rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fXu5VKKp5Dn40EfZ28xpChJWEQ39Uvkb { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15007;opacity:1;top:0.9375rem;left:1.375rem; }
#Ow8UvqiLkDQbztE942NE4W0rfJ7DNsOa { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:1.4375rem;left:4.1875rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN { position:relative;display:block; }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN { background-color: transparent; background-image: none; }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN > .row .container > .video-iframe-container { display: none; }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN > .row > .video-iframe-container { display: none; }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN > .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); }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN { border-width: 0; border-radius: 0; }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX { position:relative;display:block; }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX { background-color: transparent; background-image: none; }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX > .row .container > .video-iframe-container { display: none; }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX > .row > .video-iframe-container { display: none; }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX > .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); }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX { border-width: 0; border-radius: 0; }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#s45QS7MItxQbCM4VQphDPsQ6TKoSvc57 { color:rgba(var(--color-tertiary-0),1);display:block;width:62.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:1.0625rem;left:10.4375rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#II7oAGT53i9mpEy26TM6CiiwiT01J7CA { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15007;opacity:1;top:0.9375rem;left:1.375rem; }
#Bzv7K5Pp5cJ3AOut6SI6sKTe7gViXNKG { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:1.4375rem;left:4.1875rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 { position:relative;display:block; }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 { background-color: transparent; background-image: none; }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 > .row .container > .video-iframe-container { display: none; }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 > .row > .video-iframe-container { display: none; }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 > .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); }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 { border-width: 0; border-radius: 0; }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { position:relative;display:block; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { background-color: transparent; background-image: none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container > .video-iframe-container { display: none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row > .video-iframe-container { display: none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .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); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { border-width: 0; border-radius: 0; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.2491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:9.5625rem;height:2.59895625rem;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; }
#SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.49960625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.375rem;height:1.29980625rem;display:block; }
#ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { color:rgba(var(--color-primary-2),1);display:block;width:61.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:9.5625rem;height:1.29980625rem;display:block; }
#W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.49960625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2.3125rem;height:1.29980625rem;display:block; }
#Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { color:rgba(var(--color-secondary-2),1);display:block;width:40.0616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.4375rem;left:9.5625rem;height:1.29980625rem;display:block; }
#QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.437125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.8125rem;left:2.375rem;height:1.29980625rem;display:block; }
#iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { color:rgba(var(--color-tertiary-2),1);display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.875rem;left:9.5625rem;height:1.29980625rem;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; }
#wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { color:rgba(var(--color-secondary-2),1);display:block;width:61.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.8125rem;left:9.5625rem;height:1.29980625rem;display:block; }
#kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { color:rgba(var(--color-secondary-2),1);display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.3125rem;height:1.29980625rem;display:block; }
#GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { color:rgba(var(--color-secondary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:9.5625rem;height:1.29980625rem;display:block; }
#ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:9.5625rem;height:2.5989625rem;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; }
#QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:9.5625rem;height:1.29980625rem;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; }
#zyz3tJr9PQPSZTSr4dQAABQyUk1JSyfc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:47.687498688698rem;left:9.6875rem;display:none; }
#V9hRbnvB9FPNabiIOvuT2sqlarZQhM2w { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29rem;left:2.375rem;height:1.29980625rem;display:block; }
#ZTiyDnrVDGMeHtNV2sF1TUOCN8SI6770 { color:rgba(var(--color-secondary-2),1);display:block;width:61.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29rem;left:9.5625rem;height:1.29980625rem;display:block; }
#DsD6EGI2ocQ5oQanXGWtbx4pZnNRZcuP { color:rgba(var(--color-tertiary-2),1);display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.5rem;left:9.5625rem;height:2.5989625rem;text-align:justify;text-align-last:initial;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; }
#xdSgMlE90S1wnlMT0Mum4isZU3QIzShH { color:rgba(var(--color-tertiary-2),1);display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:9.5625rem;height:7.434875rem;display:block; }#xdSgMlE90S1wnlMT0Mum4isZU3QIzShH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xdSgMlE90S1wnlMT0Mum4isZU3QIzShH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad1d4fd130e0b853f1079565ec36d28a330b92e4.svg); }
#AmpDplzh8hyWoBuFSEks6PKfGe1iAfch { color:rgba(var(--color-tertiary-2),1);display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.75rem;left:9.5625rem;height:1.29980625rem;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; }
#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH { position:relative;display:block; }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH { background-color: transparent; background-image: none; }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH > .row .container > .video-iframe-container { display: none; }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH > .row > .video-iframe-container { display: none; }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH > .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); }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH { border-width: 0; border-radius: 0; }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd { position:relative;display:block; }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd { background-color: transparent; background-image: none; }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd > .row .container > .video-iframe-container { display: none; }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd > .row > .video-iframe-container { display: none; }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd > .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); }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd { border-width: 0; border-radius: 0; }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#Mm7Ttotqsk3oF1VTx80TJXfeshWxdNaZ { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15007;opacity:1;top:2.125rem;left:0.6875rem; }
#uK7l96I3TnWEdoF2byBOnHBi5sWQUvpm { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:1.4375rem;left:3.5rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uDMOLf93Tffph8qnTg91TGd94n1J5WHg { color:rgba(var(--color-tertiary-0),1);display:block;width:65.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:1.25rem;left:9.25rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLI0KcdZ3s66etBmlu22HVHmXPmIh75I { color:rgba(var(--color-tertiary-0),1);display:block;width:70.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.25rem;left:3.5rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB { position:relative;display:block; }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB { background-color: transparent; background-image: none; }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB > .row .container > .video-iframe-container { display: none; }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB > .row > .video-iframe-container { display: none; }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB > .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); }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB { border-width: 0; border-radius: 0; }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc { position:relative;display:block; }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc { background-color: transparent; background-image: none; }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc > .row .container > .video-iframe-container { display: none; }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc > .row > .video-iframe-container { display: none; }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc > .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); }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc { border-width: 0; border-radius: 0; }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#t88s7GlckO9d7yLB7zeU9Jm2LMDTgzJ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:63.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:1.046875rem;left:11.125rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngTFyFHpWy26BFhg2zTJTilLSkedsOPa { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15007;opacity:1;top:0.9375rem;left:1.375rem; }
#Udhz5CWSGQ4gXTxwnTq2AJzu9roh6N0W { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:1.4375rem;left:4.1875rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t1uE4BUnDk4lL3nFyqogpNnNPXTgTk5I { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.6875rem;left:57.59375rem;display:block; }
#dSLnuoQpaxxNxXR6CEeEcklhBvWlUf7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTvWHJcDctOh2QTc39D398TBOmpnNEfK { position:relative;display:block; }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK { background-color: transparent; background-image: none; }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK > .row .container > .video-iframe-container { display: none; }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK > .row > .video-iframe-container { display: none; }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK > .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); }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK { border-width: 0; border-radius: 0; }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO { position:relative;display:block; }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO { background-color: transparent; background-image: none; }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO > .row .container > .video-iframe-container { display: none; }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO > .row > .video-iframe-container { display: none; }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO > .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); }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO { border-width: 0; border-radius: 0; }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#ixNhxHwutZhXAk30mCFOkpOlRglO04co { color:rgba(var(--color-tertiary-0),1);display:block;width:63.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:1.0625rem;left:10.4375rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AS7R0VS1Ni8PMB0fwZNWyw6lUsrIfpZV { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15007;opacity:1;top:1.75rem;left:1.125rem; }
#nGAOwqFSLPb3NtwRBTE9klzD8doEw5cO { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:2.234375rem;left:4.1875rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS { position:relative;display:block; }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS { background-color: transparent; background-image: none; }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS > .row .container > .video-iframe-container { display: none; }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS > .row > .video-iframe-container { display: none; }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS > .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); }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS { border-width: 0; border-radius: 0; }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#KJZnENdSnN3zJrZDlmQ4NJco4mNzPQht { position:relative;display:none; }#KJZnENdSnN3zJrZDlmQ4NJco4mNzPQht { border-width: 0; border-radius: 0; }#KJZnENdSnN3zJrZDlmQ4NJco4mNzPQht > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#KJZnENdSnN3zJrZDlmQ4NJco4mNzPQht > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:none; }#vOa3wFPkKxB6me7z8K2KCSQ03mcNGrSn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:0.54296875rem;left:1.8125rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UIli429nhADylAvJbCxLNDLwiz8khCEG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:0.54296875rem;left:39.037499427796rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LhBcAGtbyN75k2wh6lP1ZB12SN0Eyw4v { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15001;opacity:1;top:3.19921875rem;left:1.1484375rem; }
#gJZp7hwkLBhScNEI7WHXaAtxnniqWL8X { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.6835942268372rem;left:3.96484375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XuszSuVOCqGGTKSKu4kLZ8ywTDmz900I { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15003;opacity:1;top:3.1875rem;left:38.125rem; }
#TVlMMwv0GdG3w053teVBnJN2UEggyZZ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.6875rem;left:40.9375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZwtO4KD3tlnz22RtLkgS3SDqpUx4GeLd { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.6211013793944rem;left:1.46875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WLIR73lgsAgW4lWtogkoBmavMRZvo4mf { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:14.1826171875rem;left:1.40625rem;height:26.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P26woZtyxxWPg1gFPWSLAGTuT1TD0THN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:7.62109375rem;left:38.125000953674rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tCKNOqR79p90Xl6ekh8Eo3z2ADNEkMAN { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:10.370311737061rem;left:38.281250953674rem;height:14.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR { position:relative;display:block; }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR { background-color: transparent; background-image: none; }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR > .row .container > .video-iframe-container { display: none; }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR > .row > .video-iframe-container { display: none; }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR > .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); }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR { border-width: 0; border-radius: 0; }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#qUJrptL0EJpJAhENDretsBNIhaxCtyEV { color:rgba(var(--color-tertiary-2),1);display:block;width:52.2491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0498046875rem;left:9.708984375rem;height:1.29980625rem;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; }
#vHSrDVRL1rMMFoNfPDhBCrJ0U4kFH523 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.5234375rem;height:1.29980625rem;display:block; }
#WWrLUN8LB2QmbqIiqpRhycVbZzisMpM4 { color:rgba(var(--color-primary-2),1);display:block;width:61.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.75rem;left:9.708984375rem;height:1.29980625rem;display:block; }
#I4DVwp3tUl4JHt2XGQQZ98KaatrwSpQq { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8125rem;left:2.5rem;height:1.29980625rem;display:block; }
#GNFdPNAlck16t6iGJiXHGf2XmQ3Wf385 { color:rgba(var(--color-secondary-2),1);display:block;width:40.0616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.8125rem;left:9.708984375rem;height:1.29980625rem;display:block; }
#m55IGOblTvNMWgSDwVGS0Ipmeo7s2f3k { color:rgba(var(--color-tertiary-4),1);display:block;width:6.437125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:2.5234375rem;height:1.29980625rem;display:block; }
#ezU88LkPbzcITGy1GRmWUwtcZazzhBGJ { color:rgba(var(--color-tertiary-2),1);display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4873046875rem;left:9.708984375rem;height:2.5989625rem;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; }
#y37vmDg81oonKtGyNkZ2VEzCPhVoJcPa { color:rgba(var(--color-secondary-2),1);display:block;width:61.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.1875rem;left:9.708984375rem;height:1.29980625rem;display:block; }
#vtpCTBb4KUgTgZszXuKDDoU1konpv3rz { color:rgba(var(--color-secondary-2),1);display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0625rem;left:2.5rem;height:1.29980625rem;display:block; }
#HwSMVTPg6tw8m4SMwdSTSTGhytnT1Vzy { color:rgba(var(--color-secondary-2),1);display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0625rem;left:9.7099609375rem;height:1.29980625rem;display:block; }
#hvclgiJtGTV6GfIqa4fbAHLni5CZ7Nho { color:rgba(var(--color-tertiary-2),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.361328125rem;left:9.7099609375rem;height:1.29980625rem;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; }
#ao54EeKqayHH4b0Jh19wwJ87L6P0oMcB { color:rgba(var(--color-tertiary-2),1);display:block;width:46.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1123046875rem;left:9.708984375rem;height:1.29980625rem;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; }
#aTHATBg3eDoxOymSyfGbrf9NtH7l5TvU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:47.687498688698rem;left:9.6875rem;display:none; }
#Mkv9UUdl8hZcfO5733lDuBoADDNxEyAR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.8125rem;left:2.5625rem;height:1.29980625rem;display:block; }
#vXaxJ7rsoDtdbxpnrtkUESa36K3ZdEtU { color:rgba(var(--color-secondary-2),1);display:block;width:61.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.8125rem;left:9.75rem;height:1.29980625rem;display:block; }
#d04slAHUEf2iIZsmCWvlmRbPGLbPqT2T { color:rgba(var(--color-tertiary-2),1);display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.3125rem;left:9.75rem;height:1.29980625rem;text-align:justify;text-align-last:initial;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; }
#J9SIDHp3oEnhQuyKwl2fzVtmJhvJDzqT { color:rgba(var(--color-tertiary-2),1);display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27rem;left:9.6875rem;height:1.29980625rem;text-align:justify;text-align-last:initial;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; }
#NETkayoxlTFZ6ictBJnysBlpPZ205ZTT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.125rem;left:2.5rem;height:1.29980625rem;display:block; }
#uiZXszzOO3fzghg4ZJrXw7mwHItVmvsW { color:rgba(var(--color-secondary-2),1);display:block;width:61.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.125rem;left:9.6875rem;height:2.59895625rem;display:block; }
#Pp0d4uMzRQQsRUNzO3ITeoTcD1UWZQXv { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.1875rem;left:2.375rem;height:1.29980625rem;display:block; }
#bkgSO2vcZafNs3mL9krLAtOXV18Hggwz { color:rgba(var(--color-tertiary-2),1);display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.25rem;left:9.5625rem;height:1.29980625rem;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; }
#qGda7KXONy9TS0Hd1XgkOorK59T9riVn { color:rgba(var(--color-secondary-2),1);display:block;width:61.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.1875rem;left:9.5625rem;height:1.29980625rem;display:block; }
#E6McltQt955kQ1t13L8xI1StgRAPMCdl { color:rgba(var(--color-tertiary-2),1);display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.125rem;left:9.5625rem;height:1.29980625rem;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; }
#TXGl0PgqAd0w1vLC2wmocZ7DnDbiUWxH { color:rgba(var(--color-tertiary-2),1);display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:34.9375rem;left:9.5625rem;height:;display:block; }#TXGl0PgqAd0w1vLC2wmocZ7DnDbiUWxH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TXGl0PgqAd0w1vLC2wmocZ7DnDbiUWxH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad1d4fd130e0b853f1079565ec36d28a330b92e4.svg); }
#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh { position:relative;display:block; }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh { background-color: transparent; background-image: none; }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh > .row .container > .video-iframe-container { display: none; }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh > .row > .video-iframe-container { display: none; }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh > .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); }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh { border-width: 0; border-radius: 0; }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh > .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; }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz { position:relative;display:block; }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz { background-color: transparent; background-image: none; }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz > .row .container > .video-iframe-container { display: none; }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz > .row > .video-iframe-container { display: none; }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz > .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); }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz { border-width: 0; border-radius: 0; }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#oCrt5oHqzgqFXvWxSTZDd2I154RRL3OJ { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:0.54296875rem;left:1.8125rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xexNPHF86wbvNBcHb5mTHFisxDJLM2UF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:0.54296875rem;left:39.037499427796rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ONJSnpboRzukr6yoI9qFWMPfzDDOQFNm { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15001;opacity:1;top:3.19921875rem;left:1.1484375rem; }
#ZXHDaAHy3FhicOfLuzVTGg1DxB6ZX7kK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.68359375rem;left:3.96484375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#In5cAvid7E4k7d9M4lQxrHproV6CVCSN { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15003;opacity:1;top:3.1875rem;left:38.125rem; }
#nJCIx8NLZmPsRTMavSl96rWmXBLTypaM { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.6875rem;left:40.937500953674rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrCcwmtPQmkpFCViQqTsi24TGEQpwDFS { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.3125rem;left:1.875rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nmWs2BGapr69WVXxIimg12Pt9ocU26HH { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:9.0625rem;left:1.8125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLe1rfpEyqS85cTi8IgGzJx9KR4zUrQk { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:7.3125rem;left:38.375rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hRkkbByZ5pJDLQNURCGuPT0RhgbuGx0Z { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:9rem;left:38.5625rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtClt7Q06v0dC2P7SqaMqtaWeqJppybI { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15003;opacity:1;top:3.125rem;left:22.5rem; }
#y6N2iTWFk3XZAqWLC1clecJeC1bNKUMT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.625rem;left:25.3125rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HfzLexOhQwQAT37zXKaJLA51o6VnPISf { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15005;opacity:1;top:3.1875rem;left:59.625rem; }
#W9qWHIGRXNGZ4DnsLRtraWqN8JhbLbIv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:3.6875rem;left:62.4375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB { position:relative;display:block; }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB { background-color: transparent; background-image: none; }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB > .row .container > .video-iframe-container { display: none; }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB > .row > .video-iframe-container { display: none; }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB > .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); }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB { border-width: 0; border-radius: 0; }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB > .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; }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb { position:relative;display:block; }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb { background-color: transparent; background-image: none; }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb > .row .container > .video-iframe-container { display: none; }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb > .row > .video-iframe-container { display: none; }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb > .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); }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb { border-width: 0; border-radius: 0; }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#n8zONHSUe7VCN5ETGJylDcS9ffBp23dy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:0.875rem;left:2.125rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lPmcsNWW51o72duAAwSZZIe5TWpxNDml { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15007;opacity:1;top:3.5rem;left:1.4375rem; }
#RBQFDZrTPyD49BtwNVJQDxuThKXp4B0D { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:4rem;left:4.25rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dAauW5NaXMGKeAzChdXJzS4s2QIkf34g { color:rgba(var(--color-tertiary-0),1);display:block;width:66.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:6.75rem;left:2.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWarn6IT4tgJmT63nFdF1V2DWhexHxoN { color:rgba(var(--color-tertiary-0),1);display:block;width:70.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:9.1875rem;left:2.125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR { position:relative;display:block; }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR { background-color: transparent; background-image: none; }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR > .row .container > .video-iframe-container { display: none; }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR > .row > .video-iframe-container { display: none; }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR > .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); }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR { border-width: 0; border-radius: 0; }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR > .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; }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO { position:relative;display:block; }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO { background-color: transparent; background-image: none; }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO > .row .container > .video-iframe-container { display: none; }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO > .row > .video-iframe-container { display: none; }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO > .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); }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO { border-width: 0; border-radius: 0; }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#J55nRXD9D90aixAIQxrcr0huTuv8Apb2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:0.875rem;left:2.125rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwLmu54yhmnqC7fF7alKvMdGyTSIFMOE { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15007;opacity:1;top:3.5rem;left:1.4375rem; }
#P34EhCm2XaGXJVfC663RmpWT3pe101cK { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:4rem;left:4.25rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#akwhiKIitORizbr7noG0ckdHwGXEsnBd { color:rgba(var(--color-tertiary-0),1);display:block;width:66.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:6.75rem;left:2.125rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t5ciTMUPZNZxNSHM7z3pKi923n0VCoZ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:66.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9.1250009536744rem;left:2.125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch { position:relative;display:block; }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch { background-color: transparent; background-image: none; }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch > .row .container > .video-iframe-container { display: none; }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch > .row > .video-iframe-container { display: none; }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch > .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); }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch { border-width: 0; border-radius: 0; }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch > .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; }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#130a08;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; }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row .container { background-color: transparent; background-image: none; }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row .container > .video-iframe-container { display: none; }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row > .video-iframe-container { display: none; }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .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); }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row .container { border-width: 0; border-radius: 0; }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#hN0yTu5FSMbVw9pOrobZ79CpIpIhUOWI { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.765625rem;left:33.75rem;height:3.28125rem;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; }
#rC6DlyytyZZ5mvJ1RZmXP3oVnaaq4nzu { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:15.3125rem;display:block; }
#fuIJZZQLPqbxrTVXb1npeOopV4oPUolT { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:1.0498046875rem;left:15.90625rem;height:6.3375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FQb27MTGAbzvOR8hkyz5kztEPU7kuJmX { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.78125rem;left:21.34375rem;height:3.2504875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kwcB3QPrLRTOfTiBDOnPw5wzLIkHgCUf { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:3.09375rem;left:24.46875rem;display:block; }
#kse2bPFBHiCTMkcgWFm0IUWR05P20xEF { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:3.15625rem;left:28.46875rem;display:block; }
#ZTHKyUqf0611awh5wrfI42hHfGek26ee { position:relative;display:block; }#ZTHKyUqf0611awh5wrfI42hHfGek26ee { background-color: transparent; background-image: none; }#ZTHKyUqf0611awh5wrfI42hHfGek26ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTHKyUqf0611awh5wrfI42hHfGek26ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTHKyUqf0611awh5wrfI42hHfGek26ee > .row .container > .video-iframe-container { display: none; }#ZTHKyUqf0611awh5wrfI42hHfGek26ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTHKyUqf0611awh5wrfI42hHfGek26ee > .row > .video-iframe-container { display: none; }#ZTHKyUqf0611awh5wrfI42hHfGek26ee > .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); }#ZTHKyUqf0611awh5wrfI42hHfGek26ee { border-width: 0; border-radius: 0; }#ZTHKyUqf0611awh5wrfI42hHfGek26ee > .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; }#ZTHKyUqf0611awh5wrfI42hHfGek26ee > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS { position:relative;display:block; }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS { background-color: transparent; background-image: none; }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS > .row .container > .video-iframe-container { display: none; }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS > .row > .video-iframe-container { display: none; }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS > .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); }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS { border-width: 0; border-radius: 0; }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:88.6875rem;width:75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#OsitiaTG1lwRl03GVNOyvUG0BA5DhPln { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:1.35546875rem;left:1.8125rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LvJIwuMUn4fmZJZ6BO1p18UPWz5h9cAg { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;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:15001;opacity:1;top:4.01171875rem;left:1.1484375rem; }
#TWBE7MTxFJdDt0uI3HopZS5tfSH0FFMZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:4.49609375rem;left:3.96484375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A98eT2QJpQqnRwZ9XWKPxDsVrLRNg4yZ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.3125rem;left:1.875rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NSMDB4J4W0U7lxIDqzh4cyWkQLK3a0Af { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:9.8125rem;left:1.8125rem;height:8.0833125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cFG5xtF9Qg0TTKsTILqkloGcQk5NTAus { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:21.5625rem;left:1.3125rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c00qgTWzuAdVnqTBfAtV3icJ32zNGxXS { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:23.25rem;left:1.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#c00qgTWzuAdVnqTBfAtV3icJ32zNGxXS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c00qgTWzuAdVnqTBfAtV3icJ32zNGxXS li:before{  }
#VfRqnZqJQIxa98Ucr0hJnxg8K81geCKA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9.375rem;left:38.65625rem;height:17.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6LmXDdoimsHpHd7WqZ6CTrOVQCkQyG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:7.0625rem;left:38.5625rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DfeydVSVeoQJEflHgSsDBmFXdNoGGpnw { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.25rem;left:64.9375rem;overflow:hidden;display:block; }
#tF69AS9ni8lJHIExbOUkWPNuQZpArkEk { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:39.0625rem;left:1.78125rem;height:1.50065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sMQX69kZ1Dg33BJxTUr14Wvepg7T1nhp { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:42.375rem;left:1.875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SqukHCAnpbVDMVfD5VDE3Oo7l07iUzbo { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:50.5rem;left:22.8125rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZVVN6AAKUSUtW3xE2zFeAq7PhVH9MXfK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:76.0625rem;left:27.9375rem;height:1.9694rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UXmXcfVQ4h9WvoGkkFET8AUm4giO32Hb { box-sizing:content-box;height:6.9375rem;width:15.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:54.3251953125rem;left:2rem;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#xrlsHqOzTiaImclAToTazThoRJb4GXKd { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:54.625rem;left:7.5625rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6fNvFVGB5xc3pvl71qihMZLIvrF7m4u { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:56.8125rem;left:4.0234375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vldpX2CZgG7QHxyOBMyvTV4Lxi63iCVb { box-sizing:content-box;height:6.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:54.3125rem;left:19.8125rem;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#ZpgI4tNcOGBHFz6cqWuhWM1GIx0rKes9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:54.75rem;left:23.8125rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eEa21LHP4z4P30Wtb0aLUJEIurlQnPzb { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:56.875rem;left:25.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFVzX9zrmL7SDwIdopDm9ObvmQzFWcvl { box-sizing:content-box;height:6.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:54.3125rem;left:39.3125rem;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#k86ih4TsncHCDtMEgQspONG1LQSRMC3M { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:54.75rem;left:43.3125rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l14ktlI0mTTsAdZQNgtCkNxDfTw9MKkx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:56.875rem;left:39.65625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bD9TVtzPXpHv2zSyDll6PzPuecuX8JUd { box-sizing:content-box;height:6.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:54.3125rem;left:57.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#i1iJIxxrW7Jfx5Ig2BV7JcnTkE3BO1nr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:56.6064453125rem;left:60.125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2MbTbSFtGkUULVHNqT8CAlGmypWRH1D { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:54.5625rem;left:61.5rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BhHEaKW5InXVeNWxm3UXMQAx7PK2hiEV { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20rem;width:34.625rem;top:29.3125rem;left:38.931640625rem;overflow:hidden;display:block; }
#hSKQ2utTJp3E1ITxTwt9c6eK4A0PQzCB { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.125rem;width:18.0625rem;top:64.2626953125rem;left:17.6875rem;overflow:hidden;display:block; }
#ChEil6TsQT7hqwZzXLCyxA25Sxr6k1gz { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.125rem;width:15.25rem;top:64.2626953125rem;left:1.8125rem;overflow:hidden;display:block; }
#yzEyAwvlsPyVenq6pDFDWF2VRkTBCe87 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:64.1875rem;left:39.0625rem;overflow:hidden;display:block; }
#NUFA5LQQ512IsCWbJ3tPsBXVUneroGQ8 { position:absolute;display:block;z-index:15026;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:0.0625rem;width:0.0625rem;top:46.7001953125rem;left:0rem;overflow:hidden;display:block; }
#HHd7nOfkIaRM2vsEfR3GIfbUi9aKVpiL { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.125rem;width:18.5625rem;top:64.2626953125rem;left:55.125rem;overflow:hidden;display:block; }
#RpTMvM6pvguXpigtQRcHwbTH4yyzk31t { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.625rem;width:10.875rem;top:80.375rem;left:25.8125rem;overflow:hidden;display:block; }
#pgBZvXEx1rs2Cm5KtSuigrhVRAQSD2yr { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.625rem;width:10.375rem;top:80.375rem;left:37.625rem;overflow:hidden;display:block; }
#k96PS8uhOBzhqRy7RMmS4IGC6sHUWfrJ { position:absolute;display:block;z-index:15030;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:2.75rem;width:9.1875rem;top:75.578125rem;left:38.65625rem;overflow:hidden;display:block; }
#KpIA9GJ6dG3rdHD2XryLtds4h1B59RVJ { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.625rem;width:10.5rem;top:80.375rem;left:14.25rem;overflow:hidden;display:block; }
#Egfi6N7lwWI5usXxZwxqyBox5qny9h9J { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.625rem;width:11.375rem;top:80.374353408812rem;left:48.811853408814rem;overflow:hidden;display:block; }
#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy { position:relative;display:block; }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy { background-color: transparent; background-image: none; }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy > .row .container > .video-iframe-container { display: none; }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy > .row > .video-iframe-container { display: none; }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy > .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); }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy { border-width: 0; border-radius: 0; }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy > .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; }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;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; }#zbRauZgG31tVSvgZZXsBbQyKG2FIv0Q0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#130a08;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zbRauZgG31tVSvgZZXsBbQyKG2FIv0Q0 > .row .container { border-width: 0; border-radius: 0; }#zbRauZgG31tVSvgZZXsBbQyKG2FIv0Q0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zbRauZgG31tVSvgZZXsBbQyKG2FIv0Q0 > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#J4lT8Rnq2HIWDZE2hsOUaN7W0q6PTSvS { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.28125rem;left:0rem;height:6.5625rem;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; }
#tnLTIP8F5aoCNGFGUbUB53q2PWLuZ2dH { position:relative;display:none; }#tnLTIP8F5aoCNGFGUbUB53q2PWLuZ2dH { border-width: 0; border-radius: 0; }#tnLTIP8F5aoCNGFGUbUB53q2PWLuZ2dH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnLTIP8F5aoCNGFGUbUB53q2PWLuZ2dH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#TaI8PDMVhWGv5bWTXNL9Anl6lUk4dmOc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.060546875rem;left:3.125rem; }
#S71kFRBbkatCLUGG8ZCMb53HBngzXmUS { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:3.669921875rem;left:7.4658203125rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DJM5VpgGFveedA5otbBRlrLWXArrAWi4 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:6.435546875rem;left:7.4658203125rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dsRhnkmcw6zCndqJkDb0SV7DiiJ5Ssbb { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.6875rem;left:7.4375rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ReIb3PHqE7BQ2TPHMlKyL4OxXiNXr6f9 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.4375rem;left:7.4375rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zA2ewWuQzBy5GxJTU2U4Cm39HfSThVlx { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:14.65625rem;left:3.125rem; }
#QM2ZwFxqiViAcfkIJTpz4quHacT17pan { position:relative;display:none; }#QM2ZwFxqiViAcfkIJTpz4quHacT17pan { border-width: 0; border-radius: 0; }#QM2ZwFxqiViAcfkIJTpz4quHacT17pan > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QM2ZwFxqiViAcfkIJTpz4quHacT17pan > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#GhebTSTRFCDa0sNyG5zrsUlnlRbyL34d { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:1.5rem;left:7.4375rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FnKFT5onE7vepZTp4KTQTJsXTWuDukqq { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:4.25rem;left:7.4375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rA1wM6wgo8IrxK4V1uhTNM5d8fKWUTIp { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:3.125rem; }
#frQrZhs5rULy30wQTdfHos9WfqNPugND { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:12.9375rem;left:7.4375rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nIwgyPA5xmnPysP1x3geCPiHFsD0LZso { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.1875rem;left:7.4375rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ad8QHPTwAr2Fi5yViF38Bb34vvlBQEtB { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:12.28125rem;left:3.125rem; }
#voPTo0HrWCGG12T6GTrK9SlV9iQi6FVv { position:relative;display:none; }#voPTo0HrWCGG12T6GTrK9SlV9iQi6FVv { border-width: 0; border-radius: 0; }#voPTo0HrWCGG12T6GTrK9SlV9iQi6FVv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voPTo0HrWCGG12T6GTrK9SlV9iQi6FVv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c52ff;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#X68Bat8KOeroJrA4dPx7aNXw39pBuCbm { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:1.5rem;left:7.4375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MuD9hDBqlieA0HxCzzDaSV4rHbCrBJxc { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:4.25rem;left:7.4375rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QdlnXPoqmJ4x8FiSf2P4TVzbUJ00na8W { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:12.9375rem;left:7.4375rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O3Eq7N3qgNTLWaRpcyV0nilT43uABd2P { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.1875rem;left:7.4375rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tvLCMs3i6UiidtW46NJ5FcCQSGKxxEZH { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.46875rem;left:3.46875rem; }
#s7Tfqd8kzqeT2MtTkb3qiWGv9ySUqCTT { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:12.15625rem;left:3.46875rem; }
#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { background-color: transparent; background-image: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container > .video-iframe-container { display: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row > .video-iframe-container { display: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .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); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { border-width: 0; border-radius: 0; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;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:24.75rem;height:3.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.28125rem;left:27.15625rem;display:block; }
#v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { 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; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { background-color: transparent; background-image: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .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); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:5.6875rem;height:2.4375rem;display:block; }
#uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:5.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { 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:15003;opacity:1;top:11.5625rem;left:2.625rem; }
#spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { 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:15004;opacity:1;top:7.6875rem;left:2.625rem; }
#iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.375rem;left:5.6875rem;height:2.4375rem;display:block; }
#cxsge4d2vT52EQ4K7exSmrI5T37O3RtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.3125rem;left:5.6875rem;height:2.4375rem;display:block; }
#zsLfPNtaZB2ba2fLxE4HvcvWOOstTHcK { 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:15004;opacity:1;top:15.3125rem;left:2.625rem; }
#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { border-width: 0; border-radius: 0; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:none; }#Ohh12Lkzu32xyQ3VfN7Q1NI76KgHXHTw { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81210625rem;width:5.49960625rem;top:1.0921897888184rem;left:28.354686737061rem;overflow:hidden;display:block; }
#tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.78125rem;left:34.799218177796rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IiV3WvruaHMIboDFWnV9UhwgAh11bqNc { position:relative;display:none; }#IiV3WvruaHMIboDFWnV9UhwgAh11bqNc { border-width: 0; border-radius: 0; }#IiV3WvruaHMIboDFWnV9UhwgAh11bqNc > .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; }#IiV3WvruaHMIboDFWnV9UhwgAh11bqNc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:99.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#up60p8vbt45LEgDhTJO8tDppkrF5fgyz { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5234375rem;height:1.29980625rem;display:block; }
#sGuJycAiWQVs1fH8PLHBCo9eqsdV9CVK { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.610243439674rem;left:9.7100696563719rem;height:1.29980625rem;display:block; }
#zmy7LcOB0mO6R2een9K5XafF1kHGOVwv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.498779296875rem;left:26.124214172363rem;height:1.29980625rem;display:block; }
#dsRzUKWc0ZUTaQJSLSpcJt3eFchVJmqx { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.812499642372rem;left:2.5rem;height:1.29980625rem;display:block; }
#J5OknLdtmc96yZ2Ub2V0ttPu48MeQM3x { color:rgba(var(--color-tertiary-0),1);display:block;width:61.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.872396111488rem;left:9.7100696563719rem;height:2.5996125rem;display:block; }
#cVxUTAGkbPR5pGLaSRAs98V9PN8gSXbe { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.562499642372rem;left:2.5rem;height:1.29980625rem;display:block; }
#FXETx578ubh6L8BkFr2vMFcdruTxFQoN { color:rgba(var(--color-tertiary-0),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.562499642372rem;left:9.7491321563719rem;height:1.29980625rem;display:block; }
#Bl07GPT9Soi9qospbwSBTkPnPD26riZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.937500596046rem;left:2.375rem;height:1.29980625rem;display:block; }
#XeUiAfwKkh7iWqnMHEyGFH5OU3ZEkBw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.48697912693rem;left:9.7100696563719rem;height:2.5996125rem;display:block; }
#rRgfMuEcfdhTCd9ficz4p4txcHcFBBUB { color:rgba(var(--color-tertiary-0),1);display:block;width:61.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.937500596046rem;left:9.7100696563719rem;height:1.29980625rem;display:block; }
#xXzlQQSxK3flD4V6GnGVOo6vu3Z6qIbf { color:rgba(var(--color-tertiary-4),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.250000596046rem;left:9.7100696563719rem;height:1.29980625rem;display:block; }
#kkZWxGt2TVadu9pBxruGP8NXtQ7m0lbL { color:rgba(var(--color-tertiary-0),1);display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.687500596046rem;left:9.6866321563719rem;height:1.29980625rem;display:block; }
#MT3ZawGyqvLisWvmz2QTcBtAqLbl8UO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.625000596046rem;left:2.5234375rem;height:1.29980625rem;display:block; }
#koJCAynyMqMFrCkXrT2iSf7Kxd8f1TTc { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:29.812500596046rem;left:0rem;display:block; }
#ZiWwDGO8FvWOvkLdKrhFbhRWrPK7vuSt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.912327408791rem;left:2.5234375rem;height:1.29980625rem;display:block; }
#B4tSkF12SxtEkS0B1UlJqtaQxyReCXpn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.037327408791rem;left:32.375001907349rem;height:1.29980625rem;display:block; }
#RGwxbA7a79oMP1okydb9OObzNTJMG9Er { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:1.3625001907349rem;left:0rem;display:block; }
#sclqTeZ72vOUwEmNmqMnmOg9Sgk4bM90 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.937500596046rem;left:2.5234375rem;height:1.29980625rem;display:block; }
#Q0OwUGQixUhJFdzikCcU2rNH3tz3I8d6 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.937500596046rem;left:9.7100696563719rem;height:1.29980625rem;display:block; }
#AvyfnwfIbcCbOnKPIofEiZgsxJX9KIIG { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.437500596046rem;left:9.7100696563719rem;height:1.29980625rem;display:block; }
#vkHdTbOfMxe9xSoTFC9TMyVxfAP1CJ92 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.562498688698rem;left:2.5234375rem;height:1.29980625rem;display:block; }
#MgOQimxzW1puqqcO5mdB4AkHUHC0fv1T { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:41.062498688698rem;left:11.125rem;height:9.597675rem;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; }
#F1UBgTu0cfo274nsLJ2HekGGE4tsEiZa { color:rgba(var(--color-tertiary-0),1);display:block;width:62rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.562498688698rem;left:9.7100696563719rem;height:2.5996125rem;display:block; }
#uTO8uQn9R2fASS40EIhwATyz7ki3TB1A { color:rgba(var(--color-tertiary-0),1);display:block;width:63.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:51.0625rem;left:9.6874990463256rem;height:4.1982375rem;display:block; }
#pTqmiePW92kpdeAIAIbSExfgpGXaQuS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:50.875rem;left:2.5rem;height:1.29980625rem;display:block; }
#pCLBenfV1zEyuR71pS7lkOqUgl1EHitr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.812498688698rem;left:2.5rem;height:1.29980625rem;display:block; }
#xPF7J2pB4GvMhv4ItqKUOfzzxUHJu0wi { color:rgba(var(--color-tertiary-4),1);display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:69.3124986887rem;left:9.6875rem;height:1.29980625rem;display:block; }
#JqiQh5ZuKmDELrdrsRzwmuOqXLR9I9Ut { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:67.8124986887rem;left:9.6875rem;height:1.29980625rem;display:block; }
#WzyGWXQix5iznAva44rAW8wn1HI06iyS { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:56.374998688698rem;left:9.6875rem;height:1.29980625rem;display:block; }
#BuGCqbhZiHRGnXg4S8P0excEXfQ32kNB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:58.687498688698rem;left:2.5rem;height:1.29980625rem;display:block; }
#bRZeomlShwFLQWTP33DOtg7SBz65LGce { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:54.812498688698rem;left:9.6875rem;height:1.29980625rem;display:block; }
#ChhSQMb072GWVhvZ7Rpew7U20tCmu7nl { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:64.3124986887rem;left:0rem;display:block; }
#mPO0Trn3W5I8fnLndQTaqex71Obd7CIb { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:64.3749986887rem;left:2.5rem;height:1.29980625rem;display:block; }
#KsmDkqPg2sIiQTopHsE8QTCyRWkRkigB { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:64.4374986887rem;left:27.312501907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fWM8ZrdAoscwXcXcdqW6nQ3dx0hNWckt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:67.8124986887rem;left:2.5rem;height:1.29980625rem;display:block; }
#f0Ow1QXg2EZKrliVyuZIAeNIn5ky8Iyp { color:rgba(var(--color-tertiary-0),1);display:block;width:63.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:58.687498688698rem;left:9.6875rem;height:2.5996125rem;display:block; }
#kvCg7FgFWRFGTGSayFRdrWaTpLNWHSU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:71.312502503394rem;left:2.5rem;height:1.29980625rem;display:block; }
#P495szTdv7S2GunbbXPAJr4viEmDILv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:71.312502503394rem;left:9.6875rem;height:1.29980625rem;display:block; }
#BqTVDxr9GkvaZAN8SCh1Tgv5i4NVwSGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:75.187502503394rem;left:2.5rem;height:1.29980625rem;display:block; }
#CuOApKDDI5etibwJbqQkVXhSofXx9TSI { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:75.187502503394rem;left:9.6875rem;height:1.29980625rem;display:block; }
#l32KT4wLtGK1ON6106W5Xg9DimCO2oZV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:79.062502503394rem;left:2.5rem;height:1.29980625rem;display:block; }
#kz9uIdvULKvmwpXWUkZXpw9ABVcvX07h { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:79.062502503394rem;left:9.6875rem;height:1.29980625rem;display:block; }
#FhRvcXRHA66CCJD9TF0MIln2a4KLiTHq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:80.687502503394rem;left:9.6875rem;height:2.5996125rem;display:block; }
#PL0lFfgQTtsOfqpSvf5JpFTM0k5S7uKi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.5rem;height:1.29980625rem;display:block; }
#tlxnFdRIfXxLRTHUMNOzrFAdGh7zS4TV { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5rem;left:9.710156440735rem;height:1.29980625rem;display:block; }
#FnzVOmimExclAPVkeFRhy9orOwM8xMGT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.7994791269303rem;left:9.7100696563719rem;height:5.199225rem;display:block; }
#p1lMLgfAOndz8Gk0w91gnry2FACXJbQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.923611283302rem;left:9.7100696563719rem;height:2.5996125rem;display:block; }
#fiGWwP4O4fMbSkCWqAVuIhTIANgypOl0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:76.750002503394rem;left:9.6875rem;height:1.29980625rem;display:block; }
#Z467F9TTAa7zzAaEGIQNtkr16FCTTGwz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:60.374998688698rem;left:9.6875rem;height:1.29980625rem;display:block; }
#Zfndcv1iDMC4fESeBgWuZRpdt1gqu79p { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:84.375002503394rem;left:2.5rem;height:1.29980625rem;display:block; }
#rIgqRQo0ASUu1GEbkDdkvn9hXu2pir7x { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:84.312502503394rem;left:9.6875rem;height:2.5996125rem;display:block; }
#cJT9SpKCfbai81PMTMcEKU1w7koW8KBT { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:72.812502503394rem;left:9.6875rem;height:1.29980625rem;display:block; }
#K4I9vo0RQDG8OUMwHCWd37a4RbCI7JcO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:44.499998688698rem;left:9.75rem; }
#x6xkrVkQ83RD5olUfBn7xT1T7X3P8mv1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:45.999998688698rem;left:9.75rem; }
#rPAbabCXK6vkJC7EJhhkcU6C146JTiOJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:47.687498688698rem;left:9.6875rem; }
#sHsyAzzTGF1aKTb5IfAdRISNCF2XBhcS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:95.937502503394rem;left:24.375001907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fyy35AzskkpTsThp28Hhki158h7NPMrb { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:89.187502503394rem;left:2.5rem;height:1.29980625rem;display:block; }
#MuFb5yOe5nuJx472nBTOug4gpoOrfxih { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:89.187502503394rem;left:9.6875rem;height:1.29980625rem;display:block; }
#LLo5A8UqpFo7rvADoQ2uiW9DDOmV7kMP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:87.125002503394rem;left:9.6875rem;height:1.29980625rem;display:block; }
#e3eyWgB1OV9lD22GmVQd6ZUfbP7Wvycq { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:90.812502503394rem;left:9.6875rem;height:1.29980625rem;display:block; }
#OsV887KEqb9dFAXRGCDB3wR02iQX6Mom { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:95.812502503394rem;left:0rem;display:block; }
#U5BFIIbkLmLfN4v9B1IkQJQoIDc7uduc { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:93.312502503394rem;left:9.6875rem;height:1.29980625rem;display:block; }
#flLFTk8TdRN0IlPnpugmhlq6aF1R9JiJ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:93.312502503394rem;left:2.5rem;height:1.29980625rem;display:block; }
#q8aM0hNWbxqNIV9ANrp7XNVZUIf1bcyo { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:96.000002503394rem;left:2.5rem;height:1.29980625rem;display:block; }
#DPFSZ6WP4E6dFg5MTACfhLK1lLGa25IP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:49.03125rem;left:9.7085943222044rem; }
#cohfbU7d4bEgUqhSqEOl1ncRmg6bEO13 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:47.687498688698rem;left:9.6875rem;display:none; }
#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs { position:relative;display:none; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs { border-width: 0; border-radius: 0; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .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; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .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:32.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zpUUOu7Vvk6J1fCtdI55VciAroLDI3CU { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.2992191314698rem;left:2.2859373092651rem;height:1.2984375rem;display:block; }
#Ree9QXXQK2I8RpGei4m5T2PK5RNhViJd { color:rgba(var(--color-tertiary-0),1);display:block;width:62rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:3.4867191314698rem;left:10.085156440735rem;height:2.99881875rem;display:block; }
#RQONKCl6f3gfh863emrIUkfQHKRv9tWk { color:#fafafa;display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:7.237500190735rem;left:10.085156440735rem;height:3.8953125rem;display:block; }
#FTCuX3ORnEuia6slBJvrLUkOec9vbIiT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:11.13671875rem;left:10.085156440735rem;height:13.489425rem;display:block; }
#fKLZEKvU1kD7MnC55CgfMeG92y6qPKCH { 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:9.375rem;width:12.5rem;top:23.136719226837rem;left:20.624218940735rem;overflow:hidden;display:block; }
#OqG5TTqex4kESaMu2e0iOvVl7W5m2psl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:27.437500476837rem;left:10.085156440735rem;height:1.2984375rem;display:block; }
#lnAXuiSq5dWKAqNIZgGOyrDuIusMzuOZ { 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:15050;opacity:1;top:13.763020992279rem;left:8.140625rem; }
#Slppea9KJtXTTvwDbsCOppVATL2Ghwa4 { 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:15051;opacity:1;top:15.374999523163rem;left:8.140625rem; }
#ut3gkGT84As3ltGaFXr8AmKRCTp6Od85 { 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:15052;opacity:1;top:16.886285305023rem;left:8.140625rem; }
#hiosrf2VTxZCcC8f0454wQT5pS5J6Mm7 { 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:15053;opacity:1;top:18.261285305023rem;left:8.140625rem; }
#AaMbsJVimcweKkLLgXmigJdLNyRKBJqH { 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:15054;opacity:1;top:19.761285305023rem;left:8.140625rem; }
#c3SphUIyBcIfGCmWDT8HgSBVMu9M50iI { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.2404518127441rem;left:2.2855911254883rem;height:2.596875rem;display:block; }
#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE { position:relative;display:block; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE { background-color: transparent; background-image: none; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container > .video-iframe-container { display: none; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row > .video-iframe-container { display: none; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .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); }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE { border-width: 0; border-radius: 0; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020000;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sT1hsIl7odpDaTX0OaoOT6cPeTCKNlmM { color:rgba(var(--color-tertiary-0),1);display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:14.6240234375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToH2KxzCtTvq0dzP1EoAVl2cSiGelAMA { color:rgba(var(--color-tertiary-0),1);display:block;width:67.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:6.38671875rem;left:3.84375rem;height:4.19921875rem;text-align:center;text-align-last:center;display:block; }
#MQoOiBD8QBfODyknnbiFt9fm5Jfrvzx5 { color:rgba(var(--color-tertiary-0),1);display:block;width:67.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.423828125rem;left:3.84375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#U5r0O5yAQaJ3xKyTqImzaRfrTp7ZSxE0 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:17.8125rem;left:25.625rem;height:6.3984375rem;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;font-style:normal;display:block; }
#qN5dKaKcNLO5rByK9qTpRNRiwnbXNtP9 { box-sizing:content-box;height:10.5rem;width:12.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.6875rem;left:24.3125rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#yaqTWQhMusleCaNvF4VylDbp1w6QlebD { box-sizing:content-box;height:10.75rem;width:12.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.625rem;left:40.375rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#lBQMwtbcLGr7zHiSlf87ChT88FkccnBT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:17.8125rem;left:41.21875rem;height:6.99869375rem;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;font-style:normal;display:block; }
#BUkWhCPB7tMmVJEGqgoC7oNaCvTWKHUV { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:17.8125rem;left:57.25rem;height:6.99869375rem;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;font-style:normal;display:block; }
#KPEnZt8JpKLhkWDsI6xUu0KUtwh2eZEM { box-sizing:content-box;height:10.3125rem;width:12.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.6875rem;left:8.875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#v4l0FRSrmKGt79eVFhSyTPgWbzNii6iK { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:17.8125rem;left:9.9375rem;height:6.39845rem;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;font-style:normal;display:block; }
#HpaAaXM2faQG9clHEOZwJe15dLD5GqVd { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.811525rem;width:5.499025rem;top:1.5478515625rem;left:18.875rem;overflow:hidden;display:block; }
#Cn7iuPr67aqp0PmRw6lVLER3sKosKtdh { box-sizing:content-box;height:10.625rem;width:12.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.71875rem;left:56.46875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#LIpo0ormmdw4p0TWklfixMVkbV1geLys { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.68598125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:32.341581821442rem;left:29.375001907349rem;display:block; }
#aQ6xNlacJgsWn4xQnkRsoTQkJX2ulRTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww { position:relative;display:none; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww { border-width: 0; border-radius: 0; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww > .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; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww > .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:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BS3Mi0UdANiomKA3CBHFosh80kCZcICW { color:#001623;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:0.74913024902344rem;left:24.375001907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OZzJ5nBq7OWkD8db5JSKfXg0aKLT3nyv { color:#bc0d0e;display:block;width:55.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5796871185302rem;left:9.7171859741213rem;height:6.3386875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ { position:relative;display:none; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ { border-width: 0; border-radius: 0; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ > .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; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ > .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:47.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fsnMiPsGkquRB6Ep04uRp697es9RNMgQ { color:rgba(var(--color-tertiary-3),1);display:block;width:63.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:1.9523124694824rem;left:6.0105476379394rem;height:9.7945rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AK5802L6pc6X1eptmArRyoOEeUvNcZzQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.125rem;left:5.9375rem; }
#H0JJnGBrOhT5ddqLLsVr4UsusT92KX7Q { color:rgba(var(--color-tertiary-3),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:15.125rem;left:5.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q2iNHhtQxG51Jcl8CqIfyLIThyN4O94p { color:rgba(var(--color-tertiary-3),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:17.375rem;left:8.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKGdzCk1HHTm2GMH0oN6RelIT8fXXipP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.625rem;left:5.9375rem; }
#QOPWU28hz0XXLTNLaUNsaDtFEcPE9xv9 { color:rgba(var(--color-tertiary-3),1);display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.8125rem;left:8.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxF6IezbekEXHIZ0dTWZDbczoKRsFZ9C { color:rgba(var(--color-tertiary-3),1);display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.25rem;left:8.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RBoWJ2JWDi61t2cU9s4wUtpatgwkWqSy { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22.125rem;left:5.9375rem; }
#QlMfPqrhSrSqsXETsRLzR5mUATGmPICc { color:rgba(var(--color-tertiary-3),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:24.5625rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6yTHeucRP35lXdPsWTTAlnrLrGFEDZm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:24.5625rem;left:5.9375rem; }
#XfAM1ahA37hQh8DFzu8uLicWo7xRoEq9 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:28.25rem;left:5.9375rem;height:1.3816375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGQJN3UpL2viyOgmPNzi6b9Q1e9swC0K { color:rgba(var(--color-tertiary-3),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:27.9375rem;left:18.375001907349rem;height:1.3816375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w7cm5oT8winExB5hxT1MfMb84nQfIXQD { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:30.5rem;left:19.000001907349rem;overflow:hidden;display:block; }
#OgPgb8pbSdSLTppNBRg2IGopS8BPhCFQ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:30.5rem;left:32.125001907349rem;overflow:hidden;display:block; }
#eu3WkiFKOHn4PICnHURTvt9ST4yNEyN1 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:30.5rem;left:4.875rem;overflow:hidden;display:block; }
#AIucdabmHfmsVxz6oZFISoIwRiqLusks { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:30.5rem;left:44.187501907349rem;overflow:hidden;display:block; }
#kCofxyaNXiNpC9l20AnG2E1Gmbc1Adm7 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:38.625rem;left:3.78125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTwUSh2RnnMHdwW45CiZOK6Hb45OT4B0 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:38.75rem;left:14.875001907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KB61CnPtWLrpkDl6CyU7kkzIwrSUzAyn { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:38.6875rem;left:29.430555343628rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEI2E40lwCkE3WUPPTcBBlF0KnVfG7Va { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:38.625rem;left:42.187501907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHtR7FQuCGKTtAOg1rPd7sHqv0QyFBtm { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:38.75rem;left:54.250001907349rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxcTgspyI62hZzzkxaOLTNyEOQ5VyMBu { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:30.5rem;left:56.312501907349rem;overflow:hidden;display:block; }
#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { background-color: transparent; background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .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); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { border-width: 0; border-radius: 0; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#Anofx39WceBphAFR7rsSf40misXC2QES { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.390625rem;left:23.375000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q96dHR7iD74Tzc4QK6tX0pGsVtMeMOD1 { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81210625rem;width:5.49960625rem;top:0.56718635559082rem;left:19.649997711182rem;overflow:hidden;display:block; }
#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#866ae3;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc.adaptive-delivery-prevent-bg, #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc.lazyload, #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc.lazyloading { background-image: none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { background-color: transparent; background-image: none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container > .video-iframe-container { display: none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row > .video-iframe-container { display: none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .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); }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { border-width: 0; border-radius: 0; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#TmrngZzB2TDzesEEGgtqXirVHXR7CCbL { box-sizing:content-box;height:25.6875rem;width:20.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.3740234375rem;left:51.7177734375rem;display:block; }
#bgg4SmxhrMXNKg42SMxtzrJscQTQwb7J { box-sizing:content-box;height:27.0625rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:2.1875rem;display:block; }
#T1QALadEST6BXayTxqH0gJhukcxSU00T { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:5.2452087402344E-6rem;left:2.1875rem;overflow:hidden;display:block; }
#rCF3JBCZXdKOZLt7oc0ceMKDPup9zIXn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.62325rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.499607086182rem;left:13.8125rem;display:block; }
#AFCrPX9ihUAUQUELRi6BgoAvv5PvAdrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7FfXRSw04VszDrkXP2VTXAH27xT6Zzf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpzlszFuPN2KSDrLbxVDHV5adP7iPdno { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:21.75rem;left:4.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxRlOyFhRSkkwihTrOZpGyUrmZtFoEtN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:23.5rem;left:3.875rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwWvSKzKBbdKJehpG89zVEnbQISDDQKl { box-sizing:content-box;height:24.375rem;width:20.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.625rem;left:27.0625rem;display:block; }
#xgVlsQqXaa39Cv7UGK6qIFlJNUJyhrOt { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:20.8125rem;top:0rem;left:51.6865234375rem;overflow:hidden;display:block; }
#IP1ziOHe14JnU7fwDJMCpvWurGTulwmm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.31055rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:17.4990234375rem;left:62.380859375rem;display:block; }
#EvvyD4aEUfW5Bys1zm7Im8USwKCTDyAd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seG276Kysk1sBzFmIkrLlsUnwkrbNgbr { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:21.625rem;left:54.4052734375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGTRrXMMLPiDoxpum1kGEGlhDAnJfBoN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.85546875rem;left:53.5615234375rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfsG42v2y66bDGBbCwzUEcLnAPwmlaaJ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.64453125rem;left:29.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgJJ9tQlSNfmngmdt8bD869rIVF4Ogke { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.25rem;left:28.6875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mwu8s5QVUCH8iAxvbEGS6TKgCeHq3qJ6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:17.4990234375rem;left:38.5009765625rem;display:block; }
#Xy6Ip5yCTloEkUKgm8prxUbuiTdJuDrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#weHdatXwglNi39wTFqhT7NFxbfhDabGp { position:absolute;display:block;z-index:15033;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.875rem;width:20.875rem;top:0rem;left:27.0625rem;overflow:hidden;display:block; }
#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws { position:relative;display:block; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws { background-color: transparent; background-image: none; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row .container > .video-iframe-container { display: none; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row > .video-iframe-container { display: none; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .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); }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws { border-width: 0; border-radius: 0; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .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; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NHQplQiEhUIT4llaPTTDUxWqbWfGthAW { box-sizing:content-box;height:28.875rem;width:20.9375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.03125rem;display:block; }
#MMBwiHJIQvunmlWRvC9iRRQwViF7s30O { box-sizing:content-box;height:28.8125rem;width:20.9375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27.03125rem;display:block; }
#kT9TWrzSu6JGvAnwqlMwDIz7Fn7GHXDO { box-sizing:content-box;height:28.75rem;width:20.9375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.65625rem;display:block; }
#eUAhC7DGEtbZbdicbyFGriqZF4THu1gP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.875rem;left:4.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rSnhgumZ9Q02757nD9gNwXNOb2yAU17o { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:22.25rem;left:29.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlAFnr44dyNEWaeCXWyph9S1WgrDM0JD { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.125rem;left:54.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IvvMWLT5Zy17xp3n0vRn1GfloQq4OovG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.75rem;left:4.5625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmkOvmlz4ei7TccwAxN1WzokLV1OwhHK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:24rem;left:28.6875rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHQqFeDhhaemMbpwZLDT8M1QRVXrkRmo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.6875rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brBCmeZoXUiDhtfbXT6XPqB9ebM5gKn0 { position:absolute;display:block;z-index:15041;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:21rem;width:21rem;top:0rem;left:2.03125rem;overflow:hidden;display:block; }
#SmQsU2Ue9sAOPOzF55Mi0g4RL3J0xBVc { position:absolute;display:block;z-index:15042;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:21.125rem;width:21.125rem;top:0rem;left:27.03125rem;overflow:hidden;display:block; }
#ipfnl8orW58KG2k9IMQ8fSRlxTtRTvIU { position:absolute;display:block;z-index:15043;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.9375rem;width:20.9375rem;top:0rem;left:51.65625rem;overflow:hidden;display:block; }
#SvDgLP39ZvGHiXwrqZrovTunpfzPDKK8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:17.1240234375rem;left:28.6875rem;display:block; }
#DRTOO3P16Wbwp4eW61SeiFzRCKpIeqiG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#boh3MKS5z7at8xOAoRsDknRuCwKKEBS6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.31055rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:17.1240234375rem;left:13.5rem;display:block; }
#NDSoOVUuZADyTStb0QGDqcvGX96fMaBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGvaPTsLDpIvQUnOd5u1TiClU7uG5V5T { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:17.1240234375rem;left:52.5rem;display:block; }
#HZAnJOFUOKWZqXtKTr1T22hfkxJJ2uBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA { position:relative;display:block; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA { background-color: transparent; background-image: none; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row .container > .video-iframe-container { display: none; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row > .video-iframe-container { display: none; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .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); }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA { border-width: 0; border-radius: 0; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .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; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ykuhx1gydRXHTIGqZXI8wptzE0cE4g1x { box-sizing:content-box;height:28.875rem;width:20.9375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.03125rem;display:block; }
#S9mT3ssb5qb0S4lN7u8A0xnl3t8tUoVJ { box-sizing:content-box;height:28.8125rem;width:20.9375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27.03125rem;display:block; }
#MttEG9pkhXKRs2IxpvbJpL0azyeGgkwf { box-sizing:content-box;height:28.75rem;width:20.9375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.65625rem;display:block; }
#PMVS7Cq68aiSAGaD6rkqcmqz15JDiavF { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.875rem;left:4.40625rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpIJOB5aEJTIKgQOWLXxmVS2ydxIpQK9 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21.9375rem;left:29.40625rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hOkwPU0y4SXTLyBLHynqWBd8FMZr6SGb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.125rem;left:54.40625rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTCMmVuNNPlTTqSx8Fqv2XFvsIB4TvG8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.875rem;left:3.125rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BH66Q3waDgz6ZAtvWilaHIbhJitADRsH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:23.5625rem;left:28.6875rem;height:3.89844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTus44w5M6JvpZKtHm1tQctiumCay1mQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.9375rem;left:53.6875rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nUJBcMJST57H0Wq7uPTfci0AeBAKnHz8 { position:absolute;display:block;z-index:15041;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:21rem;width:21rem;top:0rem;left:2.03125rem;overflow:hidden;display:block; }
#HQLGyT00r2k0zooizT7qXlqKQJaldZXW { position:absolute;display:block;z-index:15042;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:21.125rem;width:21.125rem;top:0rem;left:26.9375rem;overflow:hidden;display:block; }
#aoXAeui0uz7pQEktgwH6ovmJZUBs0bVE { position:absolute;display:block;z-index:15043;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.9375rem;width:20.9375rem;top:0rem;left:51.65625rem;overflow:hidden;display:block; }
#aMqd9m73CnDSri9AyUpAZ5t4On6Nvvkr { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:17.1240234375rem;left:28.6875rem;display:block; }
#FNqERVPnsOw00Z0IQTbpQ66RLB84UidR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q { position:relative;display:block; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q { background-color: transparent; background-image: none; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container > .video-iframe-container { display: none; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row > .video-iframe-container { display: none; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .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); }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q { border-width: 0; border-radius: 0; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JQGoZp1lyFfNprg4uX7l3bNMve5inBEu { box-sizing:content-box;height:29.5rem;width:20.9375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.03125rem;display:block; }
#qxZDdEKUyHZ8LV6evvweb0srkN9dud5S { box-sizing:content-box;height:29.25rem;width:20.9375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.84375rem;display:block; }
#zFp4fkpLUGNWTVu4LIL7RXWe7r2O5TWh { box-sizing:content-box;height:29.375rem;width:20.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27.03125rem;display:block; }
#H08H265UVxuHaJBuTxWaRv4VQZnZOpGt { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21.5rem;left:4.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3qbzamP9J1zfd4F2zgGuNMOJaHKndq3 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:21.75rem;left:29.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVX7es4FXc9SS13ivvJLIAEd8OB02lHF { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:21.9375rem;left:55.09375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8TqNC6ETFATynccdn1drg6oZU6Ku87k { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:23.16796875rem;left:2.125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bmzGTeGEDIPZfo6FG5qtc3TTb7xPbOWv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.29296875rem;left:27.875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXTwBTO5IHduVfSELSlOQQT3J9VhEvZD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:23.60546875rem;left:54.5625rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8mDyMp1ULC3ICBBHCARZfBFelnrXZq8 { position:absolute;display:block;z-index:15042;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.9375rem;width:20.9375rem;top:0rem;left:2.03125rem;overflow:hidden;display:block; }
#ThJmNd3P7ekF4LEuOuIZMI6NQnZppBbz { position:absolute;display:block;z-index:15043;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:21.125rem;width:21.125rem;top:0rem;left:26.90625rem;overflow:hidden;display:block; }
#ZS8rfH0zy7nczi8MegJHi0LibONvoa2y { position:absolute;display:block;z-index:15043;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:21.0625rem;width:21.0625rem;top:0rem;left:51.84375rem;overflow:hidden;display:block; }
#c2Vc2B9uKlnlGlWMTHGVPlIxB856ewTd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.31055rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:17.2490234375rem;left:53.40625rem;display:block; }
#vnF0Ete2QJi5SWsaseyQHamvgXhUoAIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXkGSM2cO1XgTJBT6CbSzy9HmOcl0wZb { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.31055rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:17.8740234375rem;left:27.875rem;display:block; }
#gygapmNb2xwMa0nVuXT11Kha14dRIwLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tcvn3g0TUc7nDMuSecimbaZLQyrF6VBT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.31055rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:17.8740234375rem;left:3.25rem;display:block; }
#DxwBp4REuW6GFCayOMqAKSWdflBvVhpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 { position:relative;display:block; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 { background-color: transparent; background-image: none; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container > .video-iframe-container { display: none; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row > .video-iframe-container { display: none; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .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); }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 { border-width: 0; border-radius: 0; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ySVn1VER1F03KTbhhrkuDGlGZuDuiXnW { box-sizing:content-box;height:27.8125rem;width:20.9375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.03125rem;display:block; }
#txJKmCFO1K5nknOyUxUBcAIXyDMdvs7F { box-sizing:content-box;height:27.9375rem;width:20.9375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.84375rem;display:block; }
#aizGvvtM19S4nOcBDNNhu53swnvzoGdZ { box-sizing:content-box;height:27.9375rem;width:20.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27.03125rem;display:block; }
#TXL6CaGzqaHTAZi8XNlMRd0UDoeW0fga { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:22rem;left:4.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#birx3t3C0sSxPbw48GKQQPyXzRi8QgGc { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:21.8125rem;left:29.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhdNnwHGdncpQfIfzgvFiIO9z7BhJer5 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:21.5625rem;left:54.84375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbvSpCISmhiUS8o0OxDNJhBquN1J4bHe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:23.529296875rem;left:5.84375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZf6TiDKsgfgLcMqUe5HSxM9gUWoW0hz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.654296875rem;left:28.625rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyTQkWMb8c2vxKwEOkTvQPpqzhS1KO3c { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:23.29296875rem;left:54.5625rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJrP52L0ZE0kfioDTkF9rZFcNHCMvOox { position:absolute;display:block;z-index:15042;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.9375rem;width:20.9375rem;top:0rem;left:2.03125rem;overflow:hidden;display:block; }
#k76uCR6BCVi7CsJery5JPOiT4MptI7nR { position:absolute;display:block;z-index:15043;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:21.125rem;width:21.125rem;top:0rem;left:26.90625rem;overflow:hidden;display:block; }
#fiFRALahyITcTyHFrWQ9IaSVJbTSBIxw { position:absolute;display:block;z-index:15043;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:21.0625rem;width:21.0625rem;top:0rem;left:51.84375rem;overflow:hidden;display:block; }
#davBBtDQ1cIXdWBVzdNutahRPw6IizH9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.31055rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:17.2490234375rem;left:4.40625rem;display:block; }
#xHnxpS02F3IpmccE8eCKvwHyliH0A3Pd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uqreVGWXZmAyfPof2hqxxweJVvy6U7V8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.31055rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:17.2490234375rem;left:38.5rem;display:block; }
#PCJT3x2KWAX0twIzn70UX7aoDnONJlkL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mylq9iCrRuGrJId5TqaJGy6VzFHXOUh6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.31055rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:17.2490234375rem;left:52.90625rem;display:block; }
#gGkGSJ6xHfRTPXhf5Tavrd5910Wu1hxe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#866ae3;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD.adaptive-delivery-prevent-bg, #LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD.lazyload, #LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD.lazyloading { background-image: none; }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row .container { background-color: transparent; background-image: none; }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row .container > .video-iframe-container { display: none; }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row > .video-iframe-container { display: none; }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .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); }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row .container { border-width: 0; border-radius: 0; }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#UwN0Ngt9Dbx58gzTQSVMStaVyPpuJQHT { box-sizing:content-box;height:27.3125rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:52rem;display:block; }
#rTA0AsATAI512QvIUu7i1VHt6DTP9pxH { box-sizing:content-box;height:27.3125rem;width:20.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2rem;display:block; }
#GB3FRmZrpEhOryoxFQtEtyWWVXCuhruN { box-sizing:content-box;height:27.1875rem;width:20.9375rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27rem;display:block; }
#etDBoNCwbhw5ETGVqkndAfPXt8eLJAIC { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aazanDlz4fsDMTSxSigXLwh6r0CldCOp { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:21.5rem;left:29.4375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IpVRbaR9FxLlI3i6rT8LMBxfV1DKGao4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.9140625rem;left:28.65625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRd8lNhG0FJpmRad3gWzcdRHor4ILwf8 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:21.8125rem;left:54.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTizNNy4WuFwTLDS2eLHsHI7AKMSmsS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:23.60546875rem;left:54.96875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W2FCzt119BMDpC1VLFsoJgAoW37Fm83R { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.5rem;left:3.03125rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTiOzvOB7ZhWNIfV9ZxPgBq6GTEA2rdo { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.83203125rem;left:4.4052734375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bc2Algbu0tB3ESJOd78wSk3fAGTrGq72 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.31055rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:18.0625rem;left:13.40625rem;display:block; }
#IkA4vqJ8y7Fn8DXzuM3MxRGMvRdiIHaw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yifBe8PrW4AfSORwa5vzwTJT3yATSH0F { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:21.1875rem;top:0rem;left:1.84375rem;overflow:hidden;display:block; }
#PpAgC5kgPnz6QNK5b9f9TbuBQTdGHZUr { position:absolute;display:block;z-index:15052;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:21rem;width:21rem;top:0rem;left:26.9375rem;overflow:hidden;display:block; }
#i32ynVLrBvhzZBQlC8hTBONvWKo2FBOv { position:absolute;display:block;z-index:15053;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:21.125rem;width:21.125rem;top:0rem;left:51.96875rem;overflow:hidden;display:block; }
#n0A74gCNPJoHBxUox7q6wUB7lTHIGmLu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:17.427734375rem;left:38.375rem;display:block; }
#CG1TQDDmoCVUl0fxUTtOPqBOlI8fGXMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddsfO6dCJkOb4yWrab91i4H3l4aBWJum { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:17.427734375rem;left:63.6884765625rem;display:block; }
#GmTmMgQ3p7cflkmNa5E4rDJ6ubUgMSaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#866ae3;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7.adaptive-delivery-prevent-bg, #uX0xowpBwE7zcSsHTvkvwF8FcITemeO7.lazyload, #uX0xowpBwE7zcSsHTvkvwF8FcITemeO7.lazyloading { background-image: none; }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row .container { background-color: transparent; background-image: none; }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row .container > .video-iframe-container { display: none; }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row > .video-iframe-container { display: none; }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .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); }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row .container { border-width: 0; border-radius: 0; }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#q3z20aQD3woLi4GGSCHWtf1ZfqTnGnCG { box-sizing:content-box;height:27.125rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:52rem;display:block; }
#gMaEPLo1xJJs1stqw84Nm4aoVw5EXCPI { position:absolute;display:block;z-index:15038;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:21rem;width:21rem;top:0rem;left:52rem;overflow:hidden;display:block; }
#PxyTvJF3d2ZTTiefXVwo1ZslsH2n2ItU { box-sizing:content-box;height:27.1875rem;width:20.9375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2rem;display:block; }
#qKdhxt7mmCyouoKeEe5NbBPtI5BWxPHJ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:0rem;left:1.9375rem;overflow:hidden;display:block; }
#LwPMS2Pw6UpKmOSAWJH1SzaVZWZ2kyv5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:18.1875rem;left:13.625rem;display:block; }
#Ert7MZiLSkWzEmbO8rAsAcEPD1VIHt8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NA0ctgikeTPT1qSVwkKPWSxLxBNlH4bV { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.875rem;left:4.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NyJ0ogDzEHg7UQH5nx6HLXhHOo5IK41P { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:22rem;left:4.4375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWJmb5dPffesyRQT7QFm1bquzhXaOXqb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:23.625rem;left:3.6875rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyqclZeXNac2sV4sfd8waDGIo1qPTaKP { box-sizing:content-box;height:27.25rem;width:20.9375rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27rem;display:block; }
#o5AVzGs7LZyqWLBDyX6t9IzQcEyq5hO8 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:21.0625rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#fvKZbIeIRFGwOb92fmKRFRq6K9bNMReW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:18rem;left:38.625rem;display:block; }
#HM6mlSU932LUtsFL5g4Lf4KBOe6HDrJ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HaZECi1EZqIvfQdRmtbRKSb7m4JyLcoq { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JLtOSAomTr1IMVeBwdb2UvIlO4D4gg9I { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:22.1875rem;left:29.4375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zz2o9A6Ii5koaFcDxZl8vn2QsD6M8NpG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:23.9375rem;left:28.6875rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ga7blWBmVXKX7nfKm6AxNC9uppSwxd8n { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:21.6875rem;left:54.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHTlpydeZMdgL2P22TVDxCpMxT3blTHr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:23.4375rem;left:52.59375rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7rXNrCcQZfqr5qcKVWQGRqDUABM9XHK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:17.625rem;left:63.3759765625rem;display:block; }
#T7nRFpCcoRrSwqmIklLZ2NPWccPp1Obk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#866ae3;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6.adaptive-delivery-prevent-bg, #fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6.lazyload, #fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6.lazyloading { background-image: none; }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row .container { background-color: transparent; background-image: none; }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row .container > .video-iframe-container { display: none; }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row > .video-iframe-container { display: none; }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .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); }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row .container { border-width: 0; border-radius: 0; }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#p2TrLZ8q3iRQ8MURL7XggFkSsUk40lVl { box-sizing:content-box;height:27.1875rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27rem;display:block; }
#eFxnlqnsQMp7XHRb0rkr2SCo9ITa1Lo5 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:21.875rem;left:28.5rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKGol6cc04w8lygCkvPv0TDagR8dvNTC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:23.625rem;left:28.75rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxdJOFlCXEbkcKAXZfTUbNh4u2XV6hxP { position:absolute;display:block;z-index:15038;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:21rem;width:21rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#aOA8oPUUdaViRNZsMThqINfzp1ogOvoA { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HuL2NaNovHV76uZlRTVedtNQ1XXmbrlT { box-sizing:content-box;height:26rem;width:20.9375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3125rem;left:2.03125rem;display:block; }
#owTfCSN89bcewNaB920boe4ac9kDkqcx { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:22.04296875rem;left:4.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OBqxfbhcsTdFtWFZ8wap8VfcmGu4RW4r { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:23.693359375rem;left:3.6875rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIxg3t60z8gcmqWozCdlD4DeCZG16Zun { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:17.8125rem;left:13.3447265625rem;display:block; }
#H5FVJNHwsmDBVgQP0a0yEoaZas2BPXcp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ianiZR12qXvQPJtCTnCFZFmyGifbgxBX { position:absolute;display:block;z-index:15045;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:21.0625rem;width:21.0625rem;top:0rem;left:1.96875rem;overflow:hidden;display:block; }
#e0Cr1rLwbGtQMnmCzblrhLiMsoqegVTI { box-sizing:content-box;height:27.1875rem;width:20.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:52rem;display:block; }
#JTMcZJfbItwuaqR9Rwt3OOChSQrSdHTu { color:rgba(var(--color-tertiary-3),1);display:block;width:16.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:21.9375rem;left:55rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9mf4HiViqi8PiUbdqBUMwrBBuIQc2Xg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:23.4375rem;left:53.75rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zr9LQCHyFwPMXvrXWyzusAW2ICSbtzw4 { position:absolute;display:block;z-index:15042;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:21rem;width:21rem;top:0rem;left:52rem;overflow:hidden;display:block; }
#vEUzRWHgyTGafhnmQ0bhcgPJTutoaIQV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:17.6875rem;left:38.4072265625rem;display:block; }
#CfWzGaM8xlbTX2gH0Qk6kRnqbCkuiSLm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3NgP8L4WkzF0FFvFlqrmU3LnwpTqMWB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:17.8125rem;left:63.3447265625rem;display:block; }
#D5WJ8AXtvhd08Z1dKVIrUaDKdLubXzBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#866ae3;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ.adaptive-delivery-prevent-bg, #lN3TnqsqD1OlQngh5Effm85RslUGF5hZ.lazyload, #lN3TnqsqD1OlQngh5Effm85RslUGF5hZ.lazyloading { background-image: none; }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row .container { background-color: transparent; background-image: none; }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row .container > .video-iframe-container { display: none; }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row > .video-iframe-container { display: none; }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .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); }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row .container { border-width: 0; border-radius: 0; }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#oHFzTeIrA23LQkFm8dgToFTroDRkBLPP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MKLHBf4tBEKSIdMzH3v8CiVCxw3uZi1b { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.03125rem;display:block; }
#TLIcwvEnQ0flyeivnA8PgN4nVcLinqaS { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:22.10546875rem;left:4.40625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTH82CfneqeDUQClZq0IcavSDmU0fivu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:23.755859375rem;left:3.6875rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVvRxTA8w78N1K1dJnBXT3UlMZbGcJMm { position:absolute;display:block;z-index:15045;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:21.0625rem;width:21.0625rem;top:0rem;left:1.96875rem;overflow:hidden;display:block; }
#ayCfrmMdUHIqzxKS7tx9EoEw91sRmySp { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27rem;display:block; }
#N9nW60c1gZJrroFRSBbCKTO57gLFAIq2 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:22.10546875rem;left:54.4052734375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufHFVo2pkH0r3l3rn5ZS2dZyC2X17H52 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:23.6484375rem;left:53.6875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buSiaQWiHNycTdQetvHFhMONXv9T0RM9 { position:absolute;display:block;z-index:15042;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:21rem;width:21rem;top:0rem;left:52.125rem;overflow:hidden;display:block; }
#DOZM0OP4wncW1tSk8CaDtT3sEu99lLgp { box-sizing:content-box;height:27.4375rem;width:20.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:52.1884765625rem;display:block; }
#JVc4nWPRt0a0IZhuSiClTTOHbT0aR703 { position:absolute;display:block;z-index:15046;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.9375rem;width:20.9375rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#AbWSaNQ8rbFIOyT4ci7ClyoZ0KtdWk3g { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.10546875rem;left:30.03125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GdeImcBRoG8HCJIyQTNMT7ZvI97FnAkR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:23.6484375rem;left:31.6875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qC2OfhbNEKm4vsnX07dFy7PRkFTvCESZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:17.25rem;left:38.5947265625rem;display:block; }
#LvIkyay36T1ALSnJOTKmPDn41uRx5Bfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToByRi2FEG9PZ4qiTwTzNqGeLm6gXkZe { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:17.25rem;left:62.7509765625rem;display:block; }
#CtN6XN5wgevTIJ5JPufaQuAeQPKoOLMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#866ae3;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve.adaptive-delivery-prevent-bg, #MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve.lazyload, #MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve.lazyloading { background-image: none; }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row .container { background-color: transparent; background-image: none; }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row .container > .video-iframe-container { display: none; }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row > .video-iframe-container { display: none; }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .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); }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row .container { border-width: 0; border-radius: 0; }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#if0STS3233sJomwieBm9zpm6E0FwtOiR { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FoaygSmFtIA6drTzOIo0Iu2TSSqxT7BC { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27rem;display:block; }
#scPH5lJ8yfbyK94wNT9Og29SEoiCwVTu { position:absolute;display:block;z-index:15046;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.9375rem;width:20.9375rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#P3rdJF6oU2kZ7FVOPZ7Q9aopc7HmiQPB { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.10546875rem;left:30.03125rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWh65ESxwXezz1HPp37BKURP68N45wez { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:23.6484375rem;left:29.09375rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWTX47g3UShqgblxxKUWuTD9GCtXxwep { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:17.25rem;left:38.5947265625rem;display:block; }
#qoEWnTFFJ2lpTg5z4y2vbn5iW4S8DryB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fhi2kyrlL5P34KGzCu0OQ5N5uELWZPk0 { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.0625rem;display:block; }
#kLV6xIP7H99568OTnxqoJsrcGbFi4h2r { position:absolute;display:block;z-index:15051;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.9375rem;width:20.9375rem;top:0rem;left:2.0625rem;overflow:hidden;display:block; }
#yRazKT2qXlcXgicX1dX8rGGvl8pmSFfm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:17.25rem;left:13.625rem;display:block; }
#kxwA92KKbNNWtF9RZs59bZrgZz0AeOcI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJC3H777ntl7BMmflkDJo6k9doLLxKI0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:22.125rem;left:5.0625rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1Gn7qH5EFZ7oScmRmbFQTUfxgMqlxWV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:23.625rem;left:4.125rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oawBPbCDUTbQzlX4Ov4EtJ6Rmvd9nse1 { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:52.25rem;display:block; }
#gam9x1OyUZtSMy8KhqPLnq1KUK9zF1Wy { position:absolute;display:block;z-index:15051;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.9375rem;width:20.9375rem;top:0rem;left:52.25rem;overflow:hidden;display:block; }
#B8OZzG7ZykG0LP4DWeCTFuwtZZJfNSHu { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:22.125rem;left:55.25rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvVlOGl3Ua624o3AGfpXTPdUK2n3X2HN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:23.625rem;left:54.3125rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iz3a6tlSkaA3I37ypMovlKMLe2STOUf6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.3125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:17.25rem;left:63.8125rem;display:block; }
#otzZq2UEgLU2VNmTKd4KPKfp2ZQBV9h3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#866ae3;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35.adaptive-delivery-prevent-bg, #NKVLAFfFO4GAu4PcTxB1cX79R6L3En35.lazyload, #NKVLAFfFO4GAu4PcTxB1cX79R6L3En35.lazyloading { background-image: none; }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row .container { background-color: transparent; background-image: none; }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row .container > .video-iframe-container { display: none; }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row > .video-iframe-container { display: none; }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .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); }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row .container { border-width: 0; border-radius: 0; }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#h4p69mCVS8FdZigluzLhJhfuK0FrmxUN { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GJ42U3KnZpDhU2ywtFppB4kMVbGu29HU { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27rem;display:block; }
#ErxCemviIka8Ec74k98BCia3XF97UmXq { position:absolute;display:block;z-index:15046;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.9375rem;width:20.9375rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#CO8ZISERu7vXRhmlmAhEEtnTsFKJuoEu { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.10546875rem;left:30.03125rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7fJTizk425kQZHnJoOhJFWRtxkVvCyF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:23.6484375rem;left:33.0625rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ot9xcThGAnlTitKAN5lrzpHyPBDdMThr { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.0625rem;display:block; }
#z4CBJK1XWOlolILPINepDLfbE7xC8QK2 { position:absolute;display:block;z-index:15051;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.9375rem;width:20.9375rem;top:0rem;left:2.0625rem;overflow:hidden;display:block; }
#ogN4qwAFpno51Gn6deMgofZh1KutRrgy { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:22.125rem;left:1.875rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWZMw8riIMRO2oRP5Ax5laTumtChkPUq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:23.6875rem;left:7.5625rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVaxb5rdUiW6vBOdPEgfMgBRMHBuv8gm { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:52.25rem;display:block; }
#tKZsNaIWsK9KM3iakN1lXqC0XsB9ghN2 { position:absolute;display:block;z-index:15051;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.9375rem;width:20.9375rem;top:0rem;left:52.25rem;overflow:hidden;display:block; }
#EWIxxuCb6R0vFlglokZ36H7m7hZ8k3io { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:22.125rem;left:55.25rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GkFfTBDi1OxfPRFchuKN0uVr9AqTeuvU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:23.625rem;left:54.3125rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJEsFAaNruVSOG7d15owMKrTkpA5S50D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#866ae3;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D.adaptive-delivery-prevent-bg, #IJEsFAaNruVSOG7d15owMKrTkpA5S50D.lazyload, #IJEsFAaNruVSOG7d15owMKrTkpA5S50D.lazyloading { background-image: none; }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row .container { background-color: transparent; background-image: none; }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row .container > .video-iframe-container { display: none; }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row > .video-iframe-container { display: none; }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .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); }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row .container { border-width: 0; border-radius: 0; }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#fswdO7MfhZnTlOBe0CrDtJ5uAmy1c2ff { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zZEVV4kNRchJzfXyE4A1UtyQbHgQeTF3 { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27rem;display:block; }
#nJdZOXIEMOp3MqcAqJS9WCUTATVfpCid { position:absolute;display:block;z-index:15046;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.9375rem;width:20.9375rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#tvXgghhQxqOJhtDZSkEZtTJ4Hky7Eq1Q { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.10546875rem;left:30.03125rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OhnWfl0TWn2TAmNN0Ec3eX3DCllziUtb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:23.6484375rem;left:33.0625rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8NMflMG2RCO4dWcrrJ0gsThiGpF7Gv4 { box-sizing:content-box;height:27.5rem;width:20.9375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.0625rem;display:block; }
#kKane4CL6Ch6R3R7Et2T1apPXr4RfbI0 { position:absolute;display:block;z-index:15051;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.9375rem;width:20.9375rem;top:0rem;left:2.0625rem;overflow:hidden;display:block; }
#mpwKBmbEfeRTP3AiBATgwBdCp6QgMkf5 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:22.125rem;left:1.875rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUkvnAMfEzZ8W2UikOavNUw9K6KLpPTM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:23.6875rem;left:6.6875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.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:none; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F.adaptive-delivery-prevent-bg, #hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F.lazyload, #hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F.lazyloading { background-image: none; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container { border-width: 0; border-radius: 0; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:none; }#NSU2dAWyrgf4hC9d564bfDK22gLvOSXU { box-sizing:content-box;height:28.875rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3125rem;left:1.875rem;display:block; }
#SGwxZPt5zv2ny7oNJqsh6KSTiBUCg1s0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.5625rem;left:3.6875rem;height:4.1449125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTkvGRbDfXZ3RsmbbZclp7dOvNqxhX1h { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.5rem;left:4.3125rem;height:1.5421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wk88PzSGH6P5AXTlAukoTTQcNuyngO00 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.3125rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBGC4ScvxvHcNxaaaTE8P4BVRCcVh1lJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:-0.037490844726562rem;left:1.8374996185302rem;overflow:hidden;display:block; }
#SgUt305qySS8IPhrWrdmCTdTvR98cRkp { box-sizing:content-box;height:26.125rem;width:20.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.9375rem;left:27.062500953674rem;display:block; }
#tK3zSIcDlMJNLIKdatZxJICfmTeGEhsk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.562500238419rem;left:28.843750953674rem;height:2.763275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8NVe8IcbCQhUNyGnhPdA00xKTFuQ6IV { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.5rem;left:29.4375rem;height:1.5421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PK9aFO0Hm4wuiyxWAXxSZK9GRsaQJlgc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:20.9375rem;top:0rem;left:27.0625rem;overflow:hidden;display:block; }
#lsr9mWt7lPwVI1ehOyohfTghmGy1KdDC { box-sizing:content-box;height:27.875rem;width:20.875rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6875rem;left:51.625001907349rem;display:block; }
#l08ddQ4A8ncT7ZBHIZQT4ewqhgaDQSsX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:17.75rem;left:32.250000953674rem;display:block; }
#QP7v0uNHxR1k5NbVe4cbZOkBWdbKIhb0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sGXu4Q8ul9CVCU4d5eBPBvr0cuJRwC9b { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:17.75rem;left:7.1874990463256rem;display:block; }
#VB4wrKhaZUGlFqDULpfzfnXCQpq9Jd3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rHA0gTl1dopHzTwBNWhdrTCkfKP702wf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:23.186717987061rem;left:54.030464172363rem;height:4.14491875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6AyJXUnxTvUIK6MqnXsRcorSmbtAMnp { color:rgba(var(--color-tertiary-3),1);display:block;width:16.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:21.032810211182rem;left:54.405464172363rem;height:1.5421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCIkTo8PrN1aOhEdkQJpOvOdgwmrzxnv { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.31210625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:17.748046875rem;left:54.842575073243rem;display:block; }
#brWUaGsTvbiAVbppGxTMmRqdTVAxe69M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qnEfsOJPb9Vt7u8iZwP3sTTwRtU2mkyw { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;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.7491875rem;width:20.9366875rem;top:1.3125009536743rem;left:51.592964172363rem;overflow:hidden;display:block; }
#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm.adaptive-delivery-prevent-bg, #TvlWo2skNKe0g0nespClR9Xt3X5XVFZm.lazyload, #TvlWo2skNKe0g0nespClR9Xt3X5XVFZm.lazyloading { background-image: none; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container { border-width: 0; border-radius: 0; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:none; }#THMhqdTBLq68Ny9KzhSXmpWkhsLcRcqe { box-sizing:content-box;height:28.875rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3125rem;left:1.875rem;display:block; }
#QqykQ2Ero3OlFgB8py8hWkxbS6GMBlnd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.75rem;left:7.6241321563719rem;display:block; }
#vlUy5CeieDc40MIpQTzw9yNpP9xVzueL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZBXIfhMe08wsM6C5TgHDeLHJiFFJk4L { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:25.5625rem;left:3.5625rem;height:2.763275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GG8NvuHHtVcrACNaH0drL3xSKLboExbg { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.3125rem;height:3.084375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W47Ak0p2E3G06XySt4FCnDog1fg920RE { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.3125rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWB718VDtkwdvL8bMTpXrF63ZkJW9ZGZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:-0.037490844726562rem;left:1.8374996185302rem;overflow:hidden;display:block; }
#fEG6gh1ikaCApkn2TubXIv509xCn28WZ { box-sizing:content-box;height:26.125rem;width:20.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.9375rem;left:27.062500953674rem;display:block; }
#pkfJzQ9KZCf2w4D4XM3u68OrPIPcsVeb { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6234375rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.750001907349rem;left:35.551564216614rem;display:block; }
#bG70X1dAUpMNy8WhX5egIqpLCQubVJkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#toVhocOgroI46kVM5V7Hh89qgahIyaQv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24rem;left:30.125rem;height:2.763275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zI4q7dgCxDsZ7RmzhRVWenytGHhutoDU { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.5rem;left:29.4375rem;height:1.5421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5RGbq3kfhWXkoQBHc6glR7LTRQa7QNG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:20.9375rem;top:0rem;left:27.0625rem;overflow:hidden;display:block; }
#C2L8KpTScS1PPExxHvBKtIZgPAFfSMZP { box-sizing:content-box;height:27.875rem;width:20.875rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6875rem;left:51.625001907349rem;display:block; }
#dvXFafxysJ5wXHQHsFsHzoACoMzrOMWU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:17.75rem;left:57.500001907349rem;display:block; }
#M1xahno6wMTlgLhx4agQ9fs75l6lRT3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntm8N5Ti0DytHt3b6rvhCIiIS400wJcE { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.5625rem;left:54.187501907349rem;height:1.5421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ui4JVNBKzCHA5nKBsh2poOrlhFnv3cy6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.0625rem;left:52.875001907349rem;height:2.763275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZriyxdFI44tWZJLX4mRzfhXPAfGBDiZq { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:21.0625rem;top:0.12501329183579rem;left:51.531251907349rem;overflow:hidden;display:block; }
#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.adaptive-delivery-prevent-bg, #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.lazyload, #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.lazyloading { background-image: none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { border-width: 0; border-radius: 0; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:none; }#ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { 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.125rem;width:22.25rem;top:0rem;left:1.4375rem;overflow:hidden;display:block; }
#p3UGiXfH0IpVxPcUlMkfvIeU7Xfv5T0P { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:-0.075778198242175rem;left:26.925000953674rem;overflow:hidden;display:block; }
#LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.112503051757rem;left:4.40625rem;height:1.5421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTUHHPSntHI8QVeWG68uVPTyPpzkqcaU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.78125rem;left:8.125rem;display:block; }
#sNfJUFkewFBlx9NWpEV1G1koo9xMtumG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.675003051757rem;left:5.7492189407349rem;height:2.763275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.65625rem;left:1.5rem;display:block; }
#JFnBS01aX2ebprwHUtvr8x9hN9POsELO { box-sizing:content-box;height:27.875rem;width:22rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.75rem;left:26.937500953674rem;display:block; }
#xqslTnW4KQDgS8sagB1TSqwM6y5Dhd7L { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.78125rem;left:29.968750953674rem;height:2.763275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blKi2VeEywRahkB3VTaz5x0C6e537Gd9 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.406250953674rem;height:1.5421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPxMRuipSyphmppOhzfru3R1pG2pX2ff { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:18.78125rem;left:33.519964218139rem;display:block; }
#ncydzfTLGfIZ9gL1z2M7qwkki9kPNxfe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BSA7C32aERtMss7DEAU3dXzsewkFu1rT { box-sizing:content-box;height:28.6875rem;width:20.8125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6875rem;left:52.000001907349rem;display:block; }
#EmF43chC6JhW244MAy9zPzN3MUOxr1re { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.5rem;left:58.062501907349rem;display:block; }
#pPKIJrIckKnqqUZF4eBJdoKVbQABmoRe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOElAeT3HhqRW5eJRJz9BImD4Ah9BMaa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.624998092651rem;left:53.031251907349rem;height:2.763275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyKfk2bOlQD6S0NJWC1fSLq34ZcLHbZ7 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24rem;left:54.500001907349rem;height:1.5421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMtyv4X6gkkOakhO0p0sup9mwtAZMUaa { 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:21.8125rem;width:21.8125rem;top:0rem;left:51.656251907349rem;overflow:hidden;display:block; }
#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV.adaptive-delivery-prevent-bg, #XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV.lazyload, #XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV.lazyloading { background-image: none; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container { border-width: 0; border-radius: 0; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:none; }#gAyTgXwMsiSuVt6JqfHnZRPV08L65ts1 { 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.125rem;width:22.125rem;top:0rem;left:1.5rem;overflow:hidden;display:block; }
#BotzdLAxXe26dd0nXPyu3izWLBhM1J3L { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.112503051757rem;left:4.40625rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbvmMCBeZ2TU4hL0XLAeEKC0XfmokRDV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6234375rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.78125rem;left:10.938281059265rem;display:block; }
#r20TVeqOu5XxmWubKFGBkOb6pmKWMUgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbHtZMhyeP0GMrlDkMx2fTEvOcsfSrD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.737501144409rem;left:3.28125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxCPkZ451WkomgPruWaeMFReiuiAE7TB { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.65625rem;left:1.5rem;display:block; }
#cOinLI6notOpqtDDP1obvI6dwLiaih7I { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:22.125rem;top:0rem;left:26.4375rem;overflow:hidden;display:block; }
#uMKEGRNoBIcJCtMHDsqZfI5qhyFU2tTR { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.6875rem;left:26.4375rem;display:block; }
#hOGvZvdgL1Jp00Ch4mXLrPT95eF4R9eP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.125rem;left:29.375rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMTtQXi2rCOUbE8ez9blzU1zsatirAnv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.75rem;left:28.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AH1Ed4pZAB5r2z6Z9ECuGn6Ruutb2X53 { box-sizing:content-box;height:28.1875rem;width:21.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.4375rem;left:51.6875rem;display:block; }
#sqWxWVAuckWBhrdf9hULCMZ4D9AKruoa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5625rem;left:56.000000953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsrIBputbqSogPqZrsBG1yfsTxTMWzU0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0625rem;left:54.312500953674rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1OsSmMlG1fWRHUpupUVT0dNEHOCqnge { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:18.625rem;left:57.687501907349rem;display:block; }
#o7s8CUwhgTTu56BBwJqPoFQuw3dSHA3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qesgvSiuWQ6WbmmOT9gTLffcGVuF7lRl { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:21.75rem;top:0rem;left:51.625001907349rem;overflow:hidden;display:block; }
#Fk4VEGwtLJFrW3z23XHT4Nx4LET8X33T { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.249131202698rem;left:32.687501907349rem;display:block; }
#yKbO0PTD59sE5OtxoRpPsev62PMPma6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf.adaptive-delivery-prevent-bg, #mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf.lazyload, #mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf.lazyloading { background-image: none; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container { border-width: 0; border-radius: 0; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:none; }#ZqvxkI8iFNgc7Lpblqd2BhrhLJTNd2tw { 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.125rem;width:22.125rem;top:0rem;left:1.5rem;overflow:hidden;display:block; }
#sHOu7ZThXAranpvlL2QVdzKiB0dLGCRo { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.361980438233rem;left:4.40625rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXZr154CD4nqNZ7uAdGPdqACcv8EsEHI { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.78125rem;left:8rem;display:block; }
#HOOSvtS4IyeO4faZ7tcJXPzFNWCJPnaK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmT0WqyT73PZ2tEMzUVxODkuFN4M1egw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.049224853516rem;left:3.28125rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGSiaSVId6Rwm0hhr8gBhhxNOmvmCpTd { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.65625rem;left:1.5rem;display:block; }
#XJQ2uXJwR72s3BATak8Fwr1fsl5QLeyN { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.6875rem;left:26.4375rem;display:block; }
#TgfO8LpCT2aEQaEWSbOKncWQUR0QtDxi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:18.8125rem;left:32.9375rem;display:block; }
#Dhb7ZlSPkGWhMyqpDCwN1T4UcodvDP4u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ghu5aHwWtw0Xdbha8UsAPLo1a9MMyZ4X { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.375rem;left:29.375rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UX3IIpHucIsaTtFS7MLVvLvO7unWTZF1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:28.250000953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lO2TqyfTghV69ua3sfd3h8waD6dZy7Ew { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:22.125rem;top:0rem;left:26.437501907349rem;overflow:hidden;display:block; }
#Nqaw7rD8NBGF7b8LlqWVX7LG3Rf2c8XG { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.6875rem;left:51.4375rem;display:block; }
#fFhUx4QZGkHpOHfE3UACbJguQUCFc0cd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.0625rem;left:53.25rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cm5mi9csgrbAN6X1VckbVG1kO3Lo5TIB { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.375rem;left:54.375rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3kRf0OqWIQ4X0PgZOBTzdFwcAPA9IZ9 { 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:22.125rem;width:22.125rem;top:0rem;left:51.4375rem;overflow:hidden;display:block; }
#bKPlDN3eKlXvaiqzTfhdH6VMmo7HNH1z { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.8125rem;left:57.9375rem;display:block; }
#S3LxZvZfeO7crfZUb5FBEtIcIDhfvAsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { background-color: transparent; background-image: none; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container > .video-iframe-container { display: none; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row > .video-iframe-container { display: none; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .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); }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { border-width: 0; border-radius: 0; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#B0PQv0ctA9MaiPqdDLUDVGznspcGrPoP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.390625rem;left:23.375000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vDSu3uSS2aPFoJDORtCKlGbvg4Rnmsip { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;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:12.4375rem;height:3.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.875rem;left:31.281250953674rem;display:block; }
#z8CJ261ISywXm3upQplekkIdqoRnu6bO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { position:relative;display:block; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { background-color: transparent; background-image: none; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container > .video-iframe-container { display: none; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row > .video-iframe-container { display: none; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .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); }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { border-width: 0; border-radius: 0; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .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; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DBdqv6XlHKtGEeOdqhbKM5wU4wMdSdxa { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.453125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5FHWBTW0O4TEoe1IUwBav3GrOWFsSlw { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.125rem;top:1.7191162109375rem;left:11.271462977953rem;overflow:hidden;display:block; }
#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT { 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; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container { background-color: transparent; background-image: none; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container > .video-iframe-container { display: none; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row > .video-iframe-container { display: none; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .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); }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container { border-width: 0; border-radius: 0; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 { color:#001623;display:block;width:61.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.46875rem;left:13.5625rem;height:17.0625rem;text-align:left;text-align-last:left;display:block; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 li:before{  }
#Kwm1M4fUU0V8RHy6OZTHK7a7DmJ7E5mT { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:11.25rem;top:9.15625rem;left:0rem;overflow:hidden;display:block; }
#Ulhh56QgkK3ebnxON6yXOlqheIpNAnmv { position:absolute;display:block;z-index:15004;background-color:#cc9832;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: none;height:19.25rem;width:0;top:1.625rem;left:12.4912109375rem;display:block; }
#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste.adaptive-delivery-prevent-bg, #JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste.lazyload, #JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste.lazyloading { background-image: none; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container { background-color: transparent; background-image: none; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container > .video-iframe-container { display: none; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row > .video-iframe-container { display: none; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .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); }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container { border-width: 0; border-radius: 0; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:21.3447265625rem;left:3.75rem;height:11.046875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#bvRf4C6hQIrzedunza5QaRbKJMK3JuoO { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:18.90625rem;left:3.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hD6DHGqvEFlREn5TXlMAHyt66SDcLRIL { color:rgba(var(--color-secondary-2),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:13.40625rem;left:6rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jkh18BrWR8esDzaT7VWDnyDnoQ2zAkto { box-sizing:content-box;height:31.25rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:2.125rem;box-shadow: none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BcMfikw99RNsSKT2MGB57vwSTAJLWObZ { box-sizing:content-box;height:9.375rem;width:19.3125rem;position:absolute;display:block;z-index:15026;background-color:#fdfdfd;background-image:none;top:8.4873046875rem;left:2.84375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#UE77epiAVRoTVfiOeuuQ3NdlBCAdxViN { color:#0c0b0b;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:9.7177734375rem;left:2.65625rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HspbZyw70ps2DAabmcmApiW7UDK1HR3c { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:15.966796875rem;left:9.0625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lNBVpWbT1dy8QLELZMUtNBJT6h5BPtxW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.44925rem;height:3.38671875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:37.587890625rem;left:3.7744140625rem;display:block; }
#t8p11o6HDVnSmxFtbKm2xDQQowD2BVFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwTz3xPTwLhkMICkZ30aJ7UtaW9i6K7k { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HIuxNVIOC9WhLS1PtZLzXWAWb5TKrqD3 { box-sizing:content-box;height:9.375rem;width:19.3125rem;position:absolute;display:block;z-index:15036;background-color:#fdfdfd;background-image:none;top:8.5rem;left:52.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#QN8kZHn9PNnK9OKudrdWcRNup5PImJX0 { color:#0c0b0b;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:9.4375rem;left:53.9375rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VeSrwxVHXa154lv2BGIPoeawDVewg7uI { color:rgba(var(--color-secondary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:13.375rem;left:56.6875rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WJkZAfelTi9Cx7O6lDfHAknnU0Ub1uAg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1;letter-spacing:0;top:15.9375rem;left:53.625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dN5xINLRpymterU8Ub5O8U6alTk5uJh8 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:18.875rem;left:53.625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Blxibv5SIBtXTPnkWeBdiTKeOFyidRIx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.44925rem;height:3.38671875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:37.587890625rem;left:53.7744140625rem;display:block; }
#wSafXGMppJi2haCLWPTQsvhW2xvw7JSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#COcg21KNFi756doQN30aPfawTwc4qFLT { box-sizing:content-box;height:31.25rem;width:20.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:52.125rem;box-shadow: none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:21.9560546875rem;left:53.125rem;height:11.046875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#D0CXKRpIkS2opbwvyARUrImUyg3B1hNF { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81210625rem;width:5.49960625rem;top:0.63359260559081rem;left:26.961715698243rem;overflow:hidden;display:block; }
#AeyAyvZwTKnyCNOkLAcpGiXiJdhHLPiM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:21.3447265625rem;left:28.8994140625rem;height:6.4355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#AeyAyvZwTKnyCNOkLAcpGiXiJdhHLPiM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AeyAyvZwTKnyCNOkLAcpGiXiJdhHLPiM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#i7o37z8EgITUc5mwVqzJT1nzMKt7zKAh { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1;letter-spacing:0;top:13.875rem;left:33.4375rem;height:0.9375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ktfITkFcT8PZEp1B1lC9wS5r6Ufh6ieQ { color:rgba(var(--color-secondary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:11.75rem;left:31.5625rem;height:1.71875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#feTDJiRu1O7m1Ecodr9gTEWQBMpGlcs4 { color:#8c52ff;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:7.0810546875rem;left:29.0556640625rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sl8PlEZbb0dwfS9GOdau6aT68oztucqg { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.4375rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:31.125rem;left:31.46875rem;display:block; }
#WeLEklNl9N8FQl2PBIqqh8vME2IvdSLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLdqkP00xTNb2THVL6DzFKsqQfpD2NAV { box-sizing:content-box;height:30.6875rem;width:20.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.439453125rem;left:27.6806640625rem;box-shadow: none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ckLRJnHZLgZlATIPhOMUIBTH6biuueCJ { box-sizing:content-box;height:9.375rem;width:19.3125rem;position:absolute;display:block;z-index:15027;background-color:#fdfdfd;background-image:none;top:6.3798828125rem;left:28.3994140625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#InE2ecopFZCtJcCh92pSBzKOTfD1Clo0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.44925rem;height:3.38671875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:34.263671875rem;left:29.330078125rem;display:block; }
#fn2hfCZvvwZlgrTq5eem35zIimLNIH61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n8Ok0kan14Sp1yH01D1u9UNbrb6XdJie { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:18.90625rem;left:28.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM { position:relative;display:block; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM { background-color: transparent; background-image: none; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row .container > .video-iframe-container { display: none; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row > .video-iframe-container { display: none; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .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); }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM { border-width: 0; border-radius: 0; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .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; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#upTJGBTdLBt6TlVTL7k9lloCW9W985HD { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.453125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOesl5D07X8mdQWvtQ4JAGl6mOhN5wbb { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.125rem;top:1.7191162109375rem;left:11.271462977953rem;overflow:hidden;display:block; }
#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy { 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; }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row .container { background-color: transparent; background-image: none; }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row .container > .video-iframe-container { display: none; }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row > .video-iframe-container { display: none; }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .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); }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row .container { border-width: 0; border-radius: 0; }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#fdD19q0qmc8pVQcqGlT2d9414iIAGpyR { color:#001623;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:1.0625rem;left:25.875rem;height:4.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ErT4g2fflcZFXHKecorRFxbxktesdolH { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.1875rem;width:22.875rem;top:2.875rem;left:0.75rem;overflow:hidden;display:block; }
#USDxrBhb99SueE4OLZesHlw9T6mthAoz { position:absolute;display:block;z-index:15004;background-color:#cc9832;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: none;height:17rem;width:0;top:1.625rem;left:24.4287109375rem;display:block; }
#SRFWTS8qoXD6sSmyrpnf67lzJk5qKmmI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;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:14.0625rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:15.125rem;left:25.875rem;display:block; }
#Rps4N8pPw9vJeT3spfWBhD0MCTk2PNqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7rqGvd9Z2MXeQAhtkymAD14ZwIdwoB2 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:5.77734375rem;left:25.875rem;height:6.497375rem;display:block; }
#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { background-color: transparent; background-image: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container > .video-iframe-container { display: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container { display: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .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); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { border-width: 0; border-radius: 0; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#A47t4n79nI7paBMeE3dsifEePEXMeocq { color:rgba(var(--color-tertiary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9062709808349rem;left:10.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLOR37A5lvg75xkwgdhiU2x4QRXxL9T2 { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;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.81210625rem;width:5.49960625rem;top:1.0714855194092rem;left:16.274608612061rem;overflow:hidden;display:block; }
#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { 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; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { background-color: transparent; background-image: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container > .video-iframe-container { display: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container { display: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .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); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { border-width: 0; border-radius: 0; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#K19DKDZbUc7RDFXTEnzqTRwABkTK8vqh { position:absolute;display:block;z-index:15000;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:10.6875rem;width:21.875rem;top:2.53125rem;left:13.375rem;overflow:hidden;display:block; }
#bggq8DbuTPxLwwU8ZQohUO49S06spSs9 { position:absolute;display:block;z-index:15001;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:10.875rem;width:21.875rem;top:2.4375rem;left:40.25rem;overflow:hidden;display:block; }
#ledECb0yEobAL4Kg786eeTL5O3brMSyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { border-width: 0; border-radius: 0; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:none; }#m31D5TsVZAhhHJEOoBv7FFXbravTlhoJ { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18671875rem;width:3.6859375rem;top:1.9375rem;left:25.062500953674rem;overflow:hidden;display:block; }
#WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:28.748436927796rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container { border-width: 0; border-radius: 0; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#SUCB4KMxrPUTLFLJVO8btDd2nA0Lb4Lp { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87425rem;width:18.9991875rem;top:2.3101568222046rem;left:28.062500953674rem;display:block; }
#g5ucc8ZllR6vX96fSNRL53keKNvy8eLo { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:3.5898447036743rem;left:32.405468940735rem;overflow:hidden;display:block; }
#cCQANBO243weF6729IJD5zr2Wm11GMP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { background-color: transparent; background-image: none; }#cCQANBO243weF6729IJD5zr2Wm11GMP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container > .video-iframe-container { display: none; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row > .video-iframe-container { display: none; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .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); }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { border-width: 0; border-radius: 0; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#Vl6bAq86hMWkKMfJzUWfbsPiSTDT5Sqv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vE1EZTF4z57WEkklz3RFms7nebAeyx59 { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;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.81210625rem;width:5.49960625rem;top:1.4480476379394rem;left:25.462104797363rem;overflow:hidden;display:block; }
#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO { 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; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { background-color: transparent; background-image: none; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container > .video-iframe-container { display: none; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row > .video-iframe-container { display: none; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .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); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { border-width: 0; border-radius: 0; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#soPpra6qySCpSTaF6qcGsSmJ72cHawCB { 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:9.375rem;width:18.75rem;top:2.654296875rem;left:28.123825073243rem;overflow:hidden;display:block; }
#vRK0X2IwUxebTviBxNQGv2zQgHZU7P2i { position:absolute;display:block;z-index:15026;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:9.375rem;width:18.75rem;top:2.7292957305908rem;left:53.123435974121rem;overflow:hidden;display:block; }
#cfEeNdAVcOcntdovmHvdDTmcaZtFV2md { position:absolute;display:block;z-index:15026;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:9.375rem;width:18.75rem;top:2.65625rem;left:3.125rem;overflow:hidden;display:block; }
#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq { 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; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { background-color: transparent; background-image: none; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container > .video-iframe-container { display: none; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row > .video-iframe-container { display: none; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .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); }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { border-width: 0; border-radius: 0; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#hEGxg5qoocBxuihsmudaN95UbVCBpZm6 { position:absolute;display:block;z-index:15028;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:9.375rem;width:18.75rem;top:2.6542987823486rem;left:3.123046875rem;overflow:hidden;display:block; }
#Jh7oQ1JN4kItsNcOBZToptPe4gynbW8K { position:absolute;display:block;z-index:15028;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:4.5625rem;width:14.625rem;top:5.0625rem;left:30.1875rem;overflow:hidden;display:block; }
#nXtZWQ1U2SSZaQFSO690sQ3zXMkXPua8 { 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:9.375rem;width:18.75rem;top:2.65625rem;left:53.125rem;overflow:hidden;display:block; }
#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc { 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; }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row .container { background-color: transparent; background-image: none; }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row .container > .video-iframe-container { display: none; }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row > .video-iframe-container { display: none; }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .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); }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row .container { border-width: 0; border-radius: 0; }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#O9P5CIMwyuaMQ6fXx86Rgir3d8oGB0Bf { position:absolute;display:block;z-index:15028;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:9.375rem;width:18.75rem;top:2.6554679870606rem;left:28.123825073243rem;overflow:hidden;display:block; }
#RpAuyblhNE1mskZ5OqZGVRUUu5Gog91r { 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:10.187125rem;width:20.7491875rem;top:1.1964836120606rem;left:52.123825073243rem;overflow:hidden;display:block; }
#K8bVIl7WDvedvdg7DO3cEKP51NviiUHS { position:absolute;display:block;z-index:15026;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:9.375rem;width:18.75rem;top:1.6015625rem;left:3.125rem;overflow:hidden;display:block; }
#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg { 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; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { background-color: transparent; background-image: none; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container > .video-iframe-container { display: none; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row > .video-iframe-container { display: none; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .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); }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { border-width: 0; border-radius: 0; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#TAnwSysi6cNEgn4FT7mxgRpdk2uP5Q3w { position:absolute;display:block;z-index:15028;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:9.375rem;width:18.75rem;top:2.65625rem;left:3.125rem;overflow:hidden;display:block; }
#BtM4Xqmx43uaytu8s0uSPdCh5tlm4Rhd { 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:9.375rem;width:18.75rem;top:2.65625rem;left:28.125rem;overflow:hidden;display:block; }
#aDKVeEHPqXBRPwkyLOQqCi1RQpfvR8Nd { 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:5.375rem;width:18.5rem;top:4.65625rem;left:53.25rem;overflow:hidden;display:block; }
#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF { 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; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { background-color: transparent; background-image: none; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container > .video-iframe-container { display: none; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row > .video-iframe-container { display: none; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .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); }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { border-width: 0; border-radius: 0; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#ekSG5Qd7EnkXvaGOaxnqom2hi2fx2RBq { position:absolute;display:block;z-index:15000;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:12.3125rem;width:18.375rem;top:1.1875rem;left:28.3125rem;overflow:hidden;display:block; }
#E8thLcfVddItd5uXpkcZG2kpecznMD90 { position:absolute;display:block;z-index:15001;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:9.375rem;width:18.75rem;top:2.65625rem;left:2.8125rem;overflow:hidden;display:block; }
#VpbxzWtCq6kn2cfdGtfx0ILNNwr6Od5k { position:absolute;display:block;z-index:15002;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:9.375rem;width:18.75rem;top:1.75rem;left:53.65625rem;overflow:hidden;display:block; }
#QTTup6XFWyzu837oJnzANSMb0rUVGGqt { 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; }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row .container { background-color: transparent; background-image: none; }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row .container > .video-iframe-container { display: none; }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row > .video-iframe-container { display: none; }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .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); }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row .container { border-width: 0; border-radius: 0; }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#aqAONVVLmyGcyvyN4hsTFhvyQBvAciZT { position:absolute;display:block;z-index:15001;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:9.375rem;width:18.75rem;top:2.6562519073486rem;left:3.125rem;overflow:hidden;display:block; }
#EUaaPCC2qJ2AeAoHwWleQ9oNbgmfat2k { position:absolute;display:block;z-index:15001;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:9.125rem;width:18.3125rem;top:2.7799472808838rem;left:28.343099594116rem;overflow:hidden;display:block; }
#V9FivR9tJrCbEEcyTDaZxJSHNaZ08z1S { position:absolute;display:block;z-index:15000;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:3.9375rem;width:18.75rem;top:5.375rem;left:53.125rem;overflow:hidden;display:block; }
#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo { 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; }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row .container { background-color: transparent; background-image: none; }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row .container > .video-iframe-container { display: none; }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row > .video-iframe-container { display: none; }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .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); }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row .container { border-width: 0; border-radius: 0; }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#rV8JtzolJFXB9VTNww2ndTGhCn37hH1P { position:absolute;display:block;z-index:15001;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:12.25rem;width:16.25rem;top:1.21875rem;left:29.375000476837rem;overflow:hidden;display:block; }
#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { background-color: transparent; background-image: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container > .video-iframe-container { display: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container { display: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .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); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { border-width: 0; border-radius: 0; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:23.280467987061rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bREJVnImr89Qa9NplVfZQGcb0eWAL8pP { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;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.81210625rem;width:5.49960625rem;top:0.95234489440919rem;left:17.024608612061rem;overflow:hidden;display:block; }
#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k { 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; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { background-color: transparent; background-image: none; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container > .video-iframe-container { display: none; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row > .video-iframe-container { display: none; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .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); }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { border-width: 0; border-radius: 0; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#v4vztgwLx79O6o61B5E9Mp96ea3OUHPB { position:absolute;display:block;z-index:15000;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:11.375rem;width:22.9375rem;top:2.8265628814698rem;left:1.0863265991211rem;overflow:hidden;display:block; }
#Q2CsLhkWXDW5s6ISab69t2Q9hsz2oQzy { position:absolute;display:block;z-index:14999;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:9.6875rem;width:19.5625rem;top:3.8250007629394rem;left:27.716306273918rem;overflow:hidden;display:block; }
#QZ0n49WfUx1gCb9c9JWrfxmnZEoh4TAD { position:absolute;display:block;z-index:14998;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:9.375rem;width:18.75rem;top:3.8250007629394rem;left:53.123435974121rem;overflow:hidden;display:block; }
#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR { 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; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { background-color: transparent; background-image: none; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container > .video-iframe-container { display: none; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row > .video-iframe-container { display: none; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .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); }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { border-width: 0; border-radius: 0; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#KC3sTyNbLetHI8F9zdHiA6xTKl7TnKFo { position:absolute;display:block;z-index:14999;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:9.375rem;width:18.75rem;top:3.7652339935302rem;left:28.123825073243rem;overflow:hidden;display:block; }
#mEWdJ0FxhEzJXpzTvwnuzeqZ290ugiUL { position:absolute;display:block;z-index:15000;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:9.375rem;width:18.75rem;top:4.28125rem;left:3.125rem;overflow:hidden;display:block; }
#LVz6NZsbmEVbhuuJZ8vPE4agxqfAA16E { position:absolute;display:block;z-index:15000;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:9.375rem;width:16.9375rem;top:4.28125rem;left:54.03125rem;overflow:hidden;display:block; }
#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb { 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; }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row .container { background-color: transparent; background-image: none; }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row .container > .video-iframe-container { display: none; }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row > .video-iframe-container { display: none; }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .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); }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row .container { border-width: 0; border-radius: 0; }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#u6CAyPq0rJkSpqdCpCUX7wiyvOfT0zJX { position:absolute;display:block;z-index:14999;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:15.6875rem;width:15.6875rem;top:1.125rem;left:29.656250476837rem;overflow:hidden;display:block; }
#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { background-color: transparent; background-image: none; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container > .video-iframe-container { display: none; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row > .video-iframe-container { display: none; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .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); }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { border-width: 0; border-radius: 0; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#tfez5X1DeKnVvk5GMH59O3GcARmTyBIQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:27.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWaWoLhgeQacgpxyeys1WwN3aMJxuyaL { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8109375rem;width:5.4984375rem;top:1.1882820129394rem;left:22.263278961182rem;overflow:hidden;display:block; }
#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { position:relative;display:block; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { background-color: transparent; background-image: none; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row .container > .video-iframe-container { display: none; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row > .video-iframe-container { display: none; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .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); }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { border-width: 0; border-radius: 0; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .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; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .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:13.4375rem;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; }#FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:13.0625rem;top:3.875rem;left:2.84375rem;overflow:hidden;display:block; }
#VyThDPElzPeG2yAPfJWhLF1TVTecicvM { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:13.5625rem;top:3.96875rem;left:21.625001907349rem;overflow:hidden;display:block; }
#DhLxHNe3ocJZizvToMmG7T9wBOD9zPP4 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43671875rem;width:16.187125rem;top:4.4988288879394rem;left:39.439453125rem;overflow:hidden;display:block; }
#toEB4ltaXxOCaMwUMmx1OzMSglAQermT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:13.6875rem;top:5.1250009536743rem;left:58.781251907349rem;overflow:hidden;display:block; }
#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { background-color: transparent; background-image: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .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); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { border-width: 0; border-radius: 0; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:33.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyRK2QlzJevT5slPVseJcNayFGI93gfN { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8109375rem;width:5.4984375rem;top:1.40625rem;left:26.760936737061rem;overflow:hidden;display:block; }
#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { 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; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { background-color: transparent; background-image: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container > .video-iframe-container { display: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container { display: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .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); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { border-width: 0; border-radius: 0; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#SNJGqaiV5TTd16KFpsScIZnTbVWulI4I { position:absolute;display:block;z-index:15006;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:9.4375rem;width:9.4375rem;top:4.1875rem;left:2.375rem;overflow:hidden;display:block; }
#GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.375rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmJK7cdpiVm5Ly5WTSO2aMslO9OZDtXL { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6rem;left:14rem;height:3.1875rem;display:block; }
#x6PEfHTq1z5Dx8Awq2v1KUAKApTGzp7A { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.875rem;left:13.999218940735rem;height:2.53125rem;display:block; }
#JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40.562500953674rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:39.474999427796rem;overflow:hidden;display:block; }
#NuZPCenQmszDgptdK6Mh656gyF1RAT9u { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:51.812500953674rem;height:3.1875rem;display:block; }
#iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:9.8125rem;left:51.812500953674rem;height:2.53125rem;display:block; }
#hfvrnNaTik8SoywutzdNumh7uoWkVriW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW.adaptive-delivery-prevent-bg, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyload, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyloading { background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { background-color: transparent; background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .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); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .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); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { border-width: 0; border-radius: 0; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::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; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.018750190735rem;left:14.717968940735rem;height:2.761725rem;display:block; }
#rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:3.5867195129394rem;left:2.3125rem;overflow:hidden;display:block; }
#M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:10.300001144409rem;left:14.686718940735rem;height:2.53125rem;display:block; }
#qocGsDisP57ahusut99kVzQSBpAeLaJp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:9.78125rem;left:51.687500953674rem;height:2.53125rem;display:block; }
#CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:3.2062511444092rem;left:39.675000190735rem;overflow:hidden;display:block; }
#Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:51.6875rem;height:2.761725rem;display:block; }
#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { border-width: 0; border-radius: 0; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:none; }#BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:37.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p74LuedKI5qnSD4xb3MMc3dMDF5sHd9B { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;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.81210625rem;width:5.49960625rem;top:1.1437511444092rem;left:31.774604797363rem;overflow:hidden;display:block; }
#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { border-width: 0; border-radius: 0; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:none; }#eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { z-index:15026;top:23.75rem;left:10.75rem;background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { z-index:15027;top:27.25rem;left:10.75rem;background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { z-index:15028;top:31.0625rem;left:10.6875rem;background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.0625rem;left:9.5rem;height:1.6253875rem;font-style:normal;display:block; }
#UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.0625rem;left:9.5rem;height:1.6253875rem;font-style:normal;display:block; }
#p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { z-index:15025;top:20.0625rem;left:10.749999046326rem;background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.5rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { z-index:15026;top:16.375rem;left:10.75rem;background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { z-index:15027;top:12.75rem;left:10.75rem;background-color:transparent;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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.4375rem;left:7.5rem; }
#kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.0625rem;left:7.5rem; }
#yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:20.75rem;left:7.5rem; }
#xmRoh4q7QmftghRR7shp75Iga2MKasoR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:24.4375rem;left:7.5rem; }
#swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { z-index:15028;top:9.0625rem;left:10.75rem;background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#MChI8DLthx1OBqTplCex684CfCc44adw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { z-index:15029;top:5.25rem;left:10.75rem;background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.9375rem;left:7.5rem; }
#VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.75rem;left:7.5rem; }
#ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { z-index:15024;top:1.6875rem;left:10.75rem;background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.675rem;height:3.6125rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.3125rem;left:7.5rem; }
#VokhiWcompTkXfvmA3KVTPW3G4X2Slse { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.25rem;left:16.8125rem;height:;font-style:normal;display:block; }
#ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:27.96875rem;left:7.5rem; }
#hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31.78125rem;left:7.5rem; }
#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { 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; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { background-color: transparent; background-image: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .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); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { border-width: 0; border-radius: 0; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.46875rem;left:31.406251907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.460083007812rem;left:32.937501907349rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2rem;left:29.5625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { color:#001623;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.525039672851rem;left:7.875rem;height:1.625rem;display:block; }
#vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:16.4375rem;top:0.81253814697263rem;left:5.875rem;overflow:hidden;display:block; }
#cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { box-sizing:content-box;color:#001623;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.5rem;left:14.75rem;display:block; }
#M41TRASdImGQhEyuOHnsRryicCaBPfTz { box-sizing:content-box;color:#001623;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8.25rem;left:10.875rem;display:block; }
#DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { box-sizing:content-box;color:#001623;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.5625rem;left:7.125rem;display:block; }
#tuTyaQFB6lqTUZuyvzeuc22gbPwwRaNJ { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:1.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:13.142360687256rem;left:31.875001907349rem;display:block; }
#xglTsrdViKc8He8TVKfsMRyJCK1T0Olr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hBX231MHHkB2OxqsHZdRsMM3ShnTFPvx { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:1.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:14.805557250976rem;left:30.093751907349rem;display:block; }
#Cwhz8OWeIT85zTlGXJ4Cl3Cm99t7enCF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 { display:block; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWIB4c50Kqu2Ledo1XNRuB6OQfUFBNxh { width:10rem;height:2.8125rem;top:0.625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8wWlE9TTEPqVLVNJdDSG640aZOIE2ln { display:block; }
 }@media only screen and (max-width: 763px) { #dO42PkRoTpX0dT9cV4B0m9mMk4xcJtwL { top:0.3125rem;left:0rem;width:9.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #G99KSsiishwg6Ht6414mIrevJgrbBwFa { width:7.5rem;height:2.625rem;top:0.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDQLG9VUawbhn3OTnoLgSZ5gDxX9tc2C { display:block; }
 }@media only screen and (max-width: 763px) { #rIibXm3zV6srvoUIiomXTV5nTnZzTWEV { width:5.9375rem;height:2.625rem;top:1.25rem;left:19.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZziPwtuViczbwARohSt1fRTIOZ53VGhS { display:block; }
 }@media only screen and (max-width: 763px) { #TwnzpwRkeHzvDtDtedQV43wkuwDCGGCR { width:5.375rem;height:2.625rem;top:0.875rem;left:31.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7PeM5K8fr4Sgy3KGTPxwg17t1X8nqa { display:block; }
 }@media only screen and (max-width: 763px) { #AJPHAkByCwXuE2Mnm1rQ2qJwQcU6kBhg { width:5rem;height:2.625rem;top:0.875rem;left:39.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCA6VnXSpAmTm8M8FZd0PXeMKKgcg2MT { display:block; }
 }@media only screen and (max-width: 763px) { #Ryqfy1VrXzATwIIVkIvs1lHtOBiCVpum { width:0.1875rem;height:2.625rem;top:1rem;left:19.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4BTG8ypV2Jgxf6Om8fll49QfTcQeVIk { width:0.1875rem;height:2.625rem;top:0.9375rem;left:30.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atJ5Z75cm0XT3v4d6NxlwNVbT0mz81Tm { width:6rem;height:2.625rem;top:0.9375rem;left:12.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysMFpes5VDkvZExMAvFhzMOL3KtlKOAH { display:block; }
 }@media only screen and (max-width: 763px) { #bF1bbRx0Vsb6WWGe3SIAbyXKRgE4Fzf3 { width:0.1875rem;height:2.625rem;top:0.9375rem;left:12.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLxzuac7KPNyLHkWb6ERGzGFi0CbLJO5 { width:0.1875rem;height:2.625rem;top:0.875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7XHDnqEabx8Kl8bLRIfXiteAAx8kT8T { display:none; }
 }@media only screen and (max-width: 763px) { #QL6wHL0LRxin1vfanKKMDE8neh0exc21 { width:9.375rem;height:2.625rem;top:0.875rem;left:20.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqQsMCJTwR9hCwas3600N0c9kAOQqcKk { display:block; }
 }@media only screen and (max-width: 763px) { #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { display:block; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8PhPlrx15deTamglTihKfMu1S9B7y0q { top:5.5625rem;left:5.4273414611816rem;width:37.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { top:22.1875rem;left:10.569530487061rem;width:25.875rem;height:5.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIViIOPgzIdgufD3cp3dL72UeFUSh3Sq { top:27.5rem;left:12.978904724121rem;width:5.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJDaCI8tB4o7mE60aforTLzdBmIdhaQW { top:32.0625rem;left:2.1027336120606rem;width:45rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .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; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .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; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt { display:flex;width:18rem;height:5.0625rem;top:50.5625rem;left:20.27187538147rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #NlzDdkTyoD4kMdzn1x7FOrWoRiSxVzEI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #LUrOHdRFl5DDHSu2whqbhusACdUZ6qB8 {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #UxR8C7GadH7xKJ2TiWqzJXhPzvuGTOPQ {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #irNi7MucFgEULpWFsl1eF2rS0H3fBAIL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #t13iTkpPDy2biCIN6T8iUwcZBwEzrv1I {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #CRGbBnHikiM2fEJu9GSOWe2fmNXq5S0D {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #opMdMvMXVTXEmrL9htT14QX5ZnPH9VIb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #McKRBTZPG6CiDI2HFlqUQBEzA6zOnq5Z {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #g1ylgazsnQBNTbAiMuavTK0FSQqr7Jz1 {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #q1g41U5RuaLnS1mqBa3XPEIrR1BIa1KE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #Lf2ZHznf5Uy5zVPERK2KzsOi6soClnnQ {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #vdGF7b7suMtOzMMMccu3AwR0tLWTBB9H {  }
 }@media only screen and (max-width: 763px) { #nXWzi7nS9AO2aBRI3AZ5gpM7kgz7dty5 { top:33rem;left:16.823822021484rem;width:0.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6wLbqGoDPT805pSNmIoJy0uobTZCMN2 { top:32.9375rem;left:33.949607849121rem;width:0.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTrUHRKQlRxovVAhdpbQVKBvhek0AzHF { width:9rem;height:2.875rem;top:33.25rem;left:35.811714172363rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9mQCOqS7vphKCcamnBmAD6ATLdJwm4f { display:block; }
 }@media only screen and (max-width: 763px) { #hWO68dAH7BsT0VXHoyWavFitcqDxVf9F { top:34.0625rem;left:3.5921859741211rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 .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; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 .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; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 { display:flex;width:18rem;height:5.0625rem;top:42.375rem;left:14.820831298828rem; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #Z0T1TTPPA3LbfHAUKgubeXp1tsL2PdMX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #ANAtLZnJ40mS7sJNoQpuIygfsXvLWoog {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #FlUlBLBnlmH7OUVP5dFk5H5ke4BBCW46 {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #sNiCi2IGdmIcVPRImkCPbHS7yE3ILv0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #Bsfd57vO6fnlyxyMQ1JgmWavW9RG9sp5 {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #SUZFNCwdLhbf3dAcmRGm8NRHBwt4wegH {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #G7clBwlZQRQTiir4IvPvhaN0XdMMAih1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #SK7hDyv69DJIe3JbCKlpGEzkqqlvCJxw {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #CnG8BmFJhyXt2fVaypbZZGyors9vykPM {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #fxwLRag54KSMfIrRlFwJXoJgLpIz42UR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #W7fvaVaHJK98f8uP0L6NoTNMLRSU3w7O {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #FcTbbFEpgKOV37E7pzpr96wmmoJMKmui {  }
 }@media only screen and (max-width: 763px) { #rZuBRh8rtuIU9FokzwSni3kMZ1w945E9 { width:0.1875rem;height:2.625rem;top:23.625rem;left:17.999214172363rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1gRwqlHKwnX8hoH6Iu9ozAAPAe1glCV { width:0.1875rem;height:2.625rem;top:23.625rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeTrVnwyT5OOfsiIv1e8ySrUl5qdyZKi { top:27.75rem;left:16.705467224121rem;width:19.8125rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyN4wyEF1KH8NsgmeM6gMf2UR8DqAbdo { width:0.125rem;height:2.625rem;top:7rem;left:45.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOx6T9POM0ZNOGSmaDry9WWUiH1I3t6u { top:4.5625rem;left:0rem;width:18.8125rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3MJwlzqEXsohh9phXySpBUZRQUzTu8Z { top:40.1875rem;left:12.8125rem;width:25.875rem;height:5.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ZSzRIfEGrzJTeGGT0HdXFGRRfsDcSz { top:47rem;left:15.603515625rem;width:5.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf7qXdnmPWwJM1BvqSG0oTZcqzrNsJ10 { width:0.1875rem;height:2.625rem;top:41.6875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnwUQUG9kyP6Vk0S57BpkMTR5Kp3tlSi { width:0.1875rem;height:2.625rem;top:41.625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMoQ9ZEr2gnW3UUqlTm7xkNVxhD2MvNo { top:40.375rem;left:8.791015625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBtxGewgCwZVJtEwQgMJ7FxSk0DdToAJ { top:39.8125rem;left:9.375rem;width:3.5rem;height:6.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B04iDQEemKQn8ltWvroXgJ5bBSbA8GFC { top:43.25rem;left:22.998046875rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { display:block; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV01mNicvp70IoqI4EzolKoHy1TzTgER { width:32.3125rem;height:38.25rem;top:1.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXGhGSnxPkSuZq2Vsg0GStHM2Hz6sMyG { width:18.75rem;height:4.0625rem;top:34.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKei9eG9ouwUiEIaqXaon2uXW4vmxgJ { display:block; }
 }@media only screen and (max-width: 763px) { #XOU1nwOm0TRQH4WtpfnR0woUaCfNXB4q { top:8.125rem;left:23.875rem;width:15.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISoXZCzCi817kKZhFpcToaCB3rNXuoSV { top:8.1875rem;left:32rem;width:15.5625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhgOtL1oJpSeggRTi1uesR99bSNWaHAC { top:20.25rem;left:31.9375rem;width:15.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev9EIvQvzXd2SKmf5UTkl4ddRFuHGI83 { top:20.125rem;left:23.875rem;width:15.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFvPF9C75VRSId4CcTxFwRWwhzOVWT1M { top:2.6875rem;left:14.8125rem;width:32.9375rem;height:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { display:block; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG { display:block; }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfW9FONCoOwTNUA0sGFTN1uD2vanOpXz { top:3.5625rem;left:3.15625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5TE6VaqAN4IkVk6sTQBsCCclxyObWN { top:2.75rem;left:18.3125rem;width:17.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ITPUehoDwcExT09K3Qx39vdFAnn9mw { top:3.5625rem;left:38.96875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okaWLkLpIyBPTn99x3ATXTul0S7ms8VA { top:3.5625rem;left:27.03125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7l097NVk14o6OdX2ryWsJoh6LdXzpZC { top:3.5625rem;left:15.09375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlkZO3kUq4mLgmazLHGmWlN7awV3CS2R { top:2.5625rem;left:0rem;width:17.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TulKeVBJ69n8X7VS1mM1TNpSXOgwznwf { top:2.5625rem;left:6.375rem;width:17.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxETyHmmlv8kBAb3RHiIwWbRyKPkI0Qg { top:2.5625rem;left:30.25rem;width:17.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylWASDcA0p8sKlI7RSsD5NFoH0IRHsAJ { top:11.5rem;left:0rem;width:13.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS49kiDcd6SdmSIxXWn4HcgCCagvPnvo { top:11.5rem;left:11.4375rem;width:12.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOAOoQ2AzgvHnaMRaLNc0ATOHk0SVvgm { top:12.125rem;left:23.375rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXOyWRX2z2P4i4TcWzOHlteCNaLdZMuR { top:11.5rem;left:35.3125rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUNw0zNsddQqCgH723q368olcv3PNPgQ { top:14.0625rem;left:35.3125rem;width:12.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWX814aV0fRl4XswTfaQTem0rBve3mE { top:6.6875rem;left:6.625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSLnlsD8VoKzvB13IAsCw8r5EKcf1alg { top:6.1875rem;left:8.5rem;width:3.4375rem;height:6.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2by9zwwmkTum96yvEi1skuX2hkVR5Ne { top:6.6875rem;left:18.5625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkc1UxkglSdfIE5rFiX6vHAlTutCGOXp { top:6.6875rem;left:30.5rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZhEckuTSCKUTsOsQXFkXmqZBgkQNpU { top:6.1875rem;left:32.375rem;width:3.4375rem;height:6.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONgaSkrtbuU79mTSkpkm2N9R1orLQJZg { top:6.1875rem;left:20.4375rem;width:3.4375rem;height:6.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7QbALy6reIseeUZDNIwgTTpL5I6zToA { display:block; }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdzHUW0CRfz0KABVHVanXRFwQAVGdRAJ { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB0lCy4b3qo57TN7kEUEESd779DWfeTX { display:block; }#ZB0lCy4b3qo57TN7kEUEESd779DWfeTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX3TTbX1E9MnIrpGyvxsOg2BfWxERRTD { width:14.9375rem;height:1.9375rem;top:0.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDTdGeCiSgzdZtBXT9i2fgwBBrUJy2Ml { width:25.75rem;height:3.9375rem;top:0.5rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFuHTrcppCgHPkcPGWIxaMA1pCZbJGzT { top:3.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { width:5.75rem;height:1.5625rem;top:3.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ8Jpc57ZzWgHqL57ThaNQEncnRanqno { top:3.1875rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ot6Ieuaa3i9hHpINvS0LiN7iMWVrARh5 { width:5.75rem;height:1.5625rem;top:3.6875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGxazffzA4mvaASFQ3Xc0zTT096mrTA5 { width:33.9375rem;height:3rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drRxy78bmMPbeJESBLAraFTadWlmB4Io { width:35.9375rem;height:31.5rem;top:11.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0bFxUy37rmBdGgD60f9f2KFqQ2KFSLx { width:33.9375rem;height:1.5rem;top:7.5625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS3fhHht0GvBxd1ix5NNbMco5AKl4DRh { width:35.9375rem;height:14.4375rem;top:10.8125rem;left:11.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 { display:block; }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ { display:block; }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfA3iogJP9wNefvCPEiiKUR7lTyfua0t { width:26.625rem;height:1.9375rem;top:1.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXu5VKKp5Dn40EfZ28xpChJWEQ39Uvkb { top:0.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ow8UvqiLkDQbztE942NE4W0rfJ7DNsOa { width:5.75rem;height:1.5625rem;top:1.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN { display:block; }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX { display:block; }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s45QS7MItxQbCM4VQphDPsQ6TKoSvc57 { width:47.75rem;height:2rem;top:1.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #II7oAGT53i9mpEy26TM6CiiwiT01J7CA { top:0.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bzv7K5Pp5cJ3AOut6SI6sKTe7gViXNKG { width:5.75rem;height:1.5625rem;top:1.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 { display:block; }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { display:block; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { top:7.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { top:6.375rem;left:0rem;width:5.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { top:6.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { top:11.4375rem;left:0rem;width:5.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { top:11.4375rem;left:0rem;width:40rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { top:14.8125rem;left:0rem;width:6.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { top:16.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { top:14.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { top:1.6875rem;left:0rem;width:6.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { top:1.6875rem;left:0rem;width:36.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { top:3rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { top:12.75rem;left:0rem;width:46.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyz3tJr9PQPSZTSr4dQAABQyUk1JSyfc { top:47.625rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9hRbnvB9FPNabiIOvuT2sqlarZQhM2w { top:29rem;left:0rem;width:6.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTiyDnrVDGMeHtNV2sF1TUOCN8SI6770 { top:29rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsD6EGI2ocQ5oQanXGWtbx4pZnNRZcuP { top:30.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdSgMlE90S1wnlMT0Mum4isZU3QIzShH { top:20.5625rem;left:0rem;width:47.75rem;height:7.375rem;font-size:0.75rem;display:block; }#xdSgMlE90S1wnlMT0Mum4isZU3QIzShH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad1d4fd130e0b853f1079565ec36d28a330b92e4.svg); }
 }@media only screen and (max-width: 763px) { #AmpDplzh8hyWoBuFSEks6PKfGe1iAfch { top:18.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH { display:block; }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd { display:block; }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm7Ttotqsk3oF1VTx80TJXfeshWxdNaZ { top:2.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uK7l96I3TnWEdoF2byBOnHBi5sWQUvpm { width:5.75rem;height:1.5625rem;top:1.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDMOLf93Tffph8qnTg91TGd94n1J5WHg { width:47.75rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLI0KcdZ3s66etBmlu22HVHmXPmIh75I { width:47.75rem;height:2.625rem;top:3.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFyING7TlD6XCiR9zfBmZVtekxrgOfZB { display:block; }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc { display:block; }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t88s7GlckO9d7yLB7zeU9Jm2LMDTgzJ7 { width:47.75rem;height:1.9375rem;top:1rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngTFyFHpWy26BFhg2zTJTilLSkedsOPa { top:0.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Udhz5CWSGQ4gXTxwnTq2AJzu9roh6N0W { width:6.9375rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1uE4BUnDk4lL3nFyqogpNnNPXTgTk5I { width:16.25rem;height:2.5625rem;top:0.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSLnuoQpaxxNxXR6CEeEcklhBvWlUf7c { display:block; }
 }@media only screen and (max-width: 763px) { #fTvWHJcDctOh2QTc39D398TBOmpnNEfK { display:block; }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO { display:block; }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixNhxHwutZhXAk30mCFOkpOlRglO04co { width:47.75rem;height:3.9375rem;top:1.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS7R0VS1Ni8PMB0fwZNWyw6lUsrIfpZV { top:1.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGAOwqFSLPb3NtwRBTE9klzD8doEw5cO { width:5.75rem;height:1.5625rem;top:2.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS { display:block; }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJZnENdSnN3zJrZDlmQ4NJco4mNzPQht { display:block; }#KJZnENdSnN3zJrZDlmQ4NJco4mNzPQht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOa3wFPkKxB6me7z8K2KCSQ03mcNGrSn { width:14.9375rem;height:1.9375rem;top:0.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIli429nhADylAvJbCxLNDLwiz8khCEG { width:25.75rem;height:3.9375rem;top:0.5rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBcAGtbyN75k2wh6lP1ZB12SN0Eyw4v { top:3.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJZp7hwkLBhScNEI7WHXaAtxnniqWL8X { width:5.75rem;height:1.5625rem;top:3.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuszSuVOCqGGTKSKu4kLZ8ywTDmz900I { top:3.1875rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVlMMwv0GdG3w053teVBnJN2UEggyZZ1 { width:5.75rem;height:1.5625rem;top:3.6875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwtO4KD3tlnz22RtLkgS3SDqpUx4GeLd { width:33.9375rem;height:4.5rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLIR73lgsAgW4lWtogkoBmavMRZvo4mf { width:35.9375rem;height:26.25rem;top:14.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P26woZtyxxWPg1gFPWSLAGTuT1TD0THN { width:33.9375rem;height:1.5rem;top:7.5625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCKNOqR79p90Xl6ekh8Eo3z2ADNEkMAN { width:35.9375rem;height:14.4375rem;top:10.3125rem;left:11.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR { display:block; }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUJrptL0EJpJAhENDretsBNIhaxCtyEV { top:7rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHSrDVRL1rMMFoNfPDhBCrJ0U4kFH523 { top:5.75rem;left:0rem;width:6.625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWrLUN8LB2QmbqIiqpRhycVbZzisMpM4 { top:5.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4DVwp3tUl4JHt2XGQQZ98KaatrwSpQq { top:9.8125rem;left:0rem;width:6.75rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNFdPNAlck16t6iGJiXHGf2XmQ3Wf385 { top:9.8125rem;left:0rem;width:40rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m55IGOblTvNMWgSDwVGS0Ipmeo7s2f3k { top:14.1875rem;left:0rem;width:6.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezU88LkPbzcITGy1GRmWUwtcZazzhBGJ { top:15.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y37vmDg81oonKtGyNkZ2VEzCPhVoJcPa { top:14.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtpCTBb4KUgTgZszXuKDDoU1konpv3rz { top:1.0625rem;left:0rem;width:6.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwSMVTPg6tw8m4SMwdSTSTGhytnT1Vzy { top:1.0625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvclgiJtGTV6GfIqa4fbAHLni5CZ7Nho { top:2.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao54EeKqayHH4b0Jh19wwJ87L6P0oMcB { top:11.0625rem;left:0rem;width:46.9375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTHATBg3eDoxOymSyfGbrf9NtH7l5TvU { top:47.625rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkv9UUdl8hZcfO5733lDuBoADDNxEyAR { top:19.8125rem;left:0rem;width:6.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXaxJ7rsoDtdbxpnrtkUESa36K3ZdEtU { top:19.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d04slAHUEf2iIZsmCWvlmRbPGLbPqT2T { top:21.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9SIDHp3oEnhQuyKwl2fzVtmJhvJDzqT { top:27rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETkayoxlTFZ6ictBJnysBlpPZ205ZTT { top:24.125rem;left:0rem;width:6.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiZXszzOO3fzghg4ZJrXw7mwHItVmvsW { top:24.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp0d4uMzRQQsRUNzO3ITeoTcD1UWZQXv { top:29.1875rem;left:0rem;width:6.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkgSO2vcZafNs3mL9krLAtOXV18Hggwz { top:31.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGda7KXONy9TS0Hd1XgkOorK59T9riVn { top:29.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6McltQt955kQ1t13L8xI1StgRAPMCdl { top:33.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGl0PgqAd0w1vLC2wmocZ7DnDbiUWxH { top:34.9375rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#TXGl0PgqAd0w1vLC2wmocZ7DnDbiUWxH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad1d4fd130e0b853f1079565ec36d28a330b92e4.svg); }
 }@media only screen and (max-width: 763px) { #cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh { display:block; }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWwprJinJakcfkGq9RoqIu4c5cXd2gEz { display:block; }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCrt5oHqzgqFXvWxSTZDd2I154RRL3OJ { width:26rem;height:3.9375rem;top:0.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xexNPHF86wbvNBcHb5mTHFisxDJLM2UF { width:25.75rem;height:3.9375rem;top:0.5rem;left:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONJSnpboRzukr6yoI9qFWMPfzDDOQFNm { top:3.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXHDaAHy3FhicOfLuzVTGg1DxB6ZX7kK { width:12.4375rem;height:1.5625rem;top:3.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #In5cAvid7E4k7d9M4lQxrHproV6CVCSN { top:3.1875rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJCIx8NLZmPsRTMavSl96rWmXBLTypaM { width:15.0625rem;height:1.5625rem;top:3.6875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrCcwmtPQmkpFCViQqTsi24TGEQpwDFS { width:33.9375rem;height:1.5rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmWs2BGapr69WVXxIimg12Pt9ocU26HH { width:35.9375rem;height:10.5rem;top:9.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLe1rfpEyqS85cTi8IgGzJx9KR4zUrQk { width:33.9375rem;height:1.5rem;top:7.3125rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRkkbByZ5pJDLQNURCGuPT0RhgbuGx0Z { width:35.9375rem;height:9.1875rem;top:9rem;left:11.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtClt7Q06v0dC2P7SqaMqtaWeqJppybI { top:3.125rem;left:15.6875rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6N2iTWFk3XZAqWLC1clecJeC1bNKUMT { width:9.9375rem;height:1.5625rem;top:3.625rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfzLexOhQwQAT37zXKaJLA51o6VnPISf { top:3.1875rem;left:39.1875rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9qWHIGRXNGZ4DnsLRtraWqN8JhbLbIv { width:12.375rem;height:1.5625rem;top:3.6875rem;left:35.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB { display:block; }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb { display:block; }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8zONHSUe7VCN5ETGJylDcS9ffBp23dy { width:14.9375rem;height:1.9375rem;top:0.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPmcsNWW51o72duAAwSZZIe5TWpxNDml { top:3.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBQFDZrTPyD49BtwNVJQDxuThKXp4B0D { width:5.75rem;height:1.5625rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAauW5NaXMGKeAzChdXJzS4s2QIkf34g { width:47.75rem;height:1.5rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWarn6IT4tgJmT63nFdF1V2DWhexHxoN { width:47.75rem;height:3.9375rem;top:9.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUL1kirvOZZgF5rrWClFIIGuhQie6BR { display:block; }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO { display:block; }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J55nRXD9D90aixAIQxrcr0huTuv8Apb2 { width:14.9375rem;height:1.9375rem;top:0.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwLmu54yhmnqC7fF7alKvMdGyTSIFMOE { top:3.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P34EhCm2XaGXJVfC663RmpWT3pe101cK { width:5.75rem;height:1.5625rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akwhiKIitORizbr7noG0ckdHwGXEsnBd { width:47.75rem;height:1.5rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ciTMUPZNZxNSHM7z3pKi923n0VCoZ1 { width:47.75rem;height:1.3125rem;top:9.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch { display:block; }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir3SPsGLJBQptd3KplibzugFf5e5qD6E { display:block; }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN0yTu5FSMbVw9pOrobZ79CpIpIhUOWI { width:26.625rem;height:3.25rem;top:2.75rem;left:20.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC6DlyytyZZ5mvJ1RZmXP3oVnaaq4nzu { top:1.75rem;left:1.6875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuIJZZQLPqbxrTVXb1npeOopV4oPUolT { top:1rem;left:2.28125rem;width:3.5rem;height:6.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQb27MTGAbzvOR8hkyz5kztEPU7kuJmX { top:2.75rem;left:7.71875rem;width:13.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwcB3QPrLRTOfTiBDOnPw5wzLIkHgCUf { width:0.1875rem;height:2.625rem;top:3.0625rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kse2bPFBHiCTMkcgWFm0IUWR05P20xEF { width:0.1875rem;height:2.625rem;top:3.125rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHKyUqf0611awh5wrfI42hHfGek26ee { display:block; }#ZTHKyUqf0611awh5wrfI42hHfGek26ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS { display:block; }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsitiaTG1lwRl03GVNOyvUG0BA5DhPln { width:29.875rem;height:3.9375rem;top:1.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvJIwuMUn4fmZJZ6BO1p18UPWz5h9cAg { top:4rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWBE7MTxFJdDt0uI3HopZS5tfSH0FFMZ { width:12.4375rem;height:1.5625rem;top:4.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98eT2QJpQqnRwZ9XWKPxDsVrLRNg4yZ { width:33.9375rem;height:1.5rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSMDB4J4W0U7lxIDqzh4cyWkQLK3a0Af { width:33.75rem;height:9.3125rem;top:9.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFG5xtF9Qg0TTKsTILqkloGcQk5NTAus { width:33.9375rem;height:1.5rem;top:21.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c00qgTWzuAdVnqTBfAtV3icJ32zNGxXS { width:34.8125rem;height:;top:23.25rem;left:0rem;font-size:0.6875rem;display:block; }#c00qgTWzuAdVnqTBfAtV3icJ32zNGxXS li:before{  }
 }@media only screen and (max-width: 763px) { #VfRqnZqJQIxa98Ucr0hJnxg8K81geCKA { width:30.6875rem;height:19.6875rem;top:9.375rem;left:16.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LmXDdoimsHpHd7WqZ6CTrOVQCkQyG3 { width:33.9375rem;height:1.5rem;top:7.0625rem;left:13.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfeydVSVeoQJEflHgSsDBmFXdNoGGpnw { top:1.25rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF69AS9ni8lJHIExbOUkWPNuQZpArkEk { width:33.9375rem;height:1.5rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMQX69kZ1Dg33BJxTUr14Wvepg7T1nhp { width:33.75rem;height:6.5625rem;top:42.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqukHCAnpbVDMVfD5VDE3Oo7l07iUzbo { width:33.875rem;height:1.9375rem;top:50.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVVN6AAKUSUtW3xE2zFeAq7PhVH9MXfK { width:8.9375rem;height:2rem;top:76.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXmXcfVQ4h9WvoGkkFET8AUm4giO32Hb { top:54.3125rem;left:0rem;width:15.8125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlsHqOzTiaImclAToTazThoRJb4GXKd { width:5.375rem;height:2.3125rem;top:54.625rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6fNvFVGB5xc3pvl71qihMZLIvrF7m4u { width:11.4375rem;height:2.625rem;top:56.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vldpX2CZgG7QHxyOBMyvTV4Lxi63iCVb { top:54.3125rem;left:8.375rem;width:15.6875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgI4tNcOGBHFz6cqWuhWM1GIx0rKes9 { width:10.75rem;height:2.3125rem;top:54.75rem;left:13.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEa21LHP4z4P30Wtb0aLUJEIurlQnPzb { width:5.4375rem;height:2.625rem;top:56.875rem;left:18.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFVzX9zrmL7SDwIdopDm9ObvmQzFWcvl { top:54.3125rem;left:23.875rem;width:15.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k86ih4TsncHCDtMEgQspONG1LQSRMC3M { width:8.25rem;height:2.3125rem;top:54.75rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l14ktlI0mTTsAdZQNgtCkNxDfTw9MKkx { width:15.625rem;height:3.9375rem;top:56.875rem;left:23.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9TVtzPXpHv2zSyDll6PzPuecuX8JUd { top:54.3125rem;left:31.5625rem;width:15.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1iJIxxrW7Jfx5Ig2BV7JcnTkE3BO1nr { width:10.9375rem;height:2.625rem;top:56.5625rem;left:36.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2MbTbSFtGkUULVHNqT8CAlGmypWRH1D { width:8.25rem;height:2.3125rem;top:54.5625rem;left:39.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhHEaKW5InXVeNWxm3UXMQAx7PK2hiEV { top:29.3125rem;left:13.125rem;width:34.625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSKQ2utTJp3E1ITxTwt9c6eK4A0PQzCB { top:64.25rem;left:5.8125rem;width:18.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChEil6TsQT7hqwZzXLCyxA25Sxr6k1gz { top:64.25rem;left:0rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzEyAwvlsPyVenq6pDFDWF2VRkTBCe87 { top:64.1875rem;left:23.875rem;width:15.1875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUFA5LQQ512IsCWbJ3tPsBXVUneroGQ8 { top:46.6875rem;left:0rem;width:0.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHd7nOfkIaRM2vsEfR3GIfbUi9aKVpiL { top:64.25rem;left:29.1875rem;width:18.5625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpTMvM6pvguXpigtQRcHwbTH4yyzk31t { top:80.375rem;left:13rem;width:10.8125rem;height:5.5928974154133rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgBZvXEx1rs2Cm5KtSuigrhVRAQSD2yr { top:80.375rem;left:23.875rem;width:10.3125rem;height:5.5914512922465rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96PS8uhOBzhqRy7RMmS4IGC6sHUWfrJ { top:75.5625rem;left:23.875rem;width:9.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIA9GJ6dG3rdHD2XryLtds4h1B59RVJ { top:80.375rem;left:7.4375rem;width:10.4375rem;height:5.5919838557975rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egfi6N7lwWI5usXxZwxqyBox5qny9h9J { top:80.3125rem;left:28.374353408814rem;width:11.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy { display:block; }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbRauZgG31tVSvgZZXsBbQyKG2FIv0Q0 { display:block; }#zbRauZgG31tVSvgZZXsBbQyKG2FIv0Q0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4lT8Rnq2HIWDZE2hsOUaN7W0q6PTSvS { width:47.75rem;height:6.5625rem;top:2.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnLTIP8F5aoCNGFGUbUB53q2PWLuZ2dH { display:block; }#tnLTIP8F5aoCNGFGUbUB53q2PWLuZ2dH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaI8PDMVhWGv5bWTXNL9Anl6lUk4dmOc { top:5rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S71kFRBbkatCLUGG8ZCMb53HBngzXmUS { width:35.0625rem;height:1.9375rem;top:3.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJM5VpgGFveedA5otbBRlrLWXArrAWi4 { width:47.75rem;height:4.75rem;top:6.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsRhnkmcw6zCndqJkDb0SV7DiiJ5Ssbb { width:47.75rem;height:2rem;top:12.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReIb3PHqE7BQ2TPHMlKyL4OxXiNXr6f9 { width:47.75rem;height:6.375rem;top:15.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2ewWuQzBy5GxJTU2U4Cm39HfSThVlx { top:14.625rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QM2ZwFxqiViAcfkIJTpz4quHacT17pan { display:block; }#QM2ZwFxqiViAcfkIJTpz4quHacT17pan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhebTSTRFCDa0sNyG5zrsUlnlRbyL34d { width:47.75rem;height:1.9375rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnKFT5onE7vepZTp4KTQTJsXTWuDukqq { width:47.75rem;height:4.75rem;top:4.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA1wM6wgo8IrxK4V1uhTNM5d8fKWUTIp { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #frQrZhs5rULy30wQTdfHos9WfqNPugND { width:47.75rem;height:4.75rem;top:12.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIwgyPA5xmnPysP1x3geCPiHFsD0LZso { width:47.75rem;height:1.9375rem;top:10.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad8QHPTwAr2Fi5yViF38Bb34vvlBQEtB { top:12.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #voPTo0HrWCGG12T6GTrK9SlV9iQi6FVv { display:block; }#voPTo0HrWCGG12T6GTrK9SlV9iQi6FVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X68Bat8KOeroJrA4dPx7aNXw39pBuCbm { width:47.75rem;height:1.9375rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuD9hDBqlieA0HxCzzDaSV4rHbCrBJxc { width:47.75rem;height:4.75rem;top:4.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdlnXPoqmJ4x8FiSf2P4TVzbUJ00na8W { width:47.75rem;height:6.375rem;top:12.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Eq7N3qgNTLWaRpcyV0nilT43uABd2P { width:47.75rem;height:1.9375rem;top:10.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvLCMs3i6UiidtW46NJ5FcCQSGKxxEZH { top:3.4375rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7Tfqd8kzqeT2MtTkb3qiWGv9ySUqCTT { top:12.125rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { display:block; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { width:24.75rem;height:3.6875rem;top:2.25rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block; }
 }@media only screen and (max-width: 763px) { #S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { display:block; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { top:7.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { top:2.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { top:11.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { top:7.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { top:11.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxsge4d2vT52EQ4K7exSmrI5T37O3RtJ { top:15.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsLfPNtaZB2ba2fLxE4HvcvWOOstTHcK { top:15.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { display:block; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ohh12Lkzu32xyQ3VfN7Q1NI76KgHXHTw { top:1.0625rem;left:14.729686737061rem;width:5.4375rem;height:3.7690566909904rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { width:28.25rem;height:2.4375rem;top:1.75rem;left:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiV3WvruaHMIboDFWnV9UhwgAh11bqNc { display:block; }#IiV3WvruaHMIboDFWnV9UhwgAh11bqNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #up60p8vbt45LEgDhTJO8tDppkrF5fgyz { top:1.4375rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGuJycAiWQVs1fH8PLHBCo9eqsdV9CVK { top:13.5625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmy7LcOB0mO6R2een9K5XafF1kHGOVwv { top:1.4375rem;left:12.499214172363rem;width:18.5rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsRzUKWc0ZUTaQJSLSpcJt3eFchVJmqx { top:10.75rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5OknLdtmc96yZ2Ub2V0ttPu48MeQM3x { top:10.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVxUTAGkbPR5pGLaSRAs98V9PN8gSXbe { top:15.5rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXETx578ubh6L8BkFr2vMFcdruTxFQoN { top:15.5rem;left:0rem;width:40.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl07GPT9Soi9qospbwSBTkPnPD26riZ8 { top:19.9375rem;left:0rem;width:6.4375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeUiAfwKkh7iWqnMHEyGFH5OU3ZEkBw3 { top:21.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRgfMuEcfdhTCd9ficz4p4txcHcFBBUB { top:19.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXzlQQSxK3flD4V6GnGVOo6vu3Z6qIbf { top:26.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkZWxGt2TVadu9pBxruGP8NXtQ7m0lbL { top:24.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT3ZawGyqvLisWvmz2QTcBtAqLbl8UO1 { top:24.625rem;left:0rem;width:6.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koJCAynyMqMFrCkXrT2iSf7Kxd8f1TTc { top:29.8125rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiWwDGO8FvWOvkLdKrhFbhRWrPK7vuSt { top:29.875rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4tSkF12SxtEkS0B1UlJqtaQxyReCXpn { top:30rem;left:18.750001907349rem;width:17.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGwxbA7a79oMP1okydb9OObzNTJMG9Er { top:1.3125rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sclqTeZ72vOUwEmNmqMnmOg9Sgk4bM90 { top:33.9375rem;left:0rem;width:6.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0OwUGQixUhJFdzikCcU2rNH3tz3I8d6 { top:33.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvyfnwfIbcCbOnKPIofEiZgsxJX9KIIG { top:35.4375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkHdTbOfMxe9xSoTFC9TMyVxfAP1CJ92 { top:37.5rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgOQimxzW1puqqcO5mdB4AkHUHC0fv1T { top:41.0625rem;left:0rem;width:44.4375rem;height:9.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1UBgTu0cfo274nsLJ2HekGGE4tsEiZa { top:37.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTO8uQn9R2fASS40EIhwATyz7ki3TB1A { top:51.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTqmiePW92kpdeAIAIbSExfgpGXaQuS7 { top:50.875rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLBenfV1zEyuR71pS7lkOqUgl1EHitr { top:54.75rem;left:0rem;width:6.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPF7J2pB4GvMhv4ItqKUOfzzxUHJu0wi { top:69.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqiQh5ZuKmDELrdrsRzwmuOqXLR9I9Ut { top:67.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzyGWXQix5iznAva44rAW8wn1HI06iyS { top:56.3125rem;left:0rem;width:37.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuGCqbhZiHRGnXg4S8P0excEXfQ32kNB { top:58.625rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRZeomlShwFLQWTP33DOtg7SBz65LGce { top:54.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChhSQMb072GWVhvZ7Rpew7U20tCmu7nl { top:64.25rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPO0Trn3W5I8fnLndQTaqex71Obd7CIb { top:64.3125rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsmDkqPg2sIiQTopHsE8QTCyRWkRkigB { top:64.375rem;left:13.687501907349rem;width:17.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWM8ZrdAoscwXcXcdqW6nQ3dx0hNWckt { top:67.75rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Ow1QXg2EZKrliVyuZIAeNIn5ky8Iyp { top:58.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvCg7FgFWRFGTGSayFRdrWaTpLNWHSU0 { top:71.3125rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P495szTdv7S2GunbbXPAJr4viEmDILv4 { top:71.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTVDxr9GkvaZAN8SCh1Tgv5i4NVwSGZ { top:75.1875rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuOApKDDI5etibwJbqQkVXhSofXx9TSI { top:75.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l32KT4wLtGK1ON6106W5Xg9DimCO2oZV { top:79.0625rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz9uIdvULKvmwpXWUkZXpw9ABVcvX07h { top:79.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhRvcXRHA66CCJD9TF0MIln2a4KLiTHq { top:80.6875rem;left:0rem;width:23.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0lFfgQTtsOfqpSvf5JpFTM0k5S7uKi { top:3.5rem;left:0rem;width:6.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlxnFdRIfXxLRTHUMNOzrFAdGh7zS4TV { top:3.5rem;left:0rem;width:36.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnzVOmimExclAPVkeFRhy9orOwM8xMGT { top:4.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1lMLgfAOndz8Gk0w91gnry2FACXJbQQ { top:16.875rem;left:0rem;width:47rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiGWwP4O4fMbSkCWqAVuIhTIANgypOl0 { top:76.75rem;left:0rem;width:22.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z467F9TTAa7zzAaEGIQNtkr16FCTTGwz { top:60.375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfndcv1iDMC4fESeBgWuZRpdt1gqu79p { top:84.375rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgqRQo0ASUu1GEbkDdkvn9hXu2pir7x { top:84.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJT9SpKCfbai81PMTMcEKU1w7koW8KBT { top:72.8125rem;left:0rem;width:44.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4I9vo0RQDG8OUMwHCWd37a4RbCI7JcO { top:44.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6xkrVkQ83RD5olUfBn7xT1T7X3P8mv1 { top:45.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPAbabCXK6vkJC7EJhhkcU6C146JTiOJ { top:47.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHsyAzzTGF1aKTb5IfAdRISNCF2XBhcS { top:95.9375rem;left:10.750001907349rem;width:19.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyy35AzskkpTsThp28Hhki158h7NPMrb { top:89.1875rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFb5yOe5nuJx472nBTOug4gpoOrfxih { top:89.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLo5A8UqpFo7rvADoQ2uiW9DDOmV7kMP { top:87.125rem;left:0rem;width:29.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3eyWgB1OV9lD22GmVQd6ZUfbP7Wvycq { top:90.8125rem;left:0rem;width:38.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsV887KEqb9dFAXRGCDB3wR02iQX6Mom { top:95.8125rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5BFIIbkLmLfN4v9B1IkQJQoIDc7uduc { top:93.3125rem;left:0rem;width:19.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flLFTk8TdRN0IlPnpugmhlq6aF1R9JiJ { top:93.3125rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8aM0hNWbxqNIV9ANrp7XNVZUIf1bcyo { top:96rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPFSZ6WP4E6dFg5MTACfhLK1lLGa25IP { top:49rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cohfbU7d4bEgUqhSqEOl1ncRmg6bEO13 { top:47.625rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs { display:block; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpUUOu7Vvk6J1fCtdI55VciAroLDI3CU { top:3.25rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ree9QXXQK2I8RpGei4m5T2PK5RNhViJd { top:3.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQONKCl6f3gfh863emrIUkfQHKRv9tWk { top:7.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTCuX3ORnEuia6slBJvrLUkOec9vbIiT { top:11.125rem;left:0rem;width:47.75rem;height:13.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKLZEKvU1kD7MnC55CgfMeG92y6qPKCH { top:23.125rem;left:6.999218940735rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqG5TTqex4kESaMu2e0iOvVl7W5m2psl { top:27.4375rem;left:0rem;width:12.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnAXuiSq5dWKAqNIZgGOyrDuIusMzuOZ { top:13.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slppea9KJtXTTvwDbsCOppVATL2Ghwa4 { top:15.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut3gkGT84As3ltGaFXr8AmKRCTp6Od85 { top:16.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiosrf2VTxZCcC8f0454wQT5pS5J6Mm7 { top:18.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMbsJVimcweKkLLgXmigJdLNyRKBJqH { top:19.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3SphUIyBcIfGCmWDT8HgSBVMu9M50iI { top:5.1875rem;left:0rem;width:6.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE { display:block; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT1hsIl7odpDaTX0OaoOT6cPeTCKNlmM { top:2rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToH2KxzCtTvq0dzP1EoAVl2cSiGelAMA { top:6.375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQoOiBD8QBfODyknnbiFt9fm5Jfrvzx5 { top:13.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5r0O5yAQaJ3xKyTqImzaRfrTp7ZSxE0 { top:17.8125rem;left:12rem;width:10.625rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5dKaKcNLO5rByK9qTpRNRiwnbXNtP9 { top:16.6875rem;left:10.6875rem;width:12.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaqTWQhMusleCaNvF4VylDbp1w6QlebD { top:16.625rem;left:26.75rem;width:12.5625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBQMwtbcLGr7zHiSlf87ChT88FkccnBT { top:17.8125rem;left:27.59375rem;width:11.3125rem;height:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkWhCPB7tMmVJEGqgoC7oNaCvTWKHUV { top:17.8125rem;left:36.25rem;width:11.5rem;height:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPEnZt8JpKLhkWDsI6xUu0KUtwh2eZEM { top:16.6875rem;left:0rem;width:12.5625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4l0FRSrmKGt79eVFhSyTPgWbzNii6iK { top:17.8125rem;left:0rem;width:10.625rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpaAaXM2faQG9clHEOZwJe15dLD5GqVd { top:1.5rem;left:5.25rem;width:5.4375rem;height:3.7688803356049rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn7iuPr67aqp0PmRw6lVLER3sKosKtdh { top:16.6875rem;left:34.9375rem;width:12.5625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpo0ormmdw4p0TWklfixMVkbV1geLys { width:16.25rem;height:3.625rem;top:32.3125rem;left:15.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6xNlacJgsWn4xQnkRsoTQkJX2ulRTE { display:block; }
 }@media only screen and (max-width: 763px) { #iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww { display:block; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS3Mi0UdANiomKA3CBHFosh80kCZcICW { width:28.25rem;height:2.4375rem;top:0.6875rem;left:10.750001907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZzJ5nBq7OWkD8db5JSKfXg0aKLT3nyv { width:47.75rem;height:6.3125rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ { display:block; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsnMiPsGkquRB6Ep04uRp697es9RNMgQ { width:47.75rem;height:9.75rem;top:1.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK5802L6pc6X1eptmArRyoOEeUvNcZzQ { top:17.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0JJnGBrOhT5ddqLLsVr4UsusT92KX7Q { width:47.75rem;height:1.1875rem;top:15.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2iNHhtQxG51Jcl8CqIfyLIThyN4O94p { width:47.75rem;height:1.1875rem;top:17.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGdzCk1HHTm2GMH0oN6RelIT8fXXipP { top:19.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOPWU28hz0XXLTNLaUNsaDtFEcPE9xv9 { width:47.75rem;height:1.1875rem;top:19.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxF6IezbekEXHIZ0dTWZDbczoKRsFZ9C { width:47.75rem;height:1.1875rem;top:22.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBoWJ2JWDi61t2cU9s4wUtpatgwkWqSy { top:22.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlMfPqrhSrSqsXETsRLzR5mUATGmPICc { width:47.75rem;height:1.1875rem;top:24.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6yTHeucRP35lXdPsWTTAlnrLrGFEDZm { top:24.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfAM1ahA37hQh8DFzu8uLicWo7xRoEq9 { width:5.0625rem;height:1.375rem;top:28.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGQJN3UpL2viyOgmPNzi6b9Q1e9swC0K { width:10.1875rem;height:1.375rem;top:27.9375rem;left:4.7500019073486rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7cm5oT8winExB5hxT1MfMb84nQfIXQD { top:30.5rem;left:5.3750019073486rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPgb8pbSdSLTppNBRg2IGopS8BPhCFQ { top:30.5rem;left:18.500001907349rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu3WkiFKOHn4PICnHURTvt9ST4yNEyN1 { top:30.5rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIucdabmHfmsVxz6oZFISoIwRiqLusks { top:30.5rem;left:30.562501907349rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCofxyaNXiNpC9l20AnG2E1Gmbc1Adm7 { width:9.375rem;height:3.625rem;top:38.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwUSh2RnnMHdwW45CiZOK6Hb45OT4B0 { width:14.8125rem;height:4.875rem;top:38.75rem;left:1.2500019073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB61CnPtWLrpkDl6CyU7kkzIwrSUzAyn { width:13.9375rem;height:4.875rem;top:38.6875rem;left:15.805555343628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEI2E40lwCkE3WUPPTcBBlF0KnVfG7Va { width:12.75rem;height:4.875rem;top:38.625rem;left:28.562501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHtR7FQuCGKTtAOg1rPd7sHqv0QyFBtm { width:12.75rem;height:3.625rem;top:38.75rem;left:35rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxcTgspyI62hZzzkxaOLTNyEOQ5VyMBu { top:30.5rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Anofx39WceBphAFR7rsSf40misXC2QES { width:28.25rem;height:2.4375rem;top:1.375rem;left:9.7500019073488rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q96dHR7iD74Tzc4QK6tX0pGsVtMeMOD1 { top:0.5625rem;left:6.0249977111816rem;width:5.4375rem;height:3.7687020460358rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc { display:block; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmrngZzB2TDzesEEGgtqXirVHXR7CCbL { top:3.3125rem;left:26.875rem;width:20.75rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgg4SmxhrMXNKg42SMxtzrJscQTQwb7J { top:1.9375rem;left:0rem;width:20.9375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QALadEST6BXayTxqH0gJhukcxSU00T { top:0rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCF3JBCZXdKOZLt7oc0ceMKDPup9zIXn { width:8.5625rem;height:2.3125rem;top:17.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFCrPX9ihUAUQUELRi6BgoAvv5PvAdrV { display:block; }
 }@media only screen and (max-width: 763px) { #A7FfXRSw04VszDrkXP2VTXAH27xT6Zzf { width:16.1875rem;height:1.625rem;top:22.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpzlszFuPN2KSDrLbxVDHV5adP7iPdno { width:16.125rem;height:1.5rem;top:21.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxRlOyFhRSkkwihTrOZpGyUrmZtFoEtN { width:17.625rem;height:2.5625rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWvSKzKBbdKJehpG89zVEnbQISDDQKl { top:4.625rem;left:11rem;width:20.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgVlsQqXaa39Cv7UGK6qIFlJNUJyhrOt { top:0rem;left:26.8125rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP1ziOHe14JnU7fwDJMCpvWurGTulwmm { width:8.625rem;height:2.25rem;top:17.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvyD4aEUfW5Bys1zm7Im8USwKCTDyAd { display:block; }
 }@media only screen and (max-width: 763px) { #seG276Kysk1sBzFmIkrLlsUnwkrbNgbr { width:16.125rem;height:1.5rem;top:21.625rem;left:31.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTRrXMMLPiDoxpum1kGEGlhDAnJfBoN { width:17.8125rem;height:3.875rem;top:23.8125rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsG42v2y66bDGBbCwzUEcLnAPwmlaaJ { width:16.1875rem;height:1.5rem;top:21.625rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJJ9tQlSNfmngmdt8bD869rIVF4Ogke { width:17.625rem;height:5.1875rem;top:23.25rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwu8s5QVUCH8iAxvbEGS6TKgCeHq3qJ6 { width:8.5625rem;height:2.3125rem;top:17.4375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy6Ip5yCTloEkUKgm8prxUbuiTdJuDrQ { display:block; }
 }@media only screen and (max-width: 763px) { #weHdatXwglNi39wTFqhT7NFxbfhDabGp { top:0rem;left:10.875rem;width:20.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws { display:block; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHQplQiEhUIT4llaPTTDUxWqbWfGthAW { top:0rem;left:0rem;width:20.9375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMBwiHJIQvunmlWRvC9iRRQwViF7s30O { top:0rem;left:10.8125rem;width:20.9375rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT9TWrzSu6JGvAnwqlMwDIz7Fn7GHXDO { top:0rem;left:26.6875rem;width:20.9375rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUAhC7DGEtbZbdicbyFGriqZF4THu1gP { width:16.1875rem;height:1.5rem;top:21.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnhgumZ9Q02757nD9gNwXNOb2yAU17o { width:16.1875rem;height:1.5rem;top:22.25rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlAFnr44dyNEWaeCXWyph9S1WgrDM0JD { width:16.1875rem;height:1.5rem;top:22.125rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvvMWLT5Zy17xp3n0vRn1GfloQq4OovG { width:15.1875rem;height:3.875rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmkOvmlz4ei7TccwAxN1WzokLV1OwhHK { width:17.625rem;height:2.5625rem;top:24rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHQqFeDhhaemMbpwZLDT8M1QRVXrkRmo { width:17.625rem;height:2.5625rem;top:23.9375rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBCmeZoXUiDhtfbXT6XPqB9ebM5gKn0 { top:0rem;left:0rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmQsU2Ue9sAOPOzF55Mi0g4RL3J0xBVc { top:0rem;left:6.75rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipfnl8orW58KG2k9IMQ8fSRlxTtRTvIU { top:0rem;left:26.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvDgLP39ZvGHiXwrqZrovTunpfzPDKK8 { width:8.5625rem;height:2.3125rem;top:17.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRTOO3P16Wbwp4eW61SeiFzRCKpIeqiG { display:block; }
 }@media only screen and (max-width: 763px) { #boh3MKS5z7at8xOAoRsDknRuCwKKEBS6 { width:8.625rem;height:2.25rem;top:17.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDSoOVUuZADyTStb0QGDqcvGX96fMaBn { display:block; }
 }@media only screen and (max-width: 763px) { #RGvaPTsLDpIvQUnOd5u1TiClU7uG5V5T { width:8.5625rem;height:2.3125rem;top:17.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZAnJOFUOKWZqXtKTr1T22hfkxJJ2uBp { display:block; }
 }@media only screen and (max-width: 763px) { #fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA { display:block; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykuhx1gydRXHTIGqZXI8wptzE0cE4g1x { top:0rem;left:0rem;width:20.9375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9mT3ssb5qb0S4lN7u8A0xnl3t8tUoVJ { top:0rem;left:10.8125rem;width:20.9375rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MttEG9pkhXKRs2IxpvbJpL0azyeGgkwf { top:0rem;left:26.6875rem;width:20.9375rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMVS7Cq68aiSAGaD6rkqcmqz15JDiavF { width:16.1875rem;height:1.5rem;top:21.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpIJOB5aEJTIKgQOWLXxmVS2ydxIpQK9 { width:16.1875rem;height:1.5rem;top:21.9375rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOkwPU0y4SXTLyBLHynqWBd8FMZr6SGb { width:16.1875rem;height:1.5rem;top:22.125rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCMmVuNNPlTTqSx8Fqv2XFvsIB4TvG8 { width:18.6875rem;height:2.625rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH66Q3waDgz6ZAtvWilaHIbhJitADRsH { width:17.625rem;height:3.875rem;top:23.5625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTus44w5M6JvpZKtHm1tQctiumCay1mQ { width:17.625rem;height:2.5625rem;top:23.9375rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUJBcMJST57H0Wq7uPTfci0AeBAKnHz8 { top:0rem;left:0rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQLGyT00r2k0zooizT7qXlqKQJaldZXW { top:0rem;left:10.625rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoXAeui0uz7pQEktgwH6ovmJZUBs0bVE { top:0rem;left:26.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMqd9m73CnDSri9AyUpAZ5t4On6Nvvkr { width:8.5625rem;height:2.3125rem;top:17.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNqERVPnsOw00Z0IQTbpQ66RLB84UidR { display:block; }
 }@media only screen and (max-width: 763px) { #ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q { display:block; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQGoZp1lyFfNprg4uX7l3bNMve5inBEu { top:0rem;left:0rem;width:20.9375rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxZDdEKUyHZ8LV6evvweb0srkN9dud5S { top:0rem;left:26.6875rem;width:20.9375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFp4fkpLUGNWTVu4LIL7RXWe7r2O5TWh { top:0rem;left:10.8125rem;width:20.9375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H08H265UVxuHaJBuTxWaRv4VQZnZOpGt { width:16.1875rem;height:1.5rem;top:21.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3qbzamP9J1zfd4F2zgGuNMOJaHKndq3 { width:16.1875rem;height:1.5rem;top:21.75rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVX7es4FXc9SS13ivvJLIAEd8OB02lHF { width:16.1875rem;height:1.5rem;top:21.9375rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TqNC6ETFATynccdn1drg6oZU6Ku87k { width:21rem;height:5.1875rem;top:23.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmzGTeGEDIPZfo6FG5qtc3TTb7xPbOWv { width:19.1875rem;height:5.1875rem;top:23.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXTwBTO5IHduVfSELSlOQQT3J9VhEvZD { width:16.5rem;height:2.5625rem;top:23.5625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8mDyMp1ULC3ICBBHCARZfBFelnrXZq8 { top:0rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJmNd3P7ekF4LEuOuIZMI6NQnZppBbz { top:0rem;left:6.75rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS8rfH0zy7nczi8MegJHi0LibONvoa2y { top:0rem;left:26.5625rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Vc2B9uKlnlGlWMTHGVPlIxB856ewTd { width:8.625rem;height:2.25rem;top:17.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnF0Ete2QJi5SWsaseyQHamvgXhUoAIO { display:block; }
 }@media only screen and (max-width: 763px) { #hXkGSM2cO1XgTJBT6CbSzy9HmOcl0wZb { width:8.625rem;height:2.25rem;top:17.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gygapmNb2xwMa0nVuXT11Kha14dRIwLH { display:block; }
 }@media only screen and (max-width: 763px) { #Tcvn3g0TUc7nDMuSecimbaZLQyrF6VBT { width:8.625rem;height:2.25rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxwBp4REuW6GFCayOMqAKSWdflBvVhpg { display:block; }
 }@media only screen and (max-width: 763px) { #yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 { display:block; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySVn1VER1F03KTbhhrkuDGlGZuDuiXnW { top:0rem;left:0rem;width:20.9375rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJKmCFO1K5nknOyUxUBcAIXyDMdvs7F { top:0rem;left:26.6875rem;width:20.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aizGvvtM19S4nOcBDNNhu53swnvzoGdZ { top:0rem;left:10.8125rem;width:20.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXL6CaGzqaHTAZi8XNlMRd0UDoeW0fga { width:16.1875rem;height:1.5rem;top:22rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #birx3t3C0sSxPbw48GKQQPyXzRi8QgGc { width:16.1875rem;height:1.5rem;top:21.8125rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhdNnwHGdncpQfIfzgvFiIO9z7BhJer5 { width:16.1875rem;height:1.5rem;top:21.5625rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbvSpCISmhiUS8o0OxDNJhBquN1J4bHe { width:13.3125rem;height:2.5625rem;top:23.5rem;left:1.28125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZf6TiDKsgfgLcMqUe5HSxM9gUWoW0hz { width:17.75rem;height:2.5625rem;top:23.625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyTQkWMb8c2vxKwEOkTvQPpqzhS1KO3c { width:16.5rem;height:3.875rem;top:23.25rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJrP52L0ZE0kfioDTkF9rZFcNHCMvOox { top:0rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k76uCR6BCVi7CsJery5JPOiT4MptI7nR { top:0rem;left:6.75rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiFRALahyITcTyHFrWQ9IaSVJbTSBIxw { top:0rem;left:26.5625rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #davBBtDQ1cIXdWBVzdNutahRPw6IizH9 { width:8.625rem;height:2.25rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHnxpS02F3IpmccE8eCKvwHyliH0A3Pd { display:block; }
 }@media only screen and (max-width: 763px) { #uqreVGWXZmAyfPof2hqxxweJVvy6U7V8 { width:8.625rem;height:2.25rem;top:17.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCJT3x2KWAX0twIzn70UX7aoDnONJlkL { display:block; }
 }@media only screen and (max-width: 763px) { #mylq9iCrRuGrJId5TqaJGy6VzFHXOUh6 { width:8.625rem;height:2.25rem;top:17.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGkGSJ6xHfRTPXhf5Tavrd5910Wu1hxe { display:block; }
 }@media only screen and (max-width: 763px) { #LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD { display:block; }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwN0Ngt9Dbx58gzTQSVMStaVyPpuJQHT { top:0rem;left:26.6875rem;width:20.9375rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTA0AsATAI512QvIUu7i1VHt6DTP9pxH { top:0rem;left:0rem;width:20.9375rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB3FRmZrpEhOryoxFQtEtyWWVXCuhruN { top:0rem;left:10.8125rem;width:20.9375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etDBoNCwbhw5ETGVqkndAfPXt8eLJAIC { width:16.1875rem;height:1.625rem;top:22.875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aazanDlz4fsDMTSxSigXLwh6r0CldCOp { width:16.1875rem;height:1.5rem;top:21.5rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpVRbaR9FxLlI3i6rT8LMBxfV1DKGao4 { width:17.9375rem;height:3.875rem;top:22.875rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRd8lNhG0FJpmRad3gWzcdRHor4ILwf8 { width:16.1875rem;height:1.5rem;top:21.8125rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTizNNy4WuFwTLDS2eLHsHI7AKMSmsS1 { width:15.0625rem;height:2.5625rem;top:23.5625rem;left:32.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2FCzt119BMDpC1VLFsoJgAoW37Fm83R { width:18.9375rem;height:2.5625rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTiOzvOB7ZhWNIfV9ZxPgBq6GTEA2rdo { width:16.125rem;height:1.5rem;top:21.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc2Algbu0tB3ESJOd78wSk3fAGTrGq72 { width:8.625rem;height:2.25rem;top:18.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkA4vqJ8y7Fn8DXzuM3MxRGMvRdiIHaw { display:block; }
 }@media only screen and (max-width: 763px) { #yifBe8PrW4AfSORwa5vzwTJT3yATSH0F { top:0rem;left:0rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpAgC5kgPnz6QNK5b9f9TbuBQTdGHZUr { top:0rem;left:6.75rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #i32ynVLrBvhzZBQlC8hTBONvWKo2FBOv { top:0rem;left:26.5rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0A74gCNPJoHBxUox7q6wUB7lTHIGmLu { width:8.5625rem;height:2.3125rem;top:17.375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG1TQDDmoCVUl0fxUTtOPqBOlI8fGXMd { display:block; }
 }@media only screen and (max-width: 763px) { #ddsfO6dCJkOb4yWrab91i4H3l4aBWJum { width:8.5625rem;height:2.3125rem;top:17.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmTmMgQ3p7cflkmNa5E4rDJ6ubUgMSaT { display:block; }
 }@media only screen and (max-width: 763px) { #uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 { display:block; }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3z20aQD3woLi4GGSCHWtf1ZfqTnGnCG { top:0rem;left:26.6875rem;width:20.9375rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMaEPLo1xJJs1stqw84Nm4aoVw5EXCPI { top:0rem;left:26.625rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxyTvJF3d2ZTTiefXVwo1ZslsH2n2ItU { top:0rem;left:0rem;width:20.9375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKdhxt7mmCyouoKeEe5NbBPtI5BWxPHJ { top:0rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwPMS2Pw6UpKmOSAWJH1SzaVZWZ2kyv5 { width:8.5625rem;height:2.3125rem;top:18.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ert7MZiLSkWzEmbO8rAsAcEPD1VIHt8x { display:block; }
 }@media only screen and (max-width: 763px) { #NA0ctgikeTPT1qSVwkKPWSxLxBNlH4bV { width:16.1875rem;height:1.625rem;top:22.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyJ0ogDzEHg7UQH5nx6HLXhHOo5IK41P { width:16.1875rem;height:1.5rem;top:22rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWJmb5dPffesyRQT7QFm1bquzhXaOXqb { width:17.625rem;height:2.5625rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyqclZeXNac2sV4sfd8waDGIo1qPTaKP { top:0rem;left:10.8125rem;width:20.9375rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5AVzGs7LZyqWLBDyX6t9IzQcEyq5hO8 { top:0rem;left:10.6875rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvKZbIeIRFGwOb92fmKRFRq6K9bNMReW { width:8.5625rem;height:2.3125rem;top:18rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM6mlSU932LUtsFL5g4Lf4KBOe6HDrJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #HaZECi1EZqIvfQdRmtbRKSb7m4JyLcoq { width:16.1875rem;height:1.625rem;top:22.875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLtOSAomTr1IMVeBwdb2UvIlO4D4gg9I { width:16.1875rem;height:1.5rem;top:22.1875rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz2o9A6Ii5koaFcDxZl8vn2QsD6M8NpG { width:17.625rem;height:2.5625rem;top:23.9375rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga7blWBmVXKX7nfKm6AxNC9uppSwxd8n { width:16.1875rem;height:1.5rem;top:21.6875rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTlpydeZMdgL2P22TVDxCpMxT3blTHr { width:20.0625rem;height:2.5625rem;top:23.4375rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7rXNrCcQZfqr5qcKVWQGRqDUABM9XHK { width:8.5625rem;height:2.3125rem;top:17.625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7nRFpCcoRrSwqmIklLZ2NPWccPp1Obk { display:block; }
 }@media only screen and (max-width: 763px) { #fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 { display:block; }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2TrLZ8q3iRQ8MURL7XggFkSsUk40lVl { top:0rem;left:10.875rem;width:20.9375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFxnlqnsQMp7XHRb0rkr2SCo9ITa1Lo5 { width:18.3125rem;height:1.5625rem;top:21.875rem;left:13.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKGol6cc04w8lygCkvPv0TDagR8dvNTC { width:17.625rem;height:2.5625rem;top:23.625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxdJOFlCXEbkcKAXZfTUbNh4u2XV6hxP { top:0rem;left:10.75rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOA8oPUUdaViRNZsMThqINfzp1ogOvoA { width:16.1875rem;height:1.625rem;top:22.875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuL2NaNovHV76uZlRTVedtNQ1XXmbrlT { top:1.3125rem;left:0rem;width:20.9375rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTfCSN89bcewNaB920boe4ac9kDkqcx { width:16.1875rem;height:1.5rem;top:22rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBqxfbhcsTdFtWFZ8wap8VfcmGu4RW4r { width:17.625rem;height:2.5625rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIxg3t60z8gcmqWozCdlD4DeCZG16Zun { width:8.5625rem;height:2.3125rem;top:17.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5FVJNHwsmDBVgQP0a0yEoaZas2BPXcp { display:block; }
 }@media only screen and (max-width: 763px) { #ianiZR12qXvQPJtCTnCFZFmyGifbgxBX { top:0rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Cr1rLwbGtQMnmCzblrhLiMsoqegVTI { top:0rem;left:26.75rem;width:20.9375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMcZJfbItwuaqR9Rwt3OOChSQrSdHTu { width:16.125rem;height:1.5rem;top:21.9375rem;left:31.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9mf4HiViqi8PiUbdqBUMwrBBuIQc2Xg { width:17.625rem;height:2.5625rem;top:23.4375rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr9LQCHyFwPMXvrXWyzusAW2ICSbtzw4 { top:0rem;left:26.625rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEUzRWHgyTGafhnmQ0bhcgPJTutoaIQV { width:8.5625rem;height:2.3125rem;top:17.6875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfWzGaM8xlbTX2gH0Qk6kRnqbCkuiSLm { display:block; }
 }@media only screen and (max-width: 763px) { #v3NgP8L4WkzF0FFvFlqrmU3LnwpTqMWB { width:8.5625rem;height:2.3125rem;top:17.8125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WJ8AXtvhd08Z1dKVIrUaDKdLubXzBl { display:block; }
 }@media only screen and (max-width: 763px) { #lN3TnqsqD1OlQngh5Effm85RslUGF5hZ { display:block; }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHFzTeIrA23LQkFm8dgToFTroDRkBLPP { width:16.1875rem;height:1.625rem;top:22.875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLHBf4tBEKSIdMzH3v8CiVCxw3uZi1b { top:0rem;left:0rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLIcwvEnQ0flyeivnA8PgN4nVcLinqaS { width:16.1875rem;height:1.5rem;top:22.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTH82CfneqeDUQClZq0IcavSDmU0fivu { width:17.625rem;height:2.5625rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVvRxTA8w78N1K1dJnBXT3UlMZbGcJMm { top:0rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayCfrmMdUHIqzxKS7tx9EoEw91sRmySp { top:0rem;left:10.875rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9nW60c1gZJrroFRSBbCKTO57gLFAIq2 { width:16.125rem;height:1.5rem;top:22.0625rem;left:31.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufHFVo2pkH0r3l3rn5ZS2dZyC2X17H52 { width:17.625rem;height:2.75rem;top:23.625rem;left:30rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buSiaQWiHNycTdQetvHFhMONXv9T0RM9 { top:0rem;left:26.625rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOZM0OP4wncW1tSk8CaDtT3sEu99lLgp { top:0rem;left:26.75rem;width:20.9375rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVc4nWPRt0a0IZhuSiClTTOHbT0aR703 { top:0rem;left:6.75rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbWSaNQ8rbFIOyT4ci7ClyoZ0KtdWk3g { width:16.1875rem;height:1.5rem;top:22.0625rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdeImcBRoG8HCJIyQTNMT7ZvI97FnAkR { width:12.875rem;height:2.5625rem;top:23.625rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC2OfhbNEKm4vsnX07dFy7PRkFTvCESZ { width:8.5625rem;height:2.3125rem;top:17.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvIkyay36T1ALSnJOTKmPDn41uRx5Bfz { display:block; }
 }@media only screen and (max-width: 763px) { #ToByRi2FEG9PZ4qiTwTzNqGeLm6gXkZe { width:8.5625rem;height:2.3125rem;top:17.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtN6XN5wgevTIJ5JPufaQuAeQPKoOLMa { display:block; }
 }@media only screen and (max-width: 763px) { #MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve { display:block; }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if0STS3233sJomwieBm9zpm6E0FwtOiR { width:16.1875rem;height:1.625rem;top:22.875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoaygSmFtIA6drTzOIo0Iu2TSSqxT7BC { top:0rem;left:10.875rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #scPH5lJ8yfbyK94wNT9Og29SEoiCwVTu { top:0rem;left:6.75rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3rdJF6oU2kZ7FVOPZ7Q9aopc7HmiQPB { width:16.1875rem;height:1.5rem;top:22.0625rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWh65ESxwXezz1HPp37BKURP68N45wez { width:16.8125rem;height:2.5625rem;top:23.625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWTX47g3UShqgblxxKUWuTD9GCtXxwep { width:8.5625rem;height:2.3125rem;top:17.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoEWnTFFJ2lpTg5z4y2vbn5iW4S8DryB { display:block; }
 }@media only screen and (max-width: 763px) { #Fhi2kyrlL5P34KGzCu0OQ5N5uELWZPk0 { top:0rem;left:0rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLV6xIP7H99568OTnxqoJsrcGbFi4h2r { top:0rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRazKT2qXlcXgicX1dX8rGGvl8pmSFfm { width:8.5625rem;height:2.3125rem;top:17.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxwA92KKbNNWtF9RZs59bZrgZz0AeOcI { display:block; }
 }@media only screen and (max-width: 763px) { #uJC3H777ntl7BMmflkDJo6k9doLLxKI0 { width:16.1875rem;height:1.5rem;top:22.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Gn7qH5EFZ7oScmRmbFQTUfxgMqlxWV { width:16.8125rem;height:2.5625rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oawBPbCDUTbQzlX4Ov4EtJ6Rmvd9nse1 { top:0rem;left:26.6875rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gam9x1OyUZtSMy8KhqPLnq1KUK9zF1Wy { top:0rem;left:26.6875rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8OZzG7ZykG0LP4DWeCTFuwtZZJfNSHu { width:16.1875rem;height:1.5rem;top:22.125rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvVlOGl3Ua624o3AGfpXTPdUK2n3X2HN { width:16.8125rem;height:2.5625rem;top:23.625rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz3a6tlSkaA3I37ypMovlKMLe2STOUf6 { width:8.5625rem;height:2.3125rem;top:17.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otzZq2UEgLU2VNmTKd4KPKfp2ZQBV9h3 { display:block; }
 }@media only screen and (max-width: 763px) { #NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 { display:block; }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4p69mCVS8FdZigluzLhJhfuK0FrmxUN { width:16.1875rem;height:1.625rem;top:22.875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ42U3KnZpDhU2ywtFppB4kMVbGu29HU { top:0rem;left:10.875rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErxCemviIka8Ec74k98BCia3XF97UmXq { top:0rem;left:6.75rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO8ZISERu7vXRhmlmAhEEtnTsFKJuoEu { width:16.1875rem;height:1.5rem;top:22.0625rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7fJTizk425kQZHnJoOhJFWRtxkVvCyF { width:10.125rem;height:2.5625rem;top:23.625rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot9xcThGAnlTitKAN5lrzpHyPBDdMThr { top:0rem;left:0rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4CBJK1XWOlolILPINepDLfbE7xC8QK2 { top:0rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogN4qwAFpno51Gn6deMgofZh1KutRrgy { width:21.75rem;height:1.5625rem;top:22.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWZMw8riIMRO2oRP5Ax5laTumtChkPUq { width:10.1875rem;height:2.625rem;top:23.6875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVaxb5rdUiW6vBOdPEgfMgBRMHBuv8gm { top:0rem;left:26.6875rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKZsNaIWsK9KM3iakN1lXqC0XsB9ghN2 { top:0rem;left:26.6875rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWIxxuCb6R0vFlglokZ36H7m7hZ8k3io { width:16.1875rem;height:1.5rem;top:22.125rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkFfTBDi1OxfPRFchuKN0uVr9AqTeuvU { width:16.8125rem;height:2.5625rem;top:23.625rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJEsFAaNruVSOG7d15owMKrTkpA5S50D { display:block; }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fswdO7MfhZnTlOBe0CrDtJ5uAmy1c2ff { width:16.1875rem;height:1.625rem;top:22.875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZEVV4kNRchJzfXyE4A1UtyQbHgQeTF3 { top:0rem;left:10.875rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJdZOXIEMOp3MqcAqJS9WCUTATVfpCid { top:0rem;left:6.75rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXgghhQxqOJhtDZSkEZtTJ4Hky7Eq1Q { width:16.1875rem;height:1.5rem;top:22.0625rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhnWfl0TWn2TAmNN0Ec3eX3DCllziUtb { width:10.125rem;height:2.5625rem;top:23.625rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8NMflMG2RCO4dWcrrJ0gsThiGpF7Gv4 { top:0rem;left:0rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKane4CL6Ch6R3R7Et2T1apPXr4RfbI0 { top:0rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpwKBmbEfeRTP3AiBATgwBdCp6QgMkf5 { width:21.75rem;height:1.5rem;top:22.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkvnAMfEzZ8W2UikOavNUw9K6KLpPTM { width:12.8125rem;height:2.625rem;top:23.6875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F { display:block; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSU2dAWyrgf4hC9d564bfDK22gLvOSXU { top:1.3125rem;left:0rem;width:20.9375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwxZPt5zv2ny7oNJqsh6KSTiBUCg1s0 { width:17.625rem;height:4.125rem;top:24.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTkvGRbDfXZ3RsmbbZclp7dOvNqxhX1h { width:16.125rem;height:1.5rem;top:22.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk88PzSGH6P5AXTlAukoTTQcNuyngO00 { width:16.1875rem;height:1.625rem;top:21.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBGC4ScvxvHcNxaaaTE8P4BVRCcVh1lJ { top:0rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgUt305qySS8IPhrWrdmCTdTvR98cRkp { top:3.9375rem;left:11rem;width:20.75rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK3zSIcDlMJNLIKdatZxJICfmTeGEhsk { width:17.25rem;height:2.75rem;top:24.5rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8NVe8IcbCQhUNyGnhPdA00xKTFuQ6IV { width:16.125rem;height:1.5rem;top:22.4375rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9aFO0Hm4wuiyxWAXxSZK9GRsaQJlgc { top:0rem;left:10.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsr9mWt7lPwVI1ehOyohfTghmGy1KdDC { top:1.6875rem;left:26.375rem;width:20.875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l08ddQ4A8ncT7ZBHIZQT4ewqhgaDQSsX { width:11.75rem;height:2.3125rem;top:17.75rem;left:18.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP7v0uNHxR1k5NbVe4cbZOkBWdbKIhb0 { display:block; }
 }@media only screen and (max-width: 763px) { #sGXu4Q8ul9CVCU4d5eBPBvr0cuJRwC9b { width:11.75rem;height:2.3125rem;top:17.75rem;left:2.6249990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4wrKhaZUGlFqDULpfzfnXCQpq9Jd3i { display:block; }
 }@media only screen and (max-width: 763px) { #rHA0gTl1dopHzTwBNWhdrTCkfKP702wf { width:16.875rem;height:4.125rem;top:23.125rem;left:30.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6AyJXUnxTvUIK6MqnXsRcorSmbtAMnp { width:16.125rem;height:1.5rem;top:21rem;left:31.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCIkTo8PrN1aOhEdkQJpOvOdgwmrzxnv { width:14.4375rem;height:2.25rem;top:17.6875rem;left:32.030075073243rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWUaGsTvbiAVbppGxTMmRqdTVAxe69M { display:block; }
 }@media only screen and (max-width: 763px) { #qnEfsOJPb9Vt7u8iZwP3sTTwRtU2mkyw { top:1.3125rem;left:26.75rem;width:20.875rem;height:20.688052446811rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlWo2skNKe0g0nespClR9Xt3X5XVFZm { display:block; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THMhqdTBLq68Ny9KzhSXmpWkhsLcRcqe { top:1.3125rem;left:0rem;width:20.9375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqykQ2Ero3OlFgB8py8hWkxbS6GMBlnd { width:11.75rem;height:2.3125rem;top:17.75rem;left:3.0616321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUy5CeieDc40MIpQTzw9yNpP9xVzueL { display:block; }
 }@media only screen and (max-width: 763px) { #iZBXIfhMe08wsM6C5TgHDeLHJiFFJk4L { width:17.625rem;height:2.75rem;top:25.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8NvuHHtVcrACNaH0drL3xSKLboExbg { width:16.125rem;height:3.0625rem;top:22.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W47Ak0p2E3G06XySt4FCnDog1fg920RE { width:16.1875rem;height:1.625rem;top:21.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWB718VDtkwdvL8bMTpXrF63ZkJW9ZGZ { top:0rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEG6gh1ikaCApkn2TubXIv509xCn28WZ { top:3.9375rem;left:11rem;width:20.75rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkfJzQ9KZCf2w4D4XM3u68OrPIPcsVeb { width:8.5625rem;height:2.3125rem;top:17.75rem;left:21.864064216614rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG70X1dAUpMNy8WhX5egIqpLCQubVJkK { display:block; }
 }@media only screen and (max-width: 763px) { #toVhocOgroI46kVM5V7Hh89qgahIyaQv { width:14.8125rem;height:2.75rem;top:24rem;left:16.436717987061rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI4q7dgCxDsZ7RmzhRVWenytGHhutoDU { width:16.125rem;height:1.5rem;top:22.5rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5RGbq3kfhWXkoQBHc6glR7LTRQa7QNG { top:0rem;left:10.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2L8KpTScS1PPExxHvBKtIZgPAFfSMZP { top:1.6875rem;left:26.375rem;width:20.875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvXFafxysJ5wXHQHsFsHzoACoMzrOMWU { width:11.75rem;height:2.3125rem;top:17.75rem;left:34.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1xahno6wMTlgLhx4agQ9fs75l6lRT3U { display:block; }
 }@media only screen and (max-width: 763px) { #ntm8N5Ti0DytHt3b6rvhCIiIS400wJcE { width:16.125rem;height:1.5rem;top:22.5rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4JVNBKzCHA5nKBsh2poOrlhFnv3cy6 { width:18.9375rem;height:2.75rem;top:24rem;left:28.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZriyxdFI44tWZJLX4mRzfhXPAfGBDiZq { top:0.125rem;left:26.5625rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { display:block; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { top:0rem;left:0rem;width:22.25rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3UGiXfH0IpVxPcUlMkfvIeU7Xfv5T0P { top:-0.0625rem;left:9.6875rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { width:16.125rem;height:1.5rem;top:24.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUHHPSntHI8QVeWG68uVPTyPpzkqcaU { width:11.75rem;height:2.3125rem;top:18.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfJUFkewFBlx9NWpEV1G1koo9xMtumG { display:block; }
 }@media only screen and (max-width: 763px) { #OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { width:13.3125rem;height:2.75rem;top:25.625rem;left:1.1867179870606rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { top:2.625rem;left:0rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFnBS01aX2ebprwHUtvr8x9hN9POsELO { top:2.75rem;left:10.375rem;width:22rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqslTnW4KQDgS8sagB1TSqwM6y5Dhd7L { width:14.8125rem;height:2.75rem;top:25.75rem;left:16.280857086182rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blKi2VeEywRahkB3VTaz5x0C6e537Gd9 { width:16.125rem;height:1.5rem;top:23.875rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPxMRuipSyphmppOhzfru3R1pG2pX2ff { width:11.75rem;height:2.3125rem;top:18.75rem;left:19.832464218139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncydzfTLGfIZ9gL1z2M7qwkki9kPNxfe { display:block; }
 }@media only screen and (max-width: 763px) { #BSA7C32aERtMss7DEAU3dXzsewkFu1rT { top:1.6875rem;left:26.8125rem;width:20.8125rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmF43chC6JhW244MAy9zPzN3MUOxr1re { width:11.75rem;height:2.3125rem;top:18.5rem;left:35.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPKIJrIckKnqqUZF4eBJdoKVbQABmoRe { display:block; }
 }@media only screen and (max-width: 763px) { #uOElAeT3HhqRW5eJRJz9BImD4Ah9BMaa { width:18.9375rem;height:2.75rem;top:25.5625rem;left:28.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKfk2bOlQD6S0NJWC1fSLq34ZcLHbZ7 { width:16.125rem;height:1.5rem;top:24rem;left:31.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMtyv4X6gkkOakhO0p0sup9mwtAZMUaa { top:0rem;left:25.9375rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV { display:block; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAyTgXwMsiSuVt6JqfHnZRPV08L65ts1 { top:0rem;left:0rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotzdLAxXe26dd0nXPyu3izWLBhM1J3L { width:16.1875rem;height:1.625rem;top:24.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvmMCBeZ2TU4hL0XLAeEKC0XfmokRDV { width:8.5625rem;height:2.3125rem;top:18.75rem;left:6.375781059265rem;display:block; }
 }@media only screen and (max-width: 763px) { #r20TVeqOu5XxmWubKFGBkOb6pmKWMUgi { display:block; }
 }@media only screen and (max-width: 763px) { #qbHtZMhyeP0GMrlDkMx2fTEvOcsfSrD8 { width:18.4375rem;height:2.875rem;top:25.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxCPkZ451WkomgPruWaeMFReiuiAE7TB { top:2.625rem;left:0rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOinLI6notOpqtDDP1obvI6dwLiaih7I { top:0rem;left:9.625rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMKEGRNoBIcJCtMHDsqZfI5qhyFU2tTR { top:2.6875rem;left:9.625rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOGvZvdgL1Jp00Ch4mXLrPT95eF4R9eP { width:16.1875rem;height:1.625rem;top:24.125rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTtQXi2rCOUbE8ez9blzU1zsatirAnv { width:18.4375rem;height:2.875rem;top:25.75rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH1Ed4pZAB5r2z6Z9ECuGn6Ruutb2X53 { top:2.4375rem;left:26.0625rem;width:21.5625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqWxWVAuckWBhrdf9hULCMZ4D9AKruoa { width:12.4375rem;height:2.875rem;top:25.5625rem;left:33.187500953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsrIBputbqSogPqZrsBG1yfsTxTMWzU0 { width:16.1875rem;height:1.625rem;top:24.0625rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1OsSmMlG1fWRHUpupUVT0dNEHOCqnge { width:11.75rem;height:2.3125rem;top:18.625rem;left:34.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7s8CUwhgTTu56BBwJqPoFQuw3dSHA3H { display:block; }
 }@media only screen and (max-width: 763px) { #qesgvSiuWQ6WbmmOT9gTLffcGVuF7lRl { top:0rem;left:25.4375rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk4VEGwtLJFrW3z23XHT4Nx4LET8X33T { width:11.75rem;height:2.3125rem;top:18.1875rem;left:19.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKbO0PTD59sE5OtxoRpPsev62PMPma6V { display:block; }
 }@media only screen and (max-width: 763px) { #mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf { display:block; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqvxkI8iFNgc7Lpblqd2BhrhLJTNd2tw { top:0rem;left:0rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHOu7ZThXAranpvlL2QVdzKiB0dLGCRo { width:16.1875rem;height:1.625rem;top:23.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXZr154CD4nqNZ7uAdGPdqACcv8EsEHI { width:11.75rem;height:2.3125rem;top:18.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOOSvtS4IyeO4faZ7tcJXPzFNWCJPnaK { display:block; }
 }@media only screen and (max-width: 763px) { #vmT0WqyT73PZ2tEMzUVxODkuFN4M1egw { width:18.4375rem;height:4.375rem;top:25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGSiaSVId6Rwm0hhr8gBhhxNOmvmCpTd { top:2.625rem;left:0rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQ2uXJwR72s3BATak8Fwr1fsl5QLeyN { top:2.6875rem;left:9.625rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfO8LpCT2aEQaEWSbOKncWQUR0QtDxi { width:11.75rem;height:2.3125rem;top:18.8125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhb7ZlSPkGWhMyqpDCwN1T4UcodvDP4u { display:block; }
 }@media only screen and (max-width: 763px) { #Ghu5aHwWtw0Xdbha8UsAPLo1a9MMyZ4X { width:16.1875rem;height:1.625rem;top:23.375rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX3IIpHucIsaTtFS7MLVvLvO7unWTZF1 { width:18.4375rem;height:2.875rem;top:25.0625rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2TqyfTghV69ua3sfd3h8waD6dZy7Ew { top:0rem;left:9.625rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqaw7rD8NBGF7b8LlqWVX7LG3Rf2c8XG { top:2.6875rem;left:25.5rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFhUx4QZGkHpOHfE3UACbJguQUCFc0cd { width:18.4375rem;height:4.375rem;top:25.0625rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm5mi9csgrbAN6X1VckbVG1kO3Lo5TIB { width:16.1875rem;height:1.625rem;top:23.375rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3kRf0OqWIQ4X0PgZOBTzdFwcAPA9IZ9 { top:0rem;left:25.5rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPlDN3eKlXvaiqzTfhdH6VMmo7HNH1z { width:11.75rem;height:2.3125rem;top:18.8125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LxZvZfeO7crfZUb5FBEtIcIDhfvAsM { display:block; }
 }@media only screen and (max-width: 763px) { #eglP0biemZErl3J8DWRsKUnU5eZnlsf9 { display:block; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0PQv0ctA9MaiPqdDLUDVGznspcGrPoP { width:28.25rem;height:2.4375rem;top:1.375rem;left:9.7500009536744rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDSu3uSS2aPFoJDORtCKlGbvg4Rnmsip { width:12.4375rem;height:3.6875rem;top:1.875rem;left:17.656250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8CJ261ISywXm3upQplekkIdqoRnu6bO { display:block; }
 }@media only screen and (max-width: 763px) { #aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { display:block; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBdqv6XlHKtGEeOdqhbKM5wU4wMdSdxa { top:2.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5FHWBTW0O4TEoe1IUwBav3GrOWFsSlw { top:1.6875rem;left:0rem;width:7.125rem;height:4.37460625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT { display:block; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFOT7ceyaKrRpm8ZgT69608CmqvKX790 { top:1.4375rem;left:0rem;width:47.75rem;height:19.6875rem;font-size:0.75rem;display:block; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 li:before{  }
 }@media only screen and (max-width: 763px) { #Kwm1M4fUU0V8RHy6OZTHK7a7DmJ7E5mT { top:9.125rem;left:0rem;width:11.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulhh56QgkK3ebnxON6yXOlqheIpNAnmv { top:1.625rem;left:0rem;width:0;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste { display:block; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ { width:18.3125rem;height:14.75rem;top:21.3125rem;left:0rem;font-size:0.875rem;display:block; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #bvRf4C6hQIrzedunza5QaRbKJMK3JuoO { width:17.5rem;height:1.125rem;top:18.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD6DHGqvEFlREn5TXlMAHyt66SDcLRIL { width:13rem;height:1.375rem;top:13.375rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkh18BrWR8esDzaT7VWDnyDnoQ2zAkto { top:7.6875rem;left:0rem;width:20.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcMfikw99RNsSKT2MGB57vwSTAJLWObZ { top:8.4375rem;left:0rem;width:19.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE77epiAVRoTVfiOeuuQ3NdlBCAdxViN { width:19.6875rem;height:2.6875rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HspbZyw70ps2DAabmcmApiW7UDK1HR3c { width:6.875rem;height:0.9375rem;top:15.9375rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBVpWbT1dy8QLELZMUtNBJT6h5BPtxW { width:17.4375rem;height:3.375rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8p11o6HDVnSmxFtbKm2xDQQowD2BVFr { display:block; }
 }@media only screen and (max-width: 763px) { #gwTz3xPTwLhkMICkZ30aJ7UtaW9i6K7k { top:1.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIuxNVIOC9WhLS1PtZLzXWAWb5TKrqD3 { top:8.5rem;left:28.3125rem;width:19.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN8kZHn9PNnK9OKudrdWcRNup5PImJX0 { width:16.8125rem;height:4rem;top:9.4375rem;left:30.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeSrwxVHXa154lv2BGIPoeawDVewg7uI { width:11.3125rem;height:1.6875rem;top:13.375rem;left:33.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJkZAfelTi9Cx7O6lDfHAknnU0Ub1uAg { width:17.5rem;height:0.9375rem;top:15.9375rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN5xINLRpymterU8Ub5O8U6alTk5uJh8 { width:17.5rem;height:1.125rem;top:18.875rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blxibv5SIBtXTPnkWeBdiTKeOFyidRIx { width:17.4375rem;height:3.375rem;top:37.5625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSafXGMppJi2haCLWPTQsvhW2xvw7JSB { display:block; }
 }@media only screen and (max-width: 763px) { #COcg21KNFi756doQN30aPfawTwc4qFLT { top:7.6875rem;left:26.875rem;width:20.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh { width:18.75rem;height:13.4375rem;top:21.9375rem;left:28.875rem;font-size:0.875rem;display:block; }#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #D0CXKRpIkS2opbwvyARUrImUyg3B1hNF { top:0.625rem;left:15.875rem;width:5.4375rem;height:3.7687020460358rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeyAyvZwTKnyCNOkLAcpGiXiJdhHLPiM { width:18.3125rem;height:6.375rem;top:21.3125rem;left:13.4375rem;font-size:0.875rem;display:block; }#AeyAyvZwTKnyCNOkLAcpGiXiJdhHLPiM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #i7o37z8EgITUc5mwVqzJT1nzMKt7zKAh { width:8.125rem;height:0.9375rem;top:13.875rem;left:19.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktfITkFcT8PZEp1B1lC9wS5r6Ufh6ieQ { width:11.875rem;height:1.6875rem;top:11.75rem;left:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTDJiRu1O7m1Ecodr9gTEWQBMpGlcs4 { width:18rem;height:5.375rem;top:7.0625rem;left:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl8PlEZbb0dwfS9GOdau6aT68oztucqg { width:12.0625rem;height:2.4375rem;top:31.125rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeLEklNl9N8FQl2PBIqqh8vME2IvdSLZ { display:block; }
 }@media only screen and (max-width: 763px) { #RLdqkP00xTNb2THVL6DzFKsqQfpD2NAV { top:5.4375rem;left:11rem;width:20.75rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckLRJnHZLgZlATIPhOMUIBTH6biuueCJ { top:6.375rem;left:12.4375rem;width:19.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InE2ecopFZCtJcCh92pSBzKOTfD1Clo0 { width:17.4375rem;height:3.375rem;top:34.25rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn2hfCZvvwZlgrTq5eem35zIimLNIH61 { display:block; }
 }@media only screen and (max-width: 763px) { #n8Ok0kan14Sp1yH01D1u9UNbrb6XdJie { width:17.5rem;height:1.125rem;top:18.875rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM { display:block; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upTJGBTdLBt6TlVTL7k9lloCW9W985HD { top:2.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOesl5D07X8mdQWvtQ4JAGl6mOhN5wbb { top:1.6875rem;left:0rem;width:7.125rem;height:4.37460625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy { display:block; }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdD19q0qmc8pVQcqGlT2d9414iIAGpyR { top:1.0625rem;left:11.375rem;width:36.375rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErT4g2fflcZFXHKecorRFxbxktesdolH { top:2.875rem;left:0rem;width:22.875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USDxrBhb99SueE4OLZesHlw9T6mthAoz { top:1.625rem;left:10.8037109375rem;width:0;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRFWTS8qoXD6sSmyrpnf67lzJk5qKmmI { width:14.0625rem;height:3.3125rem;top:15.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rps4N8pPw9vJeT3spfWBhD0MCTk2PNqW { display:block; }
 }@media only screen and (max-width: 763px) { #S7rqGvd9Z2MXeQAhtkymAD14ZwIdwoB2 { top:5.75rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A47t4n79nI7paBMeE3dsifEePEXMeocq { width:47.75rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLOR37A5lvg75xkwgdhiU2x4QRXxL9T2 { top:1.0625rem;left:2.6496086120606rem;width:5.4375rem;height:3.7687020460358rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { display:block; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K19DKDZbUc7RDFXTEnzqTRwABkTK8vqh { top:2.5rem;left:2rem;width:21.875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bggq8DbuTPxLwwU8ZQohUO49S06spSs9 { top:2.4375rem;left:23.875rem;width:21.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledECb0yEobAL4Kg786eeTL5O3brMSyh { display:block; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m31D5TsVZAhhHJEOoBv7FFXbravTlhoJ { top:1.9375rem;left:11.437500953674rem;width:3.625rem;height:3.1340345485375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { width:20.1875rem;height:2.4375rem;top:2.3125rem;left:15.123436927796rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a { display:block; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUCB4KMxrPUTLFLJVO8btDd2nA0Lb4Lp { width:18.9375rem;height:12.8125rem;top:2.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ucc8ZllR6vX96fSNRL53keKNvy8eLo { top:3.5625rem;left:13.5625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCQANBO243weF6729IJD5zr2Wm11GMP1 { display:block; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vl6bAq86hMWkKMfJzUWfbsPiSTDT5Sqv { width:11.25rem;height:2.4375rem;top:2.375rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE1EZTF4z57WEkklz3RFms7nebAeyx59 { top:1.4375rem;left:11.837104797363rem;width:5.4375rem;height:3.7687020460358rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li6LMEQDunzdQRT9GT7OP2449AVvRbHO { display:block; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soPpra6qySCpSTaF6qcGsSmJ72cHawCB { top:2.625rem;left:13rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRK0X2IwUxebTviBxNQGv2zQgHZU7P2i { top:2.6875rem;left:28.875rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfEeNdAVcOcntdovmHvdDTmcaZtFV2md { top:2.625rem;left:0rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq { display:block; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEGxg5qoocBxuihsmudaN95UbVCBpZm6 { top:2.625rem;left:0rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh7oQ1JN4kItsNcOBZToptPe4gynbW8K { top:5.0625rem;left:16.5rem;width:14.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXtZWQ1U2SSZaQFSO690sQ3zXMkXPua8 { top:2.625rem;left:28.875rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc { display:block; }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9P5CIMwyuaMQ6fXx86Rgir3d8oGB0Bf { top:2.625rem;left:13rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAuyblhNE1mskZ5OqZGVRUUu5Gog91r { top:1.1875rem;left:26.875rem;width:20.6875rem;height:10.15683859609rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8bVIl7WDvedvdg7DO3cEKP51NviiUHS { top:1.5625rem;left:0rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg { display:block; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAnwSysi6cNEgn4FT7mxgRpdk2uP5Q3w { top:2.625rem;left:0rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtM4Xqmx43uaytu8s0uSPdCh5tlm4Rhd { top:2.625rem;left:13rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDKVeEHPqXBRPwkyLOQqCi1RQpfvR8Nd { top:4.625rem;left:29.125rem;width:18.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF { display:block; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekSG5Qd7EnkXvaGOaxnqom2hi2fx2RBq { top:1.1875rem;left:13.375rem;width:18.375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8thLcfVddItd5uXpkcZG2kpecznMD90 { top:2.625rem;left:0rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpbxzWtCq6kn2cfdGtfx0ILNNwr6Od5k { top:1.75rem;left:28.875rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTup6XFWyzu837oJnzANSMb0rUVGGqt { display:block; }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqAONVVLmyGcyvyN4hsTFhvyQBvAciZT { top:2.625rem;left:0rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUaaPCC2qJ2AeAoHwWleQ9oNbgmfat2k { top:2.75rem;left:13.4375rem;width:18.3125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9FivR9tJrCbEEcyTDaZxJSHNaZ08z1S { top:5.375rem;left:28.875rem;width:18.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo { display:block; }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV8JtzolJFXB9VTNww2ndTGhCn37hH1P { top:1.1875rem;left:15.5rem;width:16.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { display:block; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { width:28.375rem;height:2.4375rem;top:1.875rem;left:9.6554679870606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bREJVnImr89Qa9NplVfZQGcb0eWAL8pP { top:0.9375rem;left:3.3996086120606rem;width:5.4375rem;height:3.7687020460358rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k { display:block; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4vztgwLx79O6o61B5E9Mp96ea3OUHPB { top:2.8125rem;left:0rem;width:22.9375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2CsLhkWXDW5s6ISab69t2Q9hsz2oQzy { top:3.8125rem;left:13rem;width:19.5625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0n49WfUx1gCb9c9JWrfxmnZEoh4TAD { top:3.8125rem;left:28.875rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR { display:block; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KC3sTyNbLetHI8F9zdHiA6xTKl7TnKFo { top:3.75rem;left:13rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEWdJ0FxhEzJXpzTvwnuzeqZ290ugiUL { top:4.25rem;left:0rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVz6NZsbmEVbhuuJZ8vPE4agxqfAA16E { top:4.25rem;left:30.6875rem;width:16.9375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb { display:block; }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6CAyPq0rJkSpqdCpCUX7wiyvOfT0zJX { top:1.125rem;left:15.968750476837rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 { display:block; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfez5X1DeKnVvk5GMH59O3GcARmTyBIQ { width:25.25rem;height:2.4375rem;top:1.9375rem;left:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWaWoLhgeQacgpxyeys1WwN3aMJxuyaL { top:1.1875rem;left:8.6382789611819rem;width:5.4375rem;height:3.7687020460358rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { display:block; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { top:3.875rem;left:0rem;width:13.0625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyThDPElzPeG2yAPfJWhLF1TVTecicvM { top:3.9375rem;left:10.3125rem;width:13.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLxHNe3ocJZizvToMmG7T9wBOD9zPP4 { top:4.4375rem;left:19.625rem;width:16.125rem;height:4.419690948439rem;display:block; }
 }@media only screen and (max-width: 763px) { #toEB4ltaXxOCaMwUMmx1OzMSglAQermT { top:5.125rem;left:34.0625rem;width:13.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { width:8.8125rem;height:2.4375rem;top:2.125rem;left:19.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyRK2QlzJevT5slPVseJcNayFGI93gfN { top:1.375rem;left:13.135936737061rem;width:5.4375rem;height:3.7687020460358rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNJGqaiV5TTd16KFpsScIZnTbVWulI4I { top:4.1875rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { width:47.5625rem;height:2rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJK7cdpiVm5Ly5WTSO2aMslO9OZDtXL { top:6rem;left:0.37451171875rem;width:35.875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6PEfHTq1z5Dx8Awq2v1KUAKApTGzp7A { top:9.8125rem;left:0.373046875rem;width:27.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { width:33rem;height:2rem;top:1.4375rem;left:14.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { top:4.1875rem;left:25.849999427796rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZPCenQmszDgptdK6Mh656gyF1RAT9u { top:6rem;left:24.6875rem;width:23.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { top:9.8125rem;left:19.75rem;width:28rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvrnNaTik8SoywutzdNumh7uoWkVriW { display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { top:7rem;left:1.0927734375rem;width:21.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { top:3.5625rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { width:43.4375rem;height:2rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { top:10.25rem;left:1.0617189407349rem;width:22.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qocGsDisP57ahusut99kVzQSBpAeLaJp { top:9.75rem;left:25.8125rem;width:21.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { top:3.1875rem;left:26.050000190735rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { top:6.5625rem;left:28.375rem;width:19.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { display:block; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { width:5rem;height:2.4375rem;top:2rem;left:23.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p74LuedKI5qnSD4xb3MMc3dMDF5sHd9B { top:1.125rem;left:18.149604797363rem;width:5.4375rem;height:3.7687020460358rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { display:block; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { top:23.75rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block; }
 }@media only screen and (max-width: 763px) { #cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { top:27.25rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block; }
 }@media only screen and (max-width: 763px) { #S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { top:31.0625rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block; }
 }@media only screen and (max-width: 763px) { #Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { top:27.0625rem;left:0rem;width:22.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { top:31.0625rem;left:0rem;width:22.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { top:20.0625rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block; }
 }@media only screen and (max-width: 763px) { #pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { top:16.375rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block; }
 }@media only screen and (max-width: 763px) { #sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { top:12.75rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block; }
 }@media only screen and (max-width: 763px) { #UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { top:13.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { top:17.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { top:20.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmRoh4q7QmftghRR7shp75Iga2MKasoR { top:24.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { top:9.0625rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChI8DLthx1OBqTplCex684CfCc44adw { display:block; }
 }@media only screen and (max-width: 763px) { #y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { top:5.25rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block; }
 }@media only screen and (max-width: 763px) { #qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { top:5.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { top:9.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { top:1.6875rem;left:0rem;width:46.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block; }
 }@media only screen and (max-width: 763px) { #uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { top:2.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokhiWcompTkXfvmA3KVTPW3G4X2Slse { top:2.25rem;left:0rem;width:47.75rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { top:27.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { top:31.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { display:block; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { top:9.4375rem;left:17.781251907349rem;width:13.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { top:16.4375rem;left:19.312501907349rem;width:11.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { top:2rem;left:15.9375rem;width:17.375rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { top:14.5rem;left:0rem;width:19.625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { top:0.8125rem;left:0rem;width:16.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { width:3.5625rem;height:3.5625rem;top:8.5rem;left:1.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41TRASdImGQhEyuOHnsRryicCaBPfTz { width:3.6875rem;height:3.6875rem;top:8.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { width:3.75rem;height:3.75rem;top:8.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTyaQFB6lqTUZuyvzeuc22gbPwwRaNJ { width:12.75rem;height:1.4375rem;top:13.125rem;left:18.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xglTsrdViKc8He8TVKfsMRyJCK1T0Olr { display:block; }
 }@media only screen and (max-width: 763px) { #hBX231MHHkB2OxqsHZdRsMM3ShnTFPvx { width:16.8125rem;height:1.4375rem;top:14.75rem;left:16.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwhz8OWeIT85zTlGXJ4Cl3Cm99t7enCF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 { position:relative;z-index:auto;display:block; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWIB4c50Kqu2Ledo1XNRuB6OQfUFBNxh { width:6.5625rem;height:1.875rem;top:3.375rem;left:12.875rem;font-size:0.75rem;color:#ffffff;background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15004;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8wWlE9TTEPqVLVNJdDSG640aZOIE2ln { display:block; }
 }@media only screen and (max-width: 763px) { #dO42PkRoTpX0dT9cV4B0m9mMk4xcJtwL { width:2.4375rem;height:0.99960625rem;top:6.4066400527956rem;left:0.87304681539537rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #G99KSsiishwg6Ht6414mIrevJgrbBwFa { width:6.1875rem;height:1.875rem;top:0.75rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;border-top:0.125rem solid #8c52ff;border-left:0.125rem solid #8c52ff;border-right:0.125rem solid #8c52ff;border-bottom:0.125rem solid #8c52ff;display:block; }
 }@media only screen and (max-width: 763px) { #BDQLG9VUawbhn3OTnoLgSZ5gDxX9tc2C { display:block; }
 }@media only screen and (max-width: 763px) { #rIibXm3zV6srvoUIiomXTV5nTnZzTWEV { width:5.9375rem;height:2.625rem;top:12.125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZziPwtuViczbwARohSt1fRTIOZ53VGhS { display:block; }
 }@media only screen and (max-width: 763px) { #TwnzpwRkeHzvDtDtedQV43wkuwDCGGCR { width:5rem;height:1.875rem;top:3.3125rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;border-top:0.125rem solid #8c52ff;border-left:0.125rem solid #8c52ff;border-right:0.125rem solid #8c52ff;border-bottom:0.125rem solid #8c52ff;display:block; }
 }@media only screen and (max-width: 763px) { #vt7PeM5K8fr4Sgy3KGTPxwg17t1X8nqa { display:block; }
 }@media only screen and (max-width: 763px) { #AJPHAkByCwXuE2Mnm1rQ2qJwQcU6kBhg { width:5rem;height:1.85rem;top:3.375rem;left:6.875rem;font-size:0.75rem;text-align:center;text-align-last:center;border-top:0.125rem solid #8c52ff;border-left:0.125rem solid #8c52ff;border-right:0.125rem solid #8c52ff;border-bottom:0.125rem solid #8c52ff;display:block; }
 }@media only screen and (max-width: 763px) { #mCA6VnXSpAmTm8M8FZd0PXeMKKgcg2MT { display:block; }
 }@media only screen and (max-width: 763px) { #Ryqfy1VrXzATwIIVkIvs1lHtOBiCVpum { width:0.1875rem;height:2.625rem;top:31.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4BTG8ypV2Jgxf6Om8fll49QfTcQeVIk { width:0.1875rem;height:2.625rem;top:39.5rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #atJ5Z75cm0XT3v4d6NxlwNVbT0mz81Tm { width:4.625rem;height:1.875rem;top:0.6875rem;left:7.375rem;font-size:0.75rem;text-align:center;text-align-last:center;border-top:0.125rem solid #8c52ff;border-left:0.125rem solid #8c52ff;border-right:0.125rem solid #8c52ff;border-bottom:0.125rem solid #8c52ff;display:block; }
 }@media only screen and (max-width: 763px) { #ysMFpes5VDkvZExMAvFhzMOL3KtlKOAH { display:block; }
 }@media only screen and (max-width: 763px) { #bF1bbRx0Vsb6WWGe3SIAbyXKRgE4Fzf3 { width:0.1875rem;height:2.625rem;top:0.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLxzuac7KPNyLHkWb6ERGzGFi0CbLJO5 { width:0.1875rem;height:2.625rem;top:0.875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7XHDnqEabx8Kl8bLRIfXiteAAx8kT8T { top:5.9066400527954rem;left:0.87304681539537rem;width:4.875rem;height:1.6875rem;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QL6wHL0LRxin1vfanKKMDE8neh0exc21 { width:7rem;height:1.875rem;top:0.625rem;left:12.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;border-top:0.125rem solid #8c52ff;border-left:0.125rem solid #8c52ff;border-right:0.125rem solid #8c52ff;border-bottom:0.125rem solid #8c52ff;display:block; }
 }@media only screen and (max-width: 763px) { #gqQsMCJTwR9hCwas3600N0c9kAOQqcKk { display:block; }
 }@media only screen and (max-width: 763px) { #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.adaptive-delivery-prevent-bg, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyload, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyloading { background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { background-color: transparent; background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .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); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { border-width: 0; border-radius: 0; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8PhPlrx15deTamglTihKfMu1S9B7y0q { width:6.375rem;height:2.5rem;top:42.1826171875rem;left:5.326171875rem;overflow:hidden;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { width:18.062125rem;height:2.925rem;top:30.765625rem;left:0.9658203125rem;font-size:2.25rem;color:#2d153f;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #eIViIOPgzIdgufD3cp3dL72UeFUSh3Sq { width:3.75rem;height:1.4625rem;top:33.6904296875rem;left:12.3701171875rem;font-size:1.125rem;color:#2d153f;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yJDaCI8tB4o7mE60aforTLzdBmIdhaQW { width:18.1875rem;height:6.125rem;top:38.5263671875rem;left:1.091796875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .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; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.30375rem;padding-bottom:0.351875rem;padding-left:0.30375rem;width:1.82375rem;min-width:1.82375rem;height:1.893125rem;font-size:1.40875rem;line-height:30.29px;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; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.43125rem;height:0.748125rem;font-size:0.52875rem;line-height:11.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt { display:flex;width:13.75rem;height:3.56484375rem;top:1.25rem;left:2.875rem;padding-top:0.31625rem;padding-right:0.308125rem;padding-bottom:0.31625rem;padding-left:0.308125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #NlzDdkTyoD4kMdzn1x7FOrWoRiSxVzEI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #LUrOHdRFl5DDHSu2whqbhusACdUZ6qB8 {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #UxR8C7GadH7xKJ2TiWqzJXhPzvuGTOPQ {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #irNi7MucFgEULpWFsl1eF2rS0H3fBAIL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #t13iTkpPDy2biCIN6T8iUwcZBwEzrv1I {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #CRGbBnHikiM2fEJu9GSOWe2fmNXq5S0D {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #opMdMvMXVTXEmrL9htT14QX5ZnPH9VIb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #McKRBTZPG6CiDI2HFlqUQBEzA6zOnq5Z {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #g1ylgazsnQBNTbAiMuavTK0FSQqr7Jz1 {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #q1g41U5RuaLnS1mqBa3XPEIrR1BIa1KE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #Lf2ZHznf5Uy5zVPERK2KzsOi6soClnnQ {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #vdGF7b7suMtOzMMMccu3AwR0tLWTBB9H {  }
 }@media only screen and (max-width: 763px) { #nXWzi7nS9AO2aBRI3AZ5gpM7kgz7dty5 { width:0.125rem;height:3.375rem;top:23.09578125rem;left:14.034376144409rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #b6wLbqGoDPT805pSNmIoJy0uobTZCMN2 { width:0.125rem;height:3.375rem;top:25.214062929154rem;left:15.018749773503rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #bTrUHRKQlRxovVAhdpbQVKBvhek0AzHF { width:18.1875rem;height:2.5rem;top:56.22265625rem;left:0.90625rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9mQCOqS7vphKCcamnBmAD6ATLdJwm4f { display:block; }
 }@media only screen and (max-width: 763px) { #hWO68dAH7BsT0VXHoyWavFitcqDxVf9F { width:12.5rem;height:1.3rem;top:39.0390625rem;left:3.9990234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 .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; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 .widget-text.counter-number { padding-top:0.31rem;padding-right:0.27125rem;padding-bottom:0.31rem;padding-left:0.27125rem;width:1.62875rem;min-width:1.62875rem;height:1.668125rem;font-size:1.24125rem;line-height:26.69px;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; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.19375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.171875rem;height:0.65875rem;font-size:0.465625rem;line-height:10.54px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 { display:flex;width:12.6875rem;height:3.140625rem;top:40.0888671875rem;left:3.390625rem;padding-top:0.26375rem;padding-right:0.265625rem;padding-bottom:0.26375rem;padding-left:0.265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #Z0T1TTPPA3LbfHAUKgubeXp1tsL2PdMX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #ANAtLZnJ40mS7sJNoQpuIygfsXvLWoog {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #FlUlBLBnlmH7OUVP5dFk5H5ke4BBCW46 {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #sNiCi2IGdmIcVPRImkCPbHS7yE3ILv0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #Bsfd57vO6fnlyxyMQ1JgmWavW9RG9sp5 {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #SUZFNCwdLhbf3dAcmRGm8NRHBwt4wegH {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #G7clBwlZQRQTiir4IvPvhaN0XdMMAih1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #SK7hDyv69DJIe3JbCKlpGEzkqqlvCJxw {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #CnG8BmFJhyXt2fVaypbZZGyors9vykPM {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #fxwLRag54KSMfIrRlFwJXoJgLpIz42UR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #W7fvaVaHJK98f8uP0L6NoTNMLRSU3w7O {  }
 }@media only screen and (max-width: 763px) { #w9VWxcxIcUHaERMLrmtHNugcDa0sxeG5 #FcTbbFEpgKOV37E7pzpr96wmmoJMKmui {  }
 }@media only screen and (max-width: 763px) { #rZuBRh8rtuIU9FokzwSni3kMZ1w945E9 { width:0.1875rem;height:1.3734375rem;top:31.5419921875rem;left:6.498046875rem;background-color:#866ae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I1gRwqlHKwnX8hoH6Iu9ozAAPAe1glCV { width:0.125rem;height:2.625rem;top:44.0068359375rem;left:16.4228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeTrVnwyT5OOfsiIv1e8ySrUl5qdyZKi { width:13.0616875rem;height:1.3rem;top:35.0791015625rem;left:3.0595703125rem;font-size:1rem;color:#1a2025;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GyN4wyEF1KH8NsgmeM6gMf2UR8DqAbdo { width:0.1875rem;height:1.375rem;top:31.5517578125rem;left:9.9990234375rem;background-color:#866ae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #mOx6T9POM0ZNOGSmaDry9WWUiH1I3t6u { width:18.499rem;height:7.249rem;top:2.607421875rem;left:0.7490234375rem;overflow:hidden;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #u3MJwlzqEXsohh9phXySpBUZRQUzTu8Z { width:13.75rem;height:2.925rem;top:47.5rem;left:5rem;font-size:2.25rem;color:#2d153f;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #G4ZSzRIfEGrzJTeGGT0HdXFGRRfsDcSz { width:5.625rem;height:1.4625rem;top:51.1875rem;left:3.4375rem;font-size:1.125rem;color:#2d153f;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Sf7qXdnmPWwJM1BvqSG0oTZcqzrNsJ10 { width:0.1875rem;height:1.375rem;top:48.25rem;left:8.3125rem;background-color:#866ae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vnwUQUG9kyP6Vk0S57BpkMTR5Kp3tlSi { width:0.1875rem;height:1.375rem;top:48.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMoQ9ZEr2gnW3UUqlTm7xkNVxhD2MvNo { width:3.8125rem;height:3.8125rem;top:46.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBtxGewgCwZVJtEwQgMJ7FxSk0DdToAJ { width:2.3125rem;height:3.81875rem;top:46.625rem;left:1.875rem;font-size:2.9375rem;color:#e9ecfc;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #B04iDQEemKQn8ltWvroXgJ5bBSbA8GFC { width:8.875rem;height:8.875rem;top:47.53515625rem;left:9.1826171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { display:block; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV01mNicvp70IoqI4EzolKoHy1TzTgER { width:19.4375rem;height:38.6484375rem;top:0.37421868741512rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;color:#0e0c0d;display:block; }
 }@media only screen and (max-width: 763px) { #dXGhGSnxPkSuZq2Vsg0GStHM2Hz6sMyG { width:20rem;height:1.93710625rem;top:55.805074319243rem;left:0rem;font-size:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKei9eG9ouwUiEIaqXaon2uXW4vmxgJ { display:block; }
 }@media only screen and (max-width: 763px) { #XOU1nwOm0TRQH4WtpfnR0woUaCfNXB4q { width:8.4375rem;height:5.625rem;top:42.306249246001rem;left:0.99843746423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISoXZCzCi817kKZhFpcToaCB3rNXuoSV { width:8.4375rem;height:5.625rem;top:42.305074319243rem;left:10.549217998981rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhgOtL1oJpSeggRTi1uesR99bSNWaHAC { width:8.4375rem;height:5.625rem;top:48.681245431304rem;left:10.579686939716rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev9EIvQvzXd2SKmf5UTkl4ddRFuHGI83 { width:8.4375rem;height:5.625rem;top:48.681245431304rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFvPF9C75VRSId4CcTxFwRWwhzOVWT1M { width:20rem;height:1.1375rem;top:39.774999246001rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { display:block; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG { display:block; }#yJUT3eJ3kIJHaxy56B7JNbLNKxlUoXwG > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfW9FONCoOwTNUA0sGFTN1uD2vanOpXz { width:5.625rem;height:5.625rem;top:2.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5TE6VaqAN4IkVk6sTQBsCCclxyObWN { width:17.5rem;height:13.4375rem;top:37.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ITPUehoDwcExT09K3Qx39vdFAnn9mw { width:5.625rem;height:5.625rem;top:52.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okaWLkLpIyBPTn99x3ATXTul0S7ms8VA { width:5.625rem;height:5.625rem;top:37.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7l097NVk14o6OdX2ryWsJoh6LdXzpZC { width:5.625rem;height:5.625rem;top:23.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlkZO3kUq4mLgmazLHGmWlN7awV3CS2R { width:17.5rem;height:13.375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TulKeVBJ69n8X7VS1mM1TNpSXOgwznwf { width:17.5rem;height:13.4375rem;top:22.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxETyHmmlv8kBAb3RHiIwWbRyKPkI0Qg { width:17.5rem;height:13.4375rem;top:51.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylWASDcA0p8sKlI7RSsD5NFoH0IRHsAJ { width:13.625rem;height:2.5996125rem;top:10.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS49kiDcd6SdmSIxXWn4HcgCCagvPnvo { width:12.4375rem;height:2.5996125rem;top:31.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOAOoQ2AzgvHnaMRaLNc0ATOHk0SVvgm { width:12.4375rem;height:1.29980625rem;top:46.5244140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXOyWRX2z2P4i4TcWzOHlteCNaLdZMuR { width:12.4375rem;height:1.29980625rem;top:60.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUNw0zNsddQqCgH723q368olcv3PNPgQ { width:12.4375rem;height:1.13671875rem;top:63.375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWX814aV0fRl4XswTfaQTem0rBve3mE { width:5.3125rem;height:5.3125rem;top:15.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSLnlsD8VoKzvB13IAsCw8r5EKcf1alg { width:3.4375rem;height:2.5996125rem;top:4.875rem;left:16.5625rem;font-size:2rem;color:#e9ecfc;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Z2by9zwwmkTum96yvEi1skuX2hkVR5Ne { width:5.3125rem;height:5.3125rem;top:41.1875rem;left:-1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkc1UxkglSdfIE5rFiX6vHAlTutCGOXp { width:5.3125rem;height:5.3125rem;top:55.9375rem;left:-1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZhEckuTSCKUTsOsQXFkXmqZBgkQNpU { width:3.4375rem;height:2.5996125rem;top:40.5625rem;left:16.5625rem;font-size:2rem;color:#e9ecfc;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ONgaSkrtbuU79mTSkpkm2N9R1orLQJZg { width:3.4375rem;height:2.5996125rem;top:26.1875rem;left:16.5625rem;font-size:2rem;color:#e9ecfc;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #t7QbALy6reIseeUZDNIwgTTpL5I6zToA { display:block; }#t7QbALy6reIseeUZDNIwgTTpL5I6zToA > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdzHUW0CRfz0KABVHVanXRFwQAVGdRAJ { width:20rem;height:2.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZB0lCy4b3qo57TN7kEUEESd779DWfeTX { display:none; }#ZB0lCy4b3qo57TN7kEUEESd779DWfeTX > .row .container { width:20rem;height:70.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VX3TTbX1E9MnIrpGyvxsOg2BfWxERRTD { width:7.625rem;height:1.03125rem;top:1.0281252861023rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDTdGeCiSgzdZtBXT9i2fgwBBrUJy2Ml { width:10.6875rem;height:1.03125rem;top:44.717187404632rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFuHTrcppCgHPkcPGWIxaMA1pCZbJGzT { display:flex;top:2.38671875rem;left:0.68749994039537rem;width:1.375rem;height:1.375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { width:5.9375rem;height:1.03125rem;top:2.55859375rem;left:1.7375000119209rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ8Jpc57ZzWgHqL57ThaNQEncnRanqno { display:flex;top:46.31093788147rem;left:0.68671876192094rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ot6Ieuaa3i9hHpINvS0LiN7iMWVrARh5 { width:5.75rem;height:1.03125rem;top:46.60781288147rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGxazffzA4mvaASFQ3Xc0zTT096mrTA5 { width:19.6875rem;height:2.0625rem;top:4.5296878814697rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #drRxy78bmMPbeJESBLAraFTadWlmB4Io { width:18.9375rem;height:38.25rem;top:7.154296875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0bFxUy37rmBdGgD60f9f2KFqQ2KFSLx { width:11.25rem;height:1.03125rem;top:48.779296875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS3fhHht0GvBxd1ix5NNbMco5AKl4DRh { width:19.0625rem;height:18rem;top:50.75rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 { display:block; }#TuKJ4KBOeRLe2B5kzbkNJ1tCsCIa5oq4 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ { display:block; }#vhR5QhZAmmBZfma0UdsPOI0NThcc9EiQ > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfA3iogJP9wNefvCPEiiKUR7lTyfua0t { width:5rem;height:2.0625rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXu5VKKp5Dn40EfZ28xpChJWEQ39Uvkb { display:flex;top:2.6875rem;left:0.8125rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Ow8UvqiLkDQbztE942NE4W0rfJ7DNsOa { width:5.75rem;height:1.03125rem;top:3rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN { display:block; }#WZcGgFyzEwxf8eCvM38yXwuXhTUNunyN > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX { display:block; }#lrFvsIo1aDlqn4UcpH9WrnV5vhJck3nX > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s45QS7MItxQbCM4VQphDPsQ6TKoSvc57 { width:5rem;height:9.28125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #II7oAGT53i9mpEy26TM6CiiwiT01J7CA { display:flex;top:2.6875rem;left:0.8125rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Bzv7K5Pp5cJ3AOut6SI6sKTe7gViXNKG { width:5.75rem;height:1.03125rem;top:3rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 { display:block; }#kfN6QC04wXhAhbmNSMAFqLimSS86yAZ9 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { display:none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container { width:20rem;height:171.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { width:17.625rem;height:1.95rem;top:22.8125rem;left:1.1866319179535rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { width:5.5rem;height:1.1378875rem;top:16.03125rem;left:7.2500001192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { width:19rem;height:4.21875rem;top:18.199645996094rem;left:0.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { width:5.5rem;height:1.21875rem;top:26.455726623535rem;left:7.2500001192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { width:20rem;height:1.0546875rem;top:28.062496185302rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { width:7.6875rem;height:1.21875rem;top:35.799476623535rem;left:6.1562501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { width:19.0625rem;height:4.875rem;top:40.986976623535rem;left:0.46788191795349rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { width:20rem;height:3.1640625rem;top:37.399303436279rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { width:5.5rem;height:1.1378875rem;top:3.44921875rem;left:7.2500005364419rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { width:15.75rem;height:1.0546875rem;top:5.0867195129394rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { width:16.5625rem;height:8.775rem;top:6.8498330116275rem;left:1.6180557012558rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { width:18.25rem;height:3.9rem;top:29.437496185302rem;left:0.8741319179535rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyz3tJr9PQPSZTSr4dQAABQyUk1JSyfc { display:flex;width:1.375rem;height:1.375rem;top:80.18750190735rem;left:0.43671876192093rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #V9hRbnvB9FPNabiIOvuT2sqlarZQhM2w { width:6.375rem;height:0;top:93.936767578125rem;left:6.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTiyDnrVDGMeHtNV2sF1TUOCN8SI6770 { width:20rem;height:0;top:96.436767578125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsD6EGI2ocQ5oQanXGWtbx4pZnNRZcuP { width:20rem;height:0;top:98.936767578125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdSgMlE90S1wnlMT0Mum4isZU3QIzShH { width:20rem;height:0;top:85.311767578125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }#xdSgMlE90S1wnlMT0Mum4isZU3QIzShH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad1d4fd130e0b853f1079565ec36d28a330b92e4.svg); }
 }@media only screen and (max-width: 763px) { #AmpDplzh8hyWoBuFSEks6PKfGe1iAfch { width:20rem;height:0;top:82.811767578125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH { display:block; }#aAtZ4tWWEDgH7KZewaCP2Qt357aOaIFH > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd { display:block; }#zGTizbCn2K1JzlDFXqxaWJKmNUAXvLpd > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm7Ttotqsk3oF1VTx80TJXfeshWxdNaZ { display:flex;top:2.6875rem;left:0.8125rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #uK7l96I3TnWEdoF2byBOnHBi5sWQUvpm { width:5.75rem;height:1.03125rem;top:3rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDMOLf93Tffph8qnTg91TGd94n1J5WHg { width:20rem;height:2.0625rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLI0KcdZ3s66etBmlu22HVHmXPmIh75I { width:20rem;height:5.15625rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFyING7TlD6XCiR9zfBmZVtekxrgOfZB { display:block; }#fFyING7TlD6XCiR9zfBmZVtekxrgOfZB > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc { display:block; }#t32XHfDnOfMfDGVb4pAbC1ayTSkp4Etc > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t88s7GlckO9d7yLB7zeU9Jm2LMDTgzJ7 { width:5rem;height:2.0625rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngTFyFHpWy26BFhg2zTJTilLSkedsOPa { display:flex;top:2.6875rem;left:0.8125rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Udhz5CWSGQ4gXTxwnTq2AJzu9roh6N0W { width:5.75rem;height:1.03125rem;top:3rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1uE4BUnDk4lL3nFyqogpNnNPXTgTk5I { width:16.25rem;height:2.5625rem;top:5.3125rem;left:1.875rem;font-size:1.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSLnuoQpaxxNxXR6CEeEcklhBvWlUf7c { display:block; }
 }@media only screen and (max-width: 763px) { #fTvWHJcDctOh2QTc39D398TBOmpnNEfK { display:block; }#fTvWHJcDctOh2QTc39D398TBOmpnNEfK > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO { display:block; }#WEyeO6bAVe9kkKdh1QTIM71aFtVo6wSO > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixNhxHwutZhXAk30mCFOkpOlRglO04co { width:5rem;height:11.34375rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS7R0VS1Ni8PMB0fwZNWyw6lUsrIfpZV { display:flex;top:2.6875rem;left:0.8125rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #nGAOwqFSLPb3NtwRBTE9klzD8doEw5cO { width:5.75rem;height:1.03125rem;top:3rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS { display:block; }#JHXMX6Q2RxZPEhJ3qOxmXSWstqBvtFcS > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJZnENdSnN3zJrZDlmQ4NJco4mNzPQht { display:none; }#KJZnENdSnN3zJrZDlmQ4NJco4mNzPQht > .row .container { width:20rem;height:61.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vOa3wFPkKxB6me7z8K2KCSQ03mcNGrSn { width:8.375rem;height:1.03125rem;top:1.1531257629394rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIli429nhADylAvJbCxLNDLwiz8khCEG { width:10.4375rem;height:1.03125rem;top:39.404688835144rem;left:0.74921876192094rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhBcAGtbyN75k2wh6lP1ZB12SN0Eyw4v { display:flex;top:2.8890628814698rem;left:0.74999994039537rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #gJZp7hwkLBhScNEI7WHXaAtxnniqWL8X { width:4.8125rem;height:1.03125rem;top:3.0609378814698rem;left:1.7812500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuszSuVOCqGGTKSKu4kLZ8ywTDmz900I { display:flex;top:41.248437404632rem;left:0.74921876192094rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #TVlMMwv0GdG3w053teVBnJN2UEggyZZ1 { width:5.75rem;height:1.03125rem;top:41.420314311981rem;left:2.1242187619209rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwtO4KD3tlnz22RtLkgS3SDqpUx4GeLd { width:20rem;height:3.09375rem;top:5.4046878814697rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLIR73lgsAgW4lWtogkoBmavMRZvo4mf { width:18.4375rem;height:29.90625rem;top:8.904296875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P26woZtyxxWPg1gFPWSLAGTuT1TD0THN { width:11.125rem;height:1.03125rem;top:43.529296875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCKNOqR79p90Xl6ekh8Eo3z2ADNEkMAN { width:18.875rem;height:15.46875rem;top:45.342188835144rem;left:0.56171876192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR { display:none; }#kwUS8wkQAC5r5vWBlThdHNdEInFA5pwR > .row .container { width:20rem;height:171.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qUJrptL0EJpJAhENDretsBNIhaxCtyEV { width:17.625rem;height:1.95rem;top:22.8125rem;left:1.1866319179535rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHSrDVRL1rMMFoNfPDhBCrJ0U4kFH523 { width:5.5rem;height:1.1378875rem;top:16.03125rem;left:7.2500001192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WWrLUN8LB2QmbqIiqpRhycVbZzisMpM4 { width:19rem;height:4.21875rem;top:18.199645996094rem;left:0.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4DVwp3tUl4JHt2XGQQZ98KaatrwSpQq { width:5.5rem;height:1.21875rem;top:26.455726623535rem;left:7.2500001192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNFdPNAlck16t6iGJiXHGf2XmQ3Wf385 { width:20rem;height:1.0546875rem;top:28.062496185302rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m55IGOblTvNMWgSDwVGS0Ipmeo7s2f3k { width:7.6875rem;height:1.21875rem;top:35.799476623535rem;left:6.1562501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezU88LkPbzcITGy1GRmWUwtcZazzhBGJ { width:19.0625rem;height:4.875rem;top:40.986976623535rem;left:0.46788191795349rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y37vmDg81oonKtGyNkZ2VEzCPhVoJcPa { width:20rem;height:3.1640625rem;top:37.399303436279rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtpCTBb4KUgTgZszXuKDDoU1konpv3rz { width:5.5rem;height:1.1378875rem;top:3.44921875rem;left:7.2500005364419rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwSMVTPg6tw8m4SMwdSTSTGhytnT1Vzy { width:15.75rem;height:1.0546875rem;top:5.0867195129394rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvclgiJtGTV6GfIqa4fbAHLni5CZ7Nho { width:16.5625rem;height:8.775rem;top:6.8498330116275rem;left:1.6180557012558rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ao54EeKqayHH4b0Jh19wwJ87L6P0oMcB { width:18.25rem;height:3.9rem;top:29.437496185302rem;left:0.8741319179535rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTHATBg3eDoxOymSyfGbrf9NtH7l5TvU { display:flex;width:1.375rem;height:1.375rem;top:80.18750190735rem;left:0.43671876192093rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #Mkv9UUdl8hZcfO5733lDuBoADDNxEyAR { width:6.375rem;height:0;top:93.936767578125rem;left:6.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXaxJ7rsoDtdbxpnrtkUESa36K3ZdEtU { width:20rem;height:0;top:96.436767578125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d04slAHUEf2iIZsmCWvlmRbPGLbPqT2T { width:20rem;height:0;top:98.936767578125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9SIDHp3oEnhQuyKwl2fzVtmJhvJDzqT { width:20rem;height:0;top:107.74926757812rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NETkayoxlTFZ6ictBJnysBlpPZ205ZTT { width:6.375rem;height:0;top:101.43676757812rem;left:6.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uiZXszzOO3fzghg4ZJrXw7mwHItVmvsW { width:20rem;height:0;top:103.93676757812rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pp0d4uMzRQQsRUNzO3ITeoTcD1UWZQXv { width:6.375rem;height:0;top:110.24926757812rem;left:6.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkgSO2vcZafNs3mL9krLAtOXV18Hggwz { width:20rem;height:0;top:115.24926757812rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGda7KXONy9TS0Hd1XgkOorK59T9riVn { width:20rem;height:0;top:112.74926757812rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6McltQt955kQ1t13L8xI1StgRAPMCdl { width:20rem;height:0;top:117.74926757812rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXGl0PgqAd0w1vLC2wmocZ7DnDbiUWxH { width:20rem;height:0;top:120.24926757812rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }#TXGl0PgqAd0w1vLC2wmocZ7DnDbiUWxH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad1d4fd130e0b853f1079565ec36d28a330b92e4.svg); }
 }@media only screen and (max-width: 763px) { #cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh { display:block; }#cGWwFMdK5L306dDXPwzKWd2PRhAPTDdh > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWwprJinJakcfkGq9RoqIu4c5cXd2gEz { display:block; }#XWwprJinJakcfkGq9RoqIu4c5cXd2gEz > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCrt5oHqzgqFXvWxSTZDd2I154RRL3OJ { width:11.375rem;height:1.03125rem;top:0.77812576293944rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xexNPHF86wbvNBcHb5mTHFisxDJLM2UF { width:10.8125rem;height:1.03125rem;top:19.342202186584rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONJSnpboRzukr6yoI9qFWMPfzDDOQFNm { display:flex;top:2.4984378814698rem;left:0.78046876192094rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ZXHDaAHy3FhicOfLuzVTGg1DxB6ZX7kK { width:7.1875rem;height:1.03125rem;top:2.7328128814698rem;left:2.6242187619209rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #In5cAvid7E4k7d9M4lQxrHproV6CVCSN { display:flex;top:21.185937404633rem;left:1.2367187142372rem;width:1.4375rem;height:1.4375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #nJCIx8NLZmPsRTMavSl96rWmXBLTypaM { width:6.5rem;height:1.03125rem;top:21.38906288147rem;left:3.3000000119209rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrCcwmtPQmkpFCViQqTsi24TGEQpwDFS { width:12.0625rem;height:1.03125rem;top:5.341796875rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmWs2BGapr69WVXxIimg12Pt9ocU26HH { width:20rem;height:10.3125rem;top:7.52968788147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLe1rfpEyqS85cTi8IgGzJx9KR4zUrQk { width:7.625rem;height:1.03125rem;top:23.966796875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRkkbByZ5pJDLQNURCGuPT0RhgbuGx0Z { width:18.5625rem;height:10.3125rem;top:25.717187404633rem;left:0.71796876192094rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtClt7Q06v0dC2P7SqaMqtaWeqJppybI { display:flex;top:2.5625rem;left:10.4375rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #y6N2iTWFk3XZAqWLC1clecJeC1bNKUMT { width:7.6875rem;height:1.03125rem;top:2.75rem;left:12.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfzLexOhQwQAT37zXKaJLA51o6VnPISf { display:flex;top:21.1875rem;left:11.3125rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #W9qWHIGRXNGZ4DnsLRtraWqN8JhbLbIv { width:7rem;height:1.03125rem;top:21.375rem;left:13rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB { display:block; }#oJANWcneQWF1p7EzetkHEm9v4Tl9sTDB > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb { display:block; }#RRBMzoA7tcIXwGzGmXtyNfAW9bE01TTb > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8zONHSUe7VCN5ETGJylDcS9ffBp23dy { width:7.625rem;height:1.03125rem;top:0.8125rem;left:0.74999994039537rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPmcsNWW51o72duAAwSZZIe5TWpxNDml { display:flex;top:2.53125rem;left:1.2500000596046rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #RBQFDZrTPyD49BtwNVJQDxuThKXp4B0D { width:5.75rem;height:1.03125rem;top:2.703125rem;left:2.6734374165535rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAauW5NaXMGKeAzChdXJzS4s2QIkf34g { width:17rem;height:3.09375rem;top:4.46875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWarn6IT4tgJmT63nFdF1V2DWhexHxoN { width:18.625rem;height:8.25rem;top:8.375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUL1kirvOZZgF5rrWClFIIGuhQie6BR { display:block; }#iUUL1kirvOZZgF5rrWClFIIGuhQie6BR > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO { display:block; }#syhJ0c7lDt5vLFr53iikKu7FHly3H5ZO > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J55nRXD9D90aixAIQxrcr0huTuv8Apb2 { width:9rem;height:1.03125rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwLmu54yhmnqC7fF7alKvMdGyTSIFMOE { display:flex;top:2.40625rem;left:0.84374994039537rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #P34EhCm2XaGXJVfC663RmpWT3pe101cK { width:5.75rem;height:1.03125rem;top:2.7999992370606rem;left:2.2179687619209rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akwhiKIitORizbr7noG0ckdHwGXEsnBd { width:17.375rem;height:2.0625rem;top:4.5rem;left:1.3125000596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ciTMUPZNZxNSHM7z3pKi923n0VCoZ1 { width:20rem;height:1.03125rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch { display:block; }#vVTxTbTK4CeJcTmMb5OwOHtWUxNKT9ch > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir3SPsGLJBQptd3KplibzugFf5e5qD6E { display:block; }#Ir3SPsGLJBQptd3KplibzugFf5e5qD6E > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN0yTu5FSMbVw9pOrobZ79CpIpIhUOWI { width:9.375rem;height:1.3125rem;top:1.0625rem;left:10.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rC6DlyytyZZ5mvJ1RZmXP3oVnaaq4nzu { width:3rem;height:3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuIJZZQLPqbxrTVXb1npeOopV4oPUolT { width:1.75rem;height:2.6rem;top:0.3125rem;left:0.4375rem;font-size:2rem;color:#e9ecfc;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FQb27MTGAbzvOR8hkyz5kztEPU7kuJmX { width:13.75rem;height:1.625rem;top:0.79296875rem;left:0.0625rem;font-size:1.25rem;color:#ffffff;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kwcB3QPrLRTOfTiBDOnPw5wzLIkHgCUf { width:0.1875rem;height:1.25rem;top:1.0625rem;left:4.9375rem;background-color:#866ae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kse2bPFBHiCTMkcgWFm0IUWR05P20xEF { width:0.1875rem;height:1.25rem;top:1rem;left:6.90625rem;background-color:#866ae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHKyUqf0611awh5wrfI42hHfGek26ee { display:block; }#ZTHKyUqf0611awh5wrfI42hHfGek26ee > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS { display:block; }#F2Lgw1M7Zc9e0402tofVkgiGMCDwLMNS > .row .container { width:20rem;height:154.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsitiaTG1lwRl03GVNOyvUG0BA5DhPln { width:17.4375rem;height:1.125rem;top:1.091796875rem;left:1.5927734375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvJIwuMUn4fmZJZ6BO1p18UPWz5h9cAg { display:flex;top:2.4984378814698rem;left:0.78046876192094rem;width:1.375rem;height:1.375rem;z-index:15018;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #TWBE7MTxFJdDt0uI3HopZS5tfSH0FFMZ { width:7.1875rem;height:1.03125rem;top:2.7328128814698rem;left:2.6242187619209rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98eT2QJpQqnRwZ9XWKPxDsVrLRNg4yZ { width:12.0625rem;height:1.03125rem;top:5.341796875rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSMDB4J4W0U7lxIDqzh4cyWkQLK3a0Af { width:18.1875rem;height:10.4785rem;top:7.529296875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFG5xtF9Qg0TTKsTILqkloGcQk5NTAus { width:14.8125rem;height:2.25rem;top:51.154296875rem;left:2.9052734375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c00qgTWzuAdVnqTBfAtV3icJ32zNGxXS { width:18.5625rem;height:15.6875rem;top:54.279296875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }#c00qgTWzuAdVnqTBfAtV3icJ32zNGxXS li:before{  }
 }@media only screen and (max-width: 763px) { #VfRqnZqJQIxa98Ucr0hJnxg8K81geCKA { width:18.375rem;height:20.625rem;top:30.591796875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LmXDdoimsHpHd7WqZ6CTrOVQCkQyG3 { width:20rem;height:1.125rem;top:19rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfeydVSVeoQJEflHgSsDBmFXdNoGGpnw { width:7.5rem;height:7.5rem;top:21.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF69AS9ni8lJHIExbOUkWPNuQZpArkEk { width:20rem;height:1.03125rem;top:71.216796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMQX69kZ1Dg33BJxTUr14Wvepg7T1nhp { width:20rem;height:5.15625rem;top:72.904296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqukHCAnpbVDMVfD5VDE3Oo7l07iUzbo { width:9rem;height:2.0625rem;top:91.935546875rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVVN6AAKUSUtW3xE2zFeAq7PhVH9MXfK { width:9.375rem;height:1.03125rem;top:123.9384765625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXmXcfVQ4h9WvoGkkFET8AUm4giO32Hb { width:15.8125rem;height:5.8125rem;top:94.904296875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlsHqOzTiaImclAToTazThoRJb4GXKd { width:5.375rem;height:2.34375rem;top:95.8291015625rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6fNvFVGB5xc3pvl71qihMZLIvrF7m4u { width:11.4375rem;height:1.03125rem;top:98.3916015625rem;left:3.9609375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vldpX2CZgG7QHxyOBMyvTV4Lxi63iCVb { width:15.6875rem;height:5.625rem;top:102.216796875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgI4tNcOGBHFz6cqWuhWM1GIx0rKes9 { width:10.75rem;height:2.34375rem;top:103.154296875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEa21LHP4z4P30Wtb0aLUJEIurlQnPzb { width:10.8125rem;height:1.03125rem;top:105.716796875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFVzX9zrmL7SDwIdopDm9ObvmQzFWcvl { width:15.9375rem;height:5.9375rem;top:108.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k86ih4TsncHCDtMEgQspONG1LQSRMC3M { width:8.25rem;height:2.34375rem;top:109.6875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l14ktlI0mTTsAdZQNgtCkNxDfTw9MKkx { width:15.625rem;height:2.0625rem;top:111.875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9TVtzPXpHv2zSyDll6PzPuecuX8JUd { width:15.9375rem;height:5.75rem;top:115.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1iJIxxrW7Jfx5Ig2BV7JcnTkE3BO1nr { width:11.8125rem;height:2.0625rem;top:118.96875rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2MbTbSFtGkUULVHNqT8CAlGmypWRH1D { width:8.25rem;height:2.34375rem;top:116.625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhHEaKW5InXVeNWxm3UXMQAx7PK2hiEV { width:20rem;height:11.552346570397rem;top:79.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSKQ2utTJp3E1ITxTwt9c6eK4A0PQzCB { width:18.0625rem;height:10.125rem;top:135.341796875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChEil6TsQT7hqwZzXLCyxA25Sxr6k1gz { width:15.25rem;height:10.125rem;top:123.966796875rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzEyAwvlsPyVenq6pDFDWF2VRkTBCe87 { width:15.1875rem;height:10.125rem;top:166.3941434454rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUFA5LQQ512IsCWbJ3tPsBXVUneroGQ8 { width:0.0625rem;height:0.0625rem;top:122.876519375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHd7nOfkIaRM2vsEfR3GIfbUi9aKVpiL { width:18.5625rem;height:10.125rem;top:177.7691434454rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpTMvM6pvguXpigtQRcHwbTH4yyzk31t { width:10.125rem;height:5.25rem;top:127.1884765625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgBZvXEx1rs2Cm5KtSuigrhVRAQSD2yr { width:10.375rem;height:5.625rem;top:133.740234375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96PS8uhOBzhqRy7RMmS4IGC6sHUWfrJ { width:9.1875rem;height:2.75rem;top:123.0791015625rem;left:8.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIA9GJ6dG3rdHD2XryLtds4h1B59RVJ { width:10.5rem;height:5.625rem;top:140.61456298828rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egfi6N7lwWI5usXxZwxqyBox5qny9h9J { width:11.375rem;height:5.625rem;top:147.4892578125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy { display:block; }#TyiPoJBTZThIoGkNCs5lmDyNPq9XAtJy > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbRauZgG31tVSvgZZXsBbQyKG2FIv0Q0 { display:none; }#zbRauZgG31tVSvgZZXsBbQyKG2FIv0Q0 > .row .container { width:20rem;height:5.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J4lT8Rnq2HIWDZE2hsOUaN7W0q6PTSvS { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tnLTIP8F5aoCNGFGUbUB53q2PWLuZ2dH { display:none; }#tnLTIP8F5aoCNGFGUbUB53q2PWLuZ2dH > .row .container { width:20rem;height:33.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TaI8PDMVhWGv5bWTXNL9Anl6lUk4dmOc { display:flex;top:1.5498046875rem;left:8.625rem;width:2.75rem;height:2.75rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #S71kFRBbkatCLUGG8ZCMb53HBngzXmUS { width:11.375rem;height:2.0625rem;top:5.029296875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJM5VpgGFveedA5otbBRlrLWXArrAWi4 { width:18.437125rem;height:7.21875rem;top:7.8740234375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsRhnkmcw6zCndqJkDb0SV7DiiJ5Ssbb { width:20rem;height:2.0625rem;top:21.3408203125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReIb3PHqE7BQ2TPHMlKyL4OxXiNXr6f9 { width:20rem;height:7.21875rem;top:24.6533203125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2ewWuQzBy5GxJTU2U4Cm39HfSThVlx { display:flex;top:16.2783203125rem;left:8.09375rem;width:3.8125rem;height:3.8125rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #QM2ZwFxqiViAcfkIJTpz4quHacT17pan { display:none; }#QM2ZwFxqiViAcfkIJTpz4quHacT17pan > .row .container { width:20rem;height:32.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GhebTSTRFCDa0sNyG5zrsUlnlRbyL34d { width:20rem;height:2.0625rem;top:21.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnKFT5onE7vepZTp4KTQTJsXTWuDukqq { width:20rem;height:7.21875rem;top:24.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rA1wM6wgo8IrxK4V1uhTNM5d8fKWUTIp { display:flex;top:16.5rem;left:8.375rem;width:3.25rem;height:3.25rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #frQrZhs5rULy30wQTdfHos9WfqNPugND { width:20rem;height:6.1875rem;top:7.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIwgyPA5xmnPysP1x3geCPiHFsD0LZso { width:20rem;height:2.0625rem;top:5.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad8QHPTwAr2Fi5yViF38Bb34vvlBQEtB { display:flex;top:0.625rem;left:8.96875rem;width:3.8125rem;height:3.8125rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #voPTo0HrWCGG12T6GTrK9SlV9iQi6FVv { display:none; }#voPTo0HrWCGG12T6GTrK9SlV9iQi6FVv > .row .container { width:20rem;height:32.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X68Bat8KOeroJrA4dPx7aNXw39pBuCbm { width:20rem;height:2.0625rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuD9hDBqlieA0HxCzzDaSV4rHbCrBJxc { width:20rem;height:7.21875rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdlnXPoqmJ4x8FiSf2P4TVzbUJ00na8W { width:20rem;height:8.25rem;top:23.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Eq7N3qgNTLWaRpcyV0nilT43uABd2P { width:20rem;height:1.03125rem;top:21.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvLCMs3i6UiidtW46NJ5FcCQSGKxxEZH { display:flex;top:1.25rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #s7Tfqd8kzqeT2MtTkb3qiWGv9ySUqCTT { display:flex;top:17.375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { display:block; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { width:15.875rem;height:1.875rem;top:0.9375rem;left:2.0625rem;font-size:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block; }
 }@media only screen and (max-width: 763px) { #S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { width:20rem;height:22.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { width:17.1875rem;height:5.36484375rem;top:6.21875rem;left:1.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { width:20rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { display:flex;width:1.25rem;height:1.25rem;top:12.83125rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { display:flex;width:1.25rem;height:1.25rem;top:3.71875rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { width:15.6875rem;height:4.4707rem;top:15.33125rem;left:2.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxsge4d2vT52EQ4K7exSmrI5T37O3RtJ { width:20rem;height:0;top:24.3625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zsLfPNtaZB2ba2fLxE4HvcvWOOstTHcK { display:flex;width:2.0625rem;height:2.0625rem;top:21.05rem;left:8.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { display:none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ohh12Lkzu32xyQ3VfN7Q1NI76KgHXHTw { width:5.4375rem;height:3.7690566909904rem;top:1.0625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiV3WvruaHMIboDFWnV9UhwgAh11bqNc { display:none; }#IiV3WvruaHMIboDFWnV9UhwgAh11bqNc > .row .container { width:20rem;height:171.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #up60p8vbt45LEgDhTJO8tDppkrF5fgyz { width:5.5rem;height:1.0546875rem;top:1.38671875rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGuJycAiWQVs1fH8PLHBCo9eqsdV9CVK { width:17.625rem;height:1.95rem;top:22.8125rem;left:1.1866319179535rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmy7LcOB0mO6R2een9K5XafF1kHGOVwv { width:14.375rem;height:1.0546875rem;top:1.38671875rem;left:5.6250000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsRzUKWc0ZUTaQJSLSpcJt3eFchVJmqx { width:5.5rem;height:1.1378875rem;top:16.03125rem;left:7.2500001192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5OknLdtmc96yZ2Ub2V0ttPu48MeQM3x { width:19rem;height:4.21875rem;top:18.199645996094rem;left:0.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVxUTAGkbPR5pGLaSRAs98V9PN8gSXbe { width:5.5rem;height:1.21875rem;top:26.455726623535rem;left:7.2500001192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXETx578ubh6L8BkFr2vMFcdruTxFQoN { width:20rem;height:1.0546875rem;top:28.062496185302rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bl07GPT9Soi9qospbwSBTkPnPD26riZ8 { width:7.6875rem;height:1.21875rem;top:35.799476623535rem;left:6.1562501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeUiAfwKkh7iWqnMHEyGFH5OU3ZEkBw3 { width:19.0625rem;height:4.875rem;top:40.986976623535rem;left:0.46788191795349rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRgfMuEcfdhTCd9ficz4p4txcHcFBBUB { width:20rem;height:3.1640625rem;top:37.399303436279rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXzlQQSxK3flD4V6GnGVOo6vu3Z6qIbf { width:19.0625rem;height:1.95rem;top:51.249996185302rem;left:0.46788191795349rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkZWxGt2TVadu9pBxruGP8NXtQ7m0lbL { width:20rem;height:3.1640625rem;top:48.662322998047rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MT3ZawGyqvLisWvmz2QTcBtAqLbl8UO1 { width:6.25rem;height:1.21875rem;top:47.049476623535rem;left:6.8750001192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koJCAynyMqMFrCkXrT2iSf7Kxd8f1TTc { width:20rem;height:1.5rem;top:54.499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiWwDGO8FvWOvkLdKrhFbhRWrPK7vuSt { width:6.4375rem;height:1.1378875rem;top:54.599822998047rem;left:0.53038191795349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4tSkF12SxtEkS0B1UlJqtaQxyReCXpn { width:13.3125rem;height:1.1378875rem;top:54.724822998047rem;left:5.8750001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGwxbA7a79oMP1okydb9OObzNTJMG9Er { width:20rem;height:1.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sclqTeZ72vOUwEmNmqMnmOg9Sgk4bM90 { width:6.0625rem;height:1.21875rem;top:56.749998092651rem;left:6.9687501192094rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0OwUGQixUhJFdzikCcU2rNH3tz3I8d6 { width:15.5625rem;height:2.109375rem;top:58.549476623535rem;left:2.2187501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvyfnwfIbcCbOnKPIofEiZgsxJX9KIIG { width:19.0625rem;height:1.95rem;top:60.974822998047rem;left:0.9366319179535rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkHdTbOfMxe9xSoTFC9TMyVxfAP1CJ92 { width:6.4375rem;height:1.21875rem;top:63.875015258787rem;left:6.7812500596044rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MgOQimxzW1puqqcO5mdB4AkHUHC0fv1T { width:17.125rem;height:12rem;top:70.612502098081rem;left:2.0492187142372rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1UBgTu0cfo274nsLJ2HekGGE4tsEiZa { width:18.5625rem;height:4.21875rem;top:65.62500190735rem;left:0.71796876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTO8uQn9R2fASS40EIhwATyz7ki3TB1A { width:18.6875rem;height:8.52304375rem;top:85.43750190735rem;left:0.65546876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pTqmiePW92kpdeAIAIbSExfgpGXaQuS7 { width:6.4375rem;height:1.2984375rem;top:83.56250190735rem;left:6.5000000596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCLBenfV1zEyuR71pS7lkOqUgl1EHitr { width:6.75rem;height:1.2984375rem;top:93.812497615813rem;left:6.5000001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPF7J2pB4GvMhv4ItqKUOfzzxUHJu0wi { width:19.0625rem;height:1.95rem;top:117.56249809265rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqiQh5ZuKmDELrdrsRzwmuOqXLR9I9Ut { width:20rem;height:3.1640625rem;top:115.12499809265rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzyGWXQix5iznAva44rAW8wn1HI06iyS { width:19.0625rem;height:1.95rem;top:98.249997138975rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuGCqbhZiHRGnXg4S8P0excEXfQ32kNB { width:6.5625rem;height:1.2984375rem;top:102.62499713898rem;left:6.6875001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRZeomlShwFLQWTP33DOtg7SBz65LGce { width:18.5625rem;height:3.1640625rem;top:95.874997615813rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChhSQMb072GWVhvZ7Rpew7U20tCmu7nl { width:20rem;height:1.5rem;top:110.74999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPO0Trn3W5I8fnLndQTaqex71Obd7CIb { width:6.4375rem;height:1.1378875rem;top:110.93749809265rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsmDkqPg2sIiQTopHsE8QTCyRWkRkigB { width:13.625rem;height:1.1378875rem;top:110.93749809265rem;left:5.2500001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWM8ZrdAoscwXcXcdqW6nQ3dx0hNWckt { width:6.5625rem;height:1.2984375rem;top:113.37499809265rem;left:6.5000001192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Ow1QXg2EZKrliVyuZIAeNIn5ky8Iyp { width:20rem;height:3.1640625rem;top:104.81249809265rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvCg7FgFWRFGTGSayFRdrWaTpLNWHSU0 { width:6.5625rem;height:1.2984375rem;top:120.6249961853rem;left:6.7500001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P495szTdv7S2GunbbXPAJr4viEmDILv4 { width:18.875rem;height:3.1640625rem;top:122.4999961853rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqTVDxr9GkvaZAN8SCh1Tgv5i4NVwSGZ { width:6.5625rem;height:1.2984375rem;top:128.1874961853rem;left:6.7500001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuOApKDDI5etibwJbqQkVXhSofXx9TSI { width:18.1875rem;height:2.109375rem;top:130.3124961853rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l32KT4wLtGK1ON6106W5Xg9DimCO2oZV { width:6.5625rem;height:1.2984375rem;top:135.1874961853rem;left:6.7500001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kz9uIdvULKvmwpXWUkZXpw9ABVcvX07h { width:20rem;height:2.109375rem;top:137.0624961853rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhRvcXRHA66CCJD9TF0MIln2a4KLiTHq { width:17.875rem;height:1.95rem;top:139.5624961853rem;left:1.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PL0lFfgQTtsOfqpSvf5JpFTM0k5S7uKi { width:5.5rem;height:1.1378875rem;top:3.44921875rem;left:7.2500005364419rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlxnFdRIfXxLRTHUMNOzrFAdGh7zS4TV { width:15.75rem;height:1.0546875rem;top:5.0867195129394rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnzVOmimExclAPVkeFRhy9orOwM8xMGT { width:16.5625rem;height:8.775rem;top:6.8498330116275rem;left:1.6180557012558rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1lMLgfAOndz8Gk0w91gnry2FACXJbQQ { width:18.25rem;height:3.9rem;top:29.437496185302rem;left:0.8741319179535rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fiGWwP4O4fMbSkCWqAVuIhTIANgypOl0 { width:20rem;height:0.975rem;top:132.6249961853rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z467F9TTAa7zzAaEGIQNtkr16FCTTGwz { width:19.0625rem;height:0.975rem;top:108.49999809265rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zfndcv1iDMC4fESeBgWuZRpdt1gqu79p { width:6.5625rem;height:1.2984375rem;top:142.6874961853rem;left:6.7500001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIgqRQo0ASUu1GEbkDdkvn9hXu2pir7x { width:20rem;height:3.1640625rem;top:144.5624961853rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJT9SpKCfbai81PMTMcEKU1w7koW8KBT { width:17.75rem;height:1.95rem;top:124.8749961853rem;left:1.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4I9vo0RQDG8OUMwHCWd37a4RbCI7JcO { display:flex;width:1.375rem;height:1.375rem;top:74.0625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #x6xkrVkQ83RD5olUfBn7xT1T7X3P8mv1 { display:flex;width:1.375rem;height:1.375rem;top:76.375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #rPAbabCXK6vkJC7EJhhkcU6C146JTiOJ { display:flex;width:1.375rem;height:1.375rem;top:78.75rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #sHsyAzzTGF1aKTb5IfAdRISNCF2XBhcS { width:16.4375rem;height:1.1378875rem;top:165.98176765442rem;left:1.7812501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyy35AzskkpTsThp28Hhki158h7NPMrb { width:6.5625rem;height:1.2984375rem;top:151.5625rem;left:6.7500001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuFb5yOe5nuJx472nBTOug4gpoOrfxih { width:18.375rem;height:2.109375rem;top:153.4375rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLo5A8UqpFo7rvADoQ2uiW9DDOmV7kMP { width:19.0625rem;height:0.975rem;top:148.2499961853rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3eyWgB1OV9lD22GmVQd6ZUfbP7Wvycq { width:18.125rem;height:1.95rem;top:155.9375rem;left:1.6250001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsV887KEqb9dFAXRGCDB3wR02iQX6Mom { width:20rem;height:3.0625rem;top:164.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5BFIIbkLmLfN4v9B1IkQJQoIDc7uduc { width:19.9375rem;height:1.0546875rem;top:161.75rem;left:0.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flLFTk8TdRN0IlPnpugmhlq6aF1R9JiJ { width:6.5625rem;height:1.2984375rem;top:159.875rem;left:6.7500001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8aM0hNWbxqNIV9ANrp7XNVZUIf1bcyo { width:6.5625rem;height:1.2984375rem;top:164.74913024903rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPFSZ6WP4E6dFg5MTACfhLK1lLGa25IP { display:flex;width:1.375rem;height:1.375rem;top:168.87500298023rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #cohfbU7d4bEgUqhSqEOl1ncRmg6bEO13 { display:flex;width:1.375rem;height:1.375rem;top:80.18750190735rem;left:0.43671876192093rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs { display:none; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zpUUOu7Vvk6J1fCtdI55VciAroLDI3CU { width:6.4375rem;height:1.2984375rem;top:0.88713645935056rem;left:6.3437501192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ree9QXXQK2I8RpGei4m5T2PK5RNhViJd { width:19.3125rem;height:4.87265rem;top:4.1492185592651rem;left:0.34296876192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQONKCl6f3gfh863emrIUkfQHKRv9tWk { width:18.25rem;height:7.3828125rem;top:10.136719226837rem;left:0.87421876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTCuX3ORnEuia6slBJvrLUkOec9vbIiT { width:18.0625rem;height:20.69880625rem;top:17.530380249024rem;left:1.2178819179535rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKLZEKvU1kD7MnC55CgfMeG92y6qPKCH { width:8.5rem;height:6.375rem;top:39.9375rem;left:5.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqG5TTqex4kESaMu2e0iOvVl7W5m2psl { width:6.0625rem;height:2.27578125rem;top:39.0625rem;left:6.9687501192094rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #lnAXuiSq5dWKAqNIZgGOyrDuIusMzuOZ { display:flex;width:1.5625rem;height:1.5625rem;top:19.687500953674rem;left:0.74826395511625rem; }
 }@media only screen and (max-width: 763px) { #Slppea9KJtXTTvwDbsCOppVATL2Ghwa4 { display:flex;width:1.4375rem;height:1.4375rem;top:30.562497138977rem;left:0.87326395511625rem; }
 }@media only screen and (max-width: 763px) { #ut3gkGT84As3ltGaFXr8AmKRCTp6Od85 { display:flex;width:1.5625rem;height:1.5625rem;top:23.342035293579rem;left:0.87326395511625rem; }
 }@media only screen and (max-width: 763px) { #hiosrf2VTxZCcC8f0454wQT5pS5J6Mm7 { display:flex;width:1.625rem;height:1.625rem;top:28.124993801117rem;left:0.81076395511625rem; }
 }@media only screen and (max-width: 763px) { #AaMbsJVimcweKkLLgXmigJdLNyRKBJqH { display:flex;width:1.5625rem;height:1.5625rem;top:24.90451335907rem;left:0.87326395511625rem; }
 }@media only screen and (max-width: 763px) { #c3SphUIyBcIfGCmWDT8HgSBVMu9M50iI { width:10.625rem;height:1.21875rem;top:2.1857643127441rem;left:4.0555554628373rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container { background-color: transparent; background-image: none; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container > .video-iframe-container { display: none; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row > .video-iframe-container { display: none; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .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); }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container { border-width: 0; border-radius: 0; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5kvf5AUS74o3r0rDI0KCa1nJLVIpEvE > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT1hsIl7odpDaTX0OaoOT6cPeTCKNlmM { width:20rem;height:1.21875rem;top:0.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToH2KxzCtTvq0dzP1EoAVl2cSiGelAMA { width:18.25rem;height:18.375rem;top:2.71875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQoOiBD8QBfODyknnbiFt9fm5Jfrvzx5 { width:20rem;height:1.3rem;top:22.206251144409rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5r0O5yAQaJ3xKyTqImzaRfrTp7ZSxE0 { width:11.0625rem;height:6rem;top:38.625rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5dKaKcNLO5rByK9qTpRNRiwnbXNtP9 { width:12.5625rem;height:10.125rem;top:36.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaqTWQhMusleCaNvF4VylDbp1w6QlebD { width:12.5625rem;height:10.125rem;top:48rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBQMwtbcLGr7zHiSlf87ChT88FkccnBT { width:10.1875rem;height:7.875rem;top:49.25rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkWhCPB7tMmVJEGqgoC7oNaCvTWKHUV { width:10.625rem;height:7.875rem;top:60.8125rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPEnZt8JpKLhkWDsI6xUu0KUtwh2eZEM { width:12.5625rem;height:10.125rem;top:24.875005722046rem;left:3.7437501549721rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4l0FRSrmKGt79eVFhSyTPgWbzNii6iK { width:10.625rem;height:6rem;top:27.787501335144rem;left:4.6875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpaAaXM2faQG9clHEOZwJe15dLD5GqVd { width:5.4375rem;height:3.7688803356049rem;top:1.5rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cn7iuPr67aqp0PmRw6lVLER3sKosKtdh { width:12.5625rem;height:10.625rem;top:59.6875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpo0ormmdw4p0TWklfixMVkbV1geLys { width:16.25rem;height:3.625rem;top:71.69583375rem;left:1.875rem;font-size:1.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6xNlacJgsWn4xQnkRsoTQkJX2ulRTE { display:block; }
 }@media only screen and (max-width: 763px) { #iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww { display:none; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww > .row .container { width:20rem;height:7.875rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BS3Mi0UdANiomKA3CBHFosh80kCZcICW { width:20rem;height:1.21875rem;top:1.188362121582rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #OZzJ5nBq7OWkD8db5JSKfXg0aKLT3nyv { width:20rem;height:6.4921875rem;top:1.4296636581421rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#bc0d0e;display:block; }
 }@media only screen and (max-width: 763px) { #lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ { display:none; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ > .row .container { width:20rem;height:121.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fsnMiPsGkquRB6Ep04uRp697es9RNMgQ { width:18.8125rem;height:21.597625rem;top:8.532118320465rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK5802L6pc6X1eptmArRyoOEeUvNcZzQ { display:flex;width:1.5625rem;height:1.5625rem;top:33.274307250976rem;left:1.0555555820465rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #H0JJnGBrOhT5ddqLLsVr4UsusT92KX7Q { width:20rem;height:2.109375rem;top:29.789048999023rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2iNHhtQxG51Jcl8CqIfyLIThyN4O94p { width:12.4375rem;height:3.1640625rem;top:33rem;left:3.7812501192093rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGdzCk1HHTm2GMH0oN6RelIT8fXXipP { display:flex;width:1.5625rem;height:1.5625rem;top:36.197917938233rem;left:1.0555555820465rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QOPWU28hz0XXLTNLaUNsaDtFEcPE9xv9 { width:15.3125rem;height:2.109375rem;top:35.923610687256rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxF6IezbekEXHIZ0dTWZDbczoKRsFZ9C { width:16rem;height:4.21875rem;top:39.246528625488rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBoWJ2JWDi61t2cU9s4wUtpatgwkWqSy { display:flex;width:1.5625rem;height:1.5625rem;top:39.434055328369rem;left:1.0555555820465rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QlMfPqrhSrSqsXETsRLzR5mUATGmPICc { width:15.625rem;height:3.1640625rem;top:44.038194656372rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6yTHeucRP35lXdPsWTTAlnrLrGFEDZm { display:flex;width:1.5625rem;height:1.5625rem;top:44.288194656372rem;left:1.0555555820465rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XfAM1ahA37hQh8DFzu8uLicWo7xRoEq9 { width:5.0625rem;height:1.21875rem;top:48.618054389954rem;left:7.4687501192094rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGQJN3UpL2viyOgmPNzi6b9Q1e9swC0K { width:10.1875rem;height:1.21875rem;top:63.454860687256rem;left:4.9062501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7cm5oT8winExB5hxT1MfMb84nQfIXQD { width:7.5rem;height:7.5rem;top:65.805555249025rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPgb8pbSdSLTppNBRg2IGopS8BPhCFQ { width:7.5rem;height:7.5rem;top:80.805557250975rem;left:6.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu3WkiFKOHn4PICnHURTvt9ST4yNEyN1 { width:7.5rem;height:7.5rem;top:50.368054389954rem;left:6.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIucdabmHfmsVxz6oZFISoIwRiqLusks { width:7.5rem;height:7.5rem;top:94.430557250975rem;left:6.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCofxyaNXiNpC9l20AnG2E1Gmbc1Adm7 { width:9.375rem;height:3.65625rem;top:58.930568337441rem;left:5.3125001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwUSh2RnnMHdwW45CiZOK6Hb45OT4B0 { width:14.8125rem;height:4.875rem;top:74.298612594606rem;left:2.5937501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB61CnPtWLrpkDl6CyU7kkzIwrSUzAyn { width:12.75rem;height:6.09375rem;top:89.0867729187rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEI2E40lwCkE3WUPPTcBBlF0KnVfG7Va { width:12.75rem;height:4.875rem;top:102.96180725097rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHtR7FQuCGKTtAOg1rPd7sHqv0QyFBtm { width:12.75rem;height:3.65625rem;top:116.61796569824rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxcTgspyI62hZzzkxaOLTNyEOQ5VyMBu { width:7.5rem;height:7.5rem;top:107.86796569824rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { background-color: transparent; background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .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); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Anofx39WceBphAFR7rsSf40misXC2QES { width:16.1875rem;height:1.21875rem;top:0.79600524902344rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #Q96dHR7iD74Tzc4QK6tX0pGsVtMeMOD1 { width:5.4375rem;height:3.7687020460358rem;top:0.5625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc { display:block; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmrngZzB2TDzesEEGgtqXirVHXR7CCbL { width:18.125rem;height:25.5625rem;top:52.8955078125rem;left:0.9970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgg4SmxhrMXNKg42SMxtzrJscQTQwb7J { width:18.1875rem;height:24.875rem;top:0.62460327148438rem;left:0.8746092915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QALadEST6BXayTxqH0gJhukcxSU00T { width:16.75rem;height:16.75rem;top:1.3117218017578rem;left:1.5910307850837rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCF3JBCZXdKOZLt7oc0ceMKDPup9zIXn { width:8.5616875rem;height:1.24921875rem;top:23.254685401916rem;left:5.6554682850838rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFCrPX9ihUAUQUELRi6BgoAvv5PvAdrV { display:block; }
 }@media only screen and (max-width: 763px) { #A7FfXRSw04VszDrkXP2VTXAH27xT6Zzf { width:6.875rem;height:1.05625rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #HpzlszFuPN2KSDrLbxVDHV5adP7iPdno { width:14.1866875rem;height:1.05625rem;top:18.877732276916rem;left:2.9062498211861rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxRlOyFhRSkkwihTrOZpGyUrmZtFoEtN { width:9.625rem;height:1.7875rem;top:20.485545158386rem;left:5.2179682850838rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWvSKzKBbdKJehpG89zVEnbQISDDQKl { width:17.875rem;height:24.9375rem;top:27.16015625rem;left:1.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #xgVlsQqXaa39Cv7UGK6qIFlJNUJyhrOt { width:16.375rem;height:16.375rem;top:54.0283203125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP1ziOHe14JnU7fwDJMCpvWurGTulwmm { width:8.5615rem;height:1.25rem;top:75.7490234375rem;left:5.7177734375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvyD4aEUfW5Bys1zm7Im8USwKCTDyAd { display:block; }
 }@media only screen and (max-width: 763px) { #seG276Kysk1sBzFmIkrLlsUnwkrbNgbr { width:9.3115rem;height:1.05625rem;top:71.25rem;left:5.3427734375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTRrXMMLPiDoxpum1kGEGlhDAnJfBoN { width:14.1865rem;height:2.68125rem;top:72.623046875rem;left:2.9052734375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsG42v2y66bDGBbCwzUEcLnAPwmlaaJ { width:16.1875rem;height:1.05625rem;top:45.0400390625rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJJ9tQlSNfmngmdt8bD869rIVF4Ogke { width:13.8125rem;height:2.68066875rem;top:46.4697265625rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwu8s5QVUCH8iAxvbEGS6TKgCeHq3qJ6 { width:8.5625rem;height:1.25rem;top:49.837890625rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy6Ip5yCTloEkUKgm8prxUbuiTdJuDrQ { display:block; }
 }@media only screen and (max-width: 763px) { #weHdatXwglNi39wTFqhT7NFxbfhDabGp { width:16.3125rem;height:16.3125rem;top:28.0205078125rem;left:1.8408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws.adaptive-delivery-prevent-bg, #cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws.lazyload, #cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws.lazyloading { background-image: none; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row .container { background-color: transparent; background-image: none; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row .container > .video-iframe-container { display: none; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row > .video-iframe-container { display: none; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .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); }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row .container { border-width: 0; border-radius: 0; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWkWTieqJQ6ds2ztI7vKAKaz4iNa76ws > .row .container { width:20rem;height:75.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHQplQiEhUIT4llaPTTDUxWqbWfGthAW { width:17.875rem;height:24.6875rem;top:0rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMBwiHJIQvunmlWRvC9iRRQwViF7s30O { width:17.8125rem;height:24.6875rem;top:25.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT9TWrzSu6JGvAnwqlMwDIz7Fn7GHXDO { width:17.625rem;height:24.5rem;top:50.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUAhC7DGEtbZbdicbyFGriqZF4THu1gP { width:16.1875rem;height:1.05625rem;top:18rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnhgumZ9Q02757nD9gNwXNOb2yAU17o { width:16.1875rem;height:1.05625rem;top:42.625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlAFnr44dyNEWaeCXWyph9S1WgrDM0JD { width:16.1875rem;height:1.05625rem;top:67.8125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvvMWLT5Zy17xp3n0vRn1GfloQq4OovG { width:17.4375rem;height:1.7875rem;top:19.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmkOvmlz4ei7TccwAxN1WzokLV1OwhHK { width:17.625rem;height:1.7875rem;top:44.3125rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHQqFeDhhaemMbpwZLDT8M1QRVXrkRmo { width:17.625rem;height:1.7875rem;top:69.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBCmeZoXUiDhtfbXT6XPqB9ebM5gKn0 { width:16.1875rem;height:16.1875rem;top:0.875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmQsU2Ue9sAOPOzF55Mi0g4RL3J0xBVc { width:15.875rem;height:15.875rem;top:26.0625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipfnl8orW58KG2k9IMQ8fSRlxTtRTvIU { width:15.875rem;height:15.875rem;top:51.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvDgLP39ZvGHiXwrqZrovTunpfzPDKK8 { width:8.5625rem;height:1.25rem;top:46.787109375rem;left:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRTOO3P16Wbwp4eW61SeiFzRCKpIeqiG { display:block; }
 }@media only screen and (max-width: 763px) { #boh3MKS5z7at8xOAoRsDknRuCwKKEBS6 { width:8.625rem;height:1.25rem;top:21.9375rem;left:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDSoOVUuZADyTStb0QGDqcvGX96fMaBn { display:block; }
 }@media only screen and (max-width: 763px) { #RGvaPTsLDpIvQUnOd5u1TiClU7uG5V5T { width:8.5625rem;height:1.25rem;top:72rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZAnJOFUOKWZqXtKTr1T22hfkxJJ2uBp { display:block; }
 }@media only screen and (max-width: 763px) { #fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA.adaptive-delivery-prevent-bg, #fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA.lazyload, #fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA.lazyloading { background-image: none; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row .container { background-color: transparent; background-image: none; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row .container > .video-iframe-container { display: none; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row > .video-iframe-container { display: none; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .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); }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row .container { border-width: 0; border-radius: 0; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJvln3GGV0Cts7nvDeZUKEoPU1QfnFlA > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykuhx1gydRXHTIGqZXI8wptzE0cE4g1x { width:17.875rem;height:22.25rem;top:0rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9mT3ssb5qb0S4lN7u8A0xnl3t8tUoVJ { width:17.8125rem;height:24.6875rem;top:22.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MttEG9pkhXKRs2IxpvbJpL0azyeGgkwf { width:17.625rem;height:22.1875rem;top:48.537109375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMVS7Cq68aiSAGaD6rkqcmqz15JDiavF { width:16.1875rem;height:1.05625rem;top:18rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpIJOB5aEJTIKgQOWLXxmVS2ydxIpQK9 { width:16.1875rem;height:1.0556625rem;top:40.3125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOkwPU0y4SXTLyBLHynqWBd8FMZr6SGb { width:16.1875rem;height:1.0556625rem;top:66.3828125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCMmVuNNPlTTqSx8Fqv2XFvsIB4TvG8 { width:17.4375rem;height:1.7875rem;top:19.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH66Q3waDgz6ZAtvWilaHIbhJitADRsH { width:17.625rem;height:2.68066875rem;top:42rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTus44w5M6JvpZKtHm1tQctiumCay1mQ { width:17.625rem;height:1.7871125rem;top:68.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUJBcMJST57H0Wq7uPTfci0AeBAKnHz8 { width:16.1875rem;height:16.1875rem;top:0.875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQLGyT00r2k0zooizT7qXlqKQJaldZXW { width:15.875rem;height:15.875rem;top:23.75rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoXAeui0uz7pQEktgwH6ovmJZUBs0bVE { width:15.875rem;height:15.875rem;top:49.537109375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMqd9m73CnDSri9AyUpAZ5t4On6Nvvkr { width:8.5625rem;height:1.25rem;top:45.474609375rem;left:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNqERVPnsOw00Z0IQTbpQ66RLB84UidR { display:block; }
 }@media only screen and (max-width: 763px) { #ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q.adaptive-delivery-prevent-bg, #ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q.lazyload, #ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q.lazyloading { background-image: none; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container { background-color: transparent; background-image: none; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container > .video-iframe-container { display: none; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row > .video-iframe-container { display: none; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .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); }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container { border-width: 0; border-radius: 0; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChbcBWERO0ZQzJa3P40PSDtbA5gOc40q > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQGoZp1lyFfNprg4uX7l3bNMve5inBEu { width:17.625rem;height:26.3125rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxZDdEKUyHZ8LV6evvweb0srkN9dud5S { width:17.375rem;height:24.5rem;top:54.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFp4fkpLUGNWTVu4LIL7RXWe7r2O5TWh { width:17.5625rem;height:26.25rem;top:27.78125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H08H265UVxuHaJBuTxWaRv4VQZnZOpGt { width:16.1875rem;height:1.05625rem;top:17.8125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3qbzamP9J1zfd4F2zgGuNMOJaHKndq3 { width:16.1875rem;height:1.05625rem;top:45.6875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVX7es4FXc9SS13ivvJLIAEd8OB02lHF { width:16.1875rem;height:1.05625rem;top:72.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TqNC6ETFATynccdn1drg6oZU6Ku87k { width:16.375rem;height:3.575rem;top:19.66796875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmzGTeGEDIPZfo6FG5qtc3TTb7xPbOWv { width:13.1875rem;height:3.575rem;top:47.35546875rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXTwBTO5IHduVfSELSlOQQT3J9VhEvZD { width:10.6875rem;height:1.7875rem;top:73.892578125rem;left:4.65625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8mDyMp1ULC3ICBBHCARZfBFelnrXZq8 { width:15.9375rem;height:15.9375rem;top:1rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJmNd3P7ekF4LEuOuIZMI6NQnZppBbz { width:16.25rem;height:16.25rem;top:28.75rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS8rfH0zy7nczi8MegJHi0LibONvoa2y { width:16.0625rem;height:16.0625rem;top:55.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Vc2B9uKlnlGlWMTHGVPlIxB856ewTd { width:8.625rem;height:1.25rem;top:76.625rem;left:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnF0Ete2QJi5SWsaseyQHamvgXhUoAIO { display:block; }
 }@media only screen and (max-width: 763px) { #hXkGSM2cO1XgTJBT6CbSzy9HmOcl0wZb { width:8.625rem;height:1.25rem;top:51.5546875rem;left:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gygapmNb2xwMa0nVuXT11Kha14dRIwLH { display:block; }
 }@media only screen and (max-width: 763px) { #Tcvn3g0TUc7nDMuSecimbaZLQyrF6VBT { width:8.625rem;height:1.25rem;top:23.8671875rem;left:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxwBp4REuW6GFCayOMqAKSWdflBvVhpg { display:block; }
 }@media only screen and (max-width: 763px) { #yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7.adaptive-delivery-prevent-bg, #yT2c0KDX7gbumaPKQpnVKaambwsNn2P7.lazyload, #yT2c0KDX7gbumaPKQpnVKaambwsNn2P7.lazyloading { background-image: none; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container { background-color: transparent; background-image: none; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container > .video-iframe-container { display: none; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row > .video-iframe-container { display: none; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .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); }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container { border-width: 0; border-radius: 0; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yT2c0KDX7gbumaPKQpnVKaambwsNn2P7 > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySVn1VER1F03KTbhhrkuDGlGZuDuiXnW { width:17.625rem;height:24.1875rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJKmCFO1K5nknOyUxUBcAIXyDMdvs7F { width:17.375rem;height:24.5625rem;top:50rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aizGvvtM19S4nOcBDNNhu53swnvzoGdZ { width:17.5625rem;height:24.5rem;top:24.96875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXL6CaGzqaHTAZi8XNlMRd0UDoeW0fga { width:16.1875rem;height:1.05625rem;top:17.8125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #birx3t3C0sSxPbw48GKQQPyXzRi8QgGc { width:16.1875rem;height:1.05625rem;top:42.875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhdNnwHGdncpQfIfzgvFiIO9z7BhJer5 { width:16.1875rem;height:1.05625rem;top:67.4375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbvSpCISmhiUS8o0OxDNJhBquN1J4bHe { width:8.25rem;height:1.7875rem;top:19.1171875rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZf6TiDKsgfgLcMqUe5HSxM9gUWoW0hz { width:13.1875rem;height:1.7875rem;top:44.54296875rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyTQkWMb8c2vxKwEOkTvQPpqzhS1KO3c { width:13rem;height:2.68125rem;top:68.892578125rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJrP52L0ZE0kfioDTkF9rZFcNHCMvOox { width:15.9375rem;height:15.875rem;top:1rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k76uCR6BCVi7CsJery5JPOiT4MptI7nR { width:16.25rem;height:16.25rem;top:25.9375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiFRALahyITcTyHFrWQ9IaSVJbTSBIxw { width:16.0625rem;height:16.0625rem;top:50.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #davBBtDQ1cIXdWBVzdNutahRPw6IizH9 { width:8.625rem;height:1.25rem;top:21.375rem;left:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHnxpS02F3IpmccE8eCKvwHyliH0A3Pd { display:block; }
 }@media only screen and (max-width: 763px) { #uqreVGWXZmAyfPof2hqxxweJVvy6U7V8 { width:8.625rem;height:1.25rem;top:46.875rem;left:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCJT3x2KWAX0twIzn70UX7aoDnONJlkL { display:block; }
 }@media only screen and (max-width: 763px) { #mylq9iCrRuGrJId5TqaJGy6VzFHXOUh6 { width:8.625rem;height:1.25rem;top:72.1875rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGkGSJ6xHfRTPXhf5Tavrd5910Wu1hxe { display:block; }
 }@media only screen and (max-width: 763px) { #LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD { display:block; }#LRsd4yAZ71KI02Wxi2Bs7EWMl3JsFoPD > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwN0Ngt9Dbx58gzTQSVMStaVyPpuJQHT { width:18.1875rem;height:24.125rem;top:53.25rem;left:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #rTA0AsATAI512QvIUu7i1VHt6DTP9pxH { width:18.125rem;height:26.1875rem;top:1.21875rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #GB3FRmZrpEhOryoxFQtEtyWWVXCuhruN { width:18.125rem;height:24rem;top:28.3125rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #etDBoNCwbhw5ETGVqkndAfPXt8eLJAIC { width:16.1875rem;height:0;top:111.5625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #aazanDlz4fsDMTSxSigXLwh6r0CldCOp { width:16.1875rem;height:1.05625rem;top:45.9375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpVRbaR9FxLlI3i6rT8LMBxfV1DKGao4 { width:7.875rem;height:4.467775rem;top:47.375rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRd8lNhG0FJpmRad3gWzcdRHor4ILwf8 { width:16.1875rem;height:1.05625rem;top:71.4375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTizNNy4WuFwTLDS2eLHsHI7AKMSmsS1 { width:10.25rem;height:1.7875rem;top:73.0546875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2FCzt119BMDpC1VLFsoJgAoW37Fm83R { width:18.9375rem;height:1.7875rem;top:21.625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTiOzvOB7ZhWNIfV9ZxPgBq6GTEA2rdo { width:16.125rem;height:1.05625rem;top:19.9453125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc2Algbu0tB3ESJOd78wSk3fAGTrGq72 { width:8.5625rem;height:1.25rem;top:24.5166015625rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkA4vqJ8y7Fn8DXzuM3MxRGMvRdiIHaw { display:block; }
 }@media only screen and (max-width: 763px) { #yifBe8PrW4AfSORwa5vzwTJT3yATSH0F { width:16.625rem;height:16.625rem;top:2.158203125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpAgC5kgPnz6QNK5b9f9TbuBQTdGHZUr { width:16.25rem;height:16.25rem;top:29.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i32ynVLrBvhzZBQlC8hTBONvWKo2FBOv { width:16.5rem;height:16.5rem;top:54.1181640625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0A74gCNPJoHBxUox7q6wUB7lTHIGmLu { width:8.5625rem;height:1.25rem;top:49.912109375rem;left:5.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG1TQDDmoCVUl0fxUTtOPqBOlI8fGXMd { display:block; }
 }@media only screen and (max-width: 763px) { #ddsfO6dCJkOb4yWrab91i4H3l4aBWJum { width:8.5625rem;height:1.25rem;top:75.125rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmTmMgQ3p7cflkmNa5E4rDJ6ubUgMSaT { display:block; }
 }@media only screen and (max-width: 763px) { #uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 { display:block; }#uX0xowpBwE7zcSsHTvkvwF8FcITemeO7 > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3z20aQD3woLi4GGSCHWtf1ZfqTnGnCG { width:18.1875rem;height:24.125rem;top:51.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMaEPLo1xJJs1stqw84Nm4aoVw5EXCPI { width:16.6875rem;height:16.6875rem;top:52.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxyTvJF3d2ZTTiefXVwo1ZslsH2n2ItU { width:18.125rem;height:23.5625rem;top:1.21875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKdhxt7mmCyouoKeEe5NbBPtI5BWxPHJ { width:16.625rem;height:16.625rem;top:2.21875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwPMS2Pw6UpKmOSAWJH1SzaVZWZ2kyv5 { width:8.5625rem;height:1.25rem;top:22.4921875rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ert7MZiLSkWzEmbO8rAsAcEPD1VIHt8x { display:block; }
 }@media only screen and (max-width: 763px) { #NA0ctgikeTPT1qSVwkKPWSxLxBNlH4bV { width:16.1875rem;height:1.05625rem;top:22.5888671875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #NyJ0ogDzEHg7UQH5nx6HLXhHOo5IK41P { width:16.1875rem;height:1.05625rem;top:19.375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWJmb5dPffesyRQT7QFm1bquzhXaOXqb { width:17.625rem;height:1.7875rem;top:20.5244140625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyqclZeXNac2sV4sfd8waDGIo1qPTaKP { width:18.125rem;height:24.875rem;top:25.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5AVzGs7LZyqWLBDyX6t9IzQcEyq5hO8 { width:16.625rem;height:16.625rem;top:26.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvKZbIeIRFGwOb92fmKRFRq6K9bNMReW { width:8.5625rem;height:1.25rem;top:47.8125rem;left:5.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM6mlSU932LUtsFL5g4Lf4KBOe6HDrJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #HaZECi1EZqIvfQdRmtbRKSb7m4JyLcoq { width:16.1875rem;height:0;top:111.5625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #JLtOSAomTr1IMVeBwdb2UvIlO4D4gg9I { width:16.1875rem;height:1.05625rem;top:44.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz2o9A6Ii5koaFcDxZl8vn2QsD6M8NpG { width:17.625rem;height:1.7875rem;top:45.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga7blWBmVXKX7nfKm6AxNC9uppSwxd8n { width:16.1875rem;height:1.05625rem;top:69.5625rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTlpydeZMdgL2P22TVDxCpMxT3blTHr { width:20rem;height:1.7875rem;top:70.6171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7rXNrCcQZfqr5qcKVWQGRqDUABM9XHK { width:8.5625rem;height:1.25rem;top:72.9375rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7nRFpCcoRrSwqmIklLZ2NPWccPp1Obk { display:block; }
 }@media only screen and (max-width: 763px) { #fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 { display:block; }#fQVoa5h0uz3JxbAt4T4EszVIMxVA9tH6 > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2TrLZ8q3iRQ8MURL7XggFkSsUk40lVl { width:18.1875rem;height:23.5rem;top:0.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFxnlqnsQMp7XHRb0rkr2SCo9ITa1Lo5 { width:14.1855625rem;height:1.05625rem;top:18.6875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKGol6cc04w8lygCkvPv0TDagR8dvNTC { width:9.624625rem;height:1.7875rem;top:19.75rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxdJOFlCXEbkcKAXZfTUbNh4u2XV6hxP { width:16.6875rem;height:16.6875rem;top:1.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOA8oPUUdaViRNZsMThqINfzp1ogOvoA { width:16.1875rem;height:0;top:135.4375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #HuL2NaNovHV76uZlRTVedtNQ1XXmbrlT { width:18.1875rem;height:23.5625rem;top:25rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTfCSN89bcewNaB920boe4ac9kDkqcx { width:16.1875rem;height:1.05625rem;top:43.1875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBqxfbhcsTdFtWFZ8wap8VfcmGu4RW4r { width:17.625rem;height:1.7875rem;top:44.4921875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIxg3t60z8gcmqWozCdlD4DeCZG16Zun { width:8.5625rem;height:1.25rem;top:46.5625rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5FVJNHwsmDBVgQP0a0yEoaZas2BPXcp { display:block; }
 }@media only screen and (max-width: 763px) { #ianiZR12qXvQPJtCTnCFZFmyGifbgxBX { width:16.6875rem;height:16.6875rem;top:25.8125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Cr1rLwbGtQMnmCzblrhLiMsoqegVTI { width:18.1875rem;height:23.125rem;top:49.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMcZJfbItwuaqR9Rwt3OOChSQrSdHTu { width:16.125rem;height:1.05625rem;top:67.3125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9mf4HiViqi8PiUbdqBUMwrBBuIQc2Xg { width:17.625rem;height:1.7875rem;top:68.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr9LQCHyFwPMXvrXWyzusAW2ICSbtzw4 { width:16.6875rem;height:16.6875rem;top:50.1875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEUzRWHgyTGafhnmQ0bhcgPJTutoaIQV { width:8.5625rem;height:1.25rem;top:22.0625rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfWzGaM8xlbTX2gH0Qk6kRnqbCkuiSLm { display:block; }
 }@media only screen and (max-width: 763px) { #v3NgP8L4WkzF0FFvFlqrmU3LnwpTqMWB { width:8.5625rem;height:1.25rem;top:70.4375rem;left:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WJ8AXtvhd08Z1dKVIrUaDKdLubXzBl { display:block; }
 }@media only screen and (max-width: 763px) { #lN3TnqsqD1OlQngh5Effm85RslUGF5hZ { display:block; }#lN3TnqsqD1OlQngh5Effm85RslUGF5hZ > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHFzTeIrA23LQkFm8dgToFTroDRkBLPP { width:16.1875rem;height:0;top:135.4375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #MKLHBf4tBEKSIdMzH3v8CiVCxw3uZi1b { width:18.1875rem;height:23.125rem;top:0.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLIcwvEnQ0flyeivnA8PgN4nVcLinqaS { width:16.1875rem;height:1.05625rem;top:19rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTH82CfneqeDUQClZq0IcavSDmU0fivu { width:17.625rem;height:1.7875rem;top:20.4375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVvRxTA8w78N1K1dJnBXT3UlMZbGcJMm { width:16.6875rem;height:16.6875rem;top:1.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayCfrmMdUHIqzxKS7tx9EoEw91sRmySp { width:18.1875rem;height:23.125rem;top:25.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9nW60c1gZJrroFRSBbCKTO57gLFAIq2 { width:16.125rem;height:1.05625rem;top:67.875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufHFVo2pkH0r3l3rn5ZS2dZyC2X17H52 { width:17.625rem;height:0.89375rem;top:69.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buSiaQWiHNycTdQetvHFhMONXv9T0RM9 { width:17.0625rem;height:17.0625rem;top:49.7060546875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOZM0OP4wncW1tSk8CaDtT3sEu99lLgp { width:18.3125rem;height:23.5625rem;top:49.1787109375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVc4nWPRt0a0IZhuSiClTTOHbT0aR703 { width:16.875rem;height:16.875rem;top:25.75rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbWSaNQ8rbFIOyT4ci7ClyoZ0KtdWk3g { width:16.1875rem;height:1.05625rem;top:42.9453125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdeImcBRoG8HCJIyQTNMT7ZvI97FnAkR { width:7.6875rem;height:1.7875rem;top:44.1689453125rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC2OfhbNEKm4vsnX07dFy7PRkFTvCESZ { width:8.5625rem;height:1.25rem;top:46.2685546875rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvIkyay36T1ALSnJOTKmPDn41uRx5Bfz { display:block; }
 }@media only screen and (max-width: 763px) { #ToByRi2FEG9PZ4qiTwTzNqGeLm6gXkZe { width:8.5625rem;height:1.25rem;top:70.7685546875rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtN6XN5wgevTIJ5JPufaQuAeQPKoOLMa { display:block; }
 }@media only screen and (max-width: 763px) { #MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve { display:block; }#MWLpwE2rkGFszNFAQEs4ZeQ2kHDHatve > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if0STS3233sJomwieBm9zpm6E0FwtOiR { width:16.1875rem;height:0;top:135.4375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #FoaygSmFtIA6drTzOIo0Iu2TSSqxT7BC { width:18.1875rem;height:23.5625rem;top:24.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scPH5lJ8yfbyK94wNT9Og29SEoiCwVTu { width:16.875rem;height:16.875rem;top:25.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3rdJF6oU2kZ7FVOPZ7Q9aopc7HmiQPB { width:16.1875rem;height:1.0556625rem;top:42.75rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWh65ESxwXezz1HPp37BKURP68N45wez { width:13rem;height:1.7871125rem;top:44.0546875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWTX47g3UShqgblxxKUWuTD9GCtXxwep { width:8.5625rem;height:1.25rem;top:46.1875rem;left:5.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoEWnTFFJ2lpTg5z4y2vbn5iW4S8DryB { display:block; }
 }@media only screen and (max-width: 763px) { #Fhi2kyrlL5P34KGzCu0OQ5N5uELWZPk0 { width:18.5625rem;height:23.875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLV6xIP7H99568OTnxqoJsrcGbFi4h2r { width:16.9375rem;height:16.9375rem;top:1rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRazKT2qXlcXgicX1dX8rGGvl8pmSFfm { width:8.5625rem;height:1.25rem;top:21.75rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxwA92KKbNNWtF9RZs59bZrgZz0AeOcI { display:block; }
 }@media only screen and (max-width: 763px) { #uJC3H777ntl7BMmflkDJo6k9doLLxKI0 { width:16.1875rem;height:1.0556625rem;top:18.375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Gn7qH5EFZ7oScmRmbFQTUfxgMqlxWV { width:16.8125rem;height:1.7871125rem;top:19.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oawBPbCDUTbQzlX4Ov4EtJ6Rmvd9nse1 { width:18rem;height:24.9375rem;top:50.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gam9x1OyUZtSMy8KhqPLnq1KUK9zF1Wy { width:16.6875rem;height:16.6875rem;top:51.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8OZzG7ZykG0LP4DWeCTFuwtZZJfNSHu { width:16.1875rem;height:1.0556625rem;top:68.4453125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvVlOGl3Ua624o3AGfpXTPdUK2n3X2HN { width:16.8125rem;height:1.7871125rem;top:69.8125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz3a6tlSkaA3I37ypMovlKMLe2STOUf6 { width:8.5625rem;height:1.25rem;top:72.5625rem;left:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otzZq2UEgLU2VNmTKd4KPKfp2ZQBV9h3 { display:block; }
 }@media only screen and (max-width: 763px) { #NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 { display:block; }#NKVLAFfFO4GAu4PcTxB1cX79R6L3En35 > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4p69mCVS8FdZigluzLhJhfuK0FrmxUN { width:16.1875rem;height:0;top:135.4375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #GJ42U3KnZpDhU2ywtFppB4kMVbGu29HU { width:18.1875rem;height:23.5625rem;top:24.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErxCemviIka8Ec74k98BCia3XF97UmXq { width:16.875rem;height:16.875rem;top:25.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO8ZISERu7vXRhmlmAhEEtnTsFKJuoEu { width:16.1875rem;height:1.0556625rem;top:42.75rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7fJTizk425kQZHnJoOhJFWRtxkVvCyF { width:13rem;height:1.7871125rem;top:44.0546875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot9xcThGAnlTitKAN5lrzpHyPBDdMThr { width:18.5625rem;height:23.875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4CBJK1XWOlolILPINepDLfbE7xC8QK2 { width:16.9375rem;height:16.9375rem;top:1rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogN4qwAFpno51Gn6deMgofZh1KutRrgy { width:16.1875rem;height:1.0556625rem;top:18.375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWZMw8riIMRO2oRP5Ax5laTumtChkPUq { width:16.8125rem;height:1.7871125rem;top:19.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVaxb5rdUiW6vBOdPEgfMgBRMHBuv8gm { width:18rem;height:24.9375rem;top:50.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKZsNaIWsK9KM3iakN1lXqC0XsB9ghN2 { width:16.6875rem;height:16.6875rem;top:51.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWIxxuCb6R0vFlglokZ36H7m7hZ8k3io { width:16.1875rem;height:1.0556625rem;top:68.4453125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkFfTBDi1OxfPRFchuKN0uVr9AqTeuvU { width:16.8125rem;height:1.7871125rem;top:69.8125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJEsFAaNruVSOG7d15owMKrTkpA5S50D { display:block; }#IJEsFAaNruVSOG7d15owMKrTkpA5S50D > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fswdO7MfhZnTlOBe0CrDtJ5uAmy1c2ff { width:16.1875rem;height:0;top:135.4375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #zZEVV4kNRchJzfXyE4A1UtyQbHgQeTF3 { width:18.1875rem;height:23.5625rem;top:24.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJdZOXIEMOp3MqcAqJS9WCUTATVfpCid { width:16.875rem;height:16.875rem;top:25.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXgghhQxqOJhtDZSkEZtTJ4Hky7Eq1Q { width:16.1875rem;height:1.0556625rem;top:42.75rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhnWfl0TWn2TAmNN0Ec3eX3DCllziUtb { width:13rem;height:1.7871125rem;top:44.0546875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8NMflMG2RCO4dWcrrJ0gsThiGpF7Gv4 { width:18.5625rem;height:23.875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKane4CL6Ch6R3R7Et2T1apPXr4RfbI0 { width:16.9375rem;height:16.9375rem;top:1rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpwKBmbEfeRTP3AiBATgwBdCp6QgMkf5 { width:16.1875rem;height:1.0556625rem;top:18.375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkvnAMfEzZ8W2UikOavNUw9K6KLpPTM { width:16.8125rem;height:1.7871125rem;top:19.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F { display:none; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container { width:20rem;height:77.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NSU2dAWyrgf4hC9d564bfDK22gLvOSXU { width:10.875rem;height:16.75rem;top:0.625rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwxZPt5zv2ny7oNJqsh6KSTiBUCg1s0 { width:10.25rem;height:3.57655625rem;top:12.7421875rem;left:4.9062501192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTkvGRbDfXZ3RsmbbZclp7dOvNqxhX1h { width:9.3125rem;height:1.0546875rem;top:11.311721801757rem;left:5.2812500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk88PzSGH6P5AXTlAukoTTQcNuyngO00 { width:6.875rem;height:1.0546875rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #XBGC4ScvxvHcNxaaaTE8P4BVRCcVh1lJ { width:9.6875rem;height:9.6875rem;top:1.0625rem;left:5.1172639301463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgUt305qySS8IPhrWrdmCTdTvR98cRkp { width:10.875rem;height:15.6875rem;top:17.982814788818rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK3zSIcDlMJNLIKdatZxJICfmTeGEhsk { width:10.125rem;height:2.68241875rem;top:30.0625rem;left:4.9375001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8NVe8IcbCQhUNyGnhPdA00xKTFuQ6IV { width:16.1875rem;height:1.0546875rem;top:28.500003814698rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9aFO0Hm4wuiyxWAXxSZK9GRsaQJlgc { width:9.75rem;height:9.75rem;top:18.420314788818rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsr9mWt7lPwVI1ehOyohfTghmGy1KdDC { width:10.75rem;height:16.3125rem;top:34.375rem;left:4.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #l08ddQ4A8ncT7ZBHIZQT4ewqhgaDQSsX { width:8.5625rem;height:1.25rem;top:31.907812595367rem;left:5.7187500596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP7v0uNHxR1k5NbVe4cbZOkBWdbKIhb0 { display:block; }
 }@media only screen and (max-width: 763px) { #sGXu4Q8ul9CVCU4d5eBPBvr0cuJRwC9b { width:8.5625rem;height:1.25rem;top:15.735938072204rem;left:5.7187500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4wrKhaZUGlFqDULpfzfnXCQpq9Jd3i { display:block; }
 }@media only screen and (max-width: 763px) { #rHA0gTl1dopHzTwBNWhdrTCkfKP702wf { width:10.875rem;height:2.68241875rem;top:72.896484375rem;left:4.4999998211861rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6AyJXUnxTvUIK6MqnXsRcorSmbtAMnp { width:16.1875rem;height:1.0546875rem;top:71.841796875rem;left:1.9054685235024rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCIkTo8PrN1aOhEdkQJpOvOdgwmrzxnv { width:10rem;height:1.25rem;top:76.091003417969rem;left:4.9687498211861rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWUaGsTvbiAVbppGxTMmRqdTVAxe69M { display:block; }
 }@media only screen and (max-width: 763px) { #qnEfsOJPb9Vt7u8iZwP3sTTwRtU2mkyw { width:9.8741875rem;height:9.8741875rem;top:61.478905200958rem;left:5.0624998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlWo2skNKe0g0nespClR9Xt3X5XVFZm { display:none; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container { width:20rem;height:51.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #THMhqdTBLq68Ny9KzhSXmpWkhsLcRcqe { width:10.875rem;height:16.75rem;top:0.625rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqykQ2Ero3OlFgB8py8hWkxbS6GMBlnd { width:8.5625rem;height:1.25rem;top:15.756072998047rem;left:5.7812501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUy5CeieDc40MIpQTzw9yNpP9xVzueL { display:block; }
 }@media only screen and (max-width: 763px) { #iZBXIfhMe08wsM6C5TgHDeLHJiFFJk4L { width:9.8125rem;height:1.788275rem;top:13.549224853516rem;left:5.0312500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8NvuHHtVcrACNaH0drL3xSKLboExbg { width:9.3125rem;height:2.109375rem;top:11.311721801757rem;left:5.2812500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W47Ak0p2E3G06XySt4FCnDog1fg920RE { width:6.875rem;height:1.0546875rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #fWB718VDtkwdvL8bMTpXrF63ZkJW9ZGZ { width:9.75rem;height:9.6875rem;top:1.0625rem;left:5.1172639301463rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEG6gh1ikaCApkn2TubXIv509xCn28WZ { width:10.875rem;height:15.6875rem;top:17.982814788818rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkfJzQ9KZCf2w4D4XM3u68OrPIPcsVeb { width:8.5625rem;height:1.25rem;top:31.625003814698rem;left:5.6250000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG70X1dAUpMNy8WhX5egIqpLCQubVJkK { display:block; }
 }@media only screen and (max-width: 763px) { #toVhocOgroI46kVM5V7Hh89qgahIyaQv { width:14.8125rem;height:1.788275rem;top:29.562503814698rem;left:2.2812500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI4q7dgCxDsZ7RmzhRVWenytGHhutoDU { width:16.1875rem;height:1.0546875rem;top:28.500003814698rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5RGbq3kfhWXkoQBHc6glR7LTRQa7QNG { width:9.75rem;height:9.75rem;top:18.420314788818rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2L8KpTScS1PPExxHvBKtIZgPAFfSMZP { width:10.75rem;height:16rem;top:34.375rem;left:4.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvXFafxysJ5wXHQHsFsHzoACoMzrOMWU { width:8.5625rem;height:1.25rem;top:48.186630249024rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1xahno6wMTlgLhx4agQ9fs75l6lRT3U { display:block; }
 }@media only screen and (max-width: 763px) { #ntm8N5Ti0DytHt3b6rvhCIiIS400wJcE { width:9.3125rem;height:1.0546875rem;top:45.125rem;left:5.4375001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4JVNBKzCHA5nKBsh2poOrlhFnv3cy6 { width:7.1875rem;height:1.788275rem;top:46.1875rem;left:6.1250001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZriyxdFI44tWZJLX4mRzfhXPAfGBDiZq { width:9.75rem;height:9.75rem;top:34.875000953674rem;left:4.9201389942093rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { display:none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { width:9.875rem;height:9.875rem;top:1.0499839782715rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3UGiXfH0IpVxPcUlMkfvIeU7Xfv5T0P { width:10.0625rem;height:10.0625rem;top:17.5859375rem;left:4.9739586114883rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { width:10.8125rem;height:1.0546875rem;top:11.361719511449rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUHHPSntHI8QVeWG68uVPTyPpzkqcaU { width:8.559375rem;height:1.25rem;top:14.3125rem;left:5.7203126549721rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfJUFkewFBlx9NWpEV1G1koo9xMtumG { display:block; }
 }@media only screen and (max-width: 763px) { #OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { width:6.3125rem;height:2.68241875rem;top:12.3125rem;left:7.0000000596044rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { width:11.0625rem;height:16rem;top:0.625rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFnBS01aX2ebprwHUtvr8x9hN9POsELO { width:11.125rem;height:15.875rem;top:17.125rem;left:4.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqslTnW4KQDgS8sagB1TSqwM6y5Dhd7L { width:10.1875rem;height:1.788275rem;top:29.0625rem;left:4.6875001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blKi2VeEywRahkB3VTaz5x0C6e537Gd9 { width:8.125rem;height:1.0546875rem;top:28.002593994141rem;left:5.7500001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPxMRuipSyphmppOhzfru3R1pG2pX2ff { width:8.5625rem;height:1.125rem;top:31.16145324707rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncydzfTLGfIZ9gL1z2M7qwkki9kPNxfe { display:block; }
 }@media only screen and (max-width: 763px) { #BSA7C32aERtMss7DEAU3dXzsewkFu1rT { width:11.125rem;height:16.75rem;top:33.3125rem;left:4.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmF43chC6JhW244MAy9zPzN3MUOxr1re { width:8.5625rem;height:1.25rem;top:47.747394561767rem;left:5.5312501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPKIJrIckKnqqUZF4eBJdoKVbQABmoRe { display:block; }
 }@media only screen and (max-width: 763px) { #uOElAeT3HhqRW5eJRJz9BImD4Ah9BMaa { width:7.1875rem;height:1.788275rem;top:45.875rem;left:5.9375001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKfk2bOlQD6S0NJWC1fSLq34ZcLHbZ7 { width:9.3125rem;height:1.0546875rem;top:44.8125rem;left:5.2500001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMtyv4X6gkkOakhO0p0sup9mwtAZMUaa { width:10.0625rem;height:10.0625rem;top:33.875001907349rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV { display:none; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container { width:20rem;height:55.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gAyTgXwMsiSuVt6JqfHnZRPV08L65ts1 { width:9.875rem;height:9.8125rem;top:1.0499839782715rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotzdLAxXe26dd0nXPyu3izWLBhM1J3L { width:10.8125rem;height:1.0546875rem;top:11.361719511449rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvmMCBeZ2TU4hL0XLAeEKC0XfmokRDV { width:8.559375rem;height:1.25rem;top:15.700001239777rem;left:5.7203126549721rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r20TVeqOu5XxmWubKFGBkOb6pmKWMUgi { display:block; }
 }@media only screen and (max-width: 763px) { #qbHtZMhyeP0GMrlDkMx2fTEvOcsfSrD8 { width:7.9375rem;height:3.57655625rem;top:12.48046875rem;left:6.0312500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxCPkZ451WkomgPruWaeMFReiuiAE7TB { width:11.0625rem;height:17.4375rem;top:0.62500047683719rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOinLI6notOpqtDDP1obvI6dwLiaih7I { width:10.125rem;height:10.125rem;top:19.25rem;left:4.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMKEGRNoBIcJCtMHDsqZfI5qhyFU2tTR { width:11.125rem;height:18.3125rem;top:18.611114501953rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOGvZvdgL1Jp00Ch4mXLrPT95eF4R9eP { width:16.1875rem;height:1.0546875rem;top:30.375rem;left:2.0312501192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTtQXi2rCOUbE8ez9blzU1zsatirAnv { width:8.3125rem;height:2.68241875rem;top:31.555557250976rem;left:6.0312501192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH1Ed4pZAB5r2z6Z9ECuGn6Ruutb2X53 { width:11.125rem;height:16.9375rem;top:37.8125rem;left:4.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqWxWVAuckWBhrdf9hULCMZ4D9AKruoa { width:7.8726875rem;height:1.788275rem;top:50.25rem;left:6.1250001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsrIBputbqSogPqZrsBG1yfsTxTMWzU0 { width:7.8125rem;height:1.0546875rem;top:49.1875rem;left:5.9375001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1OsSmMlG1fWRHUpupUVT0dNEHOCqnge { width:8.5625rem;height:1.25rem;top:52.3125rem;left:5.7500001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7s8CUwhgTTu56BBwJqPoFQuw3dSHA3H { display:block; }
 }@media only screen and (max-width: 763px) { #qesgvSiuWQ6WbmmOT9gTLffcGVuF7lRl { width:10.1875rem;height:10.1875rem;top:38.236114501953rem;left:4.9201389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk4VEGwtLJFrW3z23XHT4Nx4LET8X33T { width:8.5625rem;height:1.25rem;top:34.8125rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKbO0PTD59sE5OtxoRpPsev62PMPma6V { display:block; }
 }@media only screen and (max-width: 763px) { #mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf { display:none; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container { width:20rem;height:57rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZqvxkI8iFNgc7Lpblqd2BhrhLJTNd2tw { width:9.875rem;height:9.8125rem;top:1.0499839782715rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHOu7ZThXAranpvlL2QVdzKiB0dLGCRo { width:10.8125rem;height:1.0546875rem;top:11.361719511449rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXZr154CD4nqNZ7uAdGPdqACcv8EsEHI { width:8.559375rem;height:1.25rem;top:15.700001239777rem;left:5.7203126549721rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOOSvtS4IyeO4faZ7tcJXPzFNWCJPnaK { display:block; }
 }@media only screen and (max-width: 763px) { #vmT0WqyT73PZ2tEMzUVxODkuFN4M1egw { width:7.9375rem;height:4.4707rem;top:12.48046875rem;left:6.0312500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGSiaSVId6Rwm0hhr8gBhhxNOmvmCpTd { width:11.0625rem;height:17.4375rem;top:0.62500047683719rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQ2uXJwR72s3BATak8Fwr1fsl5QLeyN { width:11.1875rem;height:17.875rem;top:18.781250476837rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfO8LpCT2aEQaEWSbOKncWQUR0QtDxi { width:8.5625rem;height:1.25rem;top:33.875rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhb7ZlSPkGWhMyqpDCwN1T4UcodvDP4u { display:block; }
 }@media only screen and (max-width: 763px) { #Ghu5aHwWtw0Xdbha8UsAPLo1a9MMyZ4X { width:8.375rem;height:1.0546875rem;top:29.6875rem;left:5.8125001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX3IIpHucIsaTtFS7MLVvLvO7unWTZF1 { width:10.6875rem;height:1.78828125rem;top:31.347223281861rem;left:4.6562501192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2TqyfTghV69ua3sfd3h8waD6dZy7Ew { width:9.8125rem;height:9.8125rem;top:19.388889312744rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqaw7rD8NBGF7b8LlqWVX7LG3Rf2c8XG { width:11.1875rem;height:17.875rem;top:38.51796913147rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFhUx4QZGkHpOHfE3UACbJguQUCFc0cd { width:11.3125rem;height:2.68241875rem;top:51.592969894409rem;left:4.3750000596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm5mi9csgrbAN6X1VckbVG1kO3Lo5TIB { width:16.1875rem;height:1.0546875rem;top:50.030469894409rem;left:2.0312500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3kRf0OqWIQ4X0PgZOBTzdFwcAPA9IZ9 { width:9.8125rem;height:9.8125rem;top:39.1875rem;left:5.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPlDN3eKlXvaiqzTfhdH6VMmo7HNH1z { width:9.125rem;height:1.25rem;top:54.092969894409rem;left:5.4375000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LxZvZfeO7crfZUb5FBEtIcIDhfvAsM { display:block; }
 }@media only screen and (max-width: 763px) { #eglP0biemZErl3J8DWRsKUnU5eZnlsf9 { background-color:transparent;background-image:none;display:block; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { background-color: transparent; background-image: none; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container > .video-iframe-container { display: none; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row > .video-iframe-container { display: none; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .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); }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0PQv0ctA9MaiPqdDLUDVGznspcGrPoP { width:16.1875rem;height:1.21875rem;top:1.2335938215256rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#001623;display:block; }
 }@media only screen and (max-width: 763px) { #vDSu3uSS2aPFoJDORtCKlGbvg4Rnmsip { width:12.4375rem;height:3.6875rem;top:1.2335071563721rem;left:3.7812501192093rem;font-size:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8CJ261ISywXm3upQplekkIdqoRnu6bO { display:block; }
 }@media only screen and (max-width: 763px) { #aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { display:block; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { background-color: transparent; background-image: none; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container > .video-iframe-container { display: none; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row > .video-iframe-container { display: none; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .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); }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container { width:20rem;height:3.75rem;background-color:#01013b;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBdqv6XlHKtGEeOdqhbKM5wU4wMdSdxa { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5FHWBTW0O4TEoe1IUwBav3GrOWFsSlw { width:7.125rem;height:4.37460625rem;top:1.6875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT { display:block; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFOT7ceyaKrRpm8ZgT69608CmqvKX790 { width:19.4375rem;height:30.4453125rem;top:0.80555629730225rem;left:0.25rem;font-size:0.75rem;display:block; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 li:before{  }
 }@media only screen and (max-width: 763px) { #Kwm1M4fUU0V8RHy6OZTHK7a7DmJ7E5mT { width:11.25rem;height:4.3125rem;top:9.125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ulhh56QgkK3ebnxON6yXOlqheIpNAnmv { width:0;height:19.25rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste { display:block; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container { width:20rem;height:149.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ { width:17.4375rem;height:11.7480625rem;top:15.803903579712rem;left:2.3742185235024rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #bvRf4C6hQIrzedunza5QaRbKJMK3JuoO { width:15.25rem;height:0.9375rem;top:13.928121566773rem;left:2.3742185235024rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD6DHGqvEFlREn5TXlMAHyt66SDcLRIL { width:8.1875rem;height:1.44375rem;top:7.1121215820312rem;left:6.0937498211861rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkh18BrWR8esDzaT7VWDnyDnoQ2zAkto { width:20rem;height:33.75rem;top:3.4287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcMfikw99RNsSKT2MGB57vwSTAJLWObZ { width:17.3125rem;height:8.875rem;top:4.1167964935303rem;left:1.3429686427116rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE77epiAVRoTVfiOeuuQ3NdlBCAdxViN { width:18.4375rem;height:2.1rem;top:4.7265625rem;left:0.77812498807906rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HspbZyw70ps2DAabmcmApiW7UDK1HR3c { width:12.4375rem;height:0.9375rem;top:8.8961181640625rem;left:3.7792966961861rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBVpWbT1dy8QLELZMUtNBJT6h5BPtxW { width:10.625rem;height:2.5625rem;top:28.354295730591rem;left:4.6874998211861rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8p11o6HDVnSmxFtbKm2xDQQowD2BVFr { display:block; }
 }@media only screen and (max-width: 763px) { #gwTz3xPTwLhkMICkZ30aJ7UtaW9i6K7k { width:20rem;height:1.21875rem;top:0.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIuxNVIOC9WhLS1PtZLzXWAWb5TKrqD3 { width:16.3125rem;height:8.6875rem;top:40.4375rem;left:1.8125rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN8kZHn9PNnK9OKudrdWcRNup5PImJX0 { width:13.8125rem;height:3.15rem;top:41.5rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeSrwxVHXa154lv2BGIPoeawDVewg7uI { width:20rem;height:1.44375rem;top:44.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJkZAfelTi9Cx7O6lDfHAknnU0Ub1uAg { width:17.5rem;height:0.9375rem;top:46.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN5xINLRpymterU8Ub5O8U6alTk5uJh8 { width:17.5rem;height:0.9375rem;top:50.8125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blxibv5SIBtXTPnkWeBdiTKeOFyidRIx { width:11.6875rem;height:2.9375rem;top:67.375rem;left:4.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSafXGMppJi2haCLWPTQsvhW2xvw7JSB { display:block; }
 }@media only screen and (max-width: 763px) { #COcg21KNFi756doQN30aPfawTwc4qFLT { width:20rem;height:36.5625rem;top:38.5rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh { width:16.1875rem;height:11.7480625rem;top:53rem;left:2.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #D0CXKRpIkS2opbwvyARUrImUyg3B1hNF { width:5.4375rem;height:3.7687020460358rem;top:0.625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeyAyvZwTKnyCNOkLAcpGiXiJdhHLPiM { width:16.0616875rem;height:5.561525rem;top:95.6875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#AeyAyvZwTKnyCNOkLAcpGiXiJdhHLPiM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #i7o37z8EgITUc5mwVqzJT1nzMKt7zKAh { width:17.4375rem;height:0.9375rem;top:87.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktfITkFcT8PZEp1B1lC9wS5r6Ufh6ieQ { width:11.6875rem;height:1.44375rem;top:85rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTDJiRu1O7m1Ecodr9gTEWQBMpGlcs4 { width:16.1875rem;height:4.19921875rem;top:79.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl8PlEZbb0dwfS9GOdau6aT68oztucqg { width:12.0625rem;height:2.4375rem;top:112.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeLEklNl9N8FQl2PBIqqh8vME2IvdSLZ { display:block; }
 }@media only screen and (max-width: 763px) { #RLdqkP00xTNb2THVL6DzFKsqQfpD2NAV { width:20rem;height:30.6875rem;top:115.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckLRJnHZLgZlATIPhOMUIBTH6biuueCJ { width:19.3125rem;height:9.375rem;top:116.6904296875rem;left:0.6875rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InE2ecopFZCtJcCh92pSBzKOTfD1Clo0 { width:17.4375rem;height:3.375rem;top:144.57421875rem;left:1.6494140625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn2hfCZvvwZlgrTq5eem35zIimLNIH61 { display:block; }
 }@media only screen and (max-width: 763px) { #n8Ok0kan14Sp1yH01D1u9UNbrb6XdJie { width:17.5rem;height:0.9375rem;top:129.216796875rem;left:1.0693359375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM { display:block; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM { background-color: transparent; background-image: none; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row .container > .video-iframe-container { display: none; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row > .video-iframe-container { display: none; }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .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); }#ZG2Hd6lozJSJJiiQmvoByo2LTTUWfZfM > .row .container { width:20rem;height:3.75rem;background-color:#01013b;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upTJGBTdLBt6TlVTL7k9lloCW9W985HD { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOesl5D07X8mdQWvtQ4JAGl6mOhN5wbb { width:7.125rem;height:4.37460625rem;top:1.6875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy { display:block; }#TQXWzwvXKBI5PJeSWnUaXtMAk4p8JUTy > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdD19q0qmc8pVQcqGlT2d9414iIAGpyR { width:19.4375rem;height:2.548825rem;top:0.80555629730225rem;left:0.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErT4g2fflcZFXHKecorRFxbxktesdolH { width:17rem;height:11.25rem;top:4.5rem;left:1.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USDxrBhb99SueE4OLZesHlw9T6mthAoz { width:0;height:17rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRFWTS8qoXD6sSmyrpnf67lzJk5qKmmI { width:12.4375rem;height:2.125rem;top:29.375rem;left:3.78125rem;font-size:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rps4N8pPw9vJeT3spfWBhD0MCTk2PNqW { display:block; }
 }@media only screen and (max-width: 763px) { #S7rqGvd9Z2MXeQAhtkymAD14ZwIdwoB2 { width:17.5rem;height:10.722625rem;top:17.4404296875rem;left:1.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A47t4n79nI7paBMeE3dsifEePEXMeocq { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLOR37A5lvg75xkwgdhiU2x4QRXxL9T2 { width:5.4375rem;height:3.7687020460358rem;top:1.0625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { display:block; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K19DKDZbUc7RDFXTEnzqTRwABkTK8vqh { width:16.9991875rem;height:8.3741875rem;top:0.87421894073488rem;left:1.4988279938698rem;display:block; }
 }@media only screen and (max-width: 763px) { #bggq8DbuTPxLwwU8ZQohUO49S06spSs9 { width:17.25rem;height:8.5616875rem;top:8.3566436767575rem;left:1.1207030415535rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledECb0yEobAL4Kg786eeTL5O3brMSyh { display:none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m31D5TsVZAhhHJEOoBv7FFXbravTlhoJ { width:3.625rem;height:3.1340345485375rem;top:1.9375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a { display:none; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SUCB4KMxrPUTLFLJVO8btDd2nA0Lb4Lp { width:18.997625rem;height:12.8734375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ucc8ZllR6vX96fSNRL53keKNvy8eLo { width:8.875rem;height:8.875rem;top:3.2492198944092rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCQANBO243weF6729IJD5zr2Wm11GMP1 { display:block; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vl6bAq86hMWkKMfJzUWfbsPiSTDT5Sqv { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE1EZTF4z57WEkklz3RFms7nebAeyx59 { width:5.4375rem;height:3.7687020460358rem;top:1.4375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Li6LMEQDunzdQRT9GT7OP2449AVvRbHO { display:block; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soPpra6qySCpSTaF6qcGsSmJ72cHawCB { width:18.75rem;height:9.375rem;top:11.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRK0X2IwUxebTviBxNQGv2zQgHZU7P2i { width:18.75rem;height:9.375rem;top:22.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfEeNdAVcOcntdovmHvdDTmcaZtFV2md { width:18.75rem;height:9.375rem;top:0.74882698059081rem;left:0.56132811307907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq { display:block; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEGxg5qoocBxuihsmudaN95UbVCBpZm6 { width:18.75rem;height:9.375rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh7oQ1JN4kItsNcOBZToptPe4gynbW8K { width:12.6875rem;height:3.8125rem;top:13.0107421875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXtZWQ1U2SSZaQFSO690sQ3zXMkXPua8 { width:17.25rem;height:8.5616875rem;top:1.5925836563111rem;left:1.3722655177116rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc { display:block; }#PZg3tS04pdT9Ixr8P5E0nkT5VNG4Isrc > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9P5CIMwyuaMQ6fXx86Rgir3d8oGB0Bf { width:18.75rem;height:9.375rem;top:1.185546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAuyblhNE1mskZ5OqZGVRUUu5Gog91r { width:18.75rem;height:9.124rem;top:10.560546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8bVIl7WDvedvdg7DO3cEKP51NviiUHS { width:18.75rem;height:9.375rem;top:20.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg { display:block; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAnwSysi6cNEgn4FT7mxgRpdk2uP5Q3w { width:15.5rem;height:7.6875rem;top:1.3056640625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtM4Xqmx43uaytu8s0uSPdCh5tlm4Rhd { width:18.75rem;height:9.375rem;top:11.0556640625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDKVeEHPqXBRPwkyLOQqCi1RQpfvR8Nd { width:14.6875rem;height:4.1875rem;top:23.1796875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF { display:block; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekSG5Qd7EnkXvaGOaxnqom2hi2fx2RBq { width:18.375rem;height:12.3125rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8thLcfVddItd5uXpkcZG2kpecznMD90 { width:18.75rem;height:9.375rem;top:13.34375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpbxzWtCq6kn2cfdGtfx0ILNNwr6Od5k { width:18.75rem;height:9.375rem;top:25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTup6XFWyzu837oJnzANSMb0rUVGGqt { display:block; }#QTTup6XFWyzu837oJnzANSMb0rUVGGqt > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqAONVVLmyGcyvyN4hsTFhvyQBvAciZT { width:18.75rem;height:9.375rem;top:2.7188320159912rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUaaPCC2qJ2AeAoHwWleQ9oNbgmfat2k { width:18.3125rem;height:9.125rem;top:13.34375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9FivR9tJrCbEEcyTDaZxJSHNaZ08z1S { width:18.75rem;height:3.9375rem;top:23.71875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo { display:block; }#ZKsc5kNiA60LJCpBua3hES3eWkZW4Dmo > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV8JtzolJFXB9VTNww2ndTGhCn37hH1P { width:12rem;height:9.0625rem;top:13.34375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { display:block; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bREJVnImr89Qa9NplVfZQGcb0eWAL8pP { width:5.4375rem;height:3.7687020460358rem;top:0.9375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k { display:block; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4vztgwLx79O6o61B5E9Mp96ea3OUHPB { width:15.75rem;height:7.75rem;top:0.75rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2CsLhkWXDW5s6ISab69t2Q9hsz2oQzy { width:13.9375rem;height:6.8125rem;top:9.7294921875rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0n49WfUx1gCb9c9JWrfxmnZEoh4TAD { width:14.875rem;height:7.375rem;top:18.916015625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR { display:block; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { width:20rem;height:28.90625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KC3sTyNbLetHI8F9zdHiA6xTKl7TnKFo { width:16.625rem;height:8.25rem;top:8.78125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEWdJ0FxhEzJXpzTvwnuzeqZ290ugiUL { width:18.75rem;height:9.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVz6NZsbmEVbhuuJZ8vPE4agxqfAA16E { width:16.9375rem;height:9.375rem;top:18.28125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb { display:block; }#UBfbnn5ZQgLXUdKLyknsnU8byEElhNMb > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6CAyPq0rJkSpqdCpCUX7wiyvOfT0zJX { width:8.25rem;height:8.25rem;top:8.78125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 { display:block; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfez5X1DeKnVvk5GMH59O3GcARmTyBIQ { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWaWoLhgeQacgpxyeys1WwN3aMJxuyaL { width:5.4375rem;height:3.7687020460358rem;top:1.1875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { display:block; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { width:12.0625rem;height:4.875rem;top:1.1488647460938rem;left:3.4687498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyThDPElzPeG2yAPfJWhLF1TVTecicvM { width:13.5rem;height:4.5rem;top:7.6558837890625rem;left:3.4687498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLxHNe3ocJZizvToMmG7T9wBOD9zPP4 { width:14.125rem;height:3.8125rem;top:13.250000953674rem;left:3.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #toEB4ltaXxOCaMwUMmx1OzMSglAQermT { width:12.125rem;height:2.4375rem;top:19.060546875rem;left:4.1562498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyRK2QlzJevT5slPVseJcNayFGI93gfN { width:5.4375rem;height:3.7687020460358rem;top:1.375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNJGqaiV5TTd16KFpsScIZnTbVWulI4I { width:9.4375rem;height:9.4375rem;top:4.1875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { width:20rem;height:1.21875rem;top:0.62420654296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJK7cdpiVm5Ly5WTSO2aMslO9OZDtXL { width:16.184375rem;height:2.625rem;top:2.46875rem;left:1.9078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6PEfHTq1z5Dx8Awq2v1KUAKApTGzp7A { width:19.6875rem;height:1.85449125rem;top:5.625rem;left:0.15625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { width:20rem;height:1.21875rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuZPCenQmszDgptdK6Mh656gyF1RAT9u { width:20rem;height:2.625rem;top:11.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { width:20rem;height:1.85449125rem;top:14.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfvrnNaTik8SoywutzdNumh7uoWkVriW { display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { width:15.3125rem;height:2.2734375rem;top:3.71875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { width:10.5rem;height:10.5rem;top:3.5625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { width:20rem;height:1.85449125rem;top:6.5554695129394rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qocGsDisP57ahusut99kVzQSBpAeLaJp { width:20rem;height:1.85449125rem;top:12.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { width:10.1875rem;height:10.1875rem;top:3.1875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { width:15.184375rem;height:2.2734375rem;top:9.8367195129394rem;left:2.4078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { display:none; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { width:20rem;height:10.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { width:20rem;height:2.03125rem;top:7.4453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p74LuedKI5qnSD4xb3MMc3dMDF5sHd9B { width:5.4375rem;height:3.7687020460358rem;top:1.125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { display:none; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { width:20rem;height:83.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { top:62.53359375rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block; }
 }@media only screen and (max-width: 763px) { #cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { top:67.46953125rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block; }
 }@media only screen and (max-width: 763px) { #S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { top:78.453125rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block; }
 }@media only screen and (max-width: 763px) { #Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { width:20rem;height:1.29980625rem;top:59.984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { width:20rem;height:1.29980625rem;top:75.90390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { top:48.0515625rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block; }
 }@media only screen and (max-width: 763px) { #pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { top:31.18125rem;left:0rem;width:20rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block; }
 }@media only screen and (max-width: 763px) { #sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { top:36.11875rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block; }
 }@media only screen and (max-width: 763px) { #UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { display:flex;width:2.249025rem;height:2.249025rem;top:27.6828125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { display:flex;width:2.249025rem;height:2.249025rem;top:41.0546875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { display:flex;width:2.249025rem;height:2.249025rem;top:44.553125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #xmRoh4q7QmftghRR7shp75Iga2MKasoR { display:flex;width:2.249025rem;height:2.249025rem;top:52.9875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { top:22.7453125rem;left:2.75rem;width:14.4375rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChI8DLthx1OBqTplCex684CfCc44adw { display:block; }
 }@media only screen and (max-width: 763px) { #y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { top:14.309375rem;left:2.25rem;width:15.5rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block; }
 }@media only screen and (max-width: 763px) { #qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { display:flex;width:2.249025rem;height:2.249025rem;top:10.8109375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { display:flex;width:2.249025rem;height:2.249025rem;top:19.246875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { top:4.7484375rem;left:3.0625rem;width:13.875rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block; }
 }@media only screen and (max-width: 763px) { #uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { display:flex;width:2.249025rem;height:2.249025rem;top:1.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VokhiWcompTkXfvmA3KVTPW3G4X2Slse { width:20rem;height:0;top:9.5609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { display:flex;width:2.249025rem;height:2.249025rem;top:56.4859375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { display:flex;width:2.249025rem;height:2.249025rem;top:72.40546875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { display:block; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { width:10.4984375rem;height:1.05625rem;top:16.221876144409rem;left:4.7507811188698rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { width:20rem;height:1.05625rem;top:20.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { width:20rem;height:4.22265rem;top:10.87343788147rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { width:16.3109375rem;height:1.05625rem;top:17.965625762939rem;left:2.3750000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { width:13.25rem;height:5.75rem;top:1.125rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { width:2.6234375rem;height:2.6234375rem;top:6.875rem;left:9.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41TRASdImGQhEyuOHnsRryicCaBPfTz { width:2.8734375rem;height:2.8734375rem;top:6.875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { width:0;height:;top:7.625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuTyaQFB6lqTUZuyvzeuc22gbPwwRaNJ { width:12.75rem;height:1.5625rem;top:21.8125rem;left:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xglTsrdViKc8He8TVKfsMRyJCK1T0Olr { display:block; }
 }@media only screen and (max-width: 763px) { #hBX231MHHkB2OxqsHZdRsMM3ShnTFPvx { width:16.8125rem;height:1.375rem;top:23.3125rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwhz8OWeIT85zTlGXJ4Cl3Cm99t7enCF { display:block; }
 }