.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:130,0,255;--color-primary-1:162,0,255;--color-primary-2:37,26,95;--color-primary-3:20,14,56;--color-primary-4:20,11,40;--color-secondary-0:255,222,222;--color-secondary-1:255,157,157;--color-secondary-2:255,91,91;--color-secondary-3:255,79,79;--color-secondary-4:255,98,76;--color-tertiary-0:255,255,255;--color-tertiary-1:231,233,235;--color-tertiary-2:60,60,60;--color-tertiary-3:59,59,59;--color-tertiary-4:0,0,0;--headlines-font-family:"Nunito";--paragraphs-font-family:"Nunito"; }@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-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/txFtbGPi/Sem_T_tulo_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.adaptive-delivery-prevent-bg, #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.lazyload, #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.lazyloading { background-image: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { background-color: transparent; background-image: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container > .video-iframe-container { display: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row > .video-iframe-container { display: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .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); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { border-width: 0; border-radius: 0; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO::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; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#G9TUmVRKIJxoZxPpkdC5ytSMLTftsbqo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:30.375rem;top:1.2291669845581rem;left:0.84244918823244rem;overflow:hidden;display:block; }
#FAmyTwtZmlBUKSRSUKb9h8MdbV4BVWMx { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.375rem;width:43.4375rem;top:11.3125rem;left:0rem;overflow:hidden;display:none; }
#CX95UzD6kDeQrbaBBa24JnSEL5G883Pb { background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(224deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(224deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(224deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(224deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1rem rgba(var(--color-secondary-4),1) ;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.625rem;height:5.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.0625rem;left:4.125rem;display:block; }
#APe0iqPuDmQAd56egnZmsvlRSh93lKry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzSZGUDs5lPb419gB5D5ZBzo1SzNp18b { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:35.625rem;left:4.125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RMakDCGyX1MrMDligscgmIJD3cLTGEt9 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:17.152996063233rem;left:4.4986991882324rem;height:1.86875rem;font-style:normal;display:block; }
#qFpaUrsDuh5CTUUCd0mLRHC3l0OVNuJd { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.9375rem;width:36.125rem;top:8.625rem;left:38.874347686767rem;overflow:hidden;display:block; }
#os1TKvMvhioA6IE7oLipfs24h6nh3r6p { color:rgba(var(--color-tertiary-0),1);display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:20.719402313233rem;left:3.9361991882324rem;height:12.9980375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hlmwlaut6bJycoQoTwB8i9UcKIRa7pBE { color:rgba(var(--color-tertiary-0),1);display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:21.53125rem;left:4.125rem;height:12.1875rem;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; }
#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;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; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { background-color: transparent; background-image: none; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container > .video-iframe-container { display: none; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row > .video-iframe-container { display: none; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .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); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { border-width: 0; border-radius: 0; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#ZaOudiN5gWcdt5Aw39w58JFpAHcx4Tl6 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.625rem;left:39.6875rem;height:27rem;font-style:normal;display:block; }
#Z5QHAtFsmnCaePuG72FqJsz9hm0sbM11 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.875rem;position:absolute;font-family:righteous;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:39.6875rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#wbzG1QiTVXaRuNTlrXTdkvV3bveVoVJJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.375rem;width:17.1875rem;top:0rem;left:10.15625rem;overflow:hidden;display:block; }
#aMS7XCpkt4DmAJDhZLorAP8glL1qoOur { color:#0cfffa;display:block;width:28.125rem;position:absolute;font-family:"marck script";font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:39.6875rem;height:2.51855625rem;display:block; }
#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { position:relative;display:block; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { background-color: transparent; background-image: none; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container > .video-iframe-container { display: none; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row > .video-iframe-container { display: none; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .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); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { border-width: 0; border-radius: 0; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .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; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .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:8rem;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; }#FlAwDKlwBnhAiHpElBkUyuE78LMpfkwy { color:rgba(var(--color-tertiary-4),1);display:block;width:46.3125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:14.34375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { position:relative;display:block; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { background-color: transparent; background-image: none; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container > .video-iframe-container { display: none; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row > .video-iframe-container { display: none; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .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); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { border-width: 0; border-radius: 0; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .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; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .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.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:block; }#yaPESaTnJqrLRWOXq0g7I76fTumfcSCn { 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:42.6875rem;width:33.1875rem;top:4.8125004768372rem;left:2.15625rem;overflow:hidden;display:block; }
#OZDKAftpcySrl43d8TyuySX7pEmRtSdo { color:rgba(var(--color-primary-3),1);display:block;width:35.125rem;position:absolute;font-family:righteous;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:36.378256320953rem;left:37.500003814698rem;height:2.88671875rem;font-style:normal;display:block; }
#RoCTTQQsVyDRupcio8IBQMdowt119BsJ { color:rgba(var(--color-tertiary-2),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:0.38346862792969rem;left:37.500003814698rem;height:33.578125rem;display:block; }
#AP5HPkTyhvtcQpKRAQJw1Ii5wkie3xOG { color:rgba(var(--color-primary-3),1);display:block;width:35.125rem;position:absolute;font-family:righteous;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:14.991539001465rem;left:37.500003814698rem;height:2.88671875rem;font-style:normal;display:block; }
#LVu1ly0pCLcEh5Jsorp0vFkdnoQiCrWP { color:rgba(var(--color-primary-3),1);display:block;width:33.125rem;position:absolute;font-family:righteous;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:42.854166984558rem;left:39.687503814698rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD { position:relative;display:block; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD { background-color: transparent; background-image: none; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .row .container > .video-iframe-container { display: none; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .row > .video-iframe-container { display: none; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .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); }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD { border-width: 0; border-radius: 0; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .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; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .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:42.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; }#iglnoyeLRtfonlRkPM7xCooOu3J5MEiy { color:rgba(var(--color-tertiary-2),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.91015625rem;left:2.5rem;height:27rem;text-align:left;text-align-last:left;display:block; }
#JWmWeHJJEVs846GwQTSqqHuPEXLUW061 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8734375rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1242189407349rem;left:2.5rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#UXX80nywkXOPG2EOJyyx88aIzPz42WlJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:28.3125rem;top:1.1236979961395rem;left:40.498699188233rem;overflow:hidden;display:block; }
#THbmTRnCxqSWtLssxPfHTOaDfpKOkRSL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:9.3125rem;top:27.19140625rem;left:35.3125rem;overflow:hidden;display:block; }
#Tr56EP5PKRE8i7Bz4K8ycitTi5aWIhlh { background-color:transparent;background-image: -webkit-linear-gradient(252deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(252deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(252deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(252deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(252deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-secondary-4),1) ;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.625rem;height:5.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.400390625rem;left:2.5rem;display:block; }
#zBgHKxLPUTyuQddUAlrclaBv8HTNU1wT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDUidJZMU2mqDJH11ProugbKrALAKpxH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;background-image:url("https://images.assets-landingi.com/e1yCZV1t/FODJG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH.adaptive-delivery-prevent-bg, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyload, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyloading { background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { background-color: transparent; background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .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); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { border-width: 0; border-radius: 0; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#yxnppLmo9ocgLQigWAWkVM0ZNDqhUQeE { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.936718940735rem;left:35.437501907349rem;height:20.9912rem;text-align:left;text-align-last:left;display:block; }
#hO4gbSDf5fylGQTJsOl8diaCZa7hN0tZ { color:#d6b371;display:block;width:26.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.13671875rem;left:35.437501907349rem;height:4.94921875rem;text-align:left;text-align-last:left;display:block; }
#vhyMKmHCyRHoqtifyFTiKM85wtGv2ImZ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:37.000000953674rem;left:35.437503814698rem;height:11.1953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vxRlDOpSMVZUerwoZm5ttBiuv6sIs0Iy { color:#d6b371;display:block;width:38.1875rem;position:absolute;font-family:righteous;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:30.549479246139rem;left:35.437503814698rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#f8iZFpymzLli76II0spzwApKL5G4rqti { position:relative;display:block; }#f8iZFpymzLli76II0spzwApKL5G4rqti { background-color: transparent; background-image: none; }#f8iZFpymzLli76II0spzwApKL5G4rqti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8iZFpymzLli76II0spzwApKL5G4rqti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8iZFpymzLli76II0spzwApKL5G4rqti > .row .container > .video-iframe-container { display: none; }#f8iZFpymzLli76II0spzwApKL5G4rqti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8iZFpymzLli76II0spzwApKL5G4rqti > .row > .video-iframe-container { display: none; }#f8iZFpymzLli76II0spzwApKL5G4rqti > .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); }#f8iZFpymzLli76II0spzwApKL5G4rqti { border-width: 0; border-radius: 0; }#f8iZFpymzLli76II0spzwApKL5G4rqti > .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; }#f8iZFpymzLli76II0spzwApKL5G4rqti > .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:35.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:block; }#D092shiWZ6ksemt2CTMP6T5sqnqeKL7c { color:rgba(var(--color-tertiary-2),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:3.1692714691162rem;left:1.8125rem;height:27.1875rem;text-align:left;text-align-last:left;display:block; }
#uBqo8wyqAxtf591QWEaRwn7wQTMrh1nl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.375rem;width:33.4375rem;top:0rem;left:38.437503814698rem;overflow:hidden;display:block; }
#AMkLKwTHSf49KMwOFwGI77vP1T2nocql { position:relative;display:block; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql { background-color: transparent; background-image: none; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container > .video-iframe-container { display: none; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row > .video-iframe-container { display: none; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .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); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql { border-width: 0; border-radius: 0; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .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; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .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:33.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:block; }#SxtqVE0xKDCCwVCEnmcM1rLG4AyTgoeM { color:rgba(var(--color-primary-3),1);display:block;width:42.8125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.8125rem;left:17.8125rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#W4VTBoTfJ7v2ooFexc8yPWdBRurCom9S { color:rgba(var(--color-tertiary-4),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:14.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#A7VZbqCIsQDMJuSayOCivEkrIo1tbdXT { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:righteous;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.9375rem;left:10.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#cbfGrn5TeE33iWGxDlAPZaCAsUhkKA0x { box-sizing:content-box;color:#c09738;font-size:4.0625rem;font-weight:400;line-height:1;height:5.875rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.4375rem;left:5.5625rem;display:block; }
#CTXGZb7UCSizfg7Lgu7LEDkryLNhGSHV { box-sizing:content-box;color:#c09738;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:10.5rem;left:15.3125rem;display:block; }
#ehq5hHliW986ui4ZhgtofGWkA60TZPQf { box-sizing:content-box;color:#c09738;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:10.5rem;left:26.5625rem;display:block; }
#xgtbWosaqT6HeILZ1PDI05ROXFhNewfy { box-sizing:content-box;color:#ab8646;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:10.5rem;left:38.3125rem;display:block; }
#FlRt5M8S3nynBW24na3oZCVnT6tUTIe9 { box-sizing:content-box;color:#ab8646;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:10.5rem;left:50.3125rem;display:block; }
#fmlrkUEh8lhA6qTn8beiQr38Uyt16CNa { box-sizing:content-box;color:#ab8646;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:10.5rem;left:61.5625rem;display:block; }
#GLxmGftq9K9q7bPpNdhpwGBDoJNV5HRL { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.625rem;left:5.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#qEvRlFRW7menmK3Xr6yNaKGiv7Ucrf2g { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.625rem;left:13.53125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#TGqCCn7GoQr0gk7zFUuMXk4pGfmn3VOM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.5625rem;left:25.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#XMAT8WMWsUeSWv6KPkbgTKGB6n0uXaSV { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.125rem;left:37.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#nwlG9tSE2xKIcMIQ1sT6TXzLWAybaEGN { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.5625rem;left:49.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Ro5fzXGvUa09Il24ZmBmGupXuxClbbTh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.375rem;left:59.0625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#GtsR2ic9XukfVy6AVUblfvr3ZafxCdta { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/eYTJSYXS/kdlds.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(var(--color-tertiary-4),0.5) ;height:8.875rem;width:55.625rem;top:21.875rem;left:8.6875rem;display:block; }#GtsR2ic9XukfVy6AVUblfvr3ZafxCdta.adaptive-delivery-prevent-bg, #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta.lazyload, #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta.lazyloading { background-image: none; }
#Ewx6gS0zgIeIyMIt59t2F2pfWGznpu6a { color:rgba(var(--color-primary-3),1);display:block;width:42.8125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:1.8125rem;left:17.8125rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#T33BOCN9uElBRk01N9K4iTDECxwJBwoV { position:relative;display:block; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV { background-color: transparent; background-image: none; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container > .video-iframe-container { display: none; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row > .video-iframe-container { display: none; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .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); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV { border-width: 0; border-radius: 0; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .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; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .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.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:block; }#nzxpAhPE45vdlUn8TW38T4IU4gbKOshQ { color:rgba(var(--color-tertiary-3),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.710157394409rem;left:38.874219894409rem;height:16.79295rem;display:block; }
#fIQk5r2bykAMx4NWBq8DKQh7emgWN0sJ { color:rgba(var(--color-primary-3),1);display:block;width:36.125rem;position:absolute;font-family:righteous;font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5.6476573944092rem;left:38.874998092651rem;height:4.5371125rem;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; }
#zQDhvs4Bvmcar3d9igGR8QU7T8KCx53v { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:14.5rem;top:0.5rem;left:17.1875rem;overflow:hidden;display:block; }
#Rx1tUyzJCPmo2ohxo8WLSNG3x6ZOUkMK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy { 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/79mtAKx6/5y8ifd.png");background-position:top right !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; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy.adaptive-delivery-prevent-bg, #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy.lazyload, #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy.lazyloading { background-image: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { background-color: transparent; background-image: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container > .video-iframe-container { display: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row > .video-iframe-container { display: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .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); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { border-width: 0; border-radius: 0; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#SKwmsTFRofziRPG6M5TapZ8GcQPZu6ql { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:2.078125rem;left:11.1875rem;height:5.3994125rem;text-align:center;text-align-last:center;display:block; }
#HFmV4g0SqlVXLEugCVCs2cJTFu9DQbNX { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.060938835144rem;left:40.311719894409rem;height:12.34375rem;text-align:center;text-align-last:center;display:block; }
#zL0I449sVc1VoV7ks9B1cuqO4Dz4mBtK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:righteous;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.681252479553rem;left:42.717969894409rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#T28KXbWJsxKaJ0m0cxne0bhfgpGz7dTc { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(var(--color-tertiary-0),0.41) ;height:33.75rem;width:63.875rem;top:1.3351440429688E-5rem;left:5.6492195129394rem;display:block; }
#lzfWWUnRxHSsLQfqEeIABclKPG2VDP7e { 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:23.625rem;width:25.4375rem;top:8.560546875rem;left:9.875rem;overflow:hidden;display:block; }
#DlrwO0JnvDakAGzdTxoMM5qCJT060faa { 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/79mtAKx6/5y8ifd.png");background-position:top right !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; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa.adaptive-delivery-prevent-bg, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyload, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyloading { background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { background-color: transparent; background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .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); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { border-width: 0; border-radius: 0; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#mUxQ1SnztkSOzkC2IbU5QKSVWvLdoXIG { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:0.8125rem;left:32.0625rem;height:7.436525rem;text-align:left;text-align-last:left;display:block; }
#bLc1DhuIonetqaGEDi4PmIA3kN5KpmBR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:5.125rem;font-weight:400;line-height:1;height:7.375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:21.5625rem;display:block; }
#pIqDgEroStSqrig2GDF4GSrqaIu6rLrW { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.5rem;left:16.25rem;display:block; }
#KO8cSqWG4TlWeIu5ifCPpZP0qXVuv77v { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.5rem;left:11.3125rem;display:block; }
#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe { 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/79mtAKx6/5y8ifd.png");background-position:top right !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; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe.adaptive-delivery-prevent-bg, #ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe.lazyload, #ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe.lazyloading { background-image: none; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container { background-color: transparent; background-image: none; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container > .video-iframe-container { display: none; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row > .video-iframe-container { display: none; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .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); }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container { border-width: 0; border-radius: 0; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#v1xg3K1lfTfexVHD63TocGznt1BJM8vG { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.25rem;left:7.5rem;height:5.949225rem;text-align:center;text-align-last:center;display:block; }
#TUE3QybtRoTZMsgAINwbAVtfaAJJkOvg { 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:10.5rem;width:24.625rem;top:7.197265625rem;left:25.187503814698rem;overflow:hidden;display:block; }
#snuVkwGiOC1pWbSJ0I0KOsGcTAsAb0g7 { color:rgba(var(--color-tertiary-0),1);display:block;width:46rem;position:absolute;font-family:righteous;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.49609375rem;left:14.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#JHwBfNZ0kqBBieJ1BnWHpX992NoiH1BC { background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.0625rem rgba(var(--color-secondary-4),1) ;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.6875rem;height:5.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.75rem;left:19.15625rem;display:block; }
#nJtcqWRKKNo85AMQezwTNwR7iuHuTTRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:top right !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; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.adaptive-delivery-prevent-bg, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyload, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyloading { background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { background-color: transparent; background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .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); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { border-width: 0; border-radius: 0; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ::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; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { font-size:0.875rem;font-family:arial;height:62.0625rem;width:75rem;position:relative;display:block; }#AJnTRwOKhJgAxNahE0KLPCXlzWs2lJhE { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.46249961853rem;left:30.875001907349rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#v12azP0TJ0zHAyqfSwA1u2Qr31nzXwD3 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:17.5rem;width:17.375rem;top:3.5625rem;left:28.6875rem;display:block; }
#sGtWPHFux8cH3sC4OT4h7wZ7iTEchXwu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:17.5rem;width:17.375rem;top:18.5rem;left:9.25rem;display:block; }
#z57r4LP9uquNbc89md2fyPylnwHbGPJE { 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:20.5rem;width:20.5rem;top:16.561718940735rem;left:8.2500019073488rem;overflow:hidden;display:block; }
#uvaE6wqAT6Qb6N57V4lTfBJihT8tetFF { 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:20.5rem;width:20.5rem;top:1.25rem;left:26.625rem;overflow:hidden;display:block; }
#c12LNVKsT1LTRJQeDd3rD1uxb6rn9QGO { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:22.59375rem;left:11.15625rem;height:8.3945rem;text-align:center;text-align-last:center;display:block; }
#uOrWiyf6n6EOv56SP3NfuxABp3VZWWdM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.375001132488rem;left:50.061719894409rem;height:8.39453125rem;text-align:center;text-align-last:center;display:block; }
#uiTmT6XPvTBP6NkUZQktdTxXrIg1gHVF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:20.5rem;top:17.324999988079rem;left:46.061719894409rem;overflow:hidden;display:block; }
#T04dDBrH2bNBOOsEoRrFOXDTbeiKRtJA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:17.5rem;width:17.375rem;top:18.999219119549rem;left:47.624219894409rem;display:block; }
#vPLNR5MzT5pn6oH9WwatBdNrCbZ6KZQr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:37.824988365173rem;left:31.250001907349rem;height:7.1953125rem;text-align:center;text-align-last:center;display:block; }
#GsGigMuzxI0s58L6P4qa4t2GedGDTTBZ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:20.5rem;top:31.374999046326rem;left:27.250001907349rem;overflow:hidden;display:block; }
#DicHNpDD6fy5nRuT5x8L32Aqot40JWxu { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(144deg, #0c1a56, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:17.5rem;width:17.375rem;top:32.975001335144rem;left:28.812501907349rem;display:block; }
#sAAoza6hy76GGa30TaiVrS1RqpTIBNJi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:22.30624961853rem;left:28.937501907349rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#om7kOdBTs9WT7FEXJ8I06WKvwTh6psB5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:15.47500038147rem;left:47.124219894409rem;overflow:hidden;display:block; }
#eOFpJfKm5DqLGEg0uRX8fo6iL75PmTft { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:37.061717987061rem;left:48.561719894409rem;overflow:hidden;display:block; }
#MctcZ2HWNyCqSTEzTXTPVd2wKSySndDc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:37.061717987061rem;left:21.89999961853rem;overflow:hidden;display:block; }
#MQRdlS6MmThlD91X38UzguytUJlzWlwd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:14.512500762939rem;left:23.625001907349rem;overflow:hidden;display:block; }
#RtTZOGBsavwK5TNlRzZLTTvDgfaqKK1P { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:61.162111282349rem;left:35.562503814698rem;overflow:hidden;display:block; }
#B2Fb7DPrULxP2FkukzTp5gbOPukqbXeU { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:52.812503814698rem;left:19.125rem;height:2.69970625rem;text-align:center;text-align-last:center;display:block; }
#KuqwZ39NfgbTfai5NgsdoqQ1SZEzaenk { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:57.479167938233rem;left:19.5625rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 { 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; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { background-color: transparent; background-image: none; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container > .video-iframe-container { display: none; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row > .video-iframe-container { display: none; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .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); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { border-width: 0; border-radius: 0; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;position:relative;display:block; }#x3z0MOxDs0LiE9fDGf8M2op8HXbToiUT { color:#cec3f6;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7625012397766rem;left:45.249219894409rem;height:6.82425rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dfmThl3GGI0gmx0rLIERVWVJgW6knSfr { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:10.500002384186rem;left:63.061719894406rem;display:block; }
#KUPJmpQE0WshrvzNzxZlyFgWN1UU3FSC { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:6.5rem;left:3.75rem;display:block; }
#LwSsN6POJ6xwKvGPdBGfxWLto74T8uTN { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:4.375rem;left:5.3125rem;display:block; }
#iy7Fe7rF1hNVca38sfK3Nn9muo12vfv6 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.687501907349rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xS6XvxXT5eGqhgfgw4fk56oJOmza6uNT { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.500001907349rem;left:5.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#AoVOdT9Q4rKJDJ7JOpb60DiFqB8Jmdkm { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:12.3125rem;left:43.9375rem;display:block; }
#qxf6s08SfFVNhtzNlmiB4et00NbxAQUV { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:10.0625rem;left:45.875rem;display:block; }
#Lxhpps4gkuiTrLAiUmtMlphiC08yN8p6 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.375rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNP7ELHoItmMMlTuXTuwbQJOH3KxJwJa { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:46.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#uaQqBh7wFBTQWVbZ0Wu5ylBWRaMxOyUX { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.5rem;width:27.25rem;top:36.375rem;left:43.937498092651rem;display:block; }
#UOvdserVHo49WBIw91qBtu682B8gwPA7 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:42.825000762939rem;left:46.155469894409rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5kRvflFtrm1UlzvzHCxnfkxqHRQ2ykH { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:44.875rem;left:46.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#lQireeOOgbXDidPwss9AnhUITtb5IEB3 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:37.375rem;left:62.9375rem;display:block; }
#orVi0o4W0EppRATez4f53etcTaEsfws7 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.875rem;width:27.25rem;top:30.5625rem;left:3.75rem;display:block; }
#Qq1EgpAihnJFhxNnXfH4XSlQQz2HQWtl { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.5625rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UgJ8kfr8d8ZfQ9IyfGzKipFgAUm20Kqr { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#LcADcuC6HunorzkilXJSVnJUTy06kxs9 { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:34.25rem;left:45.9375rem;display:block; }
#EoKhGlTiXgH9VS6Gzwc0Ep1MMw2dHTEC { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:28.4375rem;left:5.3125rem;display:block; }
#rZqJ9FyU3OF9557lulwRwJhwyI764OcZ { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:46.375rem;left:5.3125rem;display:block; }
#mxIC9nkfiZb5wBRSlzi2NG8NpAQOOmy9 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.125rem;width:27.25rem;top:48.5rem;left:3.75rem;display:block; }
#xmJydziPfBNJdlMshZNQLeHp48mW3o4H { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:57.0625rem;left:5.6875rem;height:6.499rem;font-style:normal;display:block; }
#e9co6rC8KCt9KVmuIxyAW55WKqsEUBER { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:54.5rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SroCNP75UST2B7PZbihdJT0V7eTBVFpu { color:#333333;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:58.1875rem;left:37.874219894409rem;height:10.80078125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fV4VGHJTX1V18c0lQ97bnomqJBd4WkN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:73.625rem;left:11.3125rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#LTAKTdFTOKmRKTbQP4VrufoXEg6o7VXN { color:#e8f7ff;display:block;width:1.75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9249992370606rem;left:7.7500019073488rem;height:3.7375rem;font-style:normal;display:block; }
#mPo1I7WiIJUdWiLplNTptSH9UHqPW7Kl { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:6.1625003814697rem;left:6.7500019073488rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mu42XTlVPve7rxXHhzWdtM4xnX8Ul7ZC { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:11.85000038147rem;left:47.311719894409rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIgXD1dLRCfDQ75TUVVILKONzkcqZGQX { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:30.22500038147rem;left:6.7500019073488rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTLteDBLB7xUTfiOKEtkl102u6LnJBvr { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:36.0375007689rem;left:47.311719894409rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bqmvo4Hx5Nb55J1nCErx0JartXXQ3S0A { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:48.262499809265rem;left:6.7500019073488rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaXaOFuiSzJ7PMoIkoCt2WW1I7Fho9pT { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.3125rem solid #d2a9ff;border-left:0.3125rem solid #d2a9ff;border-right:0.3125rem solid #d2a9ff;border-bottom:0.3125rem solid #d2a9ff;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:37.5625rem;width:37.5625rem;top:18.375rem;left:18.499219894409rem;display:block; }
#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { position:relative;display:block; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { background-color: transparent; background-image: none; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container > .video-iframe-container { display: none; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row > .video-iframe-container { display: none; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .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); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { border-width: 0; border-radius: 0; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .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; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .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:36.875rem;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; }#Rq4duHv2OR4zLWK8OKgwnvw4ZCJAP70S { color:rgba(var(--color-tertiary-0),1);display:block;width:37.75rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.3781251907349rem;left:18.71249961853rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ybzFac4yTu1P67p9l6zEuxvGuXqqwa6Q { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.485157012939rem;left:11.21249961853rem;height:11.0468875rem;text-align:center;text-align-last:center;display:block; }
#FzUmUIgltEvSLRHiiSzr4OxE1XSfKvnc { color:#d6b371;display:block;width:32rem;position:absolute;font-family:southland;font-size:3.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.78515625rem;left:25.08749961853rem;height:8.44925rem;display:block; }
#pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:25.375rem;width:64.0625rem;top:0.56171894073486rem;left:4.9984378814697rem;display:block; }#pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.adaptive-delivery-prevent-bg, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyload, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyloading { background-image: none; }
#yl4fMhf5AWhWtPQa11QN6GuDVrqPnT9X { background-color:transparent;background-image: -webkit-linear-gradient(260deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(260deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(260deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(260deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(260deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.875rem rgba(var(--color-secondary-4),1) ;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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.625rem;height:4.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.478515625rem;left:22.7744140625rem;display:block; }
#Q9FukKHJQsRqrnpPkUykLSTS5mkf8Kqy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkE1EosyVtnHhuH7qeQbadBJh6D42uVu { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:17.375rem;top:0rem;left:4.998046875rem;overflow:hidden;display:block; }
#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e6e6, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e6e6e6, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e6e6e6, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e6e6e6, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e6e6e6, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { background-color: transparent; background-image: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .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); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { border-width: 0; border-radius: 0; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#KQqW1Sk16Aprt5L5lovl2QZsefwsLRkA { 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:50.1875rem;width:73.9375rem;top:4.7249999046326rem;left:0rem;overflow:hidden;display:block; }
#w6xBdIGrPvlrepVLKf5kDo3V9UbXlPeZ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:righteous;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:13.531251907349rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#vIuT58eyEuhtZLMIxORr0enPmNhM1hQA { 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:122.4375rem;width:60.9375rem;display:none; }
#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { position:relative;display:block; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { background-color: transparent; background-image: none; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row .container > .video-iframe-container { display: none; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row > .video-iframe-container { display: none; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .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); }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { border-width: 0; border-radius: 0; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .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; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .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:48.0625rem;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; }#T1JvyTwZDJto8kuxusdTXo23xhvl839W { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:33.5rem;height:4.3857375rem;display:block; }
#aKr2aNNTW6osJWenk0npbiawnSVksWWh { color:#d6b371;display:block;width:19.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:33.5rem;height:2.92480625rem;display:block; }
#r7lQF4bBMohL9o2ACRcAkMrxOcPbldSz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:30.1875rem;top:1.859375rem;left:0rem;overflow:hidden;display:block; }
#hf6TyXBAQuHkbOwkNgFqRptNM7w0Tip9 { color:#3d3c39;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.9375rem;left:33.4990234375rem;height:29.53125rem;text-align:left;text-align-last:left;display:block; }
#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;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; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { border-width: 0; border-radius: 0; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { font-size:0.875rem;font-family:arial;height:104.1875rem;width:75rem;position:relative;display:none; }#nDGnWrswR6coetEq3PVnwqQUXhJ98L75 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9359376430511rem;left:11.125001907349rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#rnpn5b33BNubyXvGson7SnxEzzPhC7gb { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:righteous;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:100.625rem;left:20.3125rem;height:2.76236875rem;text-align:left;text-align-last:left;display:block; }
#r4RgiTilIDOWoXdypfcdoLeZdzPa9II2 { color:#d6b371;display:block;width:42.375rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:1.6742181777954rem;left:16.312501907349rem;height:2.69986875rem;text-align:center;text-align-last:center;display:block; }
#stQPET0N6Sg3bPD4yiOhiQxKRDX4Z0pR { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:33.875rem;left:7rem;height:1.13736875rem;font-style:normal;display:block; }
#oisQsG8zGnF37T9F9KxzZ5VrAFEoEAKn { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:35rem;left:7rem;height:1.625rem;font-style:normal;display:block; }
#TeRJhtFmqI3dLS4OaVLFqLTxCJFgUJno { color:#637084;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:29.637499809265rem;left:7.0000019073488rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BgQAOf0O44DRpRcRPz2MeFJ3xF1b6BDL { color:#411962;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.706250190735rem;left:7.0000019073488rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cJh90gKqNTwC1LPhyyEZTwLykfNsndL2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:15.375rem;width:18.1875rem;top:22.40625rem;left:4.5625rem;display:block; }
#KqVOvJefRnUfDoG6O0No1dvVMSGbaPrT { color:#637084;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:29.4375rem;left:53.0625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GX7BQ0IBGTvBO5yrkCUEtbs44bHB2t2w { color:#411962;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:25.75rem;left:53.062498092651rem;height:3.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HdGQcJXaqWMgCSMzqIBnZTmTLqsAnRdA { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:35.011720657349rem;left:29.562503814698rem;height:1.625rem;font-style:normal;display:block; }
#BdtRX75OmuUDVPScorlBJ5tSkN65IBXe { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:33.8125rem;left:29.5625rem;height:1.13736875rem;font-style:normal;display:block; }
#zwH9T7FrTuJFUncOQaBN9wTDtc43tUxT { color:#637084;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:30.4375rem;left:29.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGPIkFPBO64SLwHfpxy1tie5HSBOgbeg { color:#411962;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:27rem;left:29.750001907349rem;height:3.0247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oKOQz0G2ZRe7FqIRi7W5kTkMipNTNENi { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:15.375rem;width:18.1875rem;top:22.4375rem;left:27.6875rem;display:block; }
#satJMsVu0MC1cvTHwK5xd28tTU4m5BJU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:15.375rem;width:18.1875rem;top:22.40625rem;left:50.561719894409rem;display:block; }
#GVFD6cSR5pvWfmsKHoRuiPx5vTOiVcay { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:34.8125rem;left:53.0625rem;height:1.625rem;font-style:normal;display:block; }
#CH2HCG7Ic6oQ6liFWGnkeRT9auTqq19T { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:33.6875rem;left:53.0625rem;height:1.13736875rem;font-style:normal;display:block; }
#sehJzPg5gy9NzpwThI835iTlAE3LZn7q { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:15.375rem;width:19.25rem;top:78.8125rem;left:3.75rem;display:block; }
#Mhg4hcuBTWoTdF59u4H9n3Vvr28tqVzk { color:#411962;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:83.375rem;left:5.3125rem;height:3.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X90l3SMFFVmgtDOTi47lfVvonpIa1tTS { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:88.24951171875rem;left:5.5rem;height:1.13736875rem;font-style:normal;display:block; }
#wVOlczTGbfxFiZwmHq6pbkcDGvUsOUV4 { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:89.87451171875rem;left:5.3125rem;height:1.625rem;font-style:normal;display:block; }
#XnRW6l1JGHGZ06RMyCmqRAQIidRotLtA { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:96.5625rem;left:16.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MqO2cv7B8SBx8tyELqHFWTlJBwTRTBtT { 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:14.4375rem;width:10.5rem;top:12.4375rem;left:32.250001907349rem;overflow:hidden;display:block; }
#foLPRgvogqgcL3woBEtKmpw9WUDBeOf4 { 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:13.1875rem;width:10.5rem;top:12rem;left:54.592969894409rem;overflow:hidden;display:block; }
#Xkv8FAhlNhvOMDk5DTvuGrQaH7Hw5aRA { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:11.6875rem;top:11.0625rem;left:8.0937519073488rem;overflow:hidden;display:block; }
#KdrUcFqMEFHRVWF2ZBXikMRM5znMaUd6 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:11.3125rem;top:69.1875rem;left:7.5rem;overflow:hidden;display:block; }
#womFi768eGMSMJXwpHSMAMpeTeEKa3UG { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:13.375rem;width:22.5rem;top:96.3125rem;left:26.25rem;display:none; }
#JkTAOKymgfJM7gNN75r2EH3l0OlxzsWB { color:#411962;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:83.375rem;left:30.03125rem;height:3.299475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kt46IXUdF4uxVzKalwPaKRrMO0ne1AoD { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:88.25rem;left:29.625rem;height:1.13736875rem;font-style:normal;display:block; }
#FIdNfGTwIOW01wNCFvgWw4FyDIDTOnWE { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:89.87451171875rem;left:29.5625rem;height:1.625rem;font-style:normal;display:block; }
#Em75aaN6zCSIUPqtxAUKMmt0BGkwJ3lH { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:11.3125rem;top:69.25rem;left:31.84375rem;overflow:hidden;display:block; }
#ShMUAFARuuAwfCrZqCxEpiqR7uutVEtN { color:#2e098a;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:86.6748046875rem;left:51.84375rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWpHCsStGmuFcqUSfU077FENzhcxiufi { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.25rem;top:72.0625rem;left:52.8125rem;overflow:hidden;display:block; }
#WUlmKZvMfD3KRGRKuqlRJUtxITVHeZJ2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:15.375rem;width:19rem;top:78.8125rem;left:27.6875rem;display:block; }
#dxX2ZZ3IB7UnZK6HLpJ0FxRVnXFKW6Kf { box-sizing:content-box;color:#ffd300;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 1.5rem #ffd300;display:block;z-index:15054;top:70.5625rem;left:50.5615234375rem;display:block; }
#HL4OWy1Jf2wJMbq0zorKxnxQwl08It5w { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:11.3125rem;top:42.1875rem;left:6.75rem;overflow:hidden;display:block; }
#eXcvIRT4XM4r7V3VVG61ZBdZN40rRotB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.875rem;width:19.125rem;top:78.8125rem;left:51.2546875rem;display:block; }
#eycH6L19u9ischr3wbt0QP4ixCO8wvyo { color:#411962;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:56.375rem;left:4.875rem;height:6.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FLWoO6ZaVEpsUXA2QaR3dy76euisIISe { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:63.875rem;left:5.3125rem;height:1.13736875rem;font-style:normal;display:block; }
#h9WOpz6BMrS36TukAv9AtxykOeDoEqsL { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:65rem;left:5.3125rem;height:1.625rem;font-style:normal;display:block; }
#E4QqK3OIXQ7XTLiCGAfHk5gMJrZAAySF { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:15.375rem;width:18.1875rem;top:51.354167938233rem;left:4.0625rem;display:block; }
#yKWN2Va3368QMQ6XhSnJ2GPdT0RPEiM7 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:15.375rem;width:18.1875rem;top:51.354167938233rem;left:28.406253814698rem;display:block; }
#izxdAhAsUHzAX5FAOAJBXcGzdk9wcMNW { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:14.75rem;top:44.654298782349rem;left:29.812503814698rem;overflow:hidden;display:block; }
#XZDxVUZUoMTtm8PS3dClzNDsr0u6t1FT { color:#411962;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:55.362630844116rem;left:29.562503814698rem;height:3.0247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yMASow02IRgkDhdeIq6rTg5STr4yDaye { color:#637084;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:58.895833969116rem;left:29.562503814698rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zqionxfe0PisIPtRHSpQgIo55b1zQ2RO { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:63.337240219119rem;left:29.562503814698rem;height:1.13736875rem;font-style:normal;display:block; }
#HeXtPrNSTMnB2yJPhfIflBNIFqH7TwdR { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:64.974609375rem;left:29.750003814698rem;height:1.625rem;font-style:normal;display:block; }
#nUrNxG7qBdw2KzE2vcK7b8GN6F4GRfH2 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:15.375rem;width:18.1875rem;top:51.354167938233rem;left:50.561199188233rem;display:block; }
#NZPpk866omTbVtQbRS16GGtGcUyursBD { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:10.625rem;top:41.644532680511rem;left:54.342449188233rem;overflow:hidden;display:block; }
#eMtaAc8OnmDq02TC3oWMAfR0m6r7SPxU { color:#411962;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:54.51953125rem;left:52.8125rem;height:3.0247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fK5Ag3OyriZfSrhMl3fdzfAvgkULx0TB { color:#637084;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:57.70556640625rem;left:52.8125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oxa54ZpBCibAwGNisSZXRo5ogMC50MwL { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:62.513671875rem;left:53.0625rem;height:1.13736875rem;font-style:normal;display:block; }
#PnCQ7T7vCqEZAgDurm0wEfDX0GkoWidg { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:63.837890625rem;left:53.0625rem;height:1.625rem;font-style:normal;display:block; }
#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;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; }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row .container { background-color: transparent; background-image: none; }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row .container > .video-iframe-container { display: none; }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row > .video-iframe-container { display: none; }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .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); }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row .container { border-width: 0; border-radius: 0; }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#CwhCEWllU9Uw7s5KUU63od5AxzEHEMSy { color:#d6b371;display:block;width:42.375rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.375rem;left:16.3125rem;height:2.69970625rem;text-align:center;text-align-last:center;display:block; }
#guBpZsUpdefcMFoctkEiOk68IATL7E9a { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:11.125rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;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; }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row .container { background-color: transparent; background-image: none; }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row .container > .video-iframe-container { display: none; }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row > .video-iframe-container { display: none; }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .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); }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row .container { border-width: 0; border-radius: 0; }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row .container { font-size:0.875rem;font-family:arial;height:115.5625rem;width:75rem;position:relative;display:block; }#A6NakfBnle14gR3QpISDx57OEb98zuRc { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:8.375rem;left:0.8125rem;display:block; }
#GTnZmcfdxczdyOMRdSdWQn9xFZX3ayBa { color:#411962;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5625rem;left:2.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U9c1aRRGIfCuviBp4hTK8aENCzkPBUta { color:#637084;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.9375rem;left:1.4375rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LOStACRwBdAoxvzxPJm1TCGFNQVRrbJ8 { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:19.467449188233rem;left:2.4375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buzAOHEAuu1Ui3J4l4BWFt1m9qRxZq2Q { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:20.604167938233rem;left:4.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzrI5Q8hhB6oPsls8lKuRXlD8rkQr9dl { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:9.75rem;top:0.9375rem;left:4.5rem;overflow:hidden;display:block; }
#PxDWOM0HgRyv13ODKbrL4GhQ5KFLEIeT { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:8.875rem;top:1.125rem;left:23.6875rem;overflow:hidden;display:block; }
#VIhvwOw3T5ZekPchDKbTeALJ40Xfpel7 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:8.375rem;left:19.5625rem;display:block; }
#aJ0V8ZSGWd39K4olNR8cxIUivgUu5MCw { color:#411962;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:12.5rem;left:21.125rem;height:3.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4M3AEkKTRzuosPA2A6lfr0Q6TZy9W0K { color:#637084;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:15.9375rem;left:21.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yTGuGUhBfICCITdHpBxP6Wp4vtW6Qotv { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20.9375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lUzFfRslMgSxDwnEJ6Jc29J8NRnF68va { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:20.38671875rem;left:23.531253814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iawp6D0tDaDn0NcPak5ZAfTpPiPGaMWK { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:9.0625rem;top:0.9375rem;left:42.343753814698rem;overflow:hidden;display:block; }
#SqIMTsu5VUW6pT6hfAsCcEfpxXhzmLsQ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:8.375rem;left:38.281253814698rem;display:block; }
#PEkHDEFC6DxSJRxCT0dcEQCvGMITnHh4 { color:#411962;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:12.805992126465rem;left:38.947917938233rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jcc2BnsHC8PsNqNd9U7vULcrF80ot0F4 { color:#637084;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.522136688233rem;left:39.031253814698rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uLpCZSGT82IOA15zZd7ZKCfOJmqLF1yc { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:19.467449188233rem;left:39.937503814698rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uC3mbDxnNxy9XGxzT2DWvfJLZJydM2gq { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:20.604167938233rem;left:42.281253814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAH9WFWHtTwuVSMB6UGrTKiEsbu39Puc { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:9.125rem;top:1.53125rem;left:61.062503814698rem;overflow:hidden;display:block; }
#f7uvlJnZda7C9PUCZetwLDrmVr95JTTs { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:8.375rem;left:57.031253814698rem;display:block; }
#xsWist9frxTsfPtqTX2c3E3z1ZJJGGXq { color:#411962;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:13.48828125rem;left:57.125003814698rem;height:4.27468125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mGOBf90ciD62NbPqSSbzTElePIs1WE0J { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:19.467449188233rem;left:58.687503814698rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFa193UwbCpPUFg43MFHA3poDrEeUuau { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:20.604167938233rem;left:60.343097686767rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuDDQOEMaiGi04VmtqyyV8TpJV7sBSgL { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:9.8125rem;top:23.53125rem;left:4.46875rem;overflow:hidden;display:block; }
#FQLuZGC7qKz4kkEvGP7s67CmONLklXT1 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:30.375rem;left:0.8125rem;display:block; }
#Bo9leQ5cxpU5N9VMyTLgU1qdmreqpMBM { color:#411962;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:35.40625rem;left:1.125rem;height:1.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IGwcepms9HJQyRTVFAZqENpxvn8mZGcW { color:#637084;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:37.274089813233rem;left:1.65625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UllLoXI27kymEQf7owEbTKJc8to84CoK { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:41.634117126465rem;left:2.4375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUneySGWrSuGETCoks0XCbeo8cCnw7eg { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:42.770835876465rem;left:4.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlR50WIKc9LoDMW3PTA31LTqCIWuuRII { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:9rem;top:23.8125rem;left:23.625003814698rem;overflow:hidden;display:block; }
#kr9VLL6i1UTESuA30iR3qQavqURiJekL { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:30.34375rem;left:19.53125rem;display:block; }
#zpuQpCt2KaocD3isRLEzTW65f74CgAAW { color:#411962;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:35.40625rem;left:19.84375rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dv3TTo0qyu0RHDfBG4SHPu504eON1wpN { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:41.211589813233rem;left:21.1875rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ux5fDxO06QXPnQz6P50EfTBaPhnbDgq0 { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:42.770835876465rem;left:23.531253814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TK0PyCoviLlfuiFb7eQcoiqrPusfRAqV { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;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:9.0625rem;top:23.78125rem;left:42.343753814698rem;overflow:hidden;display:block; }
#hF5wClTWS7bcQt9mTaG2xTW7PVo8a6Ww { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:30.34375rem;left:38.281253814698rem;display:block; }
#pBNLTXmw6mBORvNlB8Cm35k9lSibHrL1 { color:#411962;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:35.40625rem;left:37.500003814698rem;height:3.2998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbMJ0P3MRorAdFmFKTGZ5JqTXKiVLzcz { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:41.211589813233rem;left:39.937503814698rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#otT9Z7W796nVyoHbr5PUl2eK8eF71aNm { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:42.770835876465rem;left:42.281253814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wXbFRKuEUgSt3uPKQS9hwXkufbTMbrdT { 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:13.0625rem;width:10rem;top:22.229166666046rem;left:60.625003814698rem;overflow:hidden;display:block; }
#xpZTb4h6rZUP4CD9ggUMRQtAzn0bphux { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:30.343750635162rem;left:57.031253814698rem;display:block; }
#SKq9vbQl4fmH9yU3x3ppTTH89HDbvqIC { color:#411962;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:36.041666666046rem;left:58.500003814698rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpHJxBqBb1ML3o8ZtNdpKpPsWI9JZtzD { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:41.1875rem;left:58.6875rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CPuu4Tlb5mySuX45MwR7aXH3m90oBVE7 { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:42.75rem;left:61.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6xWvrJ16Ac1bTkeVwwiFMnUdKSgTPRA { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:9.8125rem;top:44.395834922791rem;left:4.46875rem;overflow:hidden;display:block; }
#P1CwgdRo8rtRa8sw1lw3cFp0d2CkAVEm { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:51.727866172791rem;left:0.78125rem;display:block; }
#XH3sB3eo4UbhM2L2nIf5EFwBvv3fngny { color:#411962;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:58.153647422791rem;left:2.25rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePe8lzct0IzVITHUzedEI8pOTomZMlJy { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:62.416666984558rem;left:2.4375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNtRshLZbm6mz2pc5EzOzfelynr05ci1 { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:63.803385734556rem;left:4.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnJD3TSd98BfBVcvqqOO3iT3R6BG9vGa { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:9.6875rem;top:44.395834445953rem;left:23.281253814698rem;overflow:hidden;display:block; }
#w7sWBaLikfHP0p8W7wJ6ekVliAxG0bPo { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:51.727865695953rem;left:19.53125rem;display:block; }
#xtrVKeQoF5tL4kxhuf8NSFNBqo3kQmEG { color:#411962;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:58.125rem;left:21rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DuX53kapb8xvZsnNb6xQU0WctIhL9OVW { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:62.4375rem;left:21.1875rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVaqqCayQHue1d9uTacskg9dGxTZwoJe { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:63.8125rem;left:23.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMmCJBTyymfE7iUQ4tD3XmBpCxcVw3HL { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:7.75rem;top:45.395835876465rem;left:43.000003814698rem;overflow:hidden;display:block; }
#H5wlMVaL7xBMMUTUnAVnNhIzWwVibtAA { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:51.727867126465rem;left:38.281253814698rem;display:block; }
#BK7Iib2Wd9B8p43iZc8o2gfIEniegAH9 { color:#411962;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:58.125rem;left:39.75rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2IpZADHONqOQ5ASLT5PJkg7U2QP0BeO { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:62.4375rem;left:39.9375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWu8IKaCTB9R7Ls0QP6EyJqb7heREd14 { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:63.8125rem;left:42.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLQ01hWLHTfKZafz2gqTq3aF8w3xLC4p { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:8.1875rem;top:45.364584922791rem;left:61.531253814698rem;overflow:hidden;display:block; }
#PlbTz92kyTR8mdW3RWzfEbKb9L9x4buE { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:51.75rem;left:57.0625rem;display:block; }
#sJ5Quaynm9ThZ8VNG1lItXAGFwtxdfNk { color:#411962;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:58.153648376465rem;left:59.531253814698rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qb2JVns1OVvfdvOk06nX6627sThlqLsv { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:62.416667938233rem;left:58.687503814698rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEHDKXVJuruKbM4soaCZbFtzeJlOC6ff { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:63.803386688231rem;left:61.031253814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToVDtsmb4Z02v3zC55MH7ms6gb2oPh0F { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.9375rem;top:65.678382873538rem;left:4.78125rem;overflow:hidden;display:block; }
#fgz7yVyfVr0DHcPT53422UmGnBPa3l8f { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:71.875rem;left:0.8125rem;display:block; }
#lEX6hWBnNsJsSmFVToVvvZdxBbVU8cNt { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:82.5625rem;left:2.4375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5B5v2zdETswCUqO9lZHXQhtL6pubEod { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:83.9375rem;left:4.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWilAie7Bvrp9iQie5lp5SS6300Sq48F { color:#411962;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:78.25rem;left:2.25rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nNqVAkpL2LwTd8V6kCe38GMI0yh2py35 { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:7.9375rem;top:66.647136688231rem;left:24.156253814698rem;overflow:hidden;display:block; }
#r2opHBrxTovu6lprrcWtHFFTlxFvIGZk { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:71.875rem;left:19.5625rem;display:block; }
#wXRR4mM6rwUnK9EXrMT2a2xiGwWWinFK { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:83.9375rem;left:23.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3fKTWKsLGpAusbtIrZH4cWmWtQlAdAH { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:82.5625rem;left:21.1875rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNfskTQV5eNugUyZ18pixs1UZHPOXZDE { color:#411962;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:78.25rem;left:21rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zK6TRDbVqyym3Za8iZ1nVNkDSwVlRFJA { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:7.75rem;top:66.709636688231rem;left:43.000003814698rem;overflow:hidden;display:block; }
#Taz7P9MPARS3Np0XgDbQn49GlSUkypgA { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:71.875rem;left:38.3125rem;display:block; }
#HN7Ue3HUp3RIn3F3tLEfyI3IN6EMlZhN { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:83.9375rem;left:42.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EB2BDiprpdIE5ThNQ9JOFUQ7uA3OflIS { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:82.5625rem;left:39.9375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0ksBiGHO8HZkgnaavAPgp58kJC8h445 { color:#411962;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:78.678386688231rem;left:39.593753814698rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lG1Ov8eVWPeC7yZ1kqD9JsRNps0JTtqe { 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:12.875rem;width:9.875rem;top:65.428388595581rem;left:60.687503814698rem;overflow:hidden;display:block; }
#X91O1hO8PqWfqiNsLWEbA2G44EBgcs0U { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:17.1875rem;top:71.875rem;left:57.0625rem;display:block; }
#UTqzaUHNXg4e2JhQPVmDxVIc1Vf4e32m { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:83.9375rem;left:61.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#au3CtRdDxLTRnaOgLigFcxPMTyWBuXoA { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:82.5625rem;left:58.6875rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDfieT5xPx7E5JCTwaFzTEUSxr9wkpre { color:#411962;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:78.6875rem;left:58.3125rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMM0nimWRSB0RK37iAhiyALGHrwD2xJC { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:27rem;top:89.6875rem;left:43.25rem;display:block; }
#zDE8lcO60WftuGpE0htoEX3K3MNs2WsI { 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:14rem;width:10.75rem;top:89.6875rem;left:39.9375rem;overflow:hidden;display:block; }
#kP0ITne40RFFP9JsufFMDC7K0owzmA1F { color:#411962;display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:91.5625rem;left:50.25rem;height:4.94824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihatFNnW5NT9Fhh7ha26Vb4gDhpLH3Dm { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:98.029949188231rem;left:52.812503814698rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fk31NpP9mXNWbSBkE9OQScHQhom0fUId { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:100.60416793823rem;left:54.656253814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzWJdcZFTEp6QSCFk4wTSu14QVFTx1LC { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:108.375rem;left:16.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BHfmiI5RSWOO0ClMazU9UZmQ7e7TIOOv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:righteous;font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:112.4375rem;left:20.3125rem;height:2.76220625rem;text-align:left;text-align-last:left;display:block; }
#uC8h1OndqBptoCnmyLh2k5Rm1eeqpn5A { color:#411962;display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:92.8750038147rem;left:26.822917938233rem;height:3.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Lrx6Oq19WhQxdwLaqRO8w1CZODPvd9Xd { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-0),0.5) ;height:14.5rem;width:27rem;top:89.6875rem;left:5.7604179382324rem;display:block; }
#TJ5q9bgFOG5RStv2rwHqEEAtuFqERM9u { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:14.75rem;top:91.3125rem;left:0.8125rem;overflow:hidden;display:block; }
#AJrWy0EgZk3BWgkqFIGWAsn2RAN5iDUO { color:#411962;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:91.5625rem;left:12.979167938233rem;height:3.0244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJP9rwNRcXWrNhsOUbJSmOdA2L3uFt9X { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:98.029949188231rem;left:15.5625rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xsIptN260fcNrHW5WIsNvkUXpOoKWT16 { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:100.60416793823rem;left:18rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row .container { background-color: transparent; background-image: none; }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row .container > .video-iframe-container { display: none; }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row > .video-iframe-container { display: none; }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .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); }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row .container { border-width: 0; border-radius: 0; }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#STocOuRonlLgLqHyErHBMW0v3VgomOR1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7ae6f, #d7963e);background-image: -moz-linear-gradient(180deg, #d7ae6f, #d7963e);background-image: -ms-linear-gradient(180deg, #d7ae6f, #d7963e);background-image: -o-linear-gradient(180deg, #d7ae6f, #d7963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ae6f', endColorstr='#d7963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ae6f', endColorstr='#d7963e' );";background-image: linear-gradient(180deg, #d7ae6f, #d7963e);background-size:auto !important;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: -0.3125rem 0.5625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:14.625rem;width:44.5rem;top:4.625rem;left:9.9375rem;display:block; }
#L3ze7EEnPtnZ4phVSJAk95AFUns8n6Oy { 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:65.8125rem;width:75rem;display:none; }
#Dx6GaOtD9hR12TNi0SeqO1FL0EtWyuvI { 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:22.8125rem;width:26.5rem;top:0.53125rem;left:41.65625rem;overflow:hidden;display:block; }
#EdauAihkkKR3Clgoy0TxSJg1Bz5L4hZ8 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:13.1875rem;top:2.8125rem;left:48.3125rem;overflow:hidden;display:block; }
#EDvAKP43dQIC0mLx8KpbxufCgbLTALBw { color:#411962;display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:5.1875rem;left:10.625rem;height:5.7744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NNkCkTQX87zWnpXDw6u3KLBtA9MHxdTy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:11.4375rem;left:10.625rem;height:3.32421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w5qkXWeHRXb5k9HQa3CoHAS1APPEva7P { color:#fd5050;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:15.51171875rem;left:10.625rem;height:1.70625rem;font-style:normal;display:block; }
#UJZg4OThT3PFD7kMTBGh10oKHhVTNalJ { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.6875rem;left:12rem;height:1.625rem;font-style:normal;display:block; }
#WK6Mt8RP0G1zarJwomgIrPwfQgUnlqav { 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:25.875rem;width:27.5rem;top:21.000000476837rem;left:46.812503814698rem;overflow:hidden;display:block; }
#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL { 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; }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row .container { background-color: transparent; background-image: none; }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row .container > .video-iframe-container { display: none; }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row > .video-iframe-container { display: none; }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .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); }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row .container { border-width: 0; border-radius: 0; }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#ccmaOJgmuyBN99RoThqQwLR2w4Z0qMAQ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:2.8124580383301rem;left:4.6875rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WXyimyfAkUmUd5haWD9uPvuu3040OZwU { color:#fc0c0c;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:3.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:8.453125rem;left:10.6875rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ak0F2E5qAoTEwCclgLJdUdTxZ36CFqIW { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:14.359375rem;left:4.6875rem;height:3.298825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#m17qBTlMfvxqA8L0nv1Q485ST6tTmgpV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),0.12);background-image:none;border-top:0.125rem solid #ff914d;border-left:0;border-right:0;border-bottom:0.125rem solid #ff914d;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.8125rem;width:69.3125rem;top:1.375rem;left:3.0625rem;display:block; }
#JV68dsTOP1gaWVUE59y4kMTTZx1Ftad6 { 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:47.875rem;width:35.25rem;display:none; }
#NnN80de00trAvA0ApzIaeFshRRvOVvc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.91);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; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container { background-color: transparent; background-image: none; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container > .video-iframe-container { display: none; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row > .video-iframe-container { display: none; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .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); }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container { border-width: 0; border-radius: 0; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#PULL6z4eJ9uyVWtwKNHgvlIVRd3gFLfz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:14.5625rem;top:1.875rem;left:30.21875rem;overflow:hidden;display:block; }
#GAVEy6B0QWqqDT2a3mVH8RqBMJGq74JF { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:11.25rem;left:24.3125rem;height:5.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmJTlT5SH2qgWbbPE5kWwDcFBZ07qLxZ { color:#268b05;display:block;width:34.1875rem;position:absolute;font-family:montserrat;font-size:7.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:21.787109375rem;left:19.65625rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkBlV270ST7uyTGiwpJROdzgOSQ0Fkwc { color:#ca0707;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:18.1875rem;left:26.78125rem;height:2.3375375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QFiiCfxUBfslTHT7JiJZ2tcOZgyUTTRo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:20.5234375rem;left:32.375rem;height:1.94970625rem;font-style:normal;display:block; }
#qyukThT1tK7ZGpXm4eVrGle4wgcsdUJE { box-sizing:content-box;color:#bc8d40;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:38.5rem;left:26.1875rem;display:block; }
#BdFUQHzvOr25pTPkDEmndOzeeR5RELtw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:39.25rem;left:28.9375rem;height:1.29980625rem;font-style:italic;display:block; }
#lH89tdtVtH0xcdOEShf5fliAXRl6C4J9 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(246,246,246,0.86), rgba(var(--color-tertiary-0),0.99));background-image: -moz-linear-gradient(180deg, rgba(246,246,246,0.86), rgba(var(--color-tertiary-0),0.99));background-image: -ms-linear-gradient(180deg, rgba(246,246,246,0.86), rgba(var(--color-tertiary-0),0.99));background-image: -o-linear-gradient(180deg, rgba(246,246,246,0.86), rgba(var(--color-tertiary-0),0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6db', endColorstr='rgba(var(--color-tertiary-0),0.99)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6db', endColorstr='rgba(var(--color-tertiary-0),0.99)' );";background-image: linear-gradient(180deg, rgba(246,246,246,0.86), rgba(var(--color-tertiary-0),0.99));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.99);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.99);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.99);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.99);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.0625rem 0.0625rem 0.3125rem rgba(95,95,95,0.5) ;height:41.4375rem;width:40.625rem;top:0.9375rem;left:16.375rem;display:block; }
#snuDNz06P3ArHUm9Ac3MKfJ3O2xLDp0E { background-color:transparent;background-image: -webkit-linear-gradient(168deg, #2acec1, #76fb9b);background-image: -moz-linear-gradient(168deg, #2acec1, #76fb9b);background-image: -ms-linear-gradient(168deg, #2acec1, #76fb9b);background-image: -o-linear-gradient(168deg, #2acec1, #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2acec1', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2acec1', endColorstr='#76fb9b' );";background-image: linear-gradient(168deg, #2acec1, #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0rem #03a562 ;box-sizing:border-box;color:#092b3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.1875rem;height:5.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.2373046875rem;left:20.40625rem;display:block; }
#qiEAPaqTPp4iqZc0tELsKn17HRGUX0pM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ko7nSerJvea2T47o1rNAqLqhseDiAAea { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:10.9375rem;top:46.437502622604rem;left:4.9791679382324rem;overflow:hidden;display:block; }
#aEcWcRaxP3MPFrQCiEgwaNeU4QO5D42p { color:rgba(var(--color-tertiary-0),1);display:block;width:48.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:48.000001907349rem;left:16.34375rem;height:1.4433625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iXn47Bs7OFW1I9G0ygwEggRrwRxNRIb4 { color:#444444;display:block;width:48.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:51.604858398438rem;left:16.8125rem;height:2.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w6w1DcUhVATJUXD2evu9JyxWtRxT5T6M { color:#268b05;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:30.138671875rem;left:41.375rem;height:1.4624rem;font-style:normal;display:block; }
#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S { 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; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row .container { background-color: transparent; background-image: none; }#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row .container > .video-iframe-container { display: none; }#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row > .video-iframe-container { display: none; }#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .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); }#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row .container { border-width: 0; border-radius: 0; }#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO { display:block; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9TUmVRKIJxoZxPpkdC5ytSMLTftsbqo { width:30.375rem;height:17.75rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAmyTwtZmlBUKSRSUKb9h8MdbV4BVWMx { width:43.4375rem;height:57.375rem;top:11.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CX95UzD6kDeQrbaBBa24JnSEL5G883Pb { width:29.625rem;height:5.25rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APe0iqPuDmQAd56egnZmsvlRSh93lKry { display:block; }
 }@media only screen and (max-width: 763px) { #KzSZGUDs5lPb419gB5D5ZBzo1SzNp18b { top:35.625rem;left:0rem;width:31.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMakDCGyX1MrMDligscgmIJD3cLTGEt9 { top:17.125rem;left:0rem;width:23.0625rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFpaUrsDuh5CTUUCd0mLRHC3l0OVNuJd { width:36.125rem;height:47.9375rem;top:8.625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #os1TKvMvhioA6IE7oLipfs24h6nh3r6p { top:14.375rem;left:0rem;width:20rem;height:10.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlmwlaut6bJycoQoTwB8i9UcKIRa7pBE { top:21.5rem;left:0rem;width:44.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 { display:block; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaOudiN5gWcdt5Aw39w58JFpAHcx4Tl6 { width:33.1875rem;height:27rem;top:7.625rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5QHAtFsmnCaePuG72FqJsz9hm0sbM11 { width:30.875rem;height:5.1875rem;top:1.875rem;left:16.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbzG1QiTVXaRuNTlrXTdkvV3bveVoVJJ { width:17.1875rem;height:36.375rem;top:0rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMS7XCpkt4DmAJDhZLorAP8glL1qoOur { width:28.125rem;height:2.5rem;top:15.8125rem;left:19.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { display:block; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlAwDKlwBnhAiHpElBkUyuE78LMpfkwy { width:46.3125rem;height:4rem;top:2rem;left:0.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { display:block; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaPESaTnJqrLRWOXq0g7I76fTumfcSCn { width:33.1875rem;height:42.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDKAftpcySrl43d8TyuySX7pEmRtSdo { width:35.125rem;height:4.3125rem;top:36.375rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoCTTQQsVyDRupcio8IBQMdowt119BsJ { width:33.3125rem;height:35.9375rem;top:0.375rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP5HPkTyhvtcQpKRAQJw1Ii5wkie3xOG { width:35.125rem;height:2.875rem;top:14.9375rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVu1ly0pCLcEh5Jsorp0vFkdnoQiCrWP { width:33.125rem;height:3.375rem;top:42.8125rem;left:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD { display:none; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iglnoyeLRtfonlRkPM7xCooOu3J5MEiy { width:35.1875rem;height:28.5rem;top:5.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWmWeHJJEVs846GwQTSqqHuPEXLUW061 { width:30.8125rem;height:2rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXX80nywkXOPG2EOJyyx88aIzPz42WlJ { width:28.3125rem;height:37.375rem;top:1.0625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THbmTRnCxqSWtLssxPfHTOaDfpKOkRSL { width:9.3125rem;height:5.5625rem;top:27.1875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr56EP5PKRE8i7Bz4K8ycitTi5aWIhlh { width:29.625rem;height:5.25rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBgHKxLPUTyuQddUAlrclaBv8HTNU1wT { display:block; }
 }@media only screen and (max-width: 763px) { #pDUidJZMU2mqDJH11ProugbKrALAKpxH { display:block; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxnppLmo9ocgLQigWAWkVM0ZNDqhUQeE { width:36.1875rem;height:20.9375rem;top:7.875rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4gbSDf5fylGQTJsOl8diaCZa7hN0tZ { width:26.125rem;height:3.375rem;top:2.125rem;left:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhyMKmHCyRHoqtifyFTiKM85wtGv2ImZ { width:36.1875rem;height:11.1875rem;top:37rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxRlDOpSMVZUerwoZm5ttBiuv6sIs0Iy { width:38.1875rem;height:5.3125rem;top:30.5rem;left:9.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8iZFpymzLli76II0spzwApKL5G4rqti { display:block; }#f8iZFpymzLli76II0spzwApKL5G4rqti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D092shiWZ6ksemt2CTMP6T5sqnqeKL7c { width:33.875rem;height:30.5625rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBqo8wyqAxtf591QWEaRwn7wQTMrh1nl { top:0rem;left:14.3125rem;width:33.4375rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMkLKwTHSf49KMwOFwGI77vP1T2nocql { display:block; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxtqVE0xKDCCwVCEnmcM1rLG4AyTgoeM { width:42.8125rem;height:2.4375rem;top:4.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4VTBoTfJ7v2ooFexc8yPWdBRurCom9S { width:46.3125rem;height:1.4375rem;top:7.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VZbqCIsQDMJuSayOCivEkrIo1tbdXT { width:47.75rem;height:4.875rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbfGrn5TeE33iWGxDlAPZaCAsUhkKA0x { width:5.9375rem;height:5.875rem;top:10.4375rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXGZb7UCSizfg7Lgu7LEDkryLNhGSHV { width:5.75rem;height:5.75rem;top:10.5rem;left:8.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehq5hHliW986ui4ZhgtofGWkA60TZPQf { width:5.75rem;height:5.75rem;top:10.5rem;left:18.125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgtbWosaqT6HeILZ1PDI05ROXFhNewfy { width:5.75rem;height:5.75rem;top:10.5rem;left:23.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlRt5M8S3nynBW24na3oZCVnT6tUTIe9 { width:5.75rem;height:5.75rem;top:10.5rem;left:29.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmlrkUEh8lhA6qTn8beiQr38Uyt16CNa { width:5.75rem;height:5.75rem;top:10.5rem;left:41.125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxmGftq9K9q7bPpNdhpwGBDoJNV5HRL { width:5.625rem;height:1.4375rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEvRlFRW7menmK3Xr6yNaKGiv7Ucrf2g { width:9.3125rem;height:1.4375rem;top:16.625rem;left:6.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGqCCn7GoQr0gk7zFUuMXk4pGfmn3VOM { width:8.25rem;height:1.4375rem;top:16.5625rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMAT8WMWsUeSWv6KPkbgTKGB6n0uXaSV { width:8.25rem;height:1.4375rem;top:17.125rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwlG9tSE2xKIcMIQ1sT6TXzLWAybaEGN { width:8.25rem;height:1.4375rem;top:16.5625rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5fzXGvUa09Il24ZmBmGupXuxClbbTh { width:10.8125rem;height:2.875rem;top:16.375rem;left:36.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta { width:47.75rem;height:8.875rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewx6gS0zgIeIyMIt59t2F2pfWGznpu6a { width:42.8125rem;height:2.4375rem;top:1.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33BOCN9uElBRk01N9K4iTDECxwJBwoV { display:block; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzxpAhPE45vdlUn8TW38T4IU4gbKOshQ { width:31.625rem;height:18.1875rem;top:11.6875rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIQk5r2bykAMx4NWBq8DKQh7emgWN0sJ { width:36.125rem;height:3.375rem;top:5.625rem;left:11.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQDhvs4Bvmcar3d9igGR8QU7T8KCx53v { width:14.5rem;height:31.625rem;top:0.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx1tUyzJCPmo2ohxo8WLSNG3x6ZOUkMK { display:none; }
 }@media only screen and (max-width: 763px) { #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy { display:block; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKwmsTFRofziRPG6M5TapZ8GcQPZu6ql { width:47.75rem;height:5.375rem;top:2.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFmV4g0SqlVXLEugCVCs2cJTFu9DQbNX { width:24.5rem;height:12.3125rem;top:11rem;left:23.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL0I449sVc1VoV7ks9B1cuqO4Dz4mBtK { width:19.6875rem;height:5.0625rem;top:23.625rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28KXbWJsxKaJ0m0cxne0bhfgpGz7dTc { width:47.75rem;height:33.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzfWWUnRxHSsLQfqEeIABclKPG2VDP7e { width:25.4375rem;height:23.625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlrwO0JnvDakAGzdTxoMM5qCJT060faa { display:block; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUxQ1SnztkSOzkC2IbU5QKSVWvLdoXIG { width:31.625rem;height:7.375rem;top:0.8125rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLc1DhuIonetqaGEDi4PmIA3kN5KpmBR { width:7.4375rem;height:7.375rem;top:0rem;left:7.9375rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIqDgEroStSqrig2GDF4GSrqaIu6rLrW { width:6.875rem;height:6.875rem;top:0.5rem;left:2.625rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO8cSqWG4TlWeIu5ifCPpZP0qXVuv77v { width:6.875rem;height:6.875rem;top:0.5rem;left:0rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe { display:block; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1xg3K1lfTfexVHD63TocGznt1BJM8vG { width:47.75rem;height:5.9375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUE3QybtRoTZMsgAINwbAVtfaAJJkOvg { top:7.1875rem;left:11.562503814698rem;width:24.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snuVkwGiOC1pWbSJ0I0KOsGcTAsAb0g7 { width:46rem;height:4.0625rem;top:18.4375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHwBfNZ0kqBBieJ1BnWHpX992NoiH1BC { width:36.6875rem;height:5.25rem;top:24.75rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJtcqWRKKNo85AMQezwTNwR7iuHuTTRL { display:block; }
 }@media only screen and (max-width: 763px) { #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ { display:block; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJnTRwOKhJgAxNahE0KLPCXlzWs2lJhE { width:13.25rem;height:9rem;top:6.4375rem;left:17.250001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12azP0TJ0zHAyqfSwA1u2Qr31nzXwD3 { width:17.375rem;height:17.5rem;top:3.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtWPHFux8cH3sC4OT4h7wZ7iTEchXwu { width:17.375rem;height:17.5rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57r4LP9uquNbc89md2fyPylnwHbGPJE { width:20.5rem;height:20.5rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaE6wqAT6Qb6N57V4lTfBJihT8tetFF { width:20.5rem;height:20.5rem;top:1.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #c12LNVKsT1LTRJQeDd3rD1uxb6rn9QGO { width:13.5625rem;height:8.3125rem;top:22.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOrWiyf6n6EOv56SP3NfuxABp3VZWWdM { width:12.5rem;height:8.375rem;top:23.375rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiTmT6XPvTBP6NkUZQktdTxXrIg1gHVF { width:20.5rem;height:20.5rem;top:17.3125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T04dDBrH2bNBOOsEoRrFOXDTbeiKRtJA { width:17.375rem;height:17.5rem;top:18.9375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPLNR5MzT5pn6oH9WwatBdNrCbZ6KZQr { width:12.5rem;height:6rem;top:37.8125rem;left:17.625001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsGigMuzxI0s58L6P4qa4t2GedGDTTBZ { width:20.5rem;height:20.5rem;top:31.3125rem;left:13.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DicHNpDD6fy5nRuT5x8L32Aqot40JWxu { width:17.375rem;height:17.5rem;top:32.9375rem;left:15.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAAoza6hy76GGa30TaiVrS1RqpTIBNJi { width:17.125rem;height:4.125rem;top:22.25rem;left:15.312501907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om7kOdBTs9WT7FEXJ8I06WKvwTh6psB5 { width:2.75rem;height:2.75rem;top:15.4375rem;left:33.499219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOFpJfKm5DqLGEg0uRX8fo6iL75PmTft { width:2.75rem;height:2.75rem;top:37rem;left:34.936719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #MctcZ2HWNyCqSTEzTXTPVd2wKSySndDc { width:3.4375rem;height:3.375rem;top:37rem;left:8.27499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQRdlS6MmThlD91X38UzguytUJlzWlwd { width:2.875rem;height:2.875rem;top:14.5rem;left:10.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtTZOGBsavwK5TNlRzZLTTvDgfaqKK1P { width:3.875rem;height:3.875rem;top:61.125rem;left:21.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Fb7DPrULxP2FkukzTp5gbOPukqbXeU { width:36.75rem;height:2.6875rem;top:52.8125rem;left:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuqwZ39NfgbTfai5NgsdoqQ1SZEzaenk { width:37.625rem;height:2.9375rem;top:57.4375rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 { display:block; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3z0MOxDs0LiE9fDGf8M2op8HXbToiUT { top:2.75rem;left:21.75rem;width:26rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmThl3GGI0gmx0rLIERVWVJgW6knSfr { top:10.5rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPJmpQE0WshrvzNzxZlyFgWN1UU3FSC { top:6.5rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwSsN6POJ6xwKvGPdBGfxWLto74T8uTN { top:4.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7Fe7rF1hNVca38sfK3Nn9muo12vfv6 { top:13.6875rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6XvxXT5eGqhgfgw4fk56oJOmza6uNT { top:16.5rem;left:0rem;width:22.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoVOdT9Q4rKJDJ7JOpb60DiFqB8Jmdkm { top:12.3125rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxf6s08SfFVNhtzNlmiB4et00NbxAQUV { top:10.0625rem;left:25.4375rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxhpps4gkuiTrLAiUmtMlphiC08yN8p6 { top:18.375rem;left:25.812498092651rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNP7ELHoItmMMlTuXTuwbQJOH3KxJwJa { top:20.8125rem;left:25.25rem;width:22.5rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaQqBh7wFBTQWVbZ0Wu5ylBWRaMxOyUX { top:36.375rem;left:20.5rem;width:27.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvdserVHo49WBIw91qBtu682B8gwPA7 { top:42.8125rem;left:25.717969894409rem;width:19.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5kRvflFtrm1UlzvzHCxnfkxqHRQ2ykH { top:44.875rem;left:25.25rem;width:22.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQireeOOgbXDidPwss9AnhUITtb5IEB3 { top:37.375rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orVi0o4W0EppRATez4f53etcTaEsfws7 { top:30.5625rem;left:0rem;width:27.25rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq1EgpAihnJFhxNnXfH4XSlQQz2HQWtl { top:36.5625rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgJ8kfr8d8ZfQ9IyfGzKipFgAUm20Kqr { top:39.125rem;left:0rem;width:22.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcADcuC6HunorzkilXJSVnJUTy06kxs9 { top:34.25rem;left:25.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoKhGlTiXgH9VS6Gzwc0Ep1MMw2dHTEC { top:28.4375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZqJ9FyU3OF9557lulwRwJhwyI764OcZ { top:46.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIC9nkfiZb5wBRSlzi2NG8NpAQOOmy9 { top:48.5rem;left:0rem;width:27.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmJydziPfBNJdlMshZNQLeHp48mW3o4H { top:57.0625rem;left:0rem;width:22.5rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9co6rC8KCt9KVmuIxyAW55WKqsEUBER { top:54.5rem;left:0rem;width:19.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SroCNP75UST2B7PZbihdJT0V7eTBVFpu { top:58.1875rem;left:16.75rem;width:31rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV4VGHJTX1V18c0lQ97bnomqJBd4WkN9 { width:47.75rem;height:5.3125rem;top:73.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTAKTdFTOKmRKTbQP4VrufoXEg6o7VXN { top:5.875rem;left:0.93750190734863rem;width:1.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPo1I7WiIJUdWiLplNTptSH9UHqPW7Kl { width:3.75rem;height:3.0625rem;top:6.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu42XTlVPve7rxXHhzWdtM4xnX8Ul7ZC { width:3.75rem;height:3.0625rem;top:11.8125rem;left:26.874219894409rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgXD1dLRCfDQ75TUVVILKONzkcqZGQX { width:3.75rem;height:3.0625rem;top:30.1875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLteDBLB7xUTfiOKEtkl102u6LnJBvr { width:3.75rem;height:3.0625rem;top:36rem;left:26.874219894409rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqmvo4Hx5Nb55J1nCErx0JartXXQ3S0A { width:3.75rem;height:3.0625rem;top:48.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXaOFuiSzJ7PMoIkoCt2WW1I7Fho9pT { width:37.5625rem;height:37.5625rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { display:block; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq4duHv2OR4zLWK8OKgwnvw4ZCJAP70S { width:37.75rem;height:1.5rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybzFac4yTu1P67p9l6zEuxvGuXqqwa6Q { width:47.75rem;height:7rem;top:10.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzUmUIgltEvSLRHiiSzr4OxE1XSfKvnc { width:32rem;height:2.625rem;top:13.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN { width:47.75rem;height:25.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl4fMhf5AWhWtPQa11QN6GuDVrqPnT9X { width:29.625rem;height:4.75rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9FukKHJQsRqrnpPkUykLSTS5mkf8Kqy { display:block; }
 }@media only screen and (max-width: 763px) { #PkE1EosyVtnHhuH7qeQbadBJh6D42uVu { top:0rem;left:0rem;width:17.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxJZ7EImulwTT6RrH7l2FqFAlDm677CD { display:block; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQqW1Sk16Aprt5L5lovl2QZsefwsLRkA { width:47.75rem;height:32.411876584954rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6xBdIGrPvlrepVLKf5kDo3V9UbXlPeZ { width:47.75rem;height:1.8125rem;top:2.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIuT58eyEuhtZLMIxORr0enPmNhM1hQA { width:47.75rem;height:96rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { display:block; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1JvyTwZDJto8kuxusdTXo23xhvl839W { width:29.375rem;height:4.375rem;top:1.875rem;left:18.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKr2aNNTW6osJWenk0npbiawnSVksWWh { width:19.125rem;height:2.875rem;top:5.4375rem;left:19.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lQF4bBMohL9o2ACRcAkMrxOcPbldSz { width:30.1875rem;height:41.125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf6TyXBAQuHkbOwkNgFqRptNM7w0Tip9 { width:41.375rem;height:32.3125rem;top:10.9375rem;left:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv { display:block; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDGnWrswR6coetEq3PVnwqQUXhJ98L75 { width:47.75rem;height:1.5rem;top:4.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpn5b33BNubyXvGson7SnxEzzPhC7gb { width:32.5rem;height:2.75rem;top:100.625rem;left:6.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4RgiTilIDOWoXdypfcdoLeZdzPa9II2 { width:42.375rem;height:2.6875rem;top:1.625rem;left:2.6875019073486rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stQPET0N6Sg3bPD4yiOhiQxKRDX4Z0pR { width:13.875rem;height:1.0625rem;top:33.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oisQsG8zGnF37T9F9KxzZ5VrAFEoEAKn { width:9.1875rem;height:1.5625rem;top:35rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeRJhtFmqI3dLS4OaVLFqLTxCJFgUJno { width:12.3125rem;height:2.8125rem;top:29.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgQAOf0O44DRpRcRPz2MeFJ3xF1b6BDL { width:11.25rem;height:1.75rem;top:27.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJh90gKqNTwC1LPhyyEZTwLykfNsndL2 { width:18.1875rem;height:15.375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVOvJefRnUfDoG6O0No1dvVMSGbaPrT { width:14.8125rem;height:3.5625rem;top:29.4375rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX7BQ0IBGTvBO5yrkCUEtbs44bHB2t2w { width:14.1875rem;height:3.25rem;top:25.75rem;left:33.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdGQcJXaqWMgCSMzqIBnZTmTLqsAnRdA { width:9.1875rem;height:1.625rem;top:35rem;left:15.937503814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdtRX75OmuUDVPScorlBJ5tSkN65IBXe { width:13.875rem;height:1.125rem;top:33.8125rem;left:15.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwH9T7FrTuJFUncOQaBN9wTDtc43tUxT { width:14.8125rem;height:2.5625rem;top:30.4375rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGPIkFPBO64SLwHfpxy1tie5HSBOgbeg { width:13.625rem;height:3rem;top:27rem;left:16.125001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKOQz0G2ZRe7FqIRi7W5kTkMipNTNENi { width:18.1875rem;height:15.375rem;top:22.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #satJMsVu0MC1cvTHwK5xd28tTU4m5BJU { width:18.1875rem;height:15.375rem;top:22.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVFD6cSR5pvWfmsKHoRuiPx5vTOiVcay { width:9.1875rem;height:1.5625rem;top:34.8125rem;left:38.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH2HCG7Ic6oQ6liFWGnkeRT9auTqq19T { width:13.875rem;height:1.125rem;top:33.6875rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sehJzPg5gy9NzpwThI835iTlAE3LZn7q { width:19.25rem;height:15.375rem;top:78.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhg4hcuBTWoTdF59u4H9n3Vvr28tqVzk { width:19.5rem;height:3.25rem;top:83.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X90l3SMFFVmgtDOTi47lfVvonpIa1tTS { width:13.875rem;height:1.125rem;top:88.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVOlczTGbfxFiZwmHq6pbkcDGvUsOUV4 { width:9.1875rem;height:1.625rem;top:89.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnRW6l1JGHGZ06RMyCmqRAQIidRotLtA { width:40.9375rem;height:4.0625rem;top:96.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqO2cv7B8SBx8tyELqHFWTlJBwTRTBtT { width:10.5rem;height:14.4375rem;top:12.4375rem;left:18.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLPRgvogqgcL3woBEtKmpw9WUDBeOf4 { width:10.5rem;height:13.1875rem;top:12rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv8FAhlNhvOMDk5DTvuGrQaH7Hw5aRA { width:11.6875rem;height:15.125rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdrUcFqMEFHRVWF2ZBXikMRM5znMaUd6 { width:11.3125rem;height:14.1875rem;top:69.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #womFi768eGMSMJXwpHSMAMpeTeEKa3UG { width:22.5rem;height:13.375rem;top:96.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkTAOKymgfJM7gNN75r2EH3l0OlxzsWB { width:21.125rem;height:3.25rem;top:83.375rem;left:16.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt46IXUdF4uxVzKalwPaKRrMO0ne1AoD { width:13.875rem;height:1.125rem;top:88.25rem;left:16rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIdNfGTwIOW01wNCFvgWw4FyDIDTOnWE { width:9.1875rem;height:1.625rem;top:89.8125rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em75aaN6zCSIUPqtxAUKMmt0BGkwJ3lH { width:11.3125rem;height:14.1875rem;top:69.25rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMUAFARuuAwfCrZqCxEpiqR7uutVEtN { width:18.1875rem;height:1.75rem;top:86.625rem;left:29.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWpHCsStGmuFcqUSfU077FENzhcxiufi { width:16.25rem;height:11.375rem;top:72.0625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUlmKZvMfD3KRGRKuqlRJUtxITVHeZJ2 { width:19rem;height:15.375rem;top:78.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxX2ZZ3IB7UnZK6HLpJ0FxRVnXFKW6Kf { width:3.8125rem;height:3.8125rem;top:70.5625rem;left:36.9365234375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL4OWy1Jf2wJMbq0zorKxnxQwl08It5w { width:11.3125rem;height:14.125rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXcvIRT4XM4r7V3VVG61ZBdZN40rRotB { width:19.125rem;height:14.875rem;top:78.8125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eycH6L19u9ischr3wbt0QP4ixCO8wvyo { width:17.0625rem;height:6.5625rem;top:56.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLWoO6ZaVEpsUXA2QaR3dy76euisIISe { width:13.875rem;height:1.125rem;top:63.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9WOpz6BMrS36TukAv9AtxykOeDoEqsL { width:9.1875rem;height:1.625rem;top:65rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4QqK3OIXQ7XTLiCGAfHk5gMJrZAAySF { width:18.1875rem;height:15.375rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKWN2Va3368QMQ6XhSnJ2GPdT0RPEiM7 { width:18.1875rem;height:15.375rem;top:51.3125rem;left:14.781253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #izxdAhAsUHzAX5FAOAJBXcGzdk9wcMNW { top:44.625rem;left:16.187503814698rem;width:14.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZDxVUZUoMTtm8PS3dClzNDsr0u6t1FT { width:13.5625rem;height:3rem;top:55.3125rem;left:15.937503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMASow02IRgkDhdeIq6rTg5STr4yDaye { width:13.375rem;height:3.9375rem;top:58.875rem;left:15.937503814698rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqionxfe0PisIPtRHSpQgIo55b1zQ2RO { width:13.875rem;height:1.125rem;top:63.3125rem;left:15.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeXtPrNSTMnB2yJPhfIflBNIFqH7TwdR { width:9.1875rem;height:1.625rem;top:64.9375rem;left:16.125003814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUrNxG7qBdw2KzE2vcK7b8GN6F4GRfH2 { width:18.1875rem;height:15.375rem;top:51.3125rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZPpk866omTbVtQbRS16GGtGcUyursBD { top:41.625rem;left:37.125rem;width:10.625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMtaAc8OnmDq02TC3oWMAfR0m6r7SPxU { width:13.5625rem;height:3rem;top:54.5rem;left:34.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK5Ag3OyriZfSrhMl3fdzfAvgkULx0TB { width:13.375rem;height:3.9375rem;top:57.6875rem;left:34.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxa54ZpBCibAwGNisSZXRo5ogMC50MwL { width:13.875rem;height:1.125rem;top:62.5rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnCQ7T7vCqEZAgDurm0wEfDX0GkoWidg { width:9.1875rem;height:1.625rem;top:63.8125rem;left:38.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx { display:block; }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwhCEWllU9Uw7s5KUU63od5AxzEHEMSy { width:42.375rem;height:2.6875rem;top:1.375rem;left:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guBpZsUpdefcMFoctkEiOk68IATL7E9a { width:47.75rem;height:1.5rem;top:4.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg { display:block; }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6NakfBnle14gR3QpISDx57OEb98zuRc { width:17.1875rem;height:14.5rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnZmcfdxczdyOMRdSdWQn9xFZX3ayBa { width:14.25rem;height:1.75rem;top:13.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9c1aRRGIfCuviBp4hTK8aENCzkPBUta { width:12.3125rem;height:2.8125rem;top:15.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOStACRwBdAoxvzxPJm1TCGFNQVRrbJ8 { width:13.875rem;height:1.125rem;top:19.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buzAOHEAuu1Ui3J4l4BWFt1m9qRxZq2Q { width:9.1875rem;height:1.625rem;top:20.5625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzrI5Q8hhB6oPsls8lKuRXlD8rkQr9dl { width:9.75rem;height:12.625rem;top:0.9375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxDWOM0HgRyv13ODKbrL4GhQ5KFLEIeT { width:8.875rem;height:12.25rem;top:1.125rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIhvwOw3T5ZekPchDKbTeALJ40Xfpel7 { width:17.1875rem;height:14.5rem;top:8.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ0V8ZSGWd39K4olNR8cxIUivgUu5MCw { width:13.625rem;height:3rem;top:12.5rem;left:10.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4M3AEkKTRzuosPA2A6lfr0Q6TZy9W0K { width:14.8125rem;height:2.625rem;top:15.9375rem;left:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGuGUhBfICCITdHpBxP6Wp4vtW6Qotv { width:13.875rem;height:1.125rem;top:19.3125rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUzFfRslMgSxDwnEJ6Jc29J8NRnF68va { width:9.1875rem;height:1.625rem;top:20.375rem;left:13.312503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iawp6D0tDaDn0NcPak5ZAfTpPiPGaMWK { width:9.0625rem;height:11.4375rem;top:0.9375rem;left:25.312503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqIMTsu5VUW6pT6hfAsCcEfpxXhzmLsQ { width:17.1875rem;height:14.5rem;top:8.375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEkHDEFC6DxSJRxCT0dcEQCvGMITnHh4 { width:14.1875rem;height:3.25rem;top:12.75rem;left:21.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcc2BnsHC8PsNqNd9U7vULcrF80ot0F4 { width:15.625rem;height:2.4375rem;top:16.5rem;left:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLpCZSGT82IOA15zZd7ZKCfOJmqLF1yc { width:13.875rem;height:1.125rem;top:19.4375rem;left:21.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC3mbDxnNxy9XGxzT2DWvfJLZJydM2gq { width:9.1875rem;height:1.625rem;top:20.5625rem;left:25.250003814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAH9WFWHtTwuVSMB6UGrTKiEsbu39Puc { width:9.125rem;height:11.4375rem;top:1.5rem;left:37.218753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7uvlJnZda7C9PUCZetwLDrmVr95JTTs { width:17.1875rem;height:14.5rem;top:8.375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsWist9frxTsfPtqTX2c3E3z1ZJJGGXq { width:17rem;height:4.25rem;top:13.4375rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGOBf90ciD62NbPqSSbzTElePIs1WE0J { width:13.875rem;height:1.125rem;top:19.4375rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFa193UwbCpPUFg43MFHA3poDrEeUuau { width:9.1875rem;height:1.625rem;top:20.5625rem;left:36.499347686767rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuDDQOEMaiGi04VmtqyyV8TpJV7sBSgL { top:23.5rem;left:1.0625rem;width:9.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQLuZGC7qKz4kkEvGP7s67CmONLklXT1 { width:17.1875rem;height:14.5rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9leQ5cxpU5N9VMyTLgU1qdmreqpMBM { width:16.625rem;height:1.3125rem;top:35.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwcepms9HJQyRTVFAZqENpxvn8mZGcW { width:15.4375rem;height:3.9375rem;top:37.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UllLoXI27kymEQf7owEbTKJc8to84CoK { width:13.875rem;height:1.125rem;top:41.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUneySGWrSuGETCoks0XCbeo8cCnw7eg { width:9.1875rem;height:1.625rem;top:42.75rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlR50WIKc9LoDMW3PTA31LTqCIWuuRII { width:9rem;height:11.3125rem;top:23.8125rem;left:13.406253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr9VLL6i1UTESuA30iR3qQavqURiJekL { width:17.1875rem;height:14.5rem;top:30.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpuQpCt2KaocD3isRLEzTW65f74CgAAW { width:16.5625rem;height:3.25rem;top:35.375rem;left:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv3TTo0qyu0RHDfBG4SHPu504eON1wpN { width:13.875rem;height:1.125rem;top:41.1875rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux5fDxO06QXPnQz6P50EfTBaPhnbDgq0 { width:9.1875rem;height:1.625rem;top:42.75rem;left:13.312503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK0PyCoviLlfuiFb7eQcoiqrPusfRAqV { width:9.0625rem;height:11.375rem;top:23.75rem;left:25.312503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF5wClTWS7bcQt9mTaG2xTW7PVo8a6Ww { width:17.1875rem;height:14.5rem;top:30.3125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNLTXmw6mBORvNlB8Cm35k9lSibHrL1 { width:18.75rem;height:3.25rem;top:35.375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbMJ0P3MRorAdFmFKTGZ5JqTXKiVLzcz { width:13.875rem;height:1.125rem;top:41.1875rem;left:21.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #otT9Z7W796nVyoHbr5PUl2eK8eF71aNm { width:9.1875rem;height:1.625rem;top:42.75rem;left:25.250003814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXbFRKuEUgSt3uPKQS9hwXkufbTMbrdT { width:10rem;height:13.0625rem;top:22.1875rem;left:36.781253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpZTb4h6rZUP4CD9ggUMRQtAzn0bphux { width:17.1875rem;height:14.5rem;top:30.3125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKq9vbQl4fmH9yU3x3ppTTH89HDbvqIC { width:14.25rem;height:1.625rem;top:36rem;left:33.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpHJxBqBb1ML3o8ZtNdpKpPsWI9JZtzD { width:13.875rem;height:1.125rem;top:41.1875rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPuu4Tlb5mySuX45MwR7aXH3m90oBVE7 { width:9.1875rem;height:1.625rem;top:42.75rem;left:37.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xWvrJ16Ac1bTkeVwwiFMnUdKSgTPRA { width:9.8125rem;height:12.9375rem;top:44.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1CwgdRo8rtRa8sw1lw3cFp0d2CkAVEm { width:17.1875rem;height:14.5rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3sB3eo4UbhM2L2nIf5EFwBvv3fngny { width:14.25rem;height:1.625rem;top:58.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePe8lzct0IzVITHUzedEI8pOTomZMlJy { width:13.875rem;height:1.125rem;top:62.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNtRshLZbm6mz2pc5EzOzfelynr05ci1 { width:9.1875rem;height:1.625rem;top:63.75rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJD3TSd98BfBVcvqqOO3iT3R6BG9vGa { width:9.6875rem;height:12.6875rem;top:44.375rem;left:13.062503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7sWBaLikfHP0p8W7wJ6ekVliAxG0bPo { width:17.1875rem;height:14.5rem;top:51.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrVKeQoF5tL4kxhuf8NSFNBqo3kQmEG { width:14.25rem;height:3.25rem;top:58.125rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuX53kapb8xvZsnNb6xQU0WctIhL9OVW { width:13.875rem;height:1.125rem;top:62.4375rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVaqqCayQHue1d9uTacskg9dGxTZwoJe { width:9.1875rem;height:1.625rem;top:63.8125rem;left:13.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMmCJBTyymfE7iUQ4tD3XmBpCxcVw3HL { width:7.75rem;height:10.9375rem;top:45.375rem;left:25.968753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5wlMVaL7xBMMUTUnAVnNhIzWwVibtAA { width:17.1875rem;height:14.5rem;top:51.6875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK7Iib2Wd9B8p43iZc8o2gfIEniegAH9 { width:14.25rem;height:3.25rem;top:58.125rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IpZADHONqOQ5ASLT5PJkg7U2QP0BeO { width:13.875rem;height:1.125rem;top:62.4375rem;left:21.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWu8IKaCTB9R7Ls0QP6EyJqb7heREd14 { width:9.1875rem;height:1.625rem;top:63.8125rem;left:25.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLQ01hWLHTfKZafz2gqTq3aF8w3xLC4p { width:8.1875rem;height:11rem;top:45.3125rem;left:37.687503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlbTz92kyTR8mdW3RWzfEbKb9L9x4buE { width:17.1875rem;height:14.5rem;top:51.75rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ5Quaynm9ThZ8VNG1lItXAGFwtxdfNk { width:12.1875rem;height:3.25rem;top:58.125rem;left:35.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb2JVns1OVvfdvOk06nX6627sThlqLsv { width:13.875rem;height:1.125rem;top:62.375rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEHDKXVJuruKbM4soaCZbFtzeJlOC6ff { width:9.1875rem;height:1.625rem;top:63.75rem;left:37.187503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVDtsmb4Z02v3zC55MH7ms6gb2oPh0F { width:9.9375rem;height:13rem;top:65.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgz7yVyfVr0DHcPT53422UmGnBPa3l8f { width:17.1875rem;height:14.5rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEX6hWBnNsJsSmFVToVvvZdxBbVU8cNt { width:13.875rem;height:1.125rem;top:82.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5B5v2zdETswCUqO9lZHXQhtL6pubEod { width:9.1875rem;height:1.625rem;top:83.9375rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWilAie7Bvrp9iQie5lp5SS6300Sq48F { width:14.25rem;height:3.25rem;top:78.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNqVAkpL2LwTd8V6kCe38GMI0yh2py35 { width:7.9375rem;height:11.0625rem;top:66.625rem;left:13.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2opHBrxTovu6lprrcWtHFFTlxFvIGZk { width:17.1875rem;height:14.5rem;top:71.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXRR4mM6rwUnK9EXrMT2a2xiGwWWinFK { width:9.1875rem;height:1.625rem;top:83.9375rem;left:13.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3fKTWKsLGpAusbtIrZH4cWmWtQlAdAH { width:13.875rem;height:1.125rem;top:82.5625rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNfskTQV5eNugUyZ18pixs1UZHPOXZDE { width:14.25rem;height:3.25rem;top:78.25rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK6TRDbVqyym3Za8iZ1nVNkDSwVlRFJA { width:7.75rem;height:10.9375rem;top:66.6875rem;left:25.968753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taz7P9MPARS3Np0XgDbQn49GlSUkypgA { width:17.1875rem;height:14.5rem;top:71.875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN7Ue3HUp3RIn3F3tLEfyI3IN6EMlZhN { width:9.1875rem;height:1.625rem;top:83.9375rem;left:25.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB2BDiprpdIE5ThNQ9JOFUQ7uA3OflIS { width:13.875rem;height:1.125rem;top:82.5625rem;left:21.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ksBiGHO8HZkgnaavAPgp58kJC8h445 { width:14.5625rem;height:3.25rem;top:78.625rem;left:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG1Ov8eVWPeC7yZ1kqD9JsRNps0JTtqe { width:9.875rem;height:12.875rem;top:65.375rem;left:36.843753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #X91O1hO8PqWfqiNsLWEbA2G44EBgcs0U { width:17.1875rem;height:14.5rem;top:71.875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTqzaUHNXg4e2JhQPVmDxVIc1Vf4e32m { width:9.1875rem;height:1.625rem;top:83.9375rem;left:37.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #au3CtRdDxLTRnaOgLigFcxPMTyWBuXoA { width:13.875rem;height:1.125rem;top:82.5625rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfieT5xPx7E5JCTwaFzTEUSxr9wkpre { width:14.5625rem;height:3.25rem;top:78.6875rem;left:33.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMM0nimWRSB0RK37iAhiyALGHrwD2xJC { width:27rem;height:14.5rem;top:89.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDE8lcO60WftuGpE0htoEX3K3MNs2WsI { width:10.75rem;height:14rem;top:89.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP0ITne40RFFP9JsufFMDC7K0owzmA1F { width:19.8125rem;height:4.9375rem;top:91.5625rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihatFNnW5NT9Fhh7ha26Vb4gDhpLH3Dm { width:13.875rem;height:1.125rem;top:98rem;left:21.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk31NpP9mXNWbSBkE9OQScHQhom0fUId { width:9.1875rem;height:1.625rem;top:100.5625rem;left:26.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzWJdcZFTEp6QSCFk4wTSu14QVFTx1LC { width:40.9375rem;height:4.0625rem;top:108.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHfmiI5RSWOO0ClMazU9UZmQ7e7TIOOv { width:32.5rem;height:2.75rem;top:112.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC8h1OndqBptoCnmyLh2k5Rm1eeqpn5A { width:9.75rem;height:6rem;top:328.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lrx6Oq19WhQxdwLaqRO8w1CZODPvd9Xd { width:27rem;height:14.5rem;top:89.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5q9bgFOG5RStv2rwHqEEAtuFqERM9u { top:91.3125rem;left:0rem;width:14.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJrWy0EgZk3BWgkqFIGWAsn2RAN5iDUO { width:19.625rem;height:3rem;top:91.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJP9rwNRcXWrNhsOUbJSmOdA2L3uFt9X { width:13.875rem;height:1.125rem;top:98rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsIptN260fcNrHW5WIsNvkUXpOoKWT16 { width:9.1875rem;height:1.625rem;top:100.5625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu { display:block; }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STocOuRonlLgLqHyErHBMW0v3VgomOR1 { top:4.625rem;left:0rem;width:44.5rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3ze7EEnPtnZ4phVSJAk95AFUns8n6Oy { width:47.75rem;height:41.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dx6GaOtD9hR12TNi0SeqO1FL0EtWyuvI { top:0.5rem;left:21.25rem;width:26.5rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdauAihkkKR3Clgoy0TxSJg1Bz5L4hZ8 { top:2.8125rem;left:34.5625rem;width:13.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDvAKP43dQIC0mLx8KpbxufCgbLTALBw { width:37.75rem;height:5.75rem;top:5.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNkCkTQX87zWnpXDw6u3KLBtA9MHxdTy { width:31.4375rem;height:3.3125rem;top:11.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5qkXWeHRXb5k9HQa3CoHAS1APPEva7P { width:15.5rem;height:1.6875rem;top:15.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJZg4OThT3PFD7kMTBGh10oKHhVTNalJ { width:9.1875rem;height:1.625rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6Mt8RP0G1zarJwomgIrPwfQgUnlqav { top:21rem;left:20.25rem;width:27.5rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL { display:block; }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccmaOJgmuyBN99RoThqQwLR2w4Z0qMAQ { width:37.9375rem;height:4.5rem;top:2.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXyimyfAkUmUd5haWD9uPvuu3040OZwU { width:25.9375rem;height:5.875rem;top:8.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak0F2E5qAoTEwCclgLJdUdTxZ36CFqIW { width:40.9375rem;height:3.25rem;top:14.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m17qBTlMfvxqA8L0nv1Q485ST6tTmgpV { width:47.75rem;height:19.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV68dsTOP1gaWVUE59y4kMTTZx1Ftad6 { width:34rem;height:46.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnN80de00trAvA0ApzIaeFshRRvOVvc5 { display:block; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PULL6z4eJ9uyVWtwKNHgvlIVRd3gFLfz { width:14.5625rem;height:8.5625rem;top:1.875rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAVEy6B0QWqqDT2a3mVH8RqBMJGq74JF { width:26.375rem;height:5.125rem;top:11.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmJTlT5SH2qgWbbPE5kWwDcFBZ07qLxZ { width:34.1875rem;height:9.75rem;top:21.75rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkBlV270ST7uyTGiwpJROdzgOSQ0Fkwc { width:21.4375rem;height:2.3125rem;top:18.1875rem;left:10.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFiiCfxUBfslTHT7JiJZ2tcOZgyUTTRo { width:10.25rem;height:1.9375rem;top:20.5rem;left:18.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyukThT1tK7ZGpXm4eVrGle4wgcsdUJE { width:2.75rem;height:2.75rem;top:38.5rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdFUQHzvOr25pTPkDEmndOzeeR5RELtw { width:19.9375rem;height:1.25rem;top:39.25rem;left:11.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH89tdtVtH0xcdOEShf5fliAXRl6C4J9 { width:40.625rem;height:41.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snuDNz06P3ArHUm9Ac3MKfJ3O2xLDp0E { width:34.1875rem;height:5.25rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEAPaqTPp4iqZc0tELsKn17HRGUX0pM { display:block; }
 }@media only screen and (max-width: 763px) { #ko7nSerJvea2T47o1rNAqLqhseDiAAea { width:10.9375rem;height:11.375rem;top:46.4375rem;left:0.41666793823242rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEcWcRaxP3MPFrQCiEgwaNeU4QO5D42p { width:47.75rem;height:1.4375rem;top:48rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXn47Bs7OFW1I9G0ygwEggRrwRxNRIb4 { width:47.75rem;height:3.625rem;top:51.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6w1DcUhVATJUXD2evu9JyxWtRxT5T6M { width:10.25rem;height:1.4375rem;top:30.125rem;left:21.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO { background-color:#000000;background-image:url("https://images.assets-landingi.com/jiMF676T/egr.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.adaptive-delivery-prevent-bg, #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.lazyload, #huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO.lazyloading { background-image: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { background-color: transparent; background-image: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container > .video-iframe-container { display: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row > .video-iframe-container { display: none; }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .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); }#huiAiyuGDmRpnpAFDaqu2glUJFCwBeyO > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9TUmVRKIJxoZxPpkdC5ytSMLTftsbqo { width:16.75rem;height:9.875rem;top:1.125rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAmyTwtZmlBUKSRSUKb9h8MdbV4BVWMx { width:17.4375rem;height:23.1875rem;top:24.5625rem;left:1.25rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CX95UzD6kDeQrbaBBa24JnSEL5G883Pb { width:19rem;height:3.4375rem;top:45.4375rem;left:0.5rem;font-size:0.875rem;box-shadow: 0rem 0rem 1rem #ff624c ;display:block; }
 }@media only screen and (max-width: 763px) { #APe0iqPuDmQAd56egnZmsvlRSh93lKry { display:block; }
 }@media only screen and (max-width: 763px) { #KzSZGUDs5lPb419gB5D5ZBzo1SzNp18b { width:20rem;height:3.65625rem;top:50.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMakDCGyX1MrMDligscgmIJD3cLTGEt9 { width:20rem;height:1.3808625rem;top:10.229167938233rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFpaUrsDuh5CTUUCd0mLRHC3l0OVNuJd { width:20rem;height:26.539792387543rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #os1TKvMvhioA6IE7oLipfs24h6nh3r6p { width:20rem;height:10.80075rem;top:13.755208253861rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15012;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hlmwlaut6bJycoQoTwB8i9UcKIRa7pBE { width:20rem;height:auto;top:21.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 { display:block; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaOudiN5gWcdt5Aw39w58JFpAHcx4Tl6 { width:19.4375rem;height:26.25rem;top:8.8000011444094rem;left:0.28125rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Z5QHAtFsmnCaePuG72FqJsz9hm0sbM11 { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbzG1QiTVXaRuNTlrXTdkvV3bveVoVJJ { width:13.1875rem;height:28.0625rem;top:7.5500002801419rem;left:3.4062498807907rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aMS7XCpkt4DmAJDhZLorAP8glL1qoOur { width:20rem;height:1.5625rem;top:16.736979007721rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { display:block; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlAwDKlwBnhAiHpElBkUyuE78LMpfkwy { width:18.9375rem;height:5.5234375rem;top:1.2062530517578rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { display:block; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaPESaTnJqrLRWOXq0g7I76fTumfcSCn { width:14.6875rem;height:19rem;top:0rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDKAftpcySrl43d8TyuySX7pEmRtSdo { width:20rem;height:3.298825rem;top:58.25rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RoCTTQQsVyDRupcio8IBQMdowt119BsJ { width:20rem;height:38.8428125rem;top:19.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AP5HPkTyhvtcQpKRAQJw1Ii5wkie3xOG { width:20rem;height:3.298825rem;top:35.91015625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LVu1ly0pCLcEh5Jsorp0vFkdnoQiCrWP { width:20rem;height:3.5625rem;top:63.673179626462rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD { display:block; }#xzuRONssc5JDNKUvBQBqdR4NVSaUdgnD > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iglnoyeLRtfonlRkPM7xCooOu3J5MEiy { width:20rem;height:29.55471875rem;top:4.32421875rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JWmWeHJJEVs846GwQTSqqHuPEXLUW061 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXX80nywkXOPG2EOJyyx88aIzPz42WlJ { width:20rem;height:26.3125rem;top:32.048830032349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THbmTRnCxqSWtLssxPfHTOaDfpKOkRSL { width:13.375rem;height:8rem;top:49.340497970581rem;left:4.0625002980232rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr56EP5PKRE8i7Bz4K8ycitTi5aWIhlh { width:19rem;height:4.5rem;top:61.361329317093rem;left:0.50000005960464rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBgHKxLPUTyuQddUAlrclaBv8HTNU1wT { display:block; }
 }@media only screen and (max-width: 763px) { #pDUidJZMU2mqDJH11ProugbKrALAKpxH { background-color:transparent;background-image:url("https://images.assets-landingi.com/e1yCZV1t/FODJG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH.adaptive-delivery-prevent-bg, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyload, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyloading { background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { background-color: transparent; background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,14,41,0.61); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,14,41,0.61); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .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); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxnppLmo9ocgLQigWAWkVM0ZNDqhUQeE { width:20rem;height:24.49216875rem;top:6.0242137908936rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4gbSDf5fylGQTJsOl8diaCZa7hN0tZ { width:20rem;height:3.4375rem;top:1.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhyMKmHCyRHoqtifyFTiKM85wtGv2ImZ { width:20rem;height:13.470675rem;top:39.512371063233rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxRlDOpSMVZUerwoZm5ttBiuv6sIs0Iy { width:20rem;height:6.046875rem;top:31.69921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8iZFpymzLli76II0spzwApKL5G4rqti { display:block; }#f8iZFpymzLli76II0spzwApKL5G4rqti > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D092shiWZ6ksemt2CTMP6T5sqnqeKL7c { width:20rem;height:27.28121875rem;top:0.6875rem;left:-0.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uBqo8wyqAxtf591QWEaRwn7wQTMrh1nl { width:19.9375rem;height:21.125rem;top:28.733726501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMkLKwTHSf49KMwOFwGI77vP1T2nocql { display:block; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxtqVE0xKDCCwVCEnmcM1rLG4AyTgoeM { width:20rem;height:1.5125rem;top:1.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4VTBoTfJ7v2ooFexc8yPWdBRurCom9S { width:20rem;height:2.4375rem;top:3.8984298706055rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VZbqCIsQDMJuSayOCivEkrIo1tbdXT { width:17.6875rem;height:6.8203125rem;top:24.0625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbfGrn5TeE33iWGxDlAPZaCAsUhkKA0x { width:4.5625rem;height:4.5rem;top:7.1562509536744rem;left:0.71718752384188rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXGZb7UCSizfg7Lgu7LEDkryLNhGSHV { width:3.6875rem;height:3.6875rem;top:7.5625rem;left:8.1562503576281rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehq5hHliW986ui4ZhgtofGWkA60TZPQf { width:3.875rem;height:3.9375rem;top:7.4375rem;left:15.437500357628rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgtbWosaqT6HeILZ1PDI05ROXFhNewfy { width:4.375rem;height:4.375rem;top:14.999218940735rem;left:0.81171870231631rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlRt5M8S3nynBW24na3oZCVnT6tUTIe9 { width:4.125rem;height:4.125rem;top:14.90625rem;left:15.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmlrkUEh8lhA6qTn8beiQr38Uyt16CNa { width:4.25rem;height:4.25rem;top:15.186718940735rem;left:7.8750003576281rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxmGftq9K9q7bPpNdhpwGBDoJNV5HRL { width:5.625rem;height:1.3rem;top:11.656250953674rem;left:1.5617188215256rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qEvRlFRW7menmK3Xr6yNaKGiv7Ucrf2g { width:8.25rem;height:1.3rem;top:11.65625rem;left:5.8749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGqCCn7GoQr0gk7zFUuMXk4pGfmn3VOM { width:5.875rem;height:1.21875rem;top:11.65625rem;left:14.125000357628rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XMAT8WMWsUeSWv6KPkbgTKGB6n0uXaSV { width:8.25rem;height:1.21875rem;top:19.499220848084rem;left:0.24921876192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwlG9tSE2xKIcMIQ1sT6TXzLWAybaEGN { width:8.25rem;height:1.3rem;top:19.499220848084rem;left:5.8749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5fzXGvUa09Il24ZmBmGupXuxClbbTh { width:7.0625rem;height:2.4375rem;top:19.3740234375rem;left:12.9375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta { width:20rem;height:8.875rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewx6gS0zgIeIyMIt59t2F2pfWGznpu6a { width:20rem;height:1.51171875rem;top:33.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33BOCN9uElBRk01N9K4iTDECxwJBwoV { display:block; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzxpAhPE45vdlUn8TW38T4IU4gbKOshQ { width:20rem;height:19.5937625rem;top:22.6552734375rem;left:0rem;font-size:0.875rem;color:#313131;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fIQk5r2bykAMx4NWBq8DKQh7emgWN0sJ { width:20rem;height:5.15625rem;top:1.6867189407349rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQDhvs4Bvmcar3d9igGR8QU7T8KCx53v { width:8.1875rem;height:17.9375rem;top:6.8427734375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx1tUyzJCPmo2ohxo8WLSNG3x6ZOUkMK { top:13.125rem;left:3.75rem;width:12.5rem;height:11.6875rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy { display:block; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKwmsTFRofziRPG6M5TapZ8GcQPZu6ql { width:15.9375rem;height:6.59765rem;top:1.375rem;left:2.0312501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFmV4g0SqlVXLEugCVCs2cJTFu9DQbNX { width:17.5625rem;height:9.75rem;top:24.356250047684rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL0I449sVc1VoV7ks9B1cuqO4Dz4mBtK { width:15.3125rem;height:5.11816875rem;top:34.731250047684rem;left:2.3437501192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28KXbWJsxKaJ0m0cxne0bhfgpGz7dTc { width:20rem;height:42.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzfWWUnRxHSsLQfqEeIABclKPG2VDP7e { width:15.125rem;height:14rem;top:8.6875002980231rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlrwO0JnvDakAGzdTxoMM5qCJT060faa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa.adaptive-delivery-prevent-bg, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyload, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyloading { background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { background-color: transparent; background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .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); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUxQ1SnztkSOzkC2IbU5QKSVWvLdoXIG { width:20rem;height:7.3476625rem;top:8.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bLc1DhuIonetqaGEDi4PmIA3kN5KpmBR { width:5.25rem;height:5.25rem;top:2.1875rem;left:2.3125001192093rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIqDgEroStSqrig2GDF4GSrqaIu6rLrW { width:6rem;height:6rem;top:2.1875rem;left:11.875000357628rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO8cSqWG4TlWeIu5ifCPpZP0qXVuv77v { width:5.875rem;height:5.875rem;top:2.0625rem;left:7.5000003576281rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe.adaptive-delivery-prevent-bg, #ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe.lazyload, #ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe.lazyloading { background-image: none; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container { background-color: transparent; background-image: none; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container > .video-iframe-container { display: none; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row > .video-iframe-container { display: none; }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .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); }#ZIzbkp5XIzBdhZ2mG49QUQqvWVahrQDe > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1xg3K1lfTfexVHD63TocGznt1BJM8vG { width:20rem;height:8.572275rem;top:1rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUE3QybtRoTZMsgAINwbAVtfaAJJkOvg { width:16.8125rem;height:7.125rem;top:9.5716152191163rem;left:1.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #snuVkwGiOC1pWbSJ0I0KOsGcTAsAb0g7 { width:20rem;height:5.84765625rem;top:18.254558563233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHwBfNZ0kqBBieJ1BnWHpX992NoiH1BC { width:19rem;height:3.9375rem;top:25.422527313233rem;left:0.50000005960464rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJtcqWRKKNo85AMQezwTNwR7iuHuTTRL { display:block; }
 }@media only screen and (max-width: 763px) { #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.adaptive-delivery-prevent-bg, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyload, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyloading { background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { background-color: transparent; background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .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); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJnTRwOKhJgAxNahE0KLPCXlzWs2lJhE { width:11.75rem;height:10.2305rem;top:5.0804691314697rem;left:4.1249998807907rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #v12azP0TJ0zHAyqfSwA1u2Qr31nzXwD3 { width:14.125rem;height:14.3125rem;top:20.136720657349rem;left:2.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtWPHFux8cH3sC4OT4h7wZ7iTEchXwu { width:14.125rem;height:14.125rem;top:2.96875rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57r4LP9uquNbc89md2fyPylnwHbGPJE { width:17.1875rem;height:17.1875rem;top:0.8125rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaE6wqAT6Qb6N57V4lTfBJihT8tetFF { width:17.1875rem;height:17.1875rem;top:18.6875rem;left:1.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #c12LNVKsT1LTRJQeDd3rD1uxb6rn9QGO { width:12.125rem;height:7.348625rem;top:23.617189407349rem;left:3.9374998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOrWiyf6n6EOv56SP3NfuxABp3VZWWdM { width:12.5rem;height:7.34863125rem;top:46.930469512939rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiTmT6XPvTBP6NkUZQktdTxXrIg1gHVF { width:17.1875rem;height:17.1875rem;top:41.324219703674rem;left:1.4062501192093rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #T04dDBrH2bNBOOsEoRrFOXDTbeiKRtJA { width:14.125rem;height:14.1875rem;top:60.856250047684rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPLNR5MzT5pn6oH9WwatBdNrCbZ6KZQr { width:12.5rem;height:6.2988125rem;top:65.367969512938rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsGigMuzxI0s58L6P4qa4t2GedGDTTBZ { width:17.5rem;height:17.4375rem;top:59.231250762939rem;left:1.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #DicHNpDD6fy5nRuT5x8L32Aqot40JWxu { width:14.125rem;height:14.125rem;top:43.54296875rem;left:2.9375001192093rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sAAoza6hy76GGa30TaiVrS1RqpTIBNJi { width:17.125rem;height:4.2246125rem;top:36.386719703674rem;left:1.4375001192093rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om7kOdBTs9WT7FEXJ8I06WKvwTh6psB5 { width:2.75rem;height:2.75rem;top:101.63749694824rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOFpJfKm5DqLGEg0uRX8fo6iL75PmTft { width:2.75rem;height:2.75rem;top:175.46249694824rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MctcZ2HWNyCqSTEzTXTPVd2wKSySndDc { width:3.4375rem;height:3.375rem;top:170.83749694824rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQRdlS6MmThlD91X38UzguytUJlzWlwd { width:2.875rem;height:2.875rem;top:22.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtTZOGBsavwK5TNlRzZLTTvDgfaqKK1P { width:3.875rem;height:3.875rem;top:77.918762207031rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2Fb7DPrULxP2FkukzTp5gbOPukqbXeU { width:20rem;height:1.5rem;top:77.918619871137rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuqwZ39NfgbTfai5NgsdoqQ1SZEzaenk { width:20rem;height:3.673825rem;top:80.593099594119rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 { display:block; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { width:20rem;height:113.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3z0MOxDs0LiE9fDGf8M2op8HXbToiUT { width:20rem;height:3.8984375rem;top:0.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfmThl3GGI0gmx0rLIERVWVJgW6knSfr { width:8.125rem;height:0.25rem;top:5.4617156982422rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPJmpQE0WshrvzNzxZlyFgWN1UU3FSC { width:20rem;height:12.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwSsN6POJ6xwKvGPdBGfxWLto74T8uTN { width:5.5625rem;height:5.5625rem;top:7.09218788147rem;left:7.2187498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7Fe7rF1hNVca38sfK3Nn9muo12vfv6 { width:14.75rem;height:1.625rem;top:13.9375rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xS6XvxXT5eGqhgfgw4fk56oJOmza6uNT { width:17.125rem;height:3.16699375rem;top:16.25rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoVOdT9Q4rKJDJ7JOpb60DiFqB8Jmdkm { width:20rem;height:18.25rem;top:41.750001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxf6s08SfFVNhtzNlmiB4et00NbxAQUV { width:5.5625rem;height:5.5625rem;top:39.78125rem;left:7.2187498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxhpps4gkuiTrLAiUmtMlphiC08yN8p6 { width:19.4375rem;height:1.625rem;top:47.531251907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNP7ELHoItmMMlTuXTuwbQJOH3KxJwJa { width:18.125rem;height:3.65625rem;top:49.681251525879rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaQqBh7wFBTQWVbZ0Wu5ylBWRaMxOyUX { width:20rem;height:12.4375rem;top:63.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvdserVHo49WBIw91qBtu682B8gwPA7 { width:19.4375rem;height:1.625rem;top:68.0625rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5kRvflFtrm1UlzvzHCxnfkxqHRQ2ykH { width:16.4375rem;height:4.546875rem;top:69.912500381469rem;left:1.7812501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQireeOOgbXDidPwss9AnhUITtb5IEB3 { width:8.25rem;height:0.375rem;top:96.475013732913rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #orVi0o4W0EppRATez4f53etcTaEsfws7 { width:20rem;height:13.1875rem;top:25.43674659729rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq1EgpAihnJFhxNnXfH4XSlQQz2HQWtl { width:11.8125rem;height:1.625rem;top:30.687500476837rem;left:4.0937498807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgJ8kfr8d8ZfQ9IyfGzKipFgAUm20Kqr { width:15.25rem;height:2.4375rem;top:32.730469226837rem;left:2.3750001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcADcuC6HunorzkilXJSVnJUTy06kxs9 { width:5.5625rem;height:5.5625rem;top:61.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoKhGlTiXgH9VS6Gzwc0Ep1MMw2dHTEC { width:5.5625rem;height:5.5625rem;top:23.436717987061rem;left:7.2187498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZqJ9FyU3OF9557lulwRwJhwyI764OcZ { width:5.5625rem;height:5.5625rem;top:79rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIC9nkfiZb5wBRSlzi2NG8NpAQOOmy9 { width:20rem;height:13.0625rem;top:81.336719512938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmJydziPfBNJdlMshZNQLeHp48mW3o4H { width:17.4375rem;height:6.334rem;top:86.748439788819rem;left:1.2812501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9co6rC8KCt9KVmuIxyAW55WKqsEUBER { width:19.4375rem;height:1.625rem;top:85.149223327638rem;left:0.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SroCNP75UST2B7PZbihdJT0V7eTBVFpu { width:20rem;height:7.3896375rem;top:97.811718940738rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV4VGHJTX1V18c0lQ97bnomqJBd4WkN9 { width:17.8125rem;height:3.375rem;top:106.09921932221rem;left:1.09375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LTAKTdFTOKmRKTbQP4VrufoXEg6o7VXN { width:1.75rem;height:0;top:10.625rem;left:15.687500357628rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPo1I7WiIJUdWiLplNTptSH9UHqPW7Kl { width:3.75rem;height:2.6rem;top:8.5749702453612rem;left:8.1250003576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu42XTlVPve7rxXHhzWdtM4xnX8Ul7ZC { width:3.75rem;height:2.6rem;top:24.917188644409rem;left:8.1250003576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgXD1dLRCfDQ75TUVVILKONzkcqZGQX { width:3.75rem;height:2.6rem;top:41.262500762939rem;left:8.1250003576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLteDBLB7xUTfiOKEtkl102u6LnJBvr { width:3.75rem;height:2.6rem;top:62.5625rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqmvo4Hx5Nb55J1nCErx0JartXXQ3S0A { width:3.75rem;height:2.6rem;top:80.5rem;left:8rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXaOFuiSzJ7PMoIkoCt2WW1I7Fho9pT { width:19.375rem;height:37.5625rem;top:140.83747558594rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { display:block; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq4duHv2OR4zLWK8OKgwnvw4ZCJAP70S { width:17.75rem;height:3rem;top:8.875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybzFac4yTu1P67p9l6zEuxvGuXqqwa6Q { width:15.5rem;height:15.83493125rem;top:12.5rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzUmUIgltEvSLRHiiSzr4OxE1XSfKvnc { width:20rem;height:2.68115rem;top:18.25rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN { width:20rem;height:22.875rem;top:6.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block; }#pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.adaptive-delivery-prevent-bg, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyload, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yl4fMhf5AWhWtPQa11QN6GuDVrqPnT9X { width:20rem;height:3.25rem;top:31rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9FukKHJQsRqrnpPkUykLSTS5mkf8Kqy { display:block; }
 }@media only screen and (max-width: 763px) { #PkE1EosyVtnHhuH7qeQbadBJh6D42uVu { width:11.625rem;height:9.0625rem;top:0rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxJZ7EImulwTT6RrH7l2FqFAlDm677CD { background-color:#ffffff;background-image:none;display:block; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { background-color: transparent; background-image: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .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); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQqW1Sk16Aprt5L5lovl2QZsefwsLRkA { width:20rem;height:13.5625rem;top:8.05rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6xBdIGrPvlrepVLKf5kDo3V9UbXlPeZ { width:15.25rem;height:5.60449375rem;top:1.3125rem;left:2.3750001192093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIuT58eyEuhtZLMIxORr0enPmNhM1hQA { top:6.800000190735rem;left:0rem;width:20rem;height:40.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 { display:block; }#Oh5G1OxKzQ83GZ9R28lA25ayQyxTSQi4 > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1JvyTwZDJto8kuxusdTXo23xhvl839W { width:15.5rem;height:3.1669875rem;top:23.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKr2aNNTW6osJWenk0npbiawnSVksWWh { width:19.125rem;height:2.03125rem;top:26.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lQF4bBMohL9o2ACRcAkMrxOcPbldSz { width:17.0625rem;height:23.25rem;top:0rem;left:1.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf6TyXBAQuHkbOwkNgFqRptNM7w0Tip9 { width:20rem;height:60.46875rem;top:29.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv { display:none; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { width:20rem;height:234.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nDGnWrswR6coetEq3PVnwqQUXhJ98L75 { width:20rem;height:1.3rem;top:4.3617191314697rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpn5b33BNubyXvGson7SnxEzzPhC7gb { width:20rem;height:4.54980625rem;top:228.56246042252rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4RgiTilIDOWoXdypfcdoLeZdzPa9II2 { width:20rem;height:1.875rem;top:2.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stQPET0N6Sg3bPD4yiOhiQxKRDX4Z0pR { width:13.875rem;height:0.975rem;top:22.8125rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oisQsG8zGnF37T9F9KxzZ5VrAFEoEAKn { width:9.1875rem;height:1.3rem;top:23.9375rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeRJhtFmqI3dLS4OaVLFqLTxCJFgUJno { width:14.875rem;height:1.21875rem;top:21.062500953674rem;left:2.5625001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BgQAOf0O44DRpRcRPz2MeFJ3xF1b6BDL { width:11.25rem;height:1.7875rem;top:19.000000953674rem;left:4.3749998807907rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJh90gKqNTwC1LPhyyEZTwLykfNsndL2 { width:18.125rem;height:14.6875rem;top:11.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVOvJefRnUfDoG6O0No1dvVMSGbaPrT { width:15.375rem;height:2.4375rem;top:69.737501144406rem;left:2.3125001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GX7BQ0IBGTvBO5yrkCUEtbs44bHB2t2w { width:14.1875rem;height:3.3rem;top:65.81250190735rem;left:2.9062501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdGQcJXaqWMgCSMzqIBnZTmTLqsAnRdA { width:9.1875rem;height:1.3rem;top:46.562500953674rem;left:4.9687498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdtRX75OmuUDVPScorlBJ5tSkN65IBXe { width:13.875rem;height:0.975rem;top:45.612500190735rem;left:3.0625001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwH9T7FrTuJFUncOQaBN9wTDtc43tUxT { width:14.8125rem;height:2.4375rem;top:42.500000953674rem;left:2.5937501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uGPIkFPBO64SLwHfpxy1tie5HSBOgbeg { width:13.625rem;height:2.47395625rem;top:39.737500190735rem;left:3.1875001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKOQz0G2ZRe7FqIRi7W5kTkMipNTNENi { width:18.1875rem;height:15.375rem;top:34.574999809265rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #satJMsVu0MC1cvTHwK5xd28tTU4m5BJU { width:18.1875rem;height:15.375rem;top:62.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVFD6cSR5pvWfmsKHoRuiPx5vTOiVcay { width:9.1875rem;height:1.3rem;top:74.162499427794rem;left:5.4062498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CH2HCG7Ic6oQ6liFWGnkeRT9auTqq19T { width:13.875rem;height:0.975rem;top:73.212499618531rem;left:3.0625001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sehJzPg5gy9NzpwThI835iTlAE3LZn7q { width:17.625rem;height:13.4375rem;top:136.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhg4hcuBTWoTdF59u4H9n3Vvr28tqVzk { width:14.875rem;height:4.5rem;top:140.8125rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X90l3SMFFVmgtDOTi47lfVvonpIa1tTS { width:13.875rem;height:0.9746125rem;top:145.75rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVOlczTGbfxFiZwmHq6pbkcDGvUsOUV4 { width:9.1875rem;height:1.29980625rem;top:147.625rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnRW6l1JGHGZ06RMyCmqRAQIidRotLtA { width:20rem;height:2.59895625rem;top:224.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqO2cv7B8SBx8tyELqHFWTlJBwTRTBtT { width:8.8125rem;height:12.25rem;top:27.550000190735rem;left:6.2187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLPRgvogqgcL3woBEtKmpw9WUDBeOf4 { width:9.5rem;height:12rem;top:53rem;left:5.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv8FAhlNhvOMDk5DTvuGrQaH7Hw5aRA { width:8.8125rem;height:11.375rem;top:7.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdrUcFqMEFHRVWF2ZBXikMRM5znMaUd6 { width:10.125rem;height:12.625rem;top:127.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #womFi768eGMSMJXwpHSMAMpeTeEKa3UG { width:18.5rem;height:15.375rem;top:161.75rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkTAOKymgfJM7gNN75r2EH3l0OlxzsWB { width:13.4375rem;height:4.5rem;top:165.9375rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt46IXUdF4uxVzKalwPaKRrMO0ne1AoD { width:13.875rem;height:0.9746125rem;top:172.9375rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIdNfGTwIOW01wNCFvgWw4FyDIDTOnWE { width:9.1875rem;height:1.29980625rem;top:174.5rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Em75aaN6zCSIUPqtxAUKMmt0BGkwJ3lH { width:10.25rem;height:12.875rem;top:152.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMUAFARuuAwfCrZqCxEpiqR7uutVEtN { width:20rem;height:1.5rem;top:215.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWpHCsStGmuFcqUSfU077FENzhcxiufi { width:13.3125rem;height:9.375rem;top:205.0625rem;left:2.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUlmKZvMfD3KRGRKuqlRJUtxITVHeZJ2 { width:18.5rem;height:14.375rem;top:207.3125rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxX2ZZ3IB7UnZK6HLpJ0FxRVnXFKW6Kf { width:3.8125rem;height:3.8125rem;top:203.54166793823rem;left:1.1666666865349rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL4OWy1Jf2wJMbq0zorKxnxQwl08It5w { width:10.4375rem;height:13rem;top:180rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXcvIRT4XM4r7V3VVG61ZBdZN40rRotB { width:18.5rem;height:13.375rem;top:188.75rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #eycH6L19u9ischr3wbt0QP4ixCO8wvyo { width:19.5rem;height:6rem;top:192.4375rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLWoO6ZaVEpsUXA2QaR3dy76euisIISe { width:13.875rem;height:0.9746125rem;top:199.4375rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9WOpz6BMrS36TukAv9AtxykOeDoEqsL { width:9.1875rem;height:1.29980625rem;top:200.9375rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4QqK3OIXQ7XTLiCGAfHk5gMJrZAAySF { width:18.1875rem;height:15.375rem;top:89.3750038147rem;left:0.90625005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKWN2Va3368QMQ6XhSnJ2GPdT0RPEiM7 { width:18.1875rem;height:15.375rem;top:85.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izxdAhAsUHzAX5FAOAJBXcGzdk9wcMNW { width:14.75rem;height:10.75rem;top:78.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZDxVUZUoMTtm8PS3dClzNDsr0u6t1FT { width:13.5625rem;height:2.47395625rem;top:89.5625rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMASow02IRgkDhdeIq6rTg5STr4yDaye { width:13.375rem;height:3.65625rem;top:92.6875rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zqionxfe0PisIPtRHSpQgIo55b1zQ2RO { width:13.875rem;height:0.9746125rem;top:97.3125rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeXtPrNSTMnB2yJPhfIflBNIFqH7TwdR { width:9.1875rem;height:1.29980625rem;top:98.5rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUrNxG7qBdw2KzE2vcK7b8GN6F4GRfH2 { width:18.1875rem;height:15.375rem;top:110.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZPpk866omTbVtQbRS16GGtGcUyursBD { width:10.625rem;height:12.875rem;top:102.25rem;left:4.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eMtaAc8OnmDq02TC3oWMAfR0m6r7SPxU { width:13.5625rem;height:2.47395625rem;top:115.0625rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fK5Ag3OyriZfSrhMl3fdzfAvgkULx0TB { width:13.375rem;height:3.65625rem;top:118.875rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oxa54ZpBCibAwGNisSZXRo5ogMC50MwL { width:13.875rem;height:0.9746125rem;top:122.8125rem;left:3.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnCQ7T7vCqEZAgDurm0wEfDX0GkoWidg { width:9.1875rem;height:1.29980625rem;top:124.375rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx { display:block; }#Ec3LzX3vPshXuF1EBTX7yG1ovu02kyOx > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwhCEWllU9Uw7s5KUU63od5AxzEHEMSy { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guBpZsUpdefcMFoctkEiOk68IATL7E9a { width:20rem;height:1.29980625rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg { display:block; }#w4PMT7LxQTSnlvAe0U1dPJMqDwyqbTzg > .row .container { width:20rem;height:374.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6NakfBnle14gR3QpISDx57OEb98zuRc { width:20rem;height:14.5rem;top:5.0000014305115rem;left:-0.031249940395355rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnZmcfdxczdyOMRdSdWQn9xFZX3ayBa { width:8.5rem;height:1.7871125rem;top:5.9186210632324rem;left:9.7500002980231rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9c1aRRGIfCuviBp4hTK8aENCzkPBUta { width:9.5625rem;height:2.4375rem;top:9.4375009536744rem;left:9.2187502980231rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LOStACRwBdAoxvzxPJm1TCGFNQVRrbJ8 { width:13.875rem;height:0.9746125rem;top:14.812500953674rem;left:2.8125000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buzAOHEAuu1Ui3J4l4BWFt1m9qRxZq2Q { width:9.1875rem;height:1.4622375rem;top:16.875000953674rem;left:5.4062502980232rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzrI5Q8hhB6oPsls8lKuRXlD8rkQr9dl { width:9.75rem;height:12.625rem;top:1.1875009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxDWOM0HgRyv13ODKbrL4GhQ5KFLEIeT { width:8.875rem;height:12.25rem;top:21.041666984558rem;left:11.124348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIhvwOw3T5ZekPchDKbTeALJ40Xfpel7 { width:20rem;height:14.5rem;top:24.125000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ0V8ZSGWd39K4olNR8cxIUivgUu5MCw { width:11.0625rem;height:3.0234375rem;top:25.304036140442rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4M3AEkKTRzuosPA2A6lfr0Q6TZy9W0K { width:10.9375rem;height:3.65625rem;top:29.677083015442rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yTGuGUhBfICCITdHpBxP6Wp4vtW6Qotv { width:13.875rem;height:0.9746125rem;top:34.8125rem;left:2.2187500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUzFfRslMgSxDwnEJ6Jc29J8NRnF68va { width:9.1875rem;height:1.4622375rem;top:36.625rem;left:4.5625002980232rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iawp6D0tDaDn0NcPak5ZAfTpPiPGaMWK { width:9.0625rem;height:11.4375rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqIMTsu5VUW6pT6hfAsCcEfpxXhzmLsQ { width:20rem;height:14.5rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEkHDEFC6DxSJRxCT0dcEQCvGMITnHh4 { width:11.4375rem;height:3.29948125rem;top:44rem;left:8.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jcc2BnsHC8PsNqNd9U7vULcrF80ot0F4 { width:10.875rem;height:4.875rem;top:48rem;left:8.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uLpCZSGT82IOA15zZd7ZKCfOJmqLF1yc { width:13.875rem;height:0.9746125rem;top:53.875rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uC3mbDxnNxy9XGxzT2DWvfJLZJydM2gq { width:9.1875rem;height:1.4622375rem;top:55.4375rem;left:5.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAH9WFWHtTwuVSMB6UGrTKiEsbu39Puc { width:9.125rem;height:11.4375rem;top:59.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7uvlJnZda7C9PUCZetwLDrmVr95JTTs { width:20rem;height:14.5rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsWist9frxTsfPtqTX2c3E3z1ZJJGGXq { width:11.5rem;height:7.124rem;top:64.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGOBf90ciD62NbPqSSbzTElePIs1WE0J { width:13.875rem;height:0.9746125rem;top:73.5625rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFa193UwbCpPUFg43MFHA3poDrEeUuau { width:9.1875rem;height:1.4622375rem;top:75.3125rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuDDQOEMaiGi04VmtqyyV8TpJV7sBSgL { width:9.8125rem;height:11.875rem;top:79.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FQLuZGC7qKz4kkEvGP7s67CmONLklXT1 { width:20rem;height:14.5rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9leQ5cxpU5N9VMyTLgU1qdmreqpMBM { width:10.25rem;height:2.61198125rem;top:83.375rem;left:8.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGwcepms9HJQyRTVFAZqENpxvn8mZGcW { width:11.125rem;height:4.875rem;top:86.5rem;left:8.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UllLoXI27kymEQf7owEbTKJc8to84CoK { width:13.875rem;height:0.9746125rem;top:93.25rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUneySGWrSuGETCoks0XCbeo8cCnw7eg { width:9.1875rem;height:1.4622375rem;top:95rem;left:5.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlR50WIKc9LoDMW3PTA31LTqCIWuuRII { width:9rem;height:11.3125rem;top:99.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr9VLL6i1UTESuA30iR3qQavqURiJekL { width:20rem;height:14.5rem;top:103.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpuQpCt2KaocD3isRLEzTW65f74CgAAW { width:11.0625rem;height:4.5rem;top:104.6875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv3TTo0qyu0RHDfBG4SHPu504eON1wpN { width:13.875rem;height:0.9746125rem;top:113.6875rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ux5fDxO06QXPnQz6P50EfTBaPhnbDgq0 { width:9.1875rem;height:1.4622375rem;top:115.6875rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TK0PyCoviLlfuiFb7eQcoiqrPusfRAqV { width:9.0625rem;height:11.375rem;top:120.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF5wClTWS7bcQt9mTaG2xTW7PVo8a6Ww { width:20rem;height:14.5rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNLTXmw6mBORvNlB8Cm35k9lSibHrL1 { width:10.8125rem;height:6rem;top:125.875rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbMJ0P3MRorAdFmFKTGZ5JqTXKiVLzcz { width:13.875rem;height:0.9746125rem;top:133.75rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otT9Z7W796nVyoHbr5PUl2eK8eF71aNm { width:9.1875rem;height:1.4622375rem;top:135.9375rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXbFRKuEUgSt3uPKQS9hwXkufbTMbrdT { width:10rem;height:13.0625rem;top:138.78125rem;left:9.999348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpZTb4h6rZUP4CD9ggUMRQtAzn0bphux { width:20rem;height:14.5rem;top:143.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKq9vbQl4fmH9yU3x3ppTTH89HDbvqIC { width:11.1875rem;height:3rem;top:146.13541793823rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpHJxBqBb1ML3o8ZtNdpKpPsWI9JZtzD { width:13.875rem;height:0.9746125rem;top:153.71875rem;left:2.2187500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPuu4Tlb5mySuX45MwR7aXH3m90oBVE7 { width:9.1875rem;height:1.4622375rem;top:155.318359375rem;left:4.5625002980232rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6xWvrJ16Ac1bTkeVwwiFMnUdKSgTPRA { width:9.9375rem;height:12.9375rem;top:158.78126144409rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #P1CwgdRo8rtRa8sw1lw3cFp0d2CkAVEm { width:20rem;height:14.5rem;top:163.31251144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3sB3eo4UbhM2L2nIf5EFwBvv3fngny { width:6.125rem;height:3rem;top:165.80079269409rem;left:10.604167282581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePe8lzct0IzVITHUzedEI8pOTomZMlJy { width:13.875rem;height:0.9746125rem;top:173.25rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNtRshLZbm6mz2pc5EzOzfelynr05ci1 { width:9.1875rem;height:1.4622375rem;top:175.25rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnJD3TSd98BfBVcvqqOO3iT3R6BG9vGa { width:9.8125rem;height:12.875rem;top:178.41342163086rem;left:10.186848938465rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #w7sWBaLikfHP0p8W7wJ6ekVliAxG0bPo { width:20rem;height:14.5rem;top:183.93751144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrVKeQoF5tL4kxhuf8NSFNBqo3kQmEG { width:10.125rem;height:4.5rem;top:186.06251144409rem;left:0.66601568460463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuX53kapb8xvZsnNb6xQU0WctIhL9OVW { width:13.875rem;height:0.9746125rem;top:193.9375rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVaqqCayQHue1d9uTacskg9dGxTZwoJe { width:9.1875rem;height:1.4622375rem;top:195.8125rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMmCJBTyymfE7iUQ4tD3XmBpCxcVw3HL { width:7.75rem;height:10.9375rem;top:200.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5wlMVaL7xBMMUTUnAVnNhIzWwVibtAA { width:20rem;height:14.5rem;top:204.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK7Iib2Wd9B8p43iZc8o2gfIEniegAH9 { width:8.375rem;height:3rem;top:206.5625rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IpZADHONqOQ5ASLT5PJkg7U2QP0BeO { width:13.875rem;height:0.9746125rem;top:213.8125rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWu8IKaCTB9R7Ls0QP6EyJqb7heREd14 { width:9.1875rem;height:1.4622375rem;top:215.625rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLQ01hWLHTfKZafz2gqTq3aF8w3xLC4p { width:8.1875rem;height:11rem;top:220.75001144409rem;left:11.468098938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlbTz92kyTR8mdW3RWzfEbKb9L9x4buE { width:20rem;height:14.5rem;top:224.68751144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ5Quaynm9ThZ8VNG1lItXAGFwtxdfNk { width:7.6875rem;height:3rem;top:227.81251144409rem;left:2.1041668057442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb2JVns1OVvfdvOk06nX6627sThlqLsv { width:13.875rem;height:0.9746125rem;top:234.125rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEHDKXVJuruKbM4soaCZbFtzeJlOC6ff { width:9.1875rem;height:1.4622375rem;top:236rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToVDtsmb4Z02v3zC55MH7ms6gb2oPh0F { width:9.9375rem;height:13rem;top:239.54101610184rem;left:0rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #fgz7yVyfVr0DHcPT53422UmGnBPa3l8f { width:20rem;height:14.5rem;top:244.36133384704rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEX6hWBnNsJsSmFVToVvvZdxBbVU8cNt { width:13.875rem;height:0.9746125rem;top:253.9375rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5B5v2zdETswCUqO9lZHXQhtL6pubEod { width:9.1875rem;height:1.4622375rem;top:255.9375rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWilAie7Bvrp9iQie5lp5SS6300Sq48F { width:11.0625rem;height:3rem;top:248.16602134704rem;left:8.936848938465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNqVAkpL2LwTd8V6kCe38GMI0yh2py35 { width:7.9375rem;height:11.0625rem;top:260.86133956909rem;left:11.593098938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2opHBrxTovu6lprrcWtHFFTlxFvIGZk { width:20rem;height:14.5rem;top:264.78581809998rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXRR4mM6rwUnK9EXrMT2a2xiGwWWinFK { width:9.1875rem;height:1.4622375rem;top:276.5rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3fKTWKsLGpAusbtIrZH4cWmWtQlAdAH { width:13.875rem;height:0.9746125rem;top:274.5rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNfskTQV5eNugUyZ18pixs1UZHPOXZDE { width:10.875rem;height:4.5rem;top:267.46550559998rem;left:0.66666668653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK6TRDbVqyym3Za8iZ1nVNkDSwVlRFJA { width:7.75rem;height:10.9375rem;top:281.00001144409rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taz7P9MPARS3Np0XgDbQn49GlSUkypgA { width:20rem;height:14.5rem;top:285.10417747498rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN7Ue3HUp3RIn3F3tLEfyI3IN6EMlZhN { width:9.1875rem;height:1.4622375rem;top:296.93751144409rem;left:5.4062502980232rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EB2BDiprpdIE5ThNQ9JOFUQ7uA3OflIS { width:13.875rem;height:0.9746125rem;top:294.62501144409rem;left:3.0625000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0ksBiGHO8HZkgnaavAPgp58kJC8h445 { width:9.8125rem;height:4.5rem;top:287.47917747498rem;left:9.0937502980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG1Ov8eVWPeC7yZ1kqD9JsRNps0JTtqe { width:9.875rem;height:12.875rem;top:300.08334350586rem;left:10.124348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #X91O1hO8PqWfqiNsLWEbA2G44EBgcs0U { width:20rem;height:14.5rem;top:305.87826538086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTqzaUHNXg4e2JhQPVmDxVIc1Vf4e32m { width:9.1875rem;height:1.4622375rem;top:317.43751144409rem;left:5.4062502980232rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #au3CtRdDxLTRnaOgLigFcxPMTyWBuXoA { width:13.875rem;height:0.9746125rem;top:315.50001144409rem;left:3.0625000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDfieT5xPx7E5JCTwaFzTEUSxr9wkpre { width:9.5rem;height:3rem;top:309.12501144409rem;left:0.78125005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMM0nimWRSB0RK37iAhiyALGHrwD2xJC { width:20rem;height:14.5rem;top:325.97592163086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDE8lcO60WftuGpE0htoEX3K3MNs2WsI { width:10.75rem;height:14rem;top:320.37826538086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP0ITne40RFFP9JsufFMDC7K0owzmA1F { width:20rem;height:0;top:342.58070905151rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihatFNnW5NT9Fhh7ha26Vb4gDhpLH3Dm { width:13.875rem;height:0.9746125rem;top:336.48567771912rem;left:3.0625000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fk31NpP9mXNWbSBkE9OQScHQhom0fUId { width:9.1875rem;height:1.4622375rem;top:338.20573043823rem;left:5.4062502980232rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzWJdcZFTEp6QSCFk4wTSu14QVFTx1LC { width:20rem;height:2.5996125rem;top:366.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHfmiI5RSWOO0ClMazU9UZmQ7e7TIOOv { width:20rem;height:4.54948125rem;top:369.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uC8h1OndqBptoCnmyLh2k5Rm1eeqpn5A { width:9.75rem;height:6rem;top:328.41993331909rem;left:9.7500002980231rem;font-size:1.25rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Lrx6Oq19WhQxdwLaqRO8w1CZODPvd9Xd { width:20rem;height:14.5rem;top:349.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5q9bgFOG5RStv2rwHqEEAtuFqERM9u { width:14.75rem;height:10.75rem;top:342.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJrWy0EgZk3BWgkqFIGWAsn2RAN5iDUO { width:19.625rem;height:2.886725rem;top:353.875rem;left:0.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJP9rwNRcXWrNhsOUbJSmOdA2L3uFt9X { width:13.875rem;height:0.9746125rem;top:358rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsIptN260fcNrHW5WIsNvkUXpOoKWT16 { width:9.1875rem;height:1.4622375rem;top:361.0625rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu { display:block; }#ePfXhrSJ3mifVBQyZ6n60rT4RNoSC5gu > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STocOuRonlLgLqHyErHBMW0v3VgomOR1 { width:20rem;height:12.8125rem;top:14.375rem;left:0rem;z-index:15004;box-shadow: -0.3125rem 0.5625rem 0.4375rem rgba(0,0,0,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #L3ze7EEnPtnZ4phVSJAk95AFUns8n6Oy { top:1.3125rem;left:0rem;width:20rem;height:17.5rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dx6GaOtD9hR12TNi0SeqO1FL0EtWyuvI { width:20rem;height:17.256857855362rem;top:95.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdauAihkkKR3Clgoy0TxSJg1Bz5L4hZ8 { width:8.5625rem;height:11.6875rem;top:4.21875rem;left:6.1041668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDvAKP43dQIC0mLx8KpbxufCgbLTALBw { width:16.625rem;height:2.4746125rem;top:15.9375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNkCkTQX87zWnpXDw6u3KLBtA9MHxdTy { width:17.8125rem;height:3.65625rem;top:18.953125953674rem;left:1.0937500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w5qkXWeHRXb5k9HQa3CoHAS1APPEva7P { width:13.875rem;height:1.54361875rem;top:23.375000953674rem;left:3.0625000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJZg4OThT3PFD7kMTBGh10oKHhVTNalJ { width:9.1875rem;height:1.29980625rem;top:24.917969703674rem;left:5.4062502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WK6Mt8RP0G1zarJwomgIrPwfQgUnlqav { width:20rem;height:18.818181818182rem;top:21rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL { display:block; }#xWvfFsIXVRwlFCquXL4xcfXTubpUk7UL > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccmaOJgmuyBN99RoThqQwLR2w4Z0qMAQ { width:20rem;height:4.2744125rem;top:24.875rem;left:0rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXyimyfAkUmUd5haWD9uPvuu3040OZwU { width:20rem;height:3rem;top:29.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ak0F2E5qAoTEwCclgLJdUdTxZ36CFqIW { width:20rem;height:3.59765625rem;top:32.875rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m17qBTlMfvxqA8L0nv1Q485ST6tTmgpV { width:20rem;height:19.8125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV68dsTOP1gaWVUE59y4kMTTZx1Ftad6 { top:0rem;left:0.81250005960463rem;width:18.375rem;height:25.0625rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NnN80de00trAvA0ApzIaeFshRRvOVvc5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b24bae5-ea3f-41ea-97ba-c9bafbe4c38c/bgtextura.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5.adaptive-delivery-prevent-bg, #NnN80de00trAvA0ApzIaeFshRRvOVvc5.lazyload, #NnN80de00trAvA0ApzIaeFshRRvOVvc5.lazyloading { background-image: none; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container { background-color: transparent; background-image: none; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.63); }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container > .video-iframe-container { display: none; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.63); }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row > .video-iframe-container { display: none; }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .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); }#NnN80de00trAvA0ApzIaeFshRRvOVvc5 > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PULL6z4eJ9uyVWtwKNHgvlIVRd3gFLfz { width:10rem;height:5.875rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAVEy6B0QWqqDT2a3mVH8RqBMJGq74JF { width:17.5rem;height:4.94921875rem;top:8.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmJTlT5SH2qgWbbPE5kWwDcFBZ07qLxZ { width:16.875rem;height:5.36230625rem;top:20.3359375rem;left:1.5625rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkBlV270ST7uyTGiwpJROdzgOSQ0Fkwc { width:19.0625rem;height:1.51236875rem;top:17.3125rem;left:0.5rem;font-size:1.375rem;color:#ef000a;display:block; }
 }@media only screen and (max-width: 763px) { #QFiiCfxUBfslTHT7JiJZ2tcOZgyUTTRo { width:10.25rem;height:1.4624rem;top:18.875rem;left:4.875rem;font-size:1.125rem;font-family:montserrat;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyukThT1tK7ZGpXm4eVrGle4wgcsdUJE { width:2.75rem;height:2.75rem;top:31.4375rem;left:4.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdFUQHzvOr25pTPkDEmndOzeeR5RELtw { width:8.125rem;height:1.94921875rem;top:31.8125rem;left:7.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lH89tdtVtH0xcdOEShf5fliAXRl6C4J9 { width:19.875rem;height:35.5rem;top:0.6875rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #snuDNz06P3ArHUm9Ac3MKfJ3O2xLDp0E { width:20rem;height:3.8125rem;top:26.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEAPaqTPp4iqZc0tELsKn17HRGUX0pM { display:block; }
 }@media only screen and (max-width: 763px) { #ko7nSerJvea2T47o1rNAqLqhseDiAAea { width:6.1875rem;height:6.4375rem;top:37.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEcWcRaxP3MPFrQCiEgwaNeU4QO5D42p { width:12rem;height:4.94921875rem;top:38.0625rem;left:7.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXn47Bs7OFW1I9G0ygwEggRrwRxNRIb4 { width:17.875rem;height:6.75rem;top:44.8125rem;left:1rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6w1DcUhVATJUXD2evu9JyxWtRxT5T6M { width:10.25rem;height:1.4619125rem;top:52.8125rem;left:4.8125rem;font-size:1.125rem;font-family:montserrat;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #wxayVF8R9HEIIoUy4BCAc4XdwimVnh6S > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }