.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:231,248,245;--color-primary-1:174,233,220;--color-primary-2:92,210,185;--color-primary-3:46,105,93;--color-primary-4:14,32,28;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:241,241,241;--color-secondary-3:227,227,227;--color-secondary-4:209,209,209;--color-tertiary-0:255,255,255;--color-tertiary-1:79,79,79;--color-tertiary-2:76,76,76;--color-tertiary-3:69,69,69;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 { position:relative;display:block; }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 { background-color: transparent; background-image: none; }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 > .row .container > .video-iframe-container { display: none; }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 > .row > .video-iframe-container { display: none; }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 { border-width: 0; border-radius: 0; }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 > .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; }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 > .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:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0625rem;left:17.8125rem;height:3.25rem;font-style:normal;display:block; }
#c0taTT8nZJoLwtIXTd74201MJPoHg78X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.15625rem;left:15.46875rem; }
#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { font-size:0.875rem;font-family:arial;height:84.3125rem;width:60rem;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:rgba(var(--color-tertiary-0),1);display:block;width:58.6245rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:14995;line-height:1.4;letter-spacing:0;top:2.625rem;left:0.6875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:22.875rem;left:3.625rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4980625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:64.625rem;left:6.75048828125rem;height:5.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t7X0huQLbEcKTFew7Ein5IdZTdMnquS4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-primary-2),0.75) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:42.0605625rem;height:4.3120125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:74.1875rem;left:8.96923828125rem;display:block; }
#pH5Va7GSAd9VKlEovOpVTQmtTrdzAdUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5y7h1KlNZkZv0uaUrUkvWcddvuM26UB { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:43.5rem;top:15.75rem;left:8.3125rem;display:block; }
#tM8Nz8M3GvaCh1Izdla6Qms6zib3frxL { 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:30.8125rem;width:54.75rem;top:30.3125rem;left:2.625rem;overflow:hidden;display:block; }
#bLG8Ta17voBgpcHKXm0vwDOF0xdIKyzc { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:79.53857421875rem;left:9.09375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { font-size:0.875rem;font-family:arial;height:100.5rem;width:60rem;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.1875rem;left:1.875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.5616312026975rem;left:3.5308170318604rem;height:86.084075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A { 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; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { background-color: transparent; background-image: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { border-width: 0; border-radius: 0; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { font-size:0.875rem;font-family:arial;height:78.5625rem;width:60rem;position:relative;display:block; }#oXr47z7ecpWdNdtOXksSSKZw7LeZ6KZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:11.1875rem;left:15.875rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hIkLNIx2WEU8CHToZ8SofPRVynouscax { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.30859375rem;left:2.34375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkyWwN0ImQ14U4LlDq7pgI8DBrCQ9HAT { box-sizing:content-box;height:10.0625rem;width:43rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:9.25rem;left:13.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#OiCczPkzeTi8WCpERIK6gxfH5xfLwdRR { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:25.25rem;left:16.1875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AzWBUPVgChP7HS1HNL7FXqOeElTfDaR2 { box-sizing:content-box;height:10rem;width:42.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:23.3125rem;left:14.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#Hp5TaEnDx2EE7iJL0EVxQUwo60KzfC1c { 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:11.3748125rem;width:11.3748125rem;top:28.074470520019rem;left:47.374677658081rem;overflow:hidden;display:none; }
#ITEFgWtV3s578MXcz2deV2prGwldcEow { box-sizing:content-box;height:9.875rem;width:42.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:37.4375rem;left:13.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#IZ6hmyU7y07OHZszEDGKgAcOMxUo6vMP { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:39.375rem;left:16.0625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q3c7V9kfW7xT0TMNydcAWfxFE2ig6NzE { box-sizing:content-box;height:10rem;width:42.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:51.3125rem;left:13.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#wdlZHEqiTfEaQamOm7qyAZqerPRMuSyd { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:53.25rem;left:16.0625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UINmKSZ64elxtETD7kNrhNT38ki26Spd { 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:6.9375rem;width:8.625rem;top:10.875rem;left:3rem;overflow:hidden;display:block; }
#TyBns9tJXllUtg1gbQzaKvqlTTLbOn3r { 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:6.9375rem;width:8.625rem;top:24.9375rem;left:3rem;overflow:hidden;display:block; }
#qUHmT2rVXnIz47wh2E29Dpi4wLQreFkF { 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:6.9375rem;width:8.625rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#OadxJSDNSGwR4Ic4TNC86bK5gnSMwo63 { 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:6.9375rem;width:8.625rem;top:39rem;left:3.125rem;overflow:hidden;display:block; }
#BFTQeIWrHkeOXL2GKkOeX0vudC4SovTP { 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:6.9375rem;width:8.625rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#DUWG5fvRi0fIvq9MKC1uwI85A4uHSfxW { 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:6.9375rem;width:8.625rem;top:52.9375rem;left:3.125rem;overflow:hidden;display:block; }
#NTFbs0yTuNrpBeF449kWIRHGy4qaMopi { box-sizing:content-box;height:10rem;width:42.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:65.125rem;left:14rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#HNCZX618IvflPSyGn00HhQgc9Z1TPASD { 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:6.9375rem;width:8.625rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#vWhfRrxlEyXESKTJXpxqtRmvo0ba1Tpe { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:67.0625rem;left:16.125rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oSDqeGITqUbZRg140NfTeUaK1WzkK1Wn { 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:6.9375rem;width:8.625rem;top:66.75rem;left:3.0625rem;overflow:hidden;display:block; }
#lFAH5ro1VbR5UtilAOP79NP4vZET9nHx { box-sizing:content-box;height:10rem;width:42.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:51.3125rem;left:13.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:none; }
#i91WRJvS8PffFEE5fnCwUOtJkNsdAQ9D { 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:6.9375rem;width:8.625rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#rCHVEUFXOGvZ9HytATBaWKBlhiI8bvUi { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:53.25rem;left:16.0625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { background-color: transparent; background-image: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { border-width: 0; border-radius: 0; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#sy7HHcp5MkASbhKSGWQ1oNAuOqJTAc2X { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:17.375rem;left:6rem;height:15.9243rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5eeJGHgZMVDPcIhNvKW7MOpV9wclwRg { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:40.4482421875rem;left:1.875rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y1F7V8WOSUXeaDiZTtq7iIgNyAFmy7NI { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.8733711242676rem;left:3.5308170318604rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDBBH9BMvGVZyHeyTdORirzcarDQW2Dg { box-sizing:content-box;height:22.5625rem;width:54.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.0625rem;left:2.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
#TNGWcBATq7TUc0i8AUPgyZWfTny941Rw { 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:15.9375rem;width:15.9375rem;top:3.4375rem;left:22.0625rem;overflow:hidden;display:block; }
#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { background-color: transparent; background-image: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container > .video-iframe-container { display: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container { display: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { border-width: 0; border-radius: 0; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { font-size:0.875rem;font-family:arial;height:104.125rem;width:60rem;position:relative;display:block; }#EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6871875rem;position:absolute;font-family:rubik;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.1243534088135rem;left:0.99717903137206rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { color:rgba(var(--color-tertiary-0),1);display:block;width:52.937rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.6865234375rem;left:3.37109375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:52.25rem;left:15rem;height:3.375rem;font-style:normal;display:block; }
#oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:61.4375rem;left:10.125rem; }
#Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.9375rem;left:15rem;height:1.7871125rem;font-style:normal;display:block; }
#q7bP2EX5k0nvfJqaGBDQ0kcHH1Kzz8fK { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:63rem;left:15rem;height:3.375rem;font-style:normal;display:block; }
#O6gq1KIDNpVONLfB34mP4C5Bu9GsfMCX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:60.625rem;left:15rem;height:1.7871125rem;font-style:normal;display:block; }
#doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:51rem;left:10.4375rem; }
#Llnl39r8w98w7n3lbAwS9LNzxa3rx0wM { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:73.75rem;left:15rem;height:1.6875rem;font-style:normal;display:block; }
#TNH6esr19K3scx3pblvABp9UM4JInkRV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:71.5rem;left:15rem;height:1.7871125rem;font-style:normal;display:block; }
#mqOTinTTXgbHlQqWIF2hhy8ev1XkNurk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:72.5rem;left:10.5rem; }
#OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { position:absolute;display:block;z-index:15002;background-color:#3e3e3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-0),0.24) ;height:8.375rem;width:42.875rem;top:48.3125rem;left:8.4375rem;display:block; }
#Nn1P5dqWNE3W6EZwVX8V5AGhP8Hvg0iR { position:absolute;display:block;z-index:15003;background-color:#3e3e3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-0),0.24) ;height:8.4375rem;width:42.875rem;top:59.0625rem;left:8.375rem;display:block; }
#fz4JcQN6ny6hSgtCLRcc6Dn4dpwX4SFt { position:absolute;display:block;z-index:15004;background-color:#3e3e3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-0),0.24) ;height:8.375rem;width:42.875rem;top:69.8125rem;left:8.375rem;display:block; }
#FIKRNzx84yzlhQLAe06WLxCgG8qbU36f { position:absolute;display:block;z-index:15005;background-color:#3e3e3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-0),0.24) ;height:8.3125rem;width:42.875rem;top:80.8125rem;left:8.375rem;display:block; }
#UcI5izCfER5TITRgLBFcTQzFoSq3E4ym { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:82.4375rem;left:15rem;height:1.7871125rem;font-style:normal;display:block; }
#BJaUBaI9X4R9eF6fD1qKlhUJxcHp4yW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:84.6875rem;left:15rem;height:1.6875rem;font-style:normal;display:block; }
#wZaXdwwuKiSUziBgDGgsCPE7xnZTuTPM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:83.5rem;left:10.3125rem; }
#iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:93.9375rem;left:1.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:97.8125rem;left:3.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9TN8EqQw8l1T7PfcHJUt7pxiTxdd25k { 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:35.9375rem;width:20rem;top:20.8125rem;left:19.84033203125rem;overflow:hidden;display:block; }
#TiiUOL43xgRFI0JlUPWSRD31GF4Fou8A { 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:38.25rem;width:35.8125rem;top:17.4375rem;left:11.93408203125rem;overflow:hidden;display:block; }
#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { position:relative;display:block; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { background-color: transparent; background-image: none; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container > .video-iframe-container { display: none; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row > .video-iframe-container { display: none; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { border-width: 0; border-radius: 0; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .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; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .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:46.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OZSk7DBViUsVAfft6DL4d3Pbcfy5TfHT { position:absolute;display:block;z-index:15006;border-top:0.5rem solid #202020;border-left:0.5rem solid #202020;border-right:0.5rem solid #202020;border-bottom:0.5rem solid #202020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.3125rem;width:25.75rem;top:2.46875rem;left:31.625rem;overflow:hidden;display:block; }
#qTeEoe2me7bUTwrziVA26H7b5zvQFtTD { color:rgba(var(--color-primary-4),1);display:block;width:12.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:20.625rem;left:8.84375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgqLcUtLtKlSyb2xHZEu0uppKVzElrDT { color:rgba(var(--color-primary-4),1);display:block;width:12.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:20.625rem;left:38.84375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pU8n6lpmGOTXfOoPytCgP2GPOJkrTSRw { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:24.6875rem;left:2.75rem;height:16.875rem;font-style:normal;display:block; }
#B6swV19dgNRZ8IBdcsptqB6KTbzqBz0J { box-sizing:content-box;height:2.375rem;width:13rem;position:absolute;display:block;z-index:15004;background-color:#202020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.33740234375rem;left:8.5rem;display:block; }
#MaJpqi4nJXIAWbNDHnF0HqD3SGnm9MSM { box-sizing:content-box;height:2.375rem;width:13rem;position:absolute;display:block;z-index:15005;background-color:#202020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.33740234375rem;left:38.5rem;display:block; }
#GuI6qhzWx4Zn4lMX79rAsMSncMnGQ0R6 { position:absolute;display:block;z-index:15007;border-top:0.5rem solid #202020;border-left:0.5rem solid #202020;border-right:0.5rem solid #202020;border-bottom:0.5rem solid #202020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.3125rem;width:25.5rem;top:2.46875rem;left:1.625rem;overflow:hidden;display:block; }
#sXSxbQ8sbLozSkoOaU03EglCiFgfQRIR { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:24.6875rem;left:32.75rem;height:18.5625rem;font-style:normal;display:block; }
#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 { position:relative;display:block; }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 { background-color: transparent; background-image: none; }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 > .row .container > .video-iframe-container { display: none; }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 > .row > .video-iframe-container { display: none; }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 { border-width: 0; border-radius: 0; }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 > .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; }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 > .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:18.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5cd2b9;background-image:none;color:#ffffff;padding-top:0.8325rem;padding-right:0.744375rem;padding-bottom:0.8325rem;padding-left:0.744375rem;display:block;align-items:center;width:4.465625rem;min-width:4.465625rem;height:4.475625rem;position:relative;font-family:arial;font-size:3.330625rem;font-weight:700;line-height:71.61px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu .widget-text.counter-label { background-color:;background-image:none;color:#202020;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.955rem;height:1.769375rem;position:relative;font-family:"open sans";font-size:1.249375rem;font-weight:700;line-height:28.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:27.8125rem;height:8.43rem;padding-top:0.145rem;padding-right:0.145625rem;padding-bottom:0.145rem;padding-left:0.145625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.78125rem;left:15.947265625rem;z-index:5000; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #KuUKsTxKIPNvKTZolMdkKscOla6lCI0h { display:flex;position:relative;top:0rem;left:0rem; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #grK5T9aQ6FQhBVu4nfJxWEFiaNFFFp2f { width:auto; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #rHf0f9pLudib2xT0Kfx0Qm5lKzdeGvwf {  }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #NxJwDa9kQSX8tU4cT5X6I3IdlMNKlCk3 { display:flex;position:relative;top:0rem;left:0rem; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #NLPzF7sX9XX2FBAyABO4aQVfT5qyRZyJ {  }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #hql5BfvfBh67MSKw0RfSXgwl8zy7MpX4 {  }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #RVOeyeHZovCavhxFCCVnVFWB29DFzmQp { display:flex;position:relative;top:0rem;left:0rem; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #hDfiIOkIoOwPIDDGbIeSQbtN8OyMxU5W {  }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #h9MmvTcNFpThV11fbZUIfvSRdrsx6Sm5 {  }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #HT32PWrZcT6JJzW3cbBzROM51IDzA1AK { display:flex;position:relative;top:0rem;left:0rem; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #uVGiLp8wTUhLBTrls7EWDU6fT0QoAhPa {  }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #hTTknxmflIAbOy4MKUIEICgefrALAZRK {  }
#v4mPIABTNqEVSdtyHTw5MJK5fTsbyQiq { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1875rem;left:1.875rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { position:relative;display:block; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { background-color: transparent; background-image: none; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container > .video-iframe-container { display: none; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row > .video-iframe-container { display: none; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { border-width: 0; border-radius: 0; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .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; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .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:39.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Me9m7wdbt6PWCs3BtwzoqBSd06oX9MFL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.35) ;height:16.375rem;width:51.25rem;top:18.3115234375rem;left:4.18701171875rem;display:block; }
#guQxP2T80ahyLJs2T6XTiMEtCmoKWJdg { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.75rem;left:22.71875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0divl5AZuyk2bX4tW17UaCTTlyfuJid { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8.1123046875rem;left:10.8125rem;height:3.1499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElrGnAfBP9vNacCmfme8woabgnuaEQHg { color:rgba(var(--color-tertiary-1),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGHZrxscr7Pd9TDkk0SC5ki8K6TNSfoG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:8.25rem; }
#bNyPwmmvsfLsT8PJcRCgQhQ5H4vPZ3WM { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:23.4375rem;left:12.15625rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSb5ExdA65ef9PRFItm3KRoLvAhKZvrO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-primary-2),0.75) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#x8iMEB17vWf0pKQnSxZIq9urslp3K2od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdIS81a66ohUeSwc7sSronWCwmmiKq08 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#G1X4Dp46EZI1JrxWwu5ZrE0ucWbCgTqr { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#H6kXsqll2BdGfAcLVKGtu3UP6Zk2U2hs { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#XXTwKzeiNfXW0RV6T6iiePMT4FnZ4A3H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:10.875rem;top:3.5rem;left:42.3125rem;overflow:hidden;display:block; }
#BR9ESqv2m6f7Wkv9d2bEsPmcvnReHBxa { 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:17.5625rem;width:16.375rem;top:1.875rem;left:39.6875rem;overflow:hidden;display:block; }
#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { position:relative;display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { background-color: transparent; background-image: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container > .video-iframe-container { display: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row > .video-iframe-container { display: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { border-width: 0; border-radius: 0; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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:103.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:2.3125rem;left:3.15625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { color:rgba(var(--color-tertiary-4),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:7.625rem;left:9.46875rem;height:2.25rem;font-style:normal;display:block; }
#dBoEkT0aDlXEulpZRrWZmlhCt0Mhl7Bg { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),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-tertiary-4),0.25) ;height:33.1875rem;width:52.125rem;top:13.686538696289rem;left:3.9366321563721rem;display:block; }
#TzADk7OEWqueU7yBqVVbAJoedsOOsOBG { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8120625rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.89684009552rem;left:6.5934238433837rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#dbupoPN6TTS7cUIBeT7L58UZpu5TCLUX { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:23.3671875rem;left:6.59326171875rem;height:15.39845rem;font-style:normal;display:block; }
#K23ppKrIWaZCOt28D9Z7akv17GtasmNB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.1875rem;width:22.1875rem;top:20.93505859375rem;left:33.05908203125rem;overflow:hidden;display:block; }
#O1m0GKkccuwTW1BV9GMxMRSvxOkrw0xn { color:rgba(var(--color-tertiary-1),1);display:block;width:24.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:42.73486328125rem;left:6.59326171875rem;height:1.92480625rem;font-style:normal;display:block; }
#TIwtrPxpNBdUQed0z39fTPefSTc5atzp { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(171deg, #f3f3ff, rgba(var(--color-secondary-0),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-tertiary-4),0.25) ;height:37.9375rem;width:52.125rem;top:51.75rem;left:3.9375rem;display:block; }
#gfK342l1BvSDe1qnEPLOWt2T7y8f1wCf { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8115rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:54.25rem;left:6.625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#fuNoPTW5JFv789IL0Xn7LvuEQCc6Uha7 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.9375rem;width:22.5625rem;top:61.99267578125rem;left:30.770400771866rem;overflow:hidden;display:block; }
#xkfWgTF6ntqAwWTlD77KHd9xerIEEHk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:61.875rem;left:6.625rem;height:21.1728625rem;font-style:normal;display:block; }
#U2ZMzqQc0bL65al9LiZmLyyiiZIbQxTW { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:85.625rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { color:rgba(var(--color-tertiary-4),1);display:block;width:53.6870625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:94.125rem;left:3.125rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { color:rgba(var(--color-tertiary-1),1);display:block;width:22.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:98.5625rem;left:18.5625rem;height:1.92480625rem;font-style:normal;display:block; }
#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa { position:relative;display:block; }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa { background-color: transparent; background-image: none; }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa > .row .container > .video-iframe-container { display: none; }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa > .row > .video-iframe-container { display: none; }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa { border-width: 0; border-radius: 0; }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa > .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; }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa > .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:18.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5cd2b9;background-image:none;color:#ffffff;padding-top:0.8325rem;padding-right:0.744375rem;padding-bottom:0.8325rem;padding-left:0.744375rem;display:block;align-items:center;width:4.465625rem;min-width:4.465625rem;height:4.475625rem;position:relative;font-family:arial;font-size:3.330625rem;font-weight:700;line-height:71.61px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 .widget-text.counter-label { background-color:;background-image:none;color:#202020;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.955rem;height:1.769375rem;position:relative;font-family:"open sans";font-size:1.249375rem;font-weight:700;line-height:28.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:27.8125rem;height:8.43rem;padding-top:0.145rem;padding-right:0.145625rem;padding-bottom:0.145rem;padding-left:0.145625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.78125rem;left:15.947265625rem;z-index:5000; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #d0pLN81u4vbescdtEuu7S7xTuDegMhKX { display:flex;position:relative;top:0rem;left:0rem; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #hW2k39GuPrRVOMOAadU4dNs3XklBPyT0 { width:auto; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #EtHKvVEPECy7bXyC9Vani5dZ1daC5xC2 {  }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #qaTFini8hGAWyqrxellw7NeXbVwcwVTb { display:flex;position:relative;top:0rem;left:0rem; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #EMOawPW5dzr7IoFJ3RCat2kIbFBngJlx {  }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #f0pBLLs4tTIlQQWzTW2n6hfUtcMkw1T8 {  }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #fBpG18yWKzL7D2eBpNvAvPOb2sy5QToV { display:flex;position:relative;top:0rem;left:0rem; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #RRfDJJZwcMVg425AUHJxseZML4ac1Xiz {  }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #CpUffGvp36i1goe7NVRvEut8EBQOEOQG {  }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #OE6BcmU9uzeaV7qBLgWdGRJ9rnVpWlm2 { display:flex;position:relative;top:0rem;left:0rem; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #O3kCFt4aT7IOTFsZ2W7sr2NDwgeeqhTD {  }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #bSqqLN9chqu70aET2VPn0FIUNTwOO1hv {  }
#mN7V7O3BDgV8y8TGaTC8l2pEtEs6LieR { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1875rem;left:1.875rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U { position:relative;display:block; }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U { background-color: transparent; background-image: none; }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U > .row .container > .video-iframe-container { display: none; }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U > .row > .video-iframe-container { display: none; }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U { border-width: 0; border-radius: 0; }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U > .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; }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U > .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:39.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mAx53M81VGx5Hm1TRxF6XFu3ITFdxPQr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.35) ;height:16.375rem;width:51.25rem;top:18.3115234375rem;left:4.18701171875rem;display:block; }
#SCakJxwFShVf3ZTomHqTTNUB8Ky7qbsS { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.75rem;left:22.71875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTilKSEMmHnblq4NIUtorMr1HVifaNsI { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8.1123046875rem;left:10.8125rem;height:3.1499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRBgE5Xv1oX0t0FqZkgO2rc0pskaTpml { color:rgba(var(--color-tertiary-1),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#En71gkkDeZEM9QRcSz1nVbgwuuV5P6ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:8.25rem; }
#zTw5L6bXQdtAUeiPomos1p9TdpvDoizu { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:23.4375rem;left:12.15625rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgtRM6bNwp6iwvSuE0vLADM7WF3dllNS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-primary-2),0.75) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#nIl3i7wNyp3TgCw449oXkCssHTiokdLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNdzl5IDqz8xLzGfaagrDf90UPTAFoul { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#SNxqVzGbcuKCWvNuPOXyHyPyyb0cetOh { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#wKwDiy5GzbcBhporhqm5rWRXAnU8C6vW { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#P60xpDzEyEsyKCiKdB54yysKInE4tVxH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:10.875rem;top:3.5rem;left:42.3125rem;overflow:hidden;display:block; }
#akp5t6DITH70XmTIoMsy3Bdykt0OTHhC { 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:17.5625rem;width:16.375rem;top:1.875rem;left:39.6875rem;overflow:hidden;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.501953125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Ty3imO8U16zToNXorZvZMQAsJcwhDUz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#Ty3imO8U16zToNXorZvZMQAsJcwhDUz7 > .row .container { border-width: 0; border-radius: 0; }#Ty3imO8U16zToNXorZvZMQAsJcwhDUz7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty3imO8U16zToNXorZvZMQAsJcwhDUz7 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:none; }#PxMNIARTkexkZWc8XgXgANtXc8abgf5k { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-primary-2),0.75) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.1875rem;height:2.43706875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.99989318847656rem;left:43.997938156128rem;display:block; }
#ehvnzmulUiN1Of846bZN3dgAgsC1LSTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 { display:block; }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { top:1.0625rem;left:11.6875rem;width:26.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0taTT8nZJoLwtIXTd74201MJPoHg78X { top:1.125rem;left:9.34375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:2.625rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:22.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { top:64.625rem;left:0.62548828125rem;width:46.4375rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7X0huQLbEcKTFew7Ein5IdZTdMnquS4 { width:42rem;height:4.25rem;top:74.1875rem;left:2.84423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5Va7GSAd9VKlEovOpVTQmtTrdzAdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #a5y7h1KlNZkZv0uaUrUkvWcddvuM26UB { top:15.75rem;left:1.875rem;width:43.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM8Nz8M3GvaCh1Izdla6Qms6zib3frxL { top:30.3125rem;left:0rem;width:47.75rem;height:26.873002283105rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLG8Ta17voBgpcHKXm0vwDOF0xdIKyzc { top:79.5rem;left:2.96875rem;width:41.8125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:3.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:9.5rem;left:0rem;width:47.75rem;height:86.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A { display:block; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXr47z7ecpWdNdtOXksSSKZw7LeZ6KZ2 { top:11.1875rem;left:8.625rem;width:39.125rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIkLNIx2WEU8CHToZ8SofPRVynouscax { top:2.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyWwN0ImQ14U4LlDq7pgI8DBrCQ9HAT { top:9.25rem;left:4.625rem;width:43rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCczPkzeTi8WCpERIK6gxfH5xfLwdRR { top:25.25rem;left:9rem;width:38.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzWBUPVgChP7HS1HNL7FXqOeElTfDaR2 { top:23.3125rem;left:4.6875rem;width:42.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5TaEnDx2EE7iJL0EVxQUwo60KzfC1c { top:28.0625rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITEFgWtV3s578MXcz2deV2prGwldcEow { top:37.4375rem;left:4.6875rem;width:42.9375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6hmyU7y07OHZszEDGKgAcOMxUo6vMP { top:39.375rem;left:9rem;width:38.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3c7V9kfW7xT0TMNydcAWfxFE2ig6NzE { top:51.3125rem;left:4.6875rem;width:42.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlZHEqiTfEaQamOm7qyAZqerPRMuSyd { top:53.25rem;left:9rem;width:38.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UINmKSZ64elxtETD7kNrhNT38ki26Spd { top:10.875rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyBns9tJXllUtg1gbQzaKvqlTTLbOn3r { top:24.9375rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUHmT2rVXnIz47wh2E29Dpi4wLQreFkF { top:13rem;left:0rem;width:8.625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OadxJSDNSGwR4Ic4TNC86bK5gnSMwo63 { top:39rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFTQeIWrHkeOXL2GKkOeX0vudC4SovTP { top:13rem;left:0rem;width:8.625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUWG5fvRi0fIvq9MKC1uwI85A4uHSfxW { top:52.9375rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFbs0yTuNrpBeF449kWIRHGy4qaMopi { top:65.125rem;left:4.6875rem;width:42.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNCZX618IvflPSyGn00HhQgc9Z1TPASD { top:13rem;left:0rem;width:8.625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWhfRrxlEyXESKTJXpxqtRmvo0ba1Tpe { top:67.0625rem;left:9rem;width:38.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSDqeGITqUbZRg140NfTeUaK1WzkK1Wn { top:66.75rem;left:0rem;width:8.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFAH5ro1VbR5UtilAOP79NP4vZET9nHx { top:51.3125rem;left:4.6875rem;width:42.9375rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #i91WRJvS8PffFEE5fnCwUOtJkNsdAQ9D { top:13rem;left:0rem;width:8.625rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCHVEUFXOGvZ9HytATBaWKBlhiI8bvUi { top:70.125rem;left:0rem;width:14.3125rem;height:9.4375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 { display:block; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy7HHcp5MkASbhKSGWQ1oNAuOqJTAc2X { top:17.375rem;left:0rem;width:47.75rem;height:15.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5eeJGHgZMVDPcIhNvKW7MOpV9wclwRg { top:40.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1F7V8WOSUXeaDiZTtq7iIgNyAFmy7NI { top:1.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDBBH9BMvGVZyHeyTdORirzcarDQW2Dg { top:14.0625rem;left:0rem;width:47.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGWcBATq7TUc0i8AUPgyZWfTny941Rw { top:3.4375rem;left:15.9375rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { display:block; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { top:4.0625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { top:14.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { width:33.375rem;height:3.375rem;top:52.25rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { width:3.3125rem;height:3.3125rem;top:61.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { width:16.75rem;height:1.75rem;top:49.9375rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7bP2EX5k0nvfJqaGBDQ0kcHH1Kzz8fK { width:35.625rem;height:3.375rem;top:63rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6gq1KIDNpVONLfB34mP4C5Bu9GsfMCX { width:14.875rem;height:1.75rem;top:60.625rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { width:2.625rem;height:2.625rem;top:51rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llnl39r8w98w7n3lbAwS9LNzxa3rx0wM { width:35.625rem;height:3.375rem;top:73.75rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNH6esr19K3scx3pblvABp9UM4JInkRV { width:16.875rem;height:1.75rem;top:71.5rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqOTinTTXgbHlQqWIF2hhy8ev1XkNurk { width:2.625rem;height:2.625rem;top:72.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { top:48.3125rem;left:2.3125rem;width:42.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1P5dqWNE3W6EZwVX8V5AGhP8Hvg0iR { top:59.0625rem;left:2.25rem;width:42.8125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz4JcQN6ny6hSgtCLRcc6Dn4dpwX4SFt { top:69.8125rem;left:2.25rem;width:42.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKRNzx84yzlhQLAe06WLxCgG8qbU36f { top:80.8125rem;left:2.25rem;width:42.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcI5izCfER5TITRgLBFcTQzFoSq3E4ym { width:14.875rem;height:1.75rem;top:82.4375rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJaUBaI9X4R9eF6fD1qKlhUJxcHp4yW3 { width:35.625rem;height:3.375rem;top:84.6875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZaXdwwuKiSUziBgDGgsCPE7xnZTuTPM { width:2.9375rem;height:2.9375rem;top:83.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { top:93.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { top:97.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9TN8EqQw8l1T7PfcHJUt7pxiTxdd25k { top:20.8125rem;left:13.71533203125rem;width:20rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiiUOL43xgRFI0JlUPWSRD31GF4Fou8A { top:17.4375rem;left:5.80908203125rem;width:35.8125rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { display:block; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZSk7DBViUsVAfft6DL4d3Pbcfy5TfHT { top:2.4375rem;left:21rem;width:25.75rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTeEoe2me7bUTwrziVA26H7b5zvQFtTD { top:20.625rem;left:5.78125rem;width:12.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgqLcUtLtKlSyb2xHZEu0uppKVzElrDT { top:20.625rem;left:29.65625rem;width:12.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU8n6lpmGOTXfOoPytCgP2GPOJkrTSRw { width:24.5rem;height:18.5625rem;top:24.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6swV19dgNRZ8IBdcsptqB6KTbzqBz0J { top:20.3125rem;left:5.4375rem;width:13rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaJpqi4nJXIAWbNDHnF0HqD3SGnm9MSM { top:20.3125rem;left:29.3125rem;width:13rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuI6qhzWx4Zn4lMX79rAsMSncMnGQ0R6 { top:2.4375rem;left:0rem;width:25.5rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXSxbQ8sbLozSkoOaU03EglCiFgfQRIR { width:24.5rem;height:20.25rem;top:24.6875rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 { display:block; }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu { width:18rem;height:5.0625rem;display:flex;top:5.75rem;left:6.49560546875rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #KuUKsTxKIPNvKTZolMdkKscOla6lCI0h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #grK5T9aQ6FQhBVu4nfJxWEFiaNFFFp2f {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #rHf0f9pLudib2xT0Kfx0Qm5lKzdeGvwf {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #NxJwDa9kQSX8tU4cT5X6I3IdlMNKlCk3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #NLPzF7sX9XX2FBAyABO4aQVfT5qyRZyJ {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #hql5BfvfBh67MSKw0RfSXgwl8zy7MpX4 {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #RVOeyeHZovCavhxFCCVnVFWB29DFzmQp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #hDfiIOkIoOwPIDDGbIeSQbtN8OyMxU5W {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #h9MmvTcNFpThV11fbZUIfvSRdrsx6Sm5 {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #HT32PWrZcT6JJzW3cbBzROM51IDzA1AK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #uVGiLp8wTUhLBTrls7EWDU6fT0QoAhPa {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #hTTknxmflIAbOy4MKUIEICgefrALAZRK {  }
 }@media only screen and (max-width: 763px) { #v4mPIABTNqEVSdtyHTw5MJK5fTsbyQiq { top:2.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { display:block; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me9m7wdbt6PWCs3BtwzoqBSd06oX9MFL { width:47.375rem;height:16.375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guQxP2T80ahyLJs2T6XTiMEtCmoKWJdg { width:14.5625rem;height:2.0625rem;top:19.75rem;left:16.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0divl5AZuyk2bX4tW17UaCTTlyfuJid { top:8.0625rem;left:4.6875rem;width:27.625rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElrGnAfBP9vNacCmfme8woabgnuaEQHg { width:29.4375rem;height:2.0625rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHZrxscr7Pd9TDkk0SC5ki8K6TNSfoG { top:8.125rem;left:2.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNyPwmmvsfLsT8PJcRCgQhQ5H4vPZ3WM { top:23.4375rem;left:6.03125rem;width:35.6875rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSb5ExdA65ef9PRFItm3KRoLvAhKZvrO { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iMEB17vWf0pKQnSxZIq9urslp3K2od { display:block; }
 }@media only screen and (max-width: 763px) { #QdIS81a66ohUeSwc7sSronWCwmmiKq08 { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1X4Dp46EZI1JrxWwu5ZrE0ucWbCgTqr { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6kXsqll2BdGfAcLVKGtu3UP6Zk2U2hs { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXTwKzeiNfXW0RV6T6iiePMT4FnZ4A3H { top:3.5rem;left:36.1875rem;width:10.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR9ESqv2m6f7Wkv9d2bEsPmcvnReHBxa { top:1.875rem;left:31.375rem;width:16.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { top:2.3125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { width:41.0625rem;height:2.25rem;top:7.625rem;left:3.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBoEkT0aDlXEulpZRrWZmlhCt0Mhl7Bg { width:47.75rem;height:33.1875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzADk7OEWqueU7yBqVVbAJoedsOOsOBG { top:15.875rem;left:0.46826171875rem;width:46.75rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbupoPN6TTS7cUIBeT7L58UZpu5TCLUX { width:26.75rem;height:17.3125rem;top:23.3125rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K23ppKrIWaZCOt28D9Z7akv17GtasmNB { top:20.875rem;left:25.5625rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1m0GKkccuwTW1BV9GMxMRSvxOkrw0xn { width:24.5rem;height:1.875rem;top:42.6875rem;left:0.46826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwtrPxpNBdUQed0z39fTPefSTc5atzp { width:47.75rem;height:37.875rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfK342l1BvSDe1qnEPLOWt2T7y8f1wCf { top:54.25rem;left:0.5rem;width:46.75rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNoPTW5JFv789IL0Xn7LvuEQCc6Uha7 { top:61.9375rem;left:24.0625rem;width:22.5625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkfWgTF6ntqAwWTlD77KHd9xerIEEHk7 { width:26.25rem;height:21.125rem;top:61.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZMzqQc0bL65al9LiZmLyyiiZIbQxTW { width:24.5rem;height:1.875rem;top:85.625rem;left:0.49989128112793rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { top:94.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { width:22.875rem;height:1.875rem;top:98.5625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wDblyKVizWTWAqH4PBcaoMFN41tPPa { display:block; }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 { width:18rem;height:5.0625rem;display:flex;top:5.75rem;left:6.49560546875rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #d0pLN81u4vbescdtEuu7S7xTuDegMhKX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #hW2k39GuPrRVOMOAadU4dNs3XklBPyT0 {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #EtHKvVEPECy7bXyC9Vani5dZ1daC5xC2 {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #qaTFini8hGAWyqrxellw7NeXbVwcwVTb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #EMOawPW5dzr7IoFJ3RCat2kIbFBngJlx {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #f0pBLLs4tTIlQQWzTW2n6hfUtcMkw1T8 {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #fBpG18yWKzL7D2eBpNvAvPOb2sy5QToV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #RRfDJJZwcMVg425AUHJxseZML4ac1Xiz {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #CpUffGvp36i1goe7NVRvEut8EBQOEOQG {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #OE6BcmU9uzeaV7qBLgWdGRJ9rnVpWlm2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #O3kCFt4aT7IOTFsZ2W7sr2NDwgeeqhTD {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #bSqqLN9chqu70aET2VPn0FIUNTwOO1hv {  }
 }@media only screen and (max-width: 763px) { #mN7V7O3BDgV8y8TGaTC8l2pEtEs6LieR { top:2.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U { display:block; }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAx53M81VGx5Hm1TRxF6XFu3ITFdxPQr { width:47.375rem;height:16.375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCakJxwFShVf3ZTomHqTTNUB8Ky7qbsS { width:14.5625rem;height:2.0625rem;top:19.75rem;left:16.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTilKSEMmHnblq4NIUtorMr1HVifaNsI { top:8.0625rem;left:4.6875rem;width:27.625rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRBgE5Xv1oX0t0FqZkgO2rc0pskaTpml { width:29.4375rem;height:2.0625rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #En71gkkDeZEM9QRcSz1nVbgwuuV5P6ad { top:8.125rem;left:2.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTw5L6bXQdtAUeiPomos1p9TdpvDoizu { top:23.4375rem;left:6.03125rem;width:35.6875rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgtRM6bNwp6iwvSuE0vLADM7WF3dllNS { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIl3i7wNyp3TgCw449oXkCssHTiokdLz { display:block; }
 }@media only screen and (max-width: 763px) { #TNdzl5IDqz8xLzGfaagrDf90UPTAFoul { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNxqVzGbcuKCWvNuPOXyHyPyyb0cetOh { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKwDiy5GzbcBhporhqm5rWRXAnU8C6vW { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P60xpDzEyEsyKCiKdB54yysKInE4tVxH { top:3.5rem;left:36.1875rem;width:10.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akp5t6DITH70XmTIoMsy3Bdykt0OTHhC { top:1.875rem;left:31.375rem;width:16.375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3imO8U16zToNXorZvZMQAsJcwhDUz7 { display:none; }#Ty3imO8U16zToNXorZvZMQAsJcwhDUz7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PxMNIARTkexkZWc8XgXgANtXc8abgf5k { width:12.1875rem;height:2.375rem;top:0.9375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehvnzmulUiN1Of846bZN3dgAgsC1LSTD { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 { display:block; }#TVXFxz9yJapESwCKGH4oxUK2RZRm8PV6 > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { width:17.4375rem;height:1.05615rem;top:0.875rem;left:1.28125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0taTT8nZJoLwtIXTd74201MJPoHg78X { display:flex;width:1.125rem;height:1.125rem;top:0rem;left:0.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:18.9995rem;height:9.62405625rem;top:1.51171875rem;left:0.5rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:18.24925rem;height:6.2988125rem;top:12.873046875rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { width:18.0605625rem;height:8.3994375rem;top:34.123046875rem;left:0.96923828125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7X0huQLbEcKTFew7Ein5IdZTdMnquS4 { width:16.875rem;height:3.5rem;top:44.6865234375rem;left:1.5625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pH5Va7GSAd9VKlEovOpVTQmtTrdzAdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #a5y7h1KlNZkZv0uaUrUkvWcddvuM26UB { width:18.9375rem;height:2.0625rem;top:9.13525390625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM8Nz8M3GvaCh1Izdla6Qms6zib3frxL { width:19.875rem;height:11.1875rem;top:21.072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLG8Ta17voBgpcHKXm0vwDOF0xdIKyzc { width:16.0625rem;height:1.04980625rem;top:48.9990234375rem;left:1.96875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#f1f1f1;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:99.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.1873125rem;height:4.54980625rem;top:1.6232643127441rem;left:0.40581601858139rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:18.999rem;height:89.758275rem;top:7.9361991882325rem;left:0.49967455863952rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A { background-color:#ffffff;background-image:none;display:block; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { background-color: transparent; background-image: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXr47z7ecpWdNdtOXksSSKZw7LeZ6KZ2 { width:14.6245625rem;height:9.44825rem;top:10rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hIkLNIx2WEU8CHToZ8SofPRVynouscax { width:19.187rem;height:4.54980625rem;top:1.44970703125rem;left:0.4052734375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TkyWwN0ImQ14U4LlDq7pgI8DBrCQ9HAT { width:16.1875rem;height:11.9375rem;top:8.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCczPkzeTi8WCpERIK6gxfH5xfLwdRR { width:14.437375rem;height:7.8735625rem;top:25.4375rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AzWBUPVgChP7HS1HNL7FXqOeElTfDaR2 { width:16.1875rem;height:10.1875rem;top:24.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5TaEnDx2EE7iJL0EVxQUwo60KzfC1c { width:3.937175rem;height:3.937175rem;top:26.625978946686rem;left:16.062284469604rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ITEFgWtV3s578MXcz2deV2prGwldcEow { width:16.1875rem;height:13.3125rem;top:37.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6hmyU7y07OHZszEDGKgAcOMxUo6vMP { width:14.4995rem;height:11.0229375rem;top:39.0625rem;left:2.7490234375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q3c7V9kfW7xT0TMNydcAWfxFE2ig6NzE { width:16.125rem;height:11.5rem;top:54.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlZHEqiTfEaQamOm7qyAZqerPRMuSyd { width:14.3125rem;height:9.44825rem;top:55.3125rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UINmKSZ64elxtETD7kNrhNT38ki26Spd { width:3.875rem;height:3.0625rem;top:7rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyBns9tJXllUtg1gbQzaKvqlTTLbOn3r { width:8.625rem;height:6.9375rem;top:13.43603515625rem;left:1.99951171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUHmT2rVXnIz47wh2E29Dpi4wLQreFkF { width:3.875rem;height:3.0625rem;top:22.4375rem;left:0.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OadxJSDNSGwR4Ic4TNC86bK5gnSMwo63 { width:8.625rem;height:6.9375rem;top:39rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFTQeIWrHkeOXL2GKkOeX0vudC4SovTP { width:3.875rem;height:3.0625rem;top:36rem;left:0.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DUWG5fvRi0fIvq9MKC1uwI85A4uHSfxW { width:8.625rem;height:6.9375rem;top:52.9375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTFbs0yTuNrpBeF449kWIRHGy4qaMopi { width:19.875rem;height:10rem;top:80.2495rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNCZX618IvflPSyGn00HhQgc9Z1TPASD { width:3.875rem;height:3.0625rem;top:52.3125rem;left:0.375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #vWhfRrxlEyXESKTJXpxqtRmvo0ba1Tpe { width:20rem;height:0;top:67.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oSDqeGITqUbZRg140NfTeUaK1WzkK1Wn { width:8.625rem;height:6.9375rem;top:66.75rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFAH5ro1VbR5UtilAOP79NP4vZET9nHx { width:16.125rem;height:12.3125rem;top:68.5625rem;left:1.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #i91WRJvS8PffFEE5fnCwUOtJkNsdAQ9D { width:3.875rem;height:3.0625rem;top:67rem;left:0.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #rCHVEUFXOGvZ9HytATBaWKBlhiI8bvUi { width:14.3125rem;height:9.44825rem;top:70.125rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 { background-color:#f1f1f1;background-image:none;display:block; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { background-color: transparent; background-image: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy7HHcp5MkASbhKSGWQ1oNAuOqJTAc2X { width:17.9373125rem;height:17.32176875rem;top:11.0625rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5eeJGHgZMVDPcIhNvKW7MOpV9wclwRg { width:20rem;height:4.19970625rem;top:32.337890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y1F7V8WOSUXeaDiZTtq7iIgNyAFmy7NI { width:19.187rem;height:2.2749rem;top:1.1220703125rem;left:0.4052734375rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GDBBH9BMvGVZyHeyTdORirzcarDQW2Dg { width:20rem;height:21.375rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGWcBATq7TUc0i8AUPgyZWfTny941Rw { width:9.749875rem;height:9.749875rem;top:2.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { display:block; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { width:20rem;height:113.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { width:20rem;height:10.3984375rem;top:2.3117427825927rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { width:20rem;height:4.72411875rem;top:14.498155593872rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { width:18.25rem;height:4.19970625rem;top:45.6875rem;left:0.875rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { width:3.1875rem;height:3.1875rem;top:39.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { width:15.4375rem;height:1.625rem;top:43.25rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #q7bP2EX5k0nvfJqaGBDQ0kcHH1Kzz8fK { width:18.375rem;height:4.19970625rem;top:60.625rem;left:0.8125rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6gq1KIDNpVONLfB34mP4C5Bu9GsfMCX { width:14.9375rem;height:1.625rem;top:58.3125rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { width:2.75rem;height:2.75rem;top:54.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llnl39r8w98w7n3lbAwS9LNzxa3rx0wM { width:18.5rem;height:2.79980625rem;top:77.25rem;left:0.75rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNH6esr19K3scx3pblvABp9UM4JInkRV { width:17.125rem;height:1.625rem;top:74.9375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #mqOTinTTXgbHlQqWIF2hhy8ev1XkNurk { width:2.6875rem;height:2.6875rem;top:71.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { width:20rem;height:12.5rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1P5dqWNE3W6EZwVX8V5AGhP8Hvg0iR { width:20rem;height:13.75rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz4JcQN6ny6hSgtCLRcc6Dn4dpwX4SFt { width:20rem;height:12.8125rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKRNzx84yzlhQLAe06WLxCgG8qbU36f { width:20rem;height:13.625rem;top:85.125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcI5izCfER5TITRgLBFcTQzFoSq3E4ym { width:14.9375rem;height:1.70605625rem;top:90.25rem;left:2.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BJaUBaI9X4R9eF6fD1qKlhUJxcHp4yW3 { width:18.3125rem;height:2.79980625rem;top:92.6875rem;left:0.875rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZaXdwwuKiSUziBgDGgsCPE7xnZTuTPM { width:3rem;height:3rem;top:86.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { width:20rem;height:4.2246125rem;top:101.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { width:17.0625rem;height:2.79980625rem;top:107.1875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9TN8EqQw8l1T7PfcHJUt7pxiTxdd25k { width:13.25rem;height:23.6875rem;top:20.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiiUOL43xgRFI0JlUPWSRD31GF4Fou8A { width:20rem;height:21.3125rem;top:19.22119140625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { display:block; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZSk7DBViUsVAfft6DL4d3Pbcfy5TfHT { width:19.875rem;height:11.125rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTeEoe2me7bUTwrziVA26H7b5zvQFtTD { width:12.3125rem;height:1.78735625rem;top:14.4375rem;left:3.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qgqLcUtLtKlSyb2xHZEu0uppKVzElrDT { width:12.3125rem;height:1.7871125rem;top:52.125rem;left:3.875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pU8n6lpmGOTXfOoPytCgP2GPOJkrTSRw { width:20rem;height:18.89645rem;top:17.900390625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6swV19dgNRZ8IBdcsptqB6KTbzqBz0J { width:13rem;height:2.375rem;top:14.1435546875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaJpqi4nJXIAWbNDHnF0HqD3SGnm9MSM { width:13rem;height:2.375rem;top:51.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuI6qhzWx4Zn4lMX79rAsMSncMnGQ0R6 { width:19rem;height:10.6640625rem;top:0.986328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXSxbQ8sbLozSkoOaU03EglCiFgfQRIR { width:20rem;height:23.62059375rem;top:55.75rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 { display:block; }#DSmTk2RbAiGCHXeApmgHyZP0QU7I0PV7 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu { width:18rem;height:5.0625rem;display:flex;top:3.375rem;left:0.875rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #KuUKsTxKIPNvKTZolMdkKscOla6lCI0h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #grK5T9aQ6FQhBVu4nfJxWEFiaNFFFp2f {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #rHf0f9pLudib2xT0Kfx0Qm5lKzdeGvwf {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #NxJwDa9kQSX8tU4cT5X6I3IdlMNKlCk3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #NLPzF7sX9XX2FBAyABO4aQVfT5qyRZyJ {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #hql5BfvfBh67MSKw0RfSXgwl8zy7MpX4 {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #RVOeyeHZovCavhxFCCVnVFWB29DFzmQp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #hDfiIOkIoOwPIDDGbIeSQbtN8OyMxU5W {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #h9MmvTcNFpThV11fbZUIfvSRdrsx6Sm5 {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #HT32PWrZcT6JJzW3cbBzROM51IDzA1AK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #uVGiLp8wTUhLBTrls7EWDU6fT0QoAhPa {  }
 }@media only screen and (max-width: 763px) { #N8m0gJ93FDkW8nOgld7X8fMqbyQZIEXu #hTTknxmflIAbOy4MKUIEICgefrALAZRK {  }
 }@media only screen and (max-width: 763px) { #v4mPIABTNqEVSdtyHTw5MJK5fTsbyQiq { width:20rem;height:1.92480625rem;top:0.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { display:block; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me9m7wdbt6PWCs3BtwzoqBSd06oX9MFL { width:19.1875rem;height:15rem;top:34.375rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #guQxP2T80ahyLJs2T6XTiMEtCmoKWJdg { width:10.5625rem;height:1.48730625rem;top:35.8125rem;left:4.9375rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J0divl5AZuyk2bX4tW17UaCTTlyfuJid { width:16.4375rem;height:2.0996125rem;top:6.25rem;left:1.78125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElrGnAfBP9vNacCmfme8woabgnuaEQHg { width:20rem;height:3.1494125rem;top:9.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGHZrxscr7Pd9TDkk0SC5ki8K6TNSfoG { display:flex;width:2.8125rem;height:2.8125rem;top:2.3125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #bNyPwmmvsfLsT8PJcRCgQhQ5H4vPZ3WM { width:18.25rem;height:3.8994125rem;top:38.375rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nSb5ExdA65ef9PRFItm3KRoLvAhKZvrO { width:13.75rem;height:3.25rem;top:44.375rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iMEB17vWf0pKQnSxZIq9urslp3K2od { display:block; }
 }@media only screen and (max-width: 763px) { #QdIS81a66ohUeSwc7sSronWCwmmiKq08 { width:2.75rem;height:0.25rem;top:36.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1X4Dp46EZI1JrxWwu5ZrE0ucWbCgTqr { width:2.6875rem;height:0.25rem;top:37.125rem;left:2.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #H6kXsqll2BdGfAcLVKGtu3UP6Zk2U2hs { width:2.5625rem;height:0.25rem;top:36.4375rem;left:16.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #XXTwKzeiNfXW0RV6T6iiePMT4FnZ4A3H { width:13.6875rem;height:24.5rem;top:16.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR9ESqv2m6f7Wkv9d2bEsPmcvnReHBxa { width:18.375rem;height:19.75rem;top:14.6875rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container { width:20rem;height:128.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { width:20rem;height:5.19921875rem;top:1.74853515625rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { width:17.6860625rem;height:3.1494125rem;top:7.748046875rem;left:1.15673828125rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBoEkT0aDlXEulpZRrWZmlhCt0Mhl7Bg { width:19.375rem;height:50.3125rem;top:12.18603515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzADk7OEWqueU7yBqVVbAJoedsOOsOBG { width:17.686625rem;height:6.2988125rem;top:13.998481869697rem;left:1.1566841006279rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dbupoPN6TTS7cUIBeT7L58UZpu5TCLUX { width:17.875rem;height:17.32175625rem;top:21.875rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K23ppKrIWaZCOt28D9Z7akv17GtasmNB { width:16.75rem;height:16.75rem;top:43.9365234375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1m0GKkccuwTW1BV9GMxMRSvxOkrw0xn { width:17.1875rem;height:1.57470625rem;top:40.93701171875rem;left:1.40625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TIwtrPxpNBdUQed0z39fTPefSTc5atzp { width:19.5rem;height:50.1875rem;top:65.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfK342l1BvSDe1qnEPLOWt2T7y8f1wCf { width:18.125rem;height:6.2988125rem;top:66.625rem;left:0.9375rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fuNoPTW5JFv789IL0Xn7LvuEQCc6Uha7 { width:17.9375rem;height:15.8125rem;top:98.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkfWgTF6ntqAwWTlD77KHd9xerIEEHk7 { width:17.9985625rem;height:20.47118125rem;top:74.125rem;left:1rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZMzqQc0bL65al9LiZmLyyiiZIbQxTW { width:18.2495rem;height:1.57495rem;top:95.9375rem;left:0.875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { width:20rem;height:4.54980625rem;top:118.6875rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { width:16.8125rem;height:1.3999rem;top:124.875rem;left:1.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T7wDblyKVizWTWAqH4PBcaoMFN41tPPa { display:block; }#T7wDblyKVizWTWAqH4PBcaoMFN41tPPa > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 { width:18rem;height:5.0625rem;display:flex;top:3.375rem;left:0.875rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #d0pLN81u4vbescdtEuu7S7xTuDegMhKX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #hW2k39GuPrRVOMOAadU4dNs3XklBPyT0 {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #EtHKvVEPECy7bXyC9Vani5dZ1daC5xC2 {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #qaTFini8hGAWyqrxellw7NeXbVwcwVTb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #EMOawPW5dzr7IoFJ3RCat2kIbFBngJlx {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #f0pBLLs4tTIlQQWzTW2n6hfUtcMkw1T8 {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #fBpG18yWKzL7D2eBpNvAvPOb2sy5QToV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #RRfDJJZwcMVg425AUHJxseZML4ac1Xiz {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #CpUffGvp36i1goe7NVRvEut8EBQOEOQG {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #OE6BcmU9uzeaV7qBLgWdGRJ9rnVpWlm2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #O3kCFt4aT7IOTFsZ2W7sr2NDwgeeqhTD {  }
 }@media only screen and (max-width: 763px) { #d7WmvdRMSSBvdcS5Kohvy1l5oXppEuo5 #bSqqLN9chqu70aET2VPn0FIUNTwOO1hv {  }
 }@media only screen and (max-width: 763px) { #mN7V7O3BDgV8y8TGaTC8l2pEtEs6LieR { width:20rem;height:1.92480625rem;top:0.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U { display:block; }#wFLm9iIqFgZC0QQwT1WIBDfFNJBeb80U > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAx53M81VGx5Hm1TRxF6XFu3ITFdxPQr { width:19.1875rem;height:15rem;top:34.375rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #SCakJxwFShVf3ZTomHqTTNUB8Ky7qbsS { width:10.5625rem;height:1.48730625rem;top:35.8125rem;left:4.9375rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bTilKSEMmHnblq4NIUtorMr1HVifaNsI { width:16.4375rem;height:2.0996125rem;top:6.25rem;left:1.78125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRBgE5Xv1oX0t0FqZkgO2rc0pskaTpml { width:20rem;height:3.1494125rem;top:9.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #En71gkkDeZEM9QRcSz1nVbgwuuV5P6ad { display:flex;width:2.8125rem;height:2.8125rem;top:2.3125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #zTw5L6bXQdtAUeiPomos1p9TdpvDoizu { width:18.25rem;height:3.8994125rem;top:38.375rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FgtRM6bNwp6iwvSuE0vLADM7WF3dllNS { width:13.75rem;height:3.25rem;top:44.375rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIl3i7wNyp3TgCw449oXkCssHTiokdLz { display:block; }
 }@media only screen and (max-width: 763px) { #TNdzl5IDqz8xLzGfaagrDf90UPTAFoul { width:2.75rem;height:0.25rem;top:36.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNxqVzGbcuKCWvNuPOXyHyPyyb0cetOh { width:2.6875rem;height:0.25rem;top:37.125rem;left:2.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wKwDiy5GzbcBhporhqm5rWRXAnU8C6vW { width:2.5625rem;height:0.25rem;top:36.4375rem;left:16.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #P60xpDzEyEsyKCiKdB54yysKInE4tVxH { width:13.6875rem;height:24.5rem;top:16.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akp5t6DITH70XmTIoMsy3Bdykt0OTHhC { width:18.375rem;height:19.75rem;top:14.6875rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:1.93408203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3imO8U16zToNXorZvZMQAsJcwhDUz7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Ty3imO8U16zToNXorZvZMQAsJcwhDUz7 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxMNIARTkexkZWc8XgXgANtXc8abgf5k { width:16.5625rem;height:2.125rem;top:0.90625rem;left:1.71875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ehvnzmulUiN1Of846bZN3dgAgsC1LSTD { display:block; }
 }