.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:254,206,206;--color-primary-1:251,109,109;--color-primary-2:248,12,12;--color-primary-3:255,5,5;--color-primary-4:236,3,3;--color-secondary-0:230,251,227;--color-secondary-1:181,244,172;--color-secondary-2:132,237,116;--color-secondary-3:70,213,44;--color-secondary-4:26,47,23;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Bree Serif";--paragraphs-font-family:"Bree Serif"; }@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:#ffffff;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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("../../images.assets-landingi.com/uc/646a363e-7133-4cda-bfa3-0b7e96acd628/7c29bceafbb9478ca604dc3d7447041e.crop_1408x257_0%2c0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7.adaptive-delivery-prevent-bg, #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7.lazyload, #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7.lazyloading { background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { 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; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:#18050a;display:block;width:31rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoVg4qe2yNSCBCOQQg9Kq9vNenXUtLLD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:27.4375rem;top:4.75rem;left:31.068201013514rem;overflow:hidden;display:block; }
#TFVF8T1TcgXECgePQTtlncfINg8ZNHyT { color:rgba(var(--color-tertiary-2),1);display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-2),0.5);top:9.9375rem;left:2.0625rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3bsASBgGEyfrsp20QvEIllqRGncZvyh { 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.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.4375rem;left:7.3125rem;display:block; }
#koIbUUfiivz76agQMMLaR7XVgf9XKGpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E96Zyifg9e7kvSD5xB0L6JWMiNPmJmCV { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-2),0.5);top:15.8125rem;left:7.9375rem;height:5.986325rem;display:block; }#E96Zyifg9e7kvSD5xB0L6JWMiNPmJmCV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E96Zyifg9e7kvSD5xB0L6JWMiNPmJmCV li:before{  }
#CXd9dX8DHcO9GCMz9tQiP7FqRS9pEFZ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.2421875rem;left:3.125rem; }
#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { font-size:0.875rem;font-family:arial;height:91.3125rem;width:60rem;position:relative;display:block; }#I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { color:#ee3162;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:9.125rem;left:38.0625rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#A1gUpTHFILJfJifuNVZATfqCirw4ZLTB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:50.375rem;left:38.0625rem;height:1.3rem;display:block; }
#ufSsM2SvaszRy9bq65nOO8uxDq9seqOL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:18.375rem;top:41.8125rem;left:7.1875rem;overflow:hidden;display:block; }
#CKUTCFf17Uekt0QAdWKMaxqsKeH3Hrvf { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:neuton;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:41.8125rem;left:29.4375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PIfGekfE8MMkhq4xzCZLVQ9iBdIzLGfp { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.6875rem;left:47.4375rem;height:1.3rem;display:block; }
#hLkGo3weITo8pmCiVAtCyrXaOgCa5pPC { color:#ee3162;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:61.375rem;left:38.0625rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UylPhgGA3RRT4uZwnkT8hnnhOPJgOHPp { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:65.4375rem;left:41.25rem;height:1.3rem;display:block; }
#roNewf77qiXknLv7Pfa3B96XVeTChOxV { 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:26.75rem;width:19.9375rem;top:10.1357421875rem;left:0rem;overflow:hidden;display:block; }
#HHroDOgc0EATEXPLPDAADpB0ATzKbiP9 { 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:26.75rem;width:20rem;top:10.1357421875rem;left:40rem;overflow:hidden;display:block; }
#Doa9u0BP3GTT7y8nblZyadrqs7bnOI0h { 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:26.8125rem;width:19.6875rem;top:10.1044921875rem;left:20.15625rem;overflow:hidden;display:block; }
#WNFvdXyDzKDM3IhHhFVcV8BlHX4msSAM { color:#461616;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:49.90234375rem;left:46rem;height:10.348625rem;display:block; }#WNFvdXyDzKDM3IhHhFVcV8BlHX4msSAM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WNFvdXyDzKDM3IhHhFVcV8BlHX4msSAM li:before{  }
#lereIwaMxWWwssCL0szAO9TtLsnnvvlZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:53.076171875rem;left:41.84375rem; }
#QgX2RNNXACi0JFz2Qh1sxWO6bZSoIUTx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:18.875rem;top:72.935546875rem;left:6.9375rem;overflow:hidden;display:block; }
#coEWadOCguzK8LIK7k32dbJ6p2TNlabE { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:87.935546875rem;left:10.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#StcoqomraJgA54UnginiA13uf1Ah5EDr { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:77.6240234375rem;left:27.09375rem;height:7.124rem;display:block; }#StcoqomraJgA54UnginiA13uf1Ah5EDr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#StcoqomraJgA54UnginiA13uf1Ah5EDr li:before{  }
#Sq0RJAQJuc0s22zTyoHRR1GJrMt9KH2B { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:64.201171875rem;left:17.125rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#ZXor4elcU3VLOcLZmfCzt3P6RLBKFSXl { box-sizing:content-box;height:6.625rem;width:59.625rem;position:absolute;display:block;z-index:14999;background-color:#ef1a1a;background-image:none;top:63.625rem;left:0.0625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);display:block; }
#CPASTMHIm69dCQ4spXKDa1I3k2BBPzK5 { color:#f30000;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.13671875rem;left:23.9375rem;height:1.7875rem;display:block; }
#y5mecm5q9vTVqAGyk3TPbBbahmfn8tS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.875rem;left:21.375rem; }
#P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { color:rgba(var(--color-tertiary-2),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:0rem;left:3.375rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STAEmUq4QJqNCOwAO8yiJHtOS94xcwOp { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:60.1875rem;left:10.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#uccHvyduzpVCcIZh7QnRkTQ11xJzQ6lV { color:#461616;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:76.0107421875rem;left:46rem;height:10.348625rem;display:block; }#uccHvyduzpVCcIZh7QnRkTQ11xJzQ6lV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uccHvyduzpVCcIZh7QnRkTQ11xJzQ6lV li:before{  }
#Vy8GxtT3Q1DUZwQiaoRkdFQ3J2W34DAw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:79.748046875rem;left:41.84375rem; }
#sodT23KIWZ23Spf3CDkcUX0kvWDx3MP5 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:49.90234375rem;left:26.34375rem;height:7.124rem;display:block; }#sodT23KIWZ23Spf3CDkcUX0kvWDx3MP5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sodT23KIWZ23Spf3CDkcUX0kvWDx3MP5 li:before{  }
#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { 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; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { background-color: transparent; background-image: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { border-width: 0; border-radius: 0; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { font-size:0.875rem;font-family:arial;height:77.8125rem;width:60rem;position:relative;display:block; }#Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { color:#18050a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { color:#ee3162;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:9rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmCMB3J9ebFnynf4wGZ4TMZJo1efRUzD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.5rem;left:13.71875rem;height:;display:block; }
#aS8Dt2aG8dPSF3AbdSptT8CQMbWK2SDE { color:rgba(var(--color-tertiary-2),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.9375rem;left:8.75rem;height:3.8984375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rhd23QLSGIZtrsMzlC2JKKzHJ4uCKlz2 { box-sizing:content-box;height:4.8125rem;width:46.875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.16796875rem;left:7.5rem;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qniMsyyH0AZp57QqBvOhiFT6IcxuNDCN { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:8.4375rem;top:3.9375rem;left:35.5625rem;overflow:hidden;display:block; }
#VgXrfxxDq5JpxpnmlcPQ9CIMrTi4LiBE { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.25rem;left:20.78125rem;height:1.3rem;display:block; }
#T2EKKdaEogXDrlfSPCHoDdAT8hrgifTI { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:12.3857421875rem;left:10.625rem;height:2.35625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RlsF4vybOvkCmE8MIxt4N8Hc0lT1wny1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.625rem;top:20.25rem;left:20.78125rem;overflow:hidden;display:block; }
#FpkgPm5MNFAufJBchwNblGTMxCMpKpRa { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.447265625rem;left:23.6875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#tXtGtKwG1ULA1ObXOOqMxuwIMHmvXscC { position:absolute;display:block;z-index:15034;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:22.3125rem;width:14.6875rem;top:20.25rem;left:22.46875rem;overflow:hidden;display:block; }
#BwGOXHlxTWuZdBm25uqTrSFDibGOPezB { box-sizing:content-box;height:2.6875rem;width:15.6875rem;position:absolute;display:block;z-index:15000;background-color:#fffdff;background-image:none;top:16.2158203125rem;left:21.53125rem;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-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;display:block; }
#fm1aqcwlZPnBgD3K21XrxVA9RcTJyfDk { position:absolute;display:block;z-index:15037;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.875rem;width:8.3125rem;top:20.25rem;left:37.354166666667rem;overflow:hidden;display:block; }
#NLNIaio8N3tF4cIkdkvIgARKLt3y1UJa { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:8.4375rem;top:18.986328125rem;left:2.8125rem;overflow:hidden;display:block; }
#XFmpUmwqCrmN340EcHtvLOgs9cU5mb8I { position:absolute;display:block;z-index:15036;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-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: none;height:22.5rem;width:16.75rem;top:20.25rem;left:39.125rem;overflow:hidden;display:block; }
#WMJa6fdcSZqe6Uk7PBylmThzzZpA9uRy { box-sizing:content-box;height:2.75rem;width:17.625rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:16.1845703125rem;left:38.1875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-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;display:block; }
#IcAhrc96bhUclZn7cnLcqSHoZ1xxGTe7 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:16.4482421875rem;left:40.4375rem;height:2.6rem;display:block; }
#xt0olFng3IlRS6ugJnP0Pr4EvHBq40kh { position:absolute;display:block;z-index:15040;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:22.4375rem;width:14.8125rem;top:20.25rem;left:4.5rem;overflow:hidden;display:block; }
#pNpKQzysmPFVsigTmeTFT9e46r7vKtuU { box-sizing:content-box;height:2.8125rem;width:16.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:16.3408203125rem;left:3.96875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#W1eSiZUma5ErXz3QQyeEPwKU0KTfLXnE { color:rgba(var(--color-tertiary-2),1);display:block;width:16rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:16.7412109375rem;left:4.84375rem;height:2.6rem;display:block; }
#dQiwlGekyxoIAhzuOzirWiTXethd9n0i { 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:15043;opacity:1;top:12.08203125rem;left:6.875rem; }
#TIrEkG3OAKRaIV970b3ix41vBTFadmpJ { position:absolute;display:block;z-index:15044;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-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: none;height:21.25rem;width:14.9375rem;top:50.279296875rem;left:39.75rem;overflow:hidden;display:block; }
#c9fdx3zy4WTyROb9I0izEk2OmCNAxB2O { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:46.560546875rem;left:40.1875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#qHP90UH9TE0SPAkAQO2r1tl573rWCE7z { box-sizing:content-box;height:3.25rem;width:16.1875rem;position:absolute;display:block;z-index:14998;background-color:#fffdfd;background-image:none;top:46.0478515625rem;left:39.0625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vEcFnzSgklcTuQPB0d67pDxRME30G88a { position:absolute;display:block;z-index:15046;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-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: none;height:21.6875rem;width:14.375rem;top:50.060546875rem;left:4.71875rem;overflow:hidden;display:block; }
#Oa3K1ScBMOBd98ww5y1dxPXnVUu9TecH { box-sizing:content-box;height:3.3125rem;width:15.75rem;position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;top:45.873046875rem;left:4.21875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Rm1tohbVl5KeAUI4rJHETvLN2Jp8n7c6 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.625rem;top:50.4228515625rem;left:3.6875rem;overflow:hidden;display:block; }
#eprSMh7k21uvDxoPzDBJt1n7MCQWITLe { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:46.498046875rem;left:5.09375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#rkJI3UAr6tI0PB19IpUa5KaERAH05Mcr { position:absolute;display:block;z-index:15050;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-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: none;height:20.9375rem;width:16.5625rem;top:50.404296875rem;left:21.71875rem;overflow:hidden;display:block; }
#MDsIgMyZzCddixHDg7PVSsGU3bM6dSSr { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.625rem;top:49.6103515625rem;left:20.84375rem;overflow:hidden;display:block; }
#JFJT48CH2JaH6dCurrLQ7GBgmPV9gozt { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.625rem;top:52.0478515625rem;left:38.1875rem;overflow:hidden;display:block; }
#RUMvU5b3CEfWmXRuHkWPITuHvuDoWBTk { box-sizing:content-box;height:3.25rem;width:16.625rem;position:absolute;display:block;z-index:14999;background-color:#fffdfd;background-image:none;top:46.0478515625rem;left:21.5rem;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TyQdNJCdCMsETazZDi6qusVd3iqodgr1 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:46.560546875rem;left:22.78125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#QQ61fkhd1EOHkQmeGebrhWoD2XsunePv { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:73.5625rem;left:21.25rem;display:block; }
#cSQgxNqC20KEJaHAtcrxtci6ZSsgNpp9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl .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; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl { 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;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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;z-index:1;display:none; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #QvQuaNhxillWvlNrXUEQBUFzak7AMsZw { display:flex;position:relative;top:0rem;left:0rem; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #SdDqmIyGanZzJqCtygChrnMCSMzvyETt { width:auto; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #KWV30hLZJvcZLN5hE4gAy8c2WIpAagfN {  }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #plSLMiz7BnFneEcWAsSMiFCCAkGhgwXU { display:flex;position:relative;top:0rem;left:0rem; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #JEXKKZ8TBZJ7WPbv4gfT94HpmZ2MMfvb {  }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #kIIGB2UPB0zLk2kQMOTrveKWVBgWWAfg {  }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #GqECB69XFBWduBRRkaZ5XOKTT5rx89pw { display:flex;position:relative;top:0rem;left:0rem; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #JIWlEs7LFqfvzMtbFhi68yX0C8pThiTc {  }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #biEMG72I8Z1yAthocQvNSvSU3mHNxvai {  }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #TEDEOnk5e67ouoD57zOckB0NmaRausas { display:flex;position:relative;top:0rem;left:0rem; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #xMkiTP9HcCEwZ9kHDvkK0dbotHX3ESpp {  }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #nmq8JHDrTDSfWOkidRAdtMsTp2A1kXRG {  }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek .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; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.2675rem;padding-right:0.236875rem;padding-bottom:0.2675rem;padding-left:0.236875rem;display:block;align-items:center;width:1.4225rem;min-width:1.4225rem;height:1.436875rem;position:relative;font-family:"open sans";font-size:1.069375rem;font-weight:700;line-height:22.99px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.166875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.896875rem;height:0.568125rem;position:relative;font-family:"open sans";font-size:0.40125rem;font-weight:400;line-height:9.09px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek { 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;box-shadow: none;display:flex;justify-content:space-between;width:11.5625rem;height:2.706875rem;padding-top:0.334375rem;padding-right:0.33875rem;padding-bottom:0.334375rem;padding-left:0.33875rem;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:9rem;left:24.75390625rem;z-index:15053; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #k7Hx3wJ5JasDVI98wORFUDQMyO43aBlA { display:flex;position:relative;top:0rem;left:0rem; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #Di69cLFrTwAWe94S3E52o5hl0OemqVPH { width:auto; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #oLxeyT1oZ9zVkfuVoaGiJ5d7eViqRh9k {  }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #hTzaX6v9W2gmP8Qdmwp0dOHDAGiseznR { display:flex;position:relative;top:0rem;left:0rem; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #uUy5PXCrf3VEWXMhRbWSFP67Ua9FpPak {  }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #mT6sR3IwNQancMfUMs6PqgAsqEpOXuqK {  }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #SRIbLauWILFwAGNv1fgDGkTzLcJJN1fT { display:flex;position:relative;top:0rem;left:0rem; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #DypltJBLg3rVnCmE2rIThUggiJp6M6Pc {  }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #Ct6skZvS6c8Gh7JurukQV12cLGVUgO4H {  }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #WEdneFUAwhHSV51HZE560vzWRcLUg2iL { display:flex;position:relative;top:0rem;left:0rem; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #aSBy6pbvXf5XvLdDkpMCztLB1rkmtKH0 {  }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #p7EoM9O4qPFcH1lXDCatmXRaaBai2g0u {  }
#sAyFG3QAELAZDp4vCVTHAXsmZxaeIuBy { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:8.4375rem;top:3.9375rem;left:18.416015625rem;overflow:hidden;display:block; }
#BEpkIlNqG6577PFleEQPI0wK1AWRkRfx { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:208.875rem;left:6.4375rem;display:none; }
#FTZfuMHJz1GZizrwGKx66DVU25bGhCm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:210.125rem;left:5rem;display:none; }
#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX { position:relative;display:block; }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX { background-color: transparent; background-image: none; }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX > .row .container > .video-iframe-container { display: none; }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX > .row > .video-iframe-container { display: none; }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX { border-width: 0; border-radius: 0; }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX > .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; }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.3125rem;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; }#QOJBJ4GZEgfGbBvOu7Rf4wvr0lPTnPA3 { color:rgba(var(--color-tertiary-2),1);display:block;width:58.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:0.96875rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#GJrZAZcftUASrSfs5IJOB3yCBtxWJ7e8 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.5625rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:10.3125rem;left:9.8125rem;height:16.2509625rem;display:block; }
#UZSpqLQT83fEPMxoxZToecIpPCheizsb { color:rgba(var(--color-tertiary-2),1);display:block;width:20.8125rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:19.59375rem;height:1.3rem;display:block; }
#nPtGNisknEVMXnBZga5pD14pROwBmmRs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.2119140625rem;left:17.40625rem; }
#TKJ8LGyICI7UpyzCtVTZKTeNcXfO74QV { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.662109375rem;left:8.75rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#ddlSDqraEcFtECkCaifKOFofWRvr82Wd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.60546875rem;left:27.5rem; }
#vudQ6T4RIe2trLzP7hAHtBV5zEMOTJpu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:10.3115234375rem;left:44.90625rem;height:;text-align:left;text-align-last:left;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("../../images.assets-landingi.com/uc/3d3c8dd8-cf96-49ae-9d0f-172f1992ed12/6ca2a379fce7365c3c90e522d35bf83d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS.adaptive-delivery-prevent-bg, #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS.lazyload, #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS.lazyloading { background-image: none; }#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:35.9375rem;width:60rem;position:relative;display:block; }#tA5UbbA9fp2doBvCCWBmZVBRkBxMdHWV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:13.25rem;width:24.625rem;top:8.6474609375rem;left:18.40625rem;overflow:hidden;display:block; }
#k4uHUlAQWzhbtdBk96Jrh3noJXNdqDyN { color:rgba(var(--color-tertiary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:0rem;left:20.53125rem;height:3.4125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hi50izrBnEMftZqhKUqwt288QvzCgLuQ { background-color:#ff0505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.59375rem;left:23.84375rem;display:block; }
#JNoyWqVgnIfgwRMdSPPdxy04Vis4B2nz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4CrqCugvxhxHBHkbcEr14q1ufUBWsiz { 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:8rem;width:16.3125rem;top:24.03125rem;left:0.75rem;overflow:hidden;display:block; }
#qFZ7aS5LTZe7VCFvydsx82h9wRTrunSR { 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:8.1875rem;width:16.375rem;top:23.9375rem;left:43.03125rem;overflow:hidden;display:block; }
#TIS14covdI50PftezoUv7nRkfFyscVR0 { 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:8.1875rem;width:16.625rem;top:10.3037109375rem;left:0.59375rem;overflow:hidden;display:block; }
#Vr2s3V6VJPzV3ezDySKDsL9I6ll1xmkQ { 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:15.375rem;width:13.875rem;top:7.5849609375rem;left:44.28125rem;overflow:hidden;display:block; }
#U0PgQ28RtzT2hJFx1bTQPPqOEf99R1yF { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.169921875rem;left:15.65625rem;height:1.3rem;display:block; }
#oaPLl9yyFnZIoN8blbNweqhnNTxqgDwm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.412109375rem;left:10.21875rem; }
#eVQS6UIfmfluo0NV1D0ZhVMZd6Ouhemw { box-sizing:content-box;height:2.5rem;width:38.9375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:3.412109375rem;left:13.21875rem;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#ccq9htzDmbSl5iBv6saQBB70o8ehxTxF { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.125rem;left:1.875rem;display:none; }
#MTNBDMCdcf46dUWMwLsGnGoffTmd9tBC { 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:9rem;width:18.5rem;top:25rem;left:20.75rem;overflow:hidden;display:block; }
#kCEhVsw7FroeeCWPLumhBx0kdzqsC7uQ { box-sizing:content-box;height:3.125rem;width:20.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.14296865463257rem;left:20.66250038147rem;display:block; }
#zqAbRk6GpS2idght3Dwq2atSmtekoUBE { position:relative;display:none; }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE { border-width: 0; border-radius: 0; }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE > .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; }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdfdfd;background-image:none;font-size:0.875rem;font-family:arial;height:50.1875rem;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:none; }#a4DwOZweLJRavgERyUxPZdMx4LMdTWaO { position:absolute;display:block;z-index:15008;height:15.8125rem;width:39.25rem;top:26.562481880188rem;left:11.1875rem;display:block; }
#fHxVVmIonswTbXT3QTbuIUPcQc888y3c { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:13.25rem;width:24.625rem;top:8.375rem;left:18.5rem;overflow:hidden;display:block; }
#HpbiCmXs1lop9eEXCzxQVXZK4yfMfGSp { background-color:#ff0505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.5625rem;left:23.9375rem;display:block; }
#THt127AuEl9NnT3InGwocZUNqlps6G5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIktmbAFC5mgJ0UJFCX5DTHHw33wFUBq { color:rgba(var(--color-tertiary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:0rem;left:20.625rem;height:3.4125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qua2robZIOkgzZ7F0VnyTK3fa3EtyUCm { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.23046875rem;left:11.6875rem;height:1.3rem;display:block; }
#MIfkT4zWo6bHg7tmGTMNZSae7AM6funn { box-sizing:content-box;height:2.5rem;width:38.9375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:4.4111328125rem;left:11.03125rem;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container { background-color: transparent; background-image: none; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container > .video-iframe-container { display: none; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row > .video-iframe-container { display: none; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container { border-width: 0; border-radius: 0; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;position:relative;display:block; }#Z2Fb9dHn9TTc6tdECHHZM4hxDKaU2XyQ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:18.90625rem;height:1.3rem;display:block; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-trigger.adaptive-delivery-prevent-bg, #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-trigger.lazyload, #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-trigger.lazyloading { background-image: none; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL { box-sizing:content-box;height:auto;width:35.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.9609375rem;left:12.53125rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #ZvBdZSEd4PoAXKT66JN88GrGRyzJBo7g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #oVJd8altuDEitFeHn2T72vk8sD67Mn8x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #Teu5nD6yWk9F2banfvEBBheT8xvOLLTn { display:block;position:relative; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #qkznyqg6e2wkEck5TWW2ORtX8lMl8uyV {  }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #sQthqMmtqIifhawoWXAwMCprEIJkJ81f {  }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #d7qCXmuMDeBdpZ0MpoJd580CpwTk4ikv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #mZTJC3WeQmAkSb5Gkgyw39Ud7U1Hzlp9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #KvZZJlisTFdDROXVCrO04qQtlgZRyN9f { display:block;position:relative; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #HuZIPuPDHBBz4iBIMwHTXtUX1OQva7Dh {  }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #GQpmgdThJKsaa4cE7GTLPtuO8wyNbSbP { display:none; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #BzhSsNmyT7N4WbThSHZyrF57KWSFhP9o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #JuDAdvZW3uAJUMDS7OgkUflSSTtoemUb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #cSUa1qAWcdPzk75QikARJUg0BewFg9iy { display:block;position:relative; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #O0FFf1cuypptD6DcE6uHA6ub1yBa5Hkb {  }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #CkASVUmLdaFmvffXwEJScelzds0ZZB5J { display:none; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #NeMUb4yaIui94kvLQr2huD1XXfhuJWHX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #aMDLsKT5PwRWMRfc3VvgdqJOJEZc5atG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #NExAl9Vnfr23hqZQml9mXlQ3MJ972oLp { display:block;position:relative; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #h0TtyMPuNqOWuCFUMGV7VBRdkVuQy86A {  }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #TPPwUbt3IfaD7qSnehv2kK3qLnV8pUxX { display:none; }
#xDXNcD4401BN5fh5baq9qmKgRhnOeT4q { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:11.6875rem;top:25.9609375rem;left:10.65625rem;overflow:hidden;display:block; }
#tAlAdBPaQnwppUTrJ0Et1LyTpT4GBXN3 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.07421875rem;left:25.0625rem;height:6.5244125rem;display:block; }
#rf6M0mVnpOZeni62oW98NqQ2vPgb7FXd { box-sizing:content-box;height:9.125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:25.9609375rem;left:23.6875rem;border-top:0.8125rem solid #000000;border-left:0.8125rem solid #000000;border-right:0.8125rem solid #000000;border-bottom:0.8125rem solid #000000;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#bblQ5pgMzPeqApLhGRdc3HctHC6sJVSE { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.335938453674rem;left:21.562501907349rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#w8D9ozhABuQER5MfZSH9ZI7CIJ0S7t4B { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8291015625rem;left:21.03125rem;height:2.19375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:3.125rem;left:0rem;width:31rem;height:6rem;font-size:1.5625rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #AoVg4qe2yNSCBCOQQg9Kq9vNenXUtLLD { top:4.75rem;left:20.3125rem;width:27.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVF8T1TcgXECgePQTtlncfINg8ZNHyT { top:9.9375rem;left:0rem;width:28rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3bsASBgGEyfrsp20QvEIllqRGncZvyh { width:17.5rem;height:2rem;top:23.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #koIbUUfiivz76agQMMLaR7XVgf9XKGpH { display:block; }
 }@media only screen and (max-width: 763px) { #E96Zyifg9e7kvSD5xB0L6JWMiNPmJmCV { top:15.8125rem;left:1.75rem;width:22.125rem;height:5.9375rem;font-size:1.375rem;display:block; }#E96Zyifg9e7kvSD5xB0L6JWMiNPmJmCV li:before{  }
 }@media only screen and (max-width: 763px) { #CXd9dX8DHcO9GCMz9tQiP7FqRS9pEFZ9 { top:17.1875rem;left:0.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { top:9.125rem;left:31.5rem;width:16.25rem;height:2.25rem;font-size:1.375rem;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #A1gUpTHFILJfJifuNVZATfqCirw4ZLTB { top:50.375rem;left:31.9375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufSsM2SvaszRy9bq65nOO8uxDq9seqOL { top:41.8125rem;left:1.0625rem;width:18.375rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKUTCFf17Uekt0QAdWKMaxqsKeH3Hrvf { top:41.8125rem;left:22.8125rem;width:24.9375rem;height:6.75rem;font-size:1.375rem;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #PIfGekfE8MMkhq4xzCZLVQ9iBdIzLGfp { top:41.6875rem;left:35.1875rem;width:12.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLkGo3weITo8pmCiVAtCyrXaOgCa5pPC { top:61.375rem;left:31.5rem;width:16.25rem;height:2.25rem;font-size:1.375rem;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #UylPhgGA3RRT4uZwnkT8hnnhOPJgOHPp { top:65.4375rem;left:35.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roNewf77qiXknLv7Pfa3B96XVeTChOxV { top:10.125rem;left:0rem;width:19.9375rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHroDOgc0EATEXPLPDAADpB0ATzKbiP9 { top:10.125rem;left:27.75rem;width:20rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doa9u0BP3GTT7y8nblZyadrqs7bnOI0h { top:10.0625rem;left:14.03125rem;width:19.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNFvdXyDzKDM3IhHhFVcV8BlHX4msSAM { top:49.875rem;left:35.25rem;width:12.5rem;height:10.3125rem;font-size:0.8125rem;display:block; }#WNFvdXyDzKDM3IhHhFVcV8BlHX4msSAM li:before{  }
 }@media only screen and (max-width: 763px) { #lereIwaMxWWwssCL0szAO9TtLsnnvvlZ { top:53.0625rem;left:35.71875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgX2RNNXACi0JFz2Qh1sxWO6bZSoIUTx { top:72.875rem;left:0.8125rem;width:18.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coEWadOCguzK8LIK7k32dbJ6p2TNlabE { top:87.875rem;left:4rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StcoqomraJgA54UnginiA13uf1Ah5EDr { top:77.5625rem;left:20.96875rem;width:12.5rem;height:7.0625rem;font-size:0.8125rem;display:block; }#StcoqomraJgA54UnginiA13uf1Ah5EDr li:before{  }
 }@media only screen and (max-width: 763px) { #Sq0RJAQJuc0s22zTyoHRR1GJrMt9KH2B { top:64.1875rem;left:11rem;width:25.75rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXor4elcU3VLOcLZmfCzt3P6RLBKFSXl { top:63.625rem;left:0rem;width:47.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPASTMHIm69dCQ4spXKDa1I3k2BBPzK5 { top:7.125rem;left:17.8125rem;width:21.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mecm5q9vTVqAGyk3TPbBbahmfn8tS5 { top:6.875rem;left:15.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { top:0rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #STAEmUq4QJqNCOwAO8yiJHtOS94xcwOp { top:60.1875rem;left:4rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uccHvyduzpVCcIZh7QnRkTQ11xJzQ6lV { top:76rem;left:35.25rem;width:12.5rem;height:10.3125rem;font-size:0.8125rem;display:block; }#uccHvyduzpVCcIZh7QnRkTQ11xJzQ6lV li:before{  }
 }@media only screen and (max-width: 763px) { #Vy8GxtT3Q1DUZwQiaoRkdFQ3J2W34DAw { top:79.6875rem;left:35.71875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sodT23KIWZ23Spf3CDkcUX0kvWDx3MP5 { top:49.875rem;left:20.21875rem;width:12.5rem;height:7.0625rem;font-size:0.8125rem;display:block; }#sodT23KIWZ23Spf3CDkcUX0kvWDx3MP5 li:before{  }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { background-color: transparent; background-image: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { border-width: 0; border-radius: 0; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { top:0rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { top:9rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.375rem;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #hmCMB3J9ebFnynf4wGZ4TMZJo1efRUzD { top:4.5rem;left:7.59375rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS8Dt2aG8dPSF3AbdSptT8CQMbWK2SDE { top:3.9375rem;left:2.625rem;width:45rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhd23QLSGIZtrsMzlC2JKKzHJ4uCKlz2 { top:3.125rem;left:0.25rem;width:46.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qniMsyyH0AZp57QqBvOhiFT6IcxuNDCN { top:3.9375rem;left:29.4375rem;width:8.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgXrfxxDq5JpxpnmlcPQ9CIMrTi4LiBE { top:20.25rem;left:14.65625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EKKdaEogXDrlfSPCHoDdAT8hrgifTI { top:12.375rem;left:4.5rem;width:42.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlsF4vybOvkCmE8MIxt4N8Hc0lT1wny1 { top:20.25rem;left:14.65625rem;width:7.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpkgPm5MNFAufJBchwNblGTMxCMpKpRa { top:16.4375rem;left:17.5625rem;width:12.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXtGtKwG1ULA1ObXOOqMxuwIMHmvXscC { top:20.25rem;left:16.34375rem;width:14.6875rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwGOXHlxTWuZdBm25uqTrSFDibGOPezB { top:16.1875rem;left:15.40625rem;width:15.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1aqcwlZPnBgD3K21XrxVA9RcTJyfDk { top:20.25rem;left:31.229166666667rem;width:8.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLNIaio8N3tF4cIkdkvIgARKLt3y1UJa { top:18.9375rem;left:0rem;width:8.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFmpUmwqCrmN340EcHtvLOgs9cU5mb8I { top:20.25rem;left:30.625rem;width:16.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMJa6fdcSZqe6Uk7PBylmThzzZpA9uRy { top:16.125rem;left:29.75rem;width:17.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcAhrc96bhUclZn7cnLcqSHoZ1xxGTe7 { top:16.4375rem;left:33.125rem;width:14.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt0olFng3IlRS6ugJnP0Pr4EvHBq40kh { top:20.25rem;left:0rem;width:14.8125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNpKQzysmPFVsigTmeTFT9e46r7vKtuU { top:16.3125rem;left:0rem;width:16.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1eSiZUma5ErXz3QQyeEPwKU0KTfLXnE { top:16.6875rem;left:0rem;width:16rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQiwlGekyxoIAhzuOzirWiTXethd9n0i { top:12.0625rem;left:0.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrEkG3OAKRaIV970b3ix41vBTFadmpJ { top:50.25rem;left:32.4375rem;width:14.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9fdx3zy4WTyROb9I0izEk2OmCNAxB2O { top:46.5rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHP90UH9TE0SPAkAQO2r1tl573rWCE7z { top:46rem;left:31.1875rem;width:16.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEcFnzSgklcTuQPB0d67pDxRME30G88a { top:50rem;left:0rem;width:14.375rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa3K1ScBMOBd98ww5y1dxPXnVUu9TecH { top:45.8125rem;left:0rem;width:15.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm1tohbVl5KeAUI4rJHETvLN2Jp8n7c6 { top:50.375rem;left:0rem;width:7.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eprSMh7k21uvDxoPzDBJt1n7MCQWITLe { top:46.4375rem;left:0rem;width:14.4375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJI3UAr6tI0PB19IpUa5KaERAH05Mcr { top:50.375rem;left:15.59375rem;width:16.5625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDsIgMyZzCddixHDg7PVSsGU3bM6dSSr { top:49.5625rem;left:14.71875rem;width:7.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFJT48CH2JaH6dCurrLQ7GBgmPV9gozt { top:52rem;left:32.0625rem;width:7.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUMvU5b3CEfWmXRuHkWPITuHvuDoWBTk { top:46rem;left:15.375rem;width:16.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyQdNJCdCMsETazZDi6qusVd3iqodgr1 { top:46.5rem;left:16.65625rem;width:14.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ61fkhd1EOHkQmeGebrhWoD2XsunePv { width:17.5rem;height:2.8125rem;top:73.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQgxNqC20KEJaHAtcrxtci6ZSsgNpp9 { display:block; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl .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; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl .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; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #QvQuaNhxillWvlNrXUEQBUFzak7AMsZw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #SdDqmIyGanZzJqCtygChrnMCSMzvyETt {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #KWV30hLZJvcZLN5hE4gAy8c2WIpAagfN {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #plSLMiz7BnFneEcWAsSMiFCCAkGhgwXU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #JEXKKZ8TBZJ7WPbv4gfT94HpmZ2MMfvb {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #kIIGB2UPB0zLk2kQMOTrveKWVBgWWAfg {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #GqECB69XFBWduBRRkaZ5XOKTT5rx89pw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #JIWlEs7LFqfvzMtbFhi68yX0C8pThiTc {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #biEMG72I8Z1yAthocQvNSvSU3mHNxvai {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #TEDEOnk5e67ouoD57zOckB0NmaRausas { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #xMkiTP9HcCEwZ9kHDvkK0dbotHX3ESpp {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #nmq8JHDrTDSfWOkidRAdtMsTp2A1kXRG {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek .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; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek .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; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek { display:flex;width:18rem;height:5.0625rem;top:9rem;left:18.62890625rem; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #k7Hx3wJ5JasDVI98wORFUDQMyO43aBlA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #Di69cLFrTwAWe94S3E52o5hl0OemqVPH {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #oLxeyT1oZ9zVkfuVoaGiJ5d7eViqRh9k {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #hTzaX6v9W2gmP8Qdmwp0dOHDAGiseznR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #uUy5PXCrf3VEWXMhRbWSFP67Ua9FpPak {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #mT6sR3IwNQancMfUMs6PqgAsqEpOXuqK {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #SRIbLauWILFwAGNv1fgDGkTzLcJJN1fT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #DypltJBLg3rVnCmE2rIThUggiJp6M6Pc {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #Ct6skZvS6c8Gh7JurukQV12cLGVUgO4H {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #WEdneFUAwhHSV51HZE560vzWRcLUg2iL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #aSBy6pbvXf5XvLdDkpMCztLB1rkmtKH0 {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #p7EoM9O4qPFcH1lXDCatmXRaaBai2g0u {  }
 }@media only screen and (max-width: 763px) { #sAyFG3QAELAZDp4vCVTHAXsmZxaeIuBy { top:3.9375rem;left:12.291015625rem;width:8.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEpkIlNqG6577PFleEQPI0wK1AWRkRfx { top:208.875rem;left:0.34375rem;width:20rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTZfuMHJz1GZizrwGKx66DVU25bGhCm3 { top:210.125rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX { display:block; }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOJBJ4GZEgfGbBvOu7Rf4wvr0lPTnPA3 { top:2.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJrZAZcftUASrSfs5IJOB3yCBtxWJ7e8 { top:10.3125rem;left:3.6875rem;width:39.5625rem;height:16.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZSpqLQT83fEPMxoxZToecIpPCheizsb { top:6.6875rem;left:13.46875rem;width:20.8125rem;height:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPtGNisknEVMXnBZga5pD14pROwBmmRs { top:6.1875rem;left:11.28125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKJ8LGyICI7UpyzCtVTZKTeNcXfO74QV { top:28.625rem;left:2.625rem;width:42.5rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddlSDqraEcFtECkCaifKOFofWRvr82Wd { top:33.5625rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vudQ6T4RIe2trLzP7hAHtBV5zEMOTJpu { top:10.25rem;left:38.78125rem;width:7.5rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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 .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA5UbbA9fp2doBvCCWBmZVBRkBxMdHWV { top:8.625rem;left:12.28125rem;width:24.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4uHUlAQWzhbtdBk96Jrh3noJXNdqDyN { top:0rem;left:14.40625rem;width:20.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi50izrBnEMftZqhKUqwt288QvzCgLuQ { width:13.75rem;height:2.5rem;top:21.5625rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNoyWqVgnIfgwRMdSPPdxy04Vis4B2nz { display:block; }
 }@media only screen and (max-width: 763px) { #m4CrqCugvxhxHBHkbcEr14q1ufUBWsiz { top:24rem;left:0rem;width:16.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFZ7aS5LTZe7VCFvydsx82h9wRTrunSR { top:23.9375rem;left:31.375rem;width:16.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIS14covdI50PftezoUv7nRkfFyscVR0 { top:10.25rem;left:0rem;width:16.625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr2s3V6VJPzV3ezDySKDsL9I6ll1xmkQ { top:7.5625rem;left:33.875rem;width:13.875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0PgQ28RtzT2hJFx1bTQPPqOEf99R1yF { top:4.125rem;left:9.5rem;width:38.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaPLl9yyFnZIoN8blbNweqhnNTxqgDwm { top:3.375rem;left:4.09375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVQS6UIfmfluo0NV1D0ZhVMZd6Ouhemw { top:3.375rem;left:7.09375rem;width:38.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccq9htzDmbSl5iBv6saQBB70o8ehxTxF { top:23.125rem;left:0rem;width:16.25rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTNBDMCdcf46dUWMwLsGnGoffTmd9tBC { top:25rem;left:14.625rem;width:18.5rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCEhVsw7FroeeCWPLumhBx0kdzqsC7uQ { top:0.125rem;left:14.53750038147rem;width:20.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqAbRk6GpS2idght3Dwq2atSmtekoUBE { display:block; }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4DwOZweLJRavgERyUxPZdMx4LMdTWaO { top:26.5rem;left:5.0625rem;width:39.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHxVVmIonswTbXT3QTbuIUPcQc888y3c { top:8.375rem;left:12.375rem;width:24.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpbiCmXs1lop9eEXCzxQVXZK4yfMfGSp { width:13.75rem;height:2.5rem;top:20.5625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THt127AuEl9NnT3InGwocZUNqlps6G5g { display:block; }
 }@media only screen and (max-width: 763px) { #dIktmbAFC5mgJ0UJFCX5DTHHw33wFUBq { top:0rem;left:14.5rem;width:20.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qua2robZIOkgzZ7F0VnyTK3fa3EtyUCm { top:5.1875rem;left:5.5625rem;width:38.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIfkT4zWo6bHg7tmGTMNZSae7AM6funn { top:4.375rem;left:4.90625rem;width:38.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK { display:block; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2Fb9dHn9TTc6tdECHHZM4hxDKaU2XyQ { top:4.0625rem;left:12.78125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL { display:flex;height:auto;width:35.0625rem;top:2.9375rem;left:6.40625rem; }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #ZvBdZSEd4PoAXKT66JN88GrGRyzJBo7g {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #oVJd8altuDEitFeHn2T72vk8sD67Mn8x {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #Teu5nD6yWk9F2banfvEBBheT8xvOLLTn {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #qkznyqg6e2wkEck5TWW2ORtX8lMl8uyV {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #sQthqMmtqIifhawoWXAwMCprEIJkJ81f {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #d7qCXmuMDeBdpZ0MpoJd580CpwTk4ikv {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #mZTJC3WeQmAkSb5Gkgyw39Ud7U1Hzlp9 {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #KvZZJlisTFdDROXVCrO04qQtlgZRyN9f {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #HuZIPuPDHBBz4iBIMwHTXtUX1OQva7Dh {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #GQpmgdThJKsaa4cE7GTLPtuO8wyNbSbP {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #BzhSsNmyT7N4WbThSHZyrF57KWSFhP9o {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #JuDAdvZW3uAJUMDS7OgkUflSSTtoemUb {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #cSUa1qAWcdPzk75QikARJUg0BewFg9iy {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #O0FFf1cuypptD6DcE6uHA6ub1yBa5Hkb {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #CkASVUmLdaFmvffXwEJScelzds0ZZB5J {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #NeMUb4yaIui94kvLQr2huD1XXfhuJWHX {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #aMDLsKT5PwRWMRfc3VvgdqJOJEZc5atG {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #NExAl9Vnfr23hqZQml9mXlQ3MJ972oLp {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #h0TtyMPuNqOWuCFUMGV7VBRdkVuQy86A {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #TPPwUbt3IfaD7qSnehv2kK3qLnV8pUxX {  }
 }@media only screen and (max-width: 763px) { #xDXNcD4401BN5fh5baq9qmKgRhnOeT4q { top:25.9375rem;left:4.53125rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAlAdBPaQnwppUTrJ0Et1LyTpT4GBXN3 { top:28.0625rem;left:18.9375rem;width:22.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf6M0mVnpOZeni62oW98NqQ2vPgb7FXd { top:25.9375rem;left:17.5625rem;width:23.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bblQ5pgMzPeqApLhGRdc3HctHC6sJVSE { top:39.3125rem;left:15.437501907349rem;width:21.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8D9ozhABuQER5MfZSH9ZI7CIJ0S7t4B { top:0.8125rem;left:14.90625rem;width:30.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color:#ffffff;background-image:url("../../images.assets-landingi.com/uc/faf493db-c7b5-4455-9fce-feda467a31dc/7c29bceafbb9478ca604dc3d7447041ecrop_1408x257_00.crop_1408x155_0%2c102.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7.adaptive-delivery-prevent-bg, #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7.lazyload, #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7.lazyloading { background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color:#71b071;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #AoVg4qe2yNSCBCOQQg9Kq9vNenXUtLLD { width:17.9375rem;height:12.1875rem;top:24.859375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVF8T1TcgXECgePQTtlncfINg8ZNHyT { width:17.1875rem;height:5.625rem;top:5.8125rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #w3bsASBgGEyfrsp20QvEIllqRGncZvyh { width:17.375rem;height:2.25rem;top:22.046875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koIbUUfiivz76agQMMLaR7XVgf9XKGpH { display:block; }
 }@media only screen and (max-width: 763px) { #E96Zyifg9e7kvSD5xB0L6JWMiNPmJmCV { width:17.1875rem;height:5.986325rem;top:15.25rem;left:2.0625rem;font-size:1.375rem;display:block; }#E96Zyifg9e7kvSD5xB0L6JWMiNPmJmCV li:before{  }
 }@media only screen and (max-width: 763px) { #CXd9dX8DHcO9GCMz9tQiP7FqRS9pEFZ9 { display:flex;width:2.25rem;height:2.25rem;top:12.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:20rem;height:184.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { width:20rem;height:2.0625rem;top:80.9121125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #A1gUpTHFILJfJifuNVZATfqCirw4ZLTB { width:12.5rem;height:1.3rem;top:141.44141875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufSsM2SvaszRy9bq65nOO8uxDq9seqOL { width:20rem;height:20rem;top:102.7470703125rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #CKUTCFf17Uekt0QAdWKMaxqsKeH3Hrvf { width:18.9375rem;height:8.25rem;top:133.25390625rem;left:0.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PIfGekfE8MMkhq4xzCZLVQ9iBdIzLGfp { width:12.5rem;height:1.3rem;top:138.8916125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLkGo3weITo8pmCiVAtCyrXaOgCa5pPC { width:16.25rem;height:2.0625rem;top:174.2119140625rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #UylPhgGA3RRT4uZwnkT8hnnhOPJgOHPp { width:12.5rem;height:1.3rem;top:172.91250038147rem;left:7.5000005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roNewf77qiXknLv7Pfa3B96XVeTChOxV { width:19.9375rem;height:26.75rem;top:16.7353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHroDOgc0EATEXPLPDAADpB0ATzKbiP9 { width:20rem;height:26.75rem;top:74.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doa9u0BP3GTT7y8nblZyadrqs7bnOI0h { width:20rem;height:27.375rem;top:44.8701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNFvdXyDzKDM3IhHhFVcV8BlHX4msSAM { width:17.3125rem;height:6.12305rem;top:142.1162109375rem;left:1.34375rem;font-size:0.8125rem;line-height:1.2;display:block; }#WNFvdXyDzKDM3IhHhFVcV8BlHX4msSAM li:before{  }
 }@media only screen and (max-width: 763px) { #lereIwaMxWWwssCL0szAO9TtLsnnvvlZ { display:flex;width:2.9375rem;height:2.9375rem;top:138.072265625rem;left:8.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgX2RNNXACi0JFz2Qh1sxWO6bZSoIUTx { width:18.875rem;height:14.5rem;top:149.55078125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coEWadOCguzK8LIK7k32dbJ6p2TNlabE { width:12.5rem;height:2.5996125rem;top:163.98828125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StcoqomraJgA54UnginiA13uf1Ah5EDr { width:12.5rem;height:5.90331875rem;top:167.775390625rem;left:3.75rem;font-size:0.8125rem;display:block; }#StcoqomraJgA54UnginiA13uf1Ah5EDr li:before{  }
 }@media only screen and (max-width: 763px) { #Sq0RJAQJuc0s22zTyoHRR1GJrMt9KH2B { width:20rem;height:6.5rem;top:176.2998046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZXor4elcU3VLOcLZmfCzt3P6RLBKFSXl { width:19.625rem;height:6.625rem;top:176.0498046875rem;left:0rem;background-color:#de1818;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CPASTMHIm69dCQ4spXKDa1I3k2BBPzK5 { width:20rem;height:1.7871125rem;top:13.1982421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5mecm5q9vTVqAGyk3TPbBbahmfn8tS5 { display:flex;width:2.3125rem;height:2.3125rem;top:10.9482421875rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { width:20rem;height:4.19824375rem;top:3.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #STAEmUq4QJqNCOwAO8yiJHtOS94xcwOp { width:12.5rem;height:2.5996125rem;top:122.7470703125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uccHvyduzpVCcIZh7QnRkTQ11xJzQ6lV { width:10.1875rem;height:8.07225rem;top:185.9501953125rem;left:4.90625rem;font-size:0.8125rem;line-height:1.2;display:none; }#uccHvyduzpVCcIZh7QnRkTQ11xJzQ6lV li:before{  }
 }@media only screen and (max-width: 763px) { #Vy8GxtT3Q1DUZwQiaoRkdFQ3J2W34DAw { display:flex;width:2.875rem;height:2.875rem;top:182.03515625rem;left:8.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sodT23KIWZ23Spf3CDkcUX0kvWDx3MP5 { width:12.5rem;height:5.90331875rem;top:126.59765625rem;left:3.75rem;font-size:0.8125rem;display:block; }#sodT23KIWZ23Spf3CDkcUX0kvWDx3MP5 li:before{  }
 }@media only screen and (max-width: 763px) { #Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr { background-color:#71b071;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { background-color: transparent; background-image: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { display: none; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { border-width: 0; border-radius: 0; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qtp8wKhqNzhZhIffuVAAX1N3b3qTTcxr > .row .container { width:20rem;height:213.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx3gSvGxLVRxGvqz1GWCBu3rHFZgMvub { width:20rem;height:2.625rem;top:1.9111328125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { width:20rem;height:4.125rem;top:13.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #hmCMB3J9ebFnynf4wGZ4TMZJo1efRUzD { width:12.5rem;height:0;top:5.6875rem;left:6.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS8Dt2aG8dPSF3AbdSptT8CQMbWK2SDE { width:19.75rem;height:2.4375rem;top:6.5361328125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhd23QLSGIZtrsMzlC2JKKzHJ4uCKlz2 { width:19.375rem;height:4.4375rem;top:5.3486328125rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #qniMsyyH0AZp57QqBvOhiFT6IcxuNDCN { width:13.875rem;height:9.25rem;top:7.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgXrfxxDq5JpxpnmlcPQ9CIMrTi4LiBE { width:12.5rem;height:1.3rem;top:90.5303rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2EKKdaEogXDrlfSPCHoDdAT8hrgifTI { width:20rem;height:7.55625rem;top:22.375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlsF4vybOvkCmE8MIxt4N8Hc0lT1wny1 { width:7.625rem;height:6.25rem;top:63.5869140625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpkgPm5MNFAufJBchwNblGTMxCMpKpRa { width:12.625rem;height:2.6rem;top:60.236328125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXtGtKwG1ULA1ObXOOqMxuwIMHmvXscC { width:14.6875rem;height:22.3125rem;top:64.1181640625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwGOXHlxTWuZdBm25uqTrSFDibGOPezB { width:12.5625rem;height:3.5rem;top:59.7744140625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1aqcwlZPnBgD3K21XrxVA9RcTJyfDk { width:7.625rem;height:6.3125rem;top:91.830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLNIaio8N3tF4cIkdkvIgARKLt3y1UJa { width:7.8125rem;height:6.4375rem;top:34.57421875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFmpUmwqCrmN340EcHtvLOgs9cU5mb8I { width:16.75rem;height:22.5rem;top:92.8427734375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMJa6fdcSZqe6Uk7PBylmThzzZpA9uRy { width:16.1875rem;height:2.875rem;top:88.642578125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcAhrc96bhUclZn7cnLcqSHoZ1xxGTe7 { width:14.625rem;height:2.6rem;top:89.29296875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xt0olFng3IlRS6ugJnP0Pr4EvHBq40kh { width:14.8125rem;height:22.4375rem;top:35.375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNpKQzysmPFVsigTmeTFT9e46r7vKtuU { width:16.5rem;height:2.8125rem;top:31.44921875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1eSiZUma5ErXz3QQyeEPwKU0KTfLXnE { width:16rem;height:2.6rem;top:31.7421875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQiwlGekyxoIAhzuOzirWiTXethd9n0i { display:flex;width:3.125rem;height:3.125rem;top:18.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TIrEkG3OAKRaIV970b3ix41vBTFadmpJ { width:14.9375rem;height:21.25rem;top:175.5302734375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9fdx3zy4WTyROb9I0izEk2OmCNAxB2O { width:14.875rem;height:2.6rem;top:171.48046875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHP90UH9TE0SPAkAQO2r1tl573rWCE7z { width:16.1875rem;height:3.25rem;top:170.9677734375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEcFnzSgklcTuQPB0d67pDxRME30G88a { width:14.375rem;height:21.6875rem;top:121.5302734375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa3K1ScBMOBd98ww5y1dxPXnVUu9TecH { width:15.75rem;height:3.3125rem;top:117.423828125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm1tohbVl5KeAUI4rJHETvLN2Jp8n7c6 { width:7.625rem;height:6.25rem;top:121.5302734375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eprSMh7k21uvDxoPzDBJt1n7MCQWITLe { width:14.4375rem;height:2.6rem;top:117.9677734375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJI3UAr6tI0PB19IpUa5KaERAH05Mcr { width:16.5625rem;height:20.9375rem;top:148.41796875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDsIgMyZzCddixHDg7PVSsGU3bM6dSSr { width:7.625rem;height:6.25rem;top:148.41796875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFJT48CH2JaH6dCurrLQ7GBgmPV9gozt { width:7.625rem;height:6.25rem;top:175.5302734375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUMvU5b3CEfWmXRuHkWPITuHvuDoWBTk { width:16.625rem;height:3.25rem;top:144.142578125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyQdNJCdCMsETazZDi6qusVd3iqodgr1 { width:14.4375rem;height:2.6rem;top:144.6552734375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ61fkhd1EOHkQmeGebrhWoD2XsunePv { width:17.5rem;height:2.625rem;top:198.5302734375rem;left:1.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;background-color:#ec0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cSQgxNqC20KEJaHAtcrxtci6ZSsgNpp9 { display:block; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl .widget-text.counter-number { padding-top:0.326875rem;padding-right:0.294375rem;padding-bottom:0.326875rem;padding-left:0.294375rem;width:1.765625rem;min-width:1.765625rem;height:1.75625rem;font-size:1.306875rem;line-height:28.1px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.35375rem;height:0.69375rem;font-size:0.49rem;line-height:11.1px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl { display:flex;top:13.7490234375rem;left:2.859375rem;width:13.4375rem;height:3.3075rem;z-index:15053;padding-top:0.40875rem;padding-right:0.420625rem;padding-bottom:0.40875rem;padding-left:0.420625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #QvQuaNhxillWvlNrXUEQBUFzak7AMsZw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #SdDqmIyGanZzJqCtygChrnMCSMzvyETt {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #KWV30hLZJvcZLN5hE4gAy8c2WIpAagfN {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #plSLMiz7BnFneEcWAsSMiFCCAkGhgwXU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #JEXKKZ8TBZJ7WPbv4gfT94HpmZ2MMfvb {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #kIIGB2UPB0zLk2kQMOTrveKWVBgWWAfg {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #GqECB69XFBWduBRRkaZ5XOKTT5rx89pw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #JIWlEs7LFqfvzMtbFhi68yX0C8pThiTc {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #biEMG72I8Z1yAthocQvNSvSU3mHNxvai {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #TEDEOnk5e67ouoD57zOckB0NmaRausas { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #xMkiTP9HcCEwZ9kHDvkK0dbotHX3ESpp {  }
 }@media only screen and (max-width: 763px) { #V1Cfgelnqlp4MV7SMVLfEBl9uiz6qNkl #nmq8JHDrTDSfWOkidRAdtMsTp2A1kXRG {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek .widget-text.counter-number { padding-top:0.39rem;padding-right:0.345rem;padding-bottom:0.39rem;padding-left:0.345rem;width:2.07rem;min-width:2.07rem;height:2.096875rem;font-size:1.560625rem;line-height:33.55px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.76rem;height:0.82875rem;font-size:0.585rem;line-height:13.26px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek { display:flex;width:15.0625rem;height:3.949375rem;top:201.7177734375rem;left:2.0751953125rem;padding-top:0.260625rem;padding-right:0.266875rem;padding-bottom:0.260625rem;padding-left:0.266875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #k7Hx3wJ5JasDVI98wORFUDQMyO43aBlA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #Di69cLFrTwAWe94S3E52o5hl0OemqVPH {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #oLxeyT1oZ9zVkfuVoaGiJ5d7eViqRh9k {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #hTzaX6v9W2gmP8Qdmwp0dOHDAGiseznR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #uUy5PXCrf3VEWXMhRbWSFP67Ua9FpPak {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #mT6sR3IwNQancMfUMs6PqgAsqEpOXuqK {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #SRIbLauWILFwAGNv1fgDGkTzLcJJN1fT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #DypltJBLg3rVnCmE2rIThUggiJp6M6Pc {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #Ct6skZvS6c8Gh7JurukQV12cLGVUgO4H {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #WEdneFUAwhHSV51HZE560vzWRcLUg2iL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #aSBy6pbvXf5XvLdDkpMCztLB1rkmtKH0 {  }
 }@media only screen and (max-width: 763px) { #LcK1TnkZ3bshaRGbQ00W9cpgpv12tXek #p7EoM9O4qPFcH1lXDCatmXRaaBai2g0u {  }
 }@media only screen and (max-width: 763px) { #sAyFG3QAELAZDp4vCVTHAXsmZxaeIuBy { width:8.4375rem;height:5.5625rem;top:208rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEpkIlNqG6577PFleEQPI0wK1AWRkRfx { top:207.1904296875rem;left:0rem;width:20rem;height:2.19375rem;z-index:15054;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTZfuMHJz1GZizrwGKx66DVU25bGhCm3 { top:207.1904296875rem;left:0rem;width:20rem;height:2.1125rem;z-index:15055;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX { display:block; }#r2NGFLU5dVrRp2ZNuvNG7D0Fb0qG2ONX > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOJBJ4GZEgfGbBvOu7Rf4wvr0lPTnPA3 { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJrZAZcftUASrSfs5IJOB3yCBtxWJ7e8 { width:16.75rem;height:15.75rem;top:17.646484375rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UZSpqLQT83fEPMxoxZToecIpPCheizsb { width:20rem;height:3.4125rem;top:13.797875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPtGNisknEVMXnBZga5pD14pROwBmmRs { display:flex;width:2.25rem;height:2.25rem;top:10.297875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #TKJ8LGyICI7UpyzCtVTZKTeNcXfO74QV { width:20rem;height:6.5rem;top:33.9921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddlSDqraEcFtECkCaifKOFofWRvr82Wd { display:flex;width:5rem;height:5rem;top:40.4921875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #vudQ6T4RIe2trLzP7hAHtBV5zEMOTJpu { width:2.9375rem;height:15.75rem;top:17.2099609375rem;left:17.0625rem;font-size:0.625rem;line-height:2.8;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { background-color:#84ed74;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:92.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tA5UbbA9fp2doBvCCWBmZVBRkBxMdHWV { width:13.1875rem;height:7rem;top:12.482421875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4uHUlAQWzhbtdBk96Jrh3noJXNdqDyN { width:20rem;height:3.4125rem;top:0.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hi50izrBnEMftZqhKUqwt288QvzCgLuQ { width:13.9375rem;height:2.9375rem;top:18.669921875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNoyWqVgnIfgwRMdSPPdxy04Vis4B2nz { display:block; }
 }@media only screen and (max-width: 763px) { #m4CrqCugvxhxHBHkbcEr14q1ufUBWsiz { width:16.4375rem;height:8.1875rem;top:44.375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFZ7aS5LTZe7VCFvydsx82h9wRTrunSR { width:15.25rem;height:7.625rem;top:35.15625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIS14covdI50PftezoUv7nRkfFyscVR0 { width:16.0625rem;height:8rem;top:24.09375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr2s3V6VJPzV3ezDySKDsL9I6ll1xmkQ { width:10.0625rem;height:11.125rem;top:64.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0PgQ28RtzT2hJFx1bTQPPqOEf99R1yF { width:20rem;height:2.4375rem;top:4.9716796875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaPLl9yyFnZIoN8blbNweqhnNTxqgDwm { display:flex;width:2.625rem;height:2.625rem;top:4.9599609375rem;left:9.59375rem; }
 }@media only screen and (max-width: 763px) { #eVQS6UIfmfluo0NV1D0ZhVMZd6Ouhemw { width:19.375rem;height:2.5rem;top:4.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccq9htzDmbSl5iBv6saQBB70o8ehxTxF { top:22.875rem;left:2.03125rem;width:16.25rem;height:1.21875rem;z-index:15015;font-family:"yeseva one";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNBDMCdcf46dUWMwLsGnGoffTmd9tBC { width:16.3125rem;height:8.125rem;top:70.28125190735rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCEhVsw7FroeeCWPLumhBx0kdzqsC7uQ { width:20rem;height:3.125rem;top:79.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqAbRk6GpS2idght3Dwq2atSmtekoUBE { display:block; }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE { background-color: transparent; background-image: none; }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE > .row .container > .video-iframe-container { display: none; }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE > .row > .video-iframe-container { display: none; }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqAbRk6GpS2idght3Dwq2atSmtekoUBE > .row .container { width:20rem;height:38.375rem;background-color:#fdfdfd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4DwOZweLJRavgERyUxPZdMx4LMdTWaO { width:20rem;height:15.625rem;top:22.655468940735rem;left:-0.24999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHxVVmIonswTbXT3QTbuIUPcQc888y3c { width:20rem;height:10.7609375rem;top:8.6953122615813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpbiCmXs1lop9eEXCzxQVXZK4yfMfGSp { width:13.7rem;height:2.45rem;top:18.531250715256rem;left:3.1499999165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #THt127AuEl9NnT3InGwocZUNqlps6G5g { display:block; }
 }@media only screen and (max-width: 763px) { #dIktmbAFC5mgJ0UJFCX5DTHHw33wFUBq { width:20rem;height:3.4125rem;top:0rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qua2robZIOkgzZ7F0VnyTK3fa3EtyUCm { width:20rem;height:2.4375rem;top:4.599219083786rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIfkT4zWo6bHg7tmGTMNZSae7AM6funn { width:19.375rem;height:2.5rem;top:4.2679688930511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container { background-color: transparent; background-image: none; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container > .video-iframe-container { display: none; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row > .video-iframe-container { display: none; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container { border-width: 0; border-radius: 0; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nz2DiSNcmwkBaTRCgwWh4KtWARGXe3cK > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2Fb9dHn9TTc6tdECHHZM4hxDKaU2XyQ { width:12.5rem;height:1.3rem;top:26.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL { display:flex;height:auto;width:17.5rem;top:4.546875rem;left:0rem;background-color:#000000;background-image:none; }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #ZvBdZSEd4PoAXKT66JN88GrGRyzJBo7g {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #oVJd8altuDEitFeHn2T72vk8sD67Mn8x {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #Teu5nD6yWk9F2banfvEBBheT8xvOLLTn {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #qkznyqg6e2wkEck5TWW2ORtX8lMl8uyV {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #sQthqMmtqIifhawoWXAwMCprEIJkJ81f {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #d7qCXmuMDeBdpZ0MpoJd580CpwTk4ikv {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #mZTJC3WeQmAkSb5Gkgyw39Ud7U1Hzlp9 {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #KvZZJlisTFdDROXVCrO04qQtlgZRyN9f {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #HuZIPuPDHBBz4iBIMwHTXtUX1OQva7Dh {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #GQpmgdThJKsaa4cE7GTLPtuO8wyNbSbP {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #BzhSsNmyT7N4WbThSHZyrF57KWSFhP9o {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #JuDAdvZW3uAJUMDS7OgkUflSSTtoemUb {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #cSUa1qAWcdPzk75QikARJUg0BewFg9iy {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #O0FFf1cuypptD6DcE6uHA6ub1yBa5Hkb {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #CkASVUmLdaFmvffXwEJScelzds0ZZB5J {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #NeMUb4yaIui94kvLQr2huD1XXfhuJWHX {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #aMDLsKT5PwRWMRfc3VvgdqJOJEZc5atG {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #NExAl9Vnfr23hqZQml9mXlQ3MJ972oLp {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #h0TtyMPuNqOWuCFUMGV7VBRdkVuQy86A {  }
 }@media only screen and (max-width: 763px) { #Bx52TJpExwsp4p4DlU3KpiyHqXaZETeL #TPPwUbt3IfaD7qSnehv2kK3qLnV8pUxX {  }
 }@media only screen and (max-width: 763px) { #xDXNcD4401BN5fh5baq9qmKgRhnOeT4q { width:8.25rem;height:8.25rem;top:34.109375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAlAdBPaQnwppUTrJ0Et1LyTpT4GBXN3 { width:20rem;height:7.171875rem;top:44.390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rf6M0mVnpOZeni62oW98NqQ2vPgb7FXd { width:19.625rem;height:9.875rem;top:43.171875rem;left:0rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #bblQ5pgMzPeqApLhGRdc3HctHC6sJVSE { width:20rem;height:7.3095625rem;top:54.671875rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #w8D9ozhABuQER5MfZSH9ZI7CIJ0S7t4B { width:20rem;height:2.19375rem;top:1.7900390625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }