.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:221,242,228;--color-primary-1:143,213,165;--color-primary-2:31,170,74;--color-primary-3:16,85,37;--color-primary-4:5,26,11;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:196,195,195;--color-tertiary-2:156,155,155;--color-tertiary-3:94,93,93;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;position:relative;display:block; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { background-color: transparent; background-image: none; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container > .video-iframe-container { display: none; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row > .video-iframe-container { display: none; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { border-width: 0; border-radius: 0; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#zIa9mtxADqDkxqZtFxMLLsS1NGmof4Mg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c3e50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:29.125rem;display:block; }
#PMW174NTkW79UPGdXk0x5X2uMvuEqtuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#suI73wkX1IfBZs6PAEKu0NTbg4VdSQKc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c3e50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:36.3125rem;display:block; }
#HFIsZLzMxc8px5IaCW4aNS8m45CIdlzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2EL0pkPaRidrIlXSoFZTbu3ygPNindr { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.9)', endColorstr='rgba(var(--color-primary-2),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.9)', endColorstr='rgba(var(--color-primary-2),0.9)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6865rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.9375rem;left:51.3134765625rem;display:block; }
#odJaKDEV3Lbpg8Su1oxsQghkhNqQqCmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT4TsAdhXdPE1zQpTgD32L48G0xUQLCi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c3e50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:43.8125rem;display:block; }
#UJFCTmGHOyX4O0PoLkd82wcsVPbQhCiB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fsmEWTiUL7T2hsMASOKqIyzTqSJ329vw { 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:4.1875rem;width:9.4375rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(187,196,195,0.9);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { background-color: transparent; background-image: none; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container > .video-iframe-container { display: none; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row > .video-iframe-container { display: none; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { border-width: 0; border-radius: 0; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:60rem;position:relative;display:block; }#LxwGDKV19qXJ0udrZP7QtBwfUbAxmM49 { display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:3.16845625rem;color:#190800;font-style:normal;display:block; }
#rwo50XUSqTJLoVI0Ou53TiDzOyh2PWRe { display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:15.16259765625rem;left:0rem;height:40.15721875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#wEDn1WyqD6W4coGrbvF5p4445IokTdvi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.1875rem;width:22.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.71875rem;left:35.24853515625rem;overflow:hidden;display:block; }
#TW8MAxmfLMlX0mIekgG9wLNkqRDWD9RE { display:block;width:30.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:5.5244125rem;color:#1e2326;font-style:normal;display:block; }
#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.15);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { background-color: transparent; background-image: none; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container > .video-iframe-container { display: none; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row > .video-iframe-container { display: none; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { border-width: 0; border-radius: 0; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { font-size:0.875rem;font-family:arial;height:13.28125rem;width:60rem;position:relative;display:block; }#Ddz7T6m1tc8128k9Fbe5uvIOh2rTALe2 { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:5.75rem;height:6.4184375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#rSWyty5SPp4KvvoOoJbPU2Pi6KlCvQfG { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.25rem;left:5.75rem;height:2.35595625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#IE5D2B0tfBamx8SkXD1KOJSBd093sI3u { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:22.6875rem;height:6.4184375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#oy1m44EIRHIKc4Tw0ATT3BJBDr75JV58 { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:22.6875rem;height:4.7119125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Ps2un6DXfBhauwe8VwsPXcXClquTq8AH { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:41.375rem;height:6.4184375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#NJ12SPF9UXFOXTcXweEmR9hSlw3NfWgn { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9375rem;left:41.375rem;height:4.7119125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { background-color: transparent; background-image: none; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container > .video-iframe-container { display: none; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row > .video-iframe-container { display: none; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { border-width: 0; border-radius: 0; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#J74kUdNzFGKMHVNhWwqW7BWsfT9baX5Z { display:block;width:23.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.78076171875rem;left:18.12451171875rem;height:4.0625rem;font-style:normal;color:#1e2326;text-align:center;text-align-last:center;display:block; }
#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { background-color: transparent; background-image: none; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container > .video-iframe-container { display: none; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row > .video-iframe-container { display: none; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { border-width: 0; border-radius: 0; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#mRkkGHx91ZvGrTXzFQGIrMeLRI4Qhe1I { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0.75rem;left:0rem;display:block; }
#f3KS29uvBctnEebT81E2eT5WFh6Eplhg { display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:5.375rem;height:7.7988125rem;color:#1e2326;display:block; }
#ms5PP5NrRKO4QOIQHJxBnWrApb6IPydk { display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.94873046875rem;left:5.375rem;height:4.1425875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#xTNEkAeMCAVQtTJ8euOH6enSlCMNII5q { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.5625rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#XPRS8HkTlmFT4mKKLFKQNDbCEWaGyso0 { display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:4.95947265625rem;left:35.8125rem;height:4.1425875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#QP9PfGS8cK3uUyqTayHLVeTp3Q07PAho { display:block;width:24.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:35.3759765625rem;height:1.94970625rem;color:#1e2326;display:block; }
#ZZzHI4tHinqntAdoJEh46LGe4DRhc54h { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#lir4oTUToX9qvRZE8ovHFnuaiIVC6QZm { display:block;width:2.686525rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.9375rem;left:30.53173828125rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { background-color: transparent; background-image: none; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container > .video-iframe-container { display: none; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row > .video-iframe-container { display: none; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { border-width: 0; border-radius: 0; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#FPRSASusTqTlEO2AkZTKItQN6SAnGEWU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#UROkXNmX5Fza79dCWefreSF8sCV6diu8 { display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:5.56201171875rem;height:1.94970625rem;color:#1e2326;display:block; }
#R72B6nPvxa4MBumcHSS66DHkt1iZHBIN { display:block;width:24.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:3.75rem;left:5.56201171875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#cXVue0K1H7x5DXkhCAmLXbIzXb0anaQ1 { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#BGsqedRJiV86fELBTxb3pa9Dn124emlW { display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:35.5634765625rem;height:1.94970625rem;color:#1e2326;display:block; }
#I303VyE2Fdke22F8bQKoZDIwnkW7msZ8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#aoFvNtwsyo80CIQqyzrmJwwIWLT2lo5x { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#zoTHFf2ueirKdkOXzUTmttqmUDObWF0C { display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:5.56201171875rem;height:13.80861875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#krSvtrbHbJBNsoPMxJWHGfp30cKnV7hX { display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:3.75rem;left:35.5634765625rem;height:4.1425875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { background-color: transparent; background-image: none; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container > .video-iframe-container { display: none; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row > .video-iframe-container { display: none; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { border-width: 0; border-radius: 0; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#tP74znDF0U3r9H0xllzDKNBdGS2A3eGM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#LcK6DLn338nlMMJyAESqJM3JsPTXmIqD { display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:5.4990234375rem;height:1.94970625rem;color:#1e2326;display:block; }
#EMRItKetT7qnCSGXdm7eABK4JNNZIt9r { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#mp4lqDgsaMwH3ahVmT8I4b0ud2yTTksJ { display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:3.75rem;left:35.625rem;height:4.1425875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#rzgg66AMg8lp8sHQEfOE3NJIqGhHSOL0 { display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.8125rem;left:35.625rem;height:1.94970625rem;color:#1e2326;display:block; }
#J4XAten81JvGITTZAIhJ8MLSbVmqf4Bq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#iQAbTDsUNvMPRZMJBfTIREpcEs1nwhZz { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#rVmPTt4ZOwiMSZrqQ1avA8fFrRkMWRWa { display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:3.75rem;left:5.4990234375rem;height:4.1425875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { background-color: transparent; background-image: none; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container > .video-iframe-container { display: none; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row > .video-iframe-container { display: none; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { border-width: 0; border-radius: 0; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:block; }#oeHdkZZ5CvuWcEfxiPHEnW9ia53HPMsk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#ro4mTAbgn8fpccPS2LnT1GOkUrk0MReN { display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:5.93603515625rem;height:1.94970625rem;color:#1e2326;display:block; }
#T9v0aOtcmbo12uRZwvRCThb4DfP4ZQlM { display:block;width:23.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:4.625rem;left:5.81201171875rem;height:8.285175rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#SX22kCeBi0FsptmuuGNh3VNUVRtAQwFu { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#GRs37nymegVW10sSTgDJKiaoCdTquafZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#TcFmD4TnFU9odsZK89Q6UuR54ftf35fG { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#uSwd6dWaTMH9apV94d2luPeuJ9wT0vQe { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:35.625rem;height:1.94970625rem;color:#1e2326;display:block; }
#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row .container { background-color: transparent; background-image: none; }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row .container > .video-iframe-container { display: none; }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row > .video-iframe-container { display: none; }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row .container { border-width: 0; border-radius: 0; }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row .container { font-size:0.875rem;font-family:arial;height:71.9375rem;width:60rem;position:relative;display:block; }#VcEVoyKB9qyMsb0UJ0Q6sxsNNirHwFLE { display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:14.25rem;height:2.76220625rem;font-style:normal;color:#2c3e50;display:block; }
#cDtVsSVJaa6E4ByTy3wA6xwJefaTE9K6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.25rem;width:12.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#P1bFvS5vtcyMynZ0mpJUwZTq9WNpZOby { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:12.3125rem;left:0rem;height:31.19533125rem;color:rgba(var(--color-tertiary-2),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zoz7kDg4gvvvdASht1AHK98olVP3CEwN { display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:14.25rem;height:5.84911875rem;color:#2c3e50;font-style:normal;display:block; }
#hHE8DRCK4KAG79dguDadoRvlL6e43vTw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.375rem;width:6.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:41.76171875rem;left:53.053082191781rem;overflow:hidden;display:block; }
#Kwkul7m7OaFqlVtZncOq5PpxTE4QeJOw { display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:44.9990234375rem;left:23.1875rem;height:3.8994125rem;color:#2c3e50;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NM4DL7GwJCgD8dkt7ey6u3spiNfrJ2mc { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:53.375rem;left:0rem;height:18.197275rem;color:rgba(var(--color-tertiary-2),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.88);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; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container { background-color: transparent; background-image: none; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container > .video-iframe-container { display: none; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row > .video-iframe-container { display: none; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container { border-width: 0; border-radius: 0; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#UNmO2GoDRQX6eFzS81CoG8MUEWzhr11Q { display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.400390625rem;left:18.125rem;height:2.76220625rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#c8bNylHTOkBcguE6ItV1WHvvcMTbyIB1 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));background-image: -moz-linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));background-image: -ms-linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));background-image: -o-linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1f1fe5', endColorstr='#aa1f1fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1f1fe5', endColorstr='#aa1f1fe5' );";background-image: linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.4375rem;height:8.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.15625rem;left:9.78125rem;display:block; }
#WZRTzaE0wVxm2PCTOHJHhn6M8DJqmLQE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN .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; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN .widget-text.counter-number { border-top:0.1875rem solid #2a2d3d;border-left:0.1875rem solid #2a2d3d;border-right:0.1875rem solid #2a2d3d;border-bottom:0.1875rem solid #2a2d3d;background-color:transparent;background-image:none;color:#2a2d3d;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:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;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:var(--headlines-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN { 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:19.5rem;height:5.4375rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:12.75rem;left:33.0625rem;z-index:15007; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #SFxxbxPPXGeFDgTTphE04bCqAyVCfedE { display:flex;position:relative;top:0rem;left:0rem; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #RHRmsJwIDRWeEDaCWxL10RAHDquw6yH6 { width:auto; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #TGkKmF2mrb0AxC1PUrE2z0tyy8PvvU49 {  }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #KtylDzzhHnsKZ26IgPnQ4Vu8vL4UUun8 { display:flex;position:relative;top:0rem;left:0rem; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #gTHtz3tqU4Dd9B8Af7u9rJEWFmbp5irN {  }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #J4y44Bi7TkdpI6RIEDPJiqaZi6tq4NWk {  }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #EMR1rKLZTklyG53sFXBDqkpu27Ms6ImT { display:flex;position:relative;top:0rem;left:0rem; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #qGbiONPfaMHWIgcMOe9g9dQalxlOnbnf {  }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #ByTpgUsIr5unKotkkvJkfH1dDeAKMlKA {  }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #x6Rn6QJTeZA6FHL8WrU0QLAsKTOBpG1F { display:flex;position:relative;top:0rem;left:0rem; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #Ln1VzfstRQm9wMl3yamzsnWAHAtu5Tf2 {  }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #EGv46JQsNQN4eabfulegcC00AIG8VvPG {  }
#I8LRIm9rhFn3bvIblQa0zzqp8MdJhmOQ { display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.125rem;left:7.3125rem;height:5.5244125rem;font-style:normal;color:#2c3e50;text-align:left;text-align-last:left;display:block; }
#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.15);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { background-color: transparent; background-image: none; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container > .video-iframe-container { display: none; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row > .video-iframe-container { display: none; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { border-width: 0; border-radius: 0; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { font-size:0.875rem;font-family:arial;height:1.53125rem;width:60rem;position:relative;display:block; }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.88);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; }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row .container { background-color: transparent; background-image: none; }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row .container > .video-iframe-container { display: none; }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row > .video-iframe-container { display: none; }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row .container { border-width: 0; border-radius: 0; }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;position:relative;display:block; }#yq5cBTZLHos2S2Ac3k5Iy1sq6uqcuZMn { display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:11rem;height:2.76220625rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#iOOD0XsQdRs1ByDAhF9MFCaVMzEDqc6K { display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:11rem;height:1.54345625rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#otVQTPaqQN78xVMpOCsscX86VA316Huo { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:8.3125rem;left:7.5625rem;overflow:hidden;display:block; }
#cmr18IuO6B1i2sT2DTTnXyfk30EWFRer { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:8.3125rem;left:31.6875rem;overflow:hidden;display:block; }
#KK26lGavwlTowZuZ1PMbZUo7JHKvfRN2 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:14.5625rem;left:7.5625rem;overflow:hidden;display:block; }
#bSwwQfcnX4lKRbk5uTOE6fSXIyLDsm0o { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:14.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#Kb5eNLZBLRWwadTmSgVrcE2lZsF9wnQZ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:21.375rem;left:19.625rem;overflow:hidden;display:block; }
#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.15);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { background-color: transparent; background-image: none; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container > .video-iframe-container { display: none; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row > .video-iframe-container { display: none; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { border-width: 0; border-radius: 0; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { font-size:0.875rem;font-family:arial;height:1.53125rem;width:60rem;position:relative;display:block; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/dsd3a5b8/02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw.adaptive-delivery-prevent-bg, #vVssVrax9VTaWfdKBzky1KRNEww4EpIw.lazyload, #vVssVrax9VTaWfdKBzky1KRNEww4EpIw.lazyloading { background-image: none; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { background-color: transparent; background-image: none; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container > .video-iframe-container { display: none; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row > .video-iframe-container { display: none; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { border-width: 0; border-radius: 0; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { font-size:0.875rem;font-family:arial;height:101.625rem;width:60rem;position:relative;display:block; }#meA6nWk2p5Cd8HdG5VI75dslseyLAdhm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:36.75rem;width:21.9375rem;top:9.25rem;left:19.0625rem;display:block; }
#Nk2XwXDOt8uC9A6baNfvtQrX9SbcTxTo { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.0625rem;left:19.09375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xX09vJaq53kHKbN2QDy36eBpN0ZtR6R4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:11.625rem;top:2.5rem;left:24.1875rem;overflow:hidden;display:block; }
#OTrvll0aWTCo3NvUQblbxG7LwmrstixI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:26.875rem;left:20.625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHVpyXEgipDRZwQL6Qctc1BAfgnHuN3B { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:32.673828125rem;left:20.28125rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBRgo3V7rlC4yh2Tx1TnZDu8MtZWoXWF { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#1d2d51;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.1875rem;left:22.3125rem;display:block; }
#A0xyyJSdwMSCBFC5cuyifTJhvGTM168H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCDu5ihbchXEr1DmPsZr1KxZNO6KCrGn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:31.3125rem;width:19.125rem;top:11.9375rem;left:0rem;display:block; }
#kF82TWoISTJ1RnFpP5khtsWXwgV94feM { color:#1e2326;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:30rem;left:0.8125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6nc9vzu8T8uoM1NPmgHKn9C1N8QSP8n { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.436525rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:35.8125rem;left:1.875rem;display:block; }
#Hz51o40mSlAmikRiIddTW0P9l0MDHVne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqxgvIscO7FeeTDflruGkHoqTLIB1KsC { color:#1e2326;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:26.125rem;left:1.125rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nd9buzR2spCCOevTTNh29QWkTytFwasJ { color:#1e2326;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.4375rem;left:0.8125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ceNThKXk2c5xiXTewsUl05BMWrfRDDXJ { 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:13.0625rem;width:9.1875rem;top:6.625rem;left:4.625rem;overflow:hidden;display:block; }
#IG1hK1MaeXXCQAgTw2r79uDqxeTCrFnS { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:31.3125rem;width:19.125rem;top:12rem;left:40.875rem;display:block; }
#GNtRK38a0duJNOpvtK67zElJ6xOOwciB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.436525rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:35.8125rem;left:42.75rem;display:block; }
#hvaQC4x6QTqpFNmyRNnzPh8nCvHFMCeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crpfxpW5kzlF0PsSyoP3KfEGDonFdgsa { color:#1d2d51;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:30.1875rem;left:41.6875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrVbfkaGx064va2ViWVDxxL3wPiwh6mn { color:#1d2d51;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.4375rem;left:41rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pm4wPvQEFk2uRo7HviO1oXxQ7Egnisq1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.1875rem;top:6.6875rem;left:45.8125rem;overflow:hidden;display:block; }
#Lp9zpEg09Q2ck9Mg9c3W6WJ0zGVXTdXV { color:#1d2d51;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.25rem;left:42rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gzmoe7HWCOhuf0Xl10HxXokakz74dOEl { color:#1e2326;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:97.75rem;left:13.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4X7itr7pQZkvsmyKoiiePDs9HZAOLo4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1e2326;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.25rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:93.5625rem;left:7.4375rem;display:block; }
#CTmUdMgxtqZuwOzTh7COaqu8l6BwI6xL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omT7Ra5BG8t7k2FspKoD95MnlewCTlzU { color:#1e2326;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.88671875rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#scvvzITmIaoNy5Nl8bwtiLod4tt4IIGC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:30.04296875rem;left:20.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h9Sc5R30WS859halrEcn1AI95B7gfoX1 { color:#1e2326;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:55.125rem;left:34.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kmI52kogwm5WdMtbzCDrL5ShZK6OaZny { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:24.0625rem;width:53rem;top:67.4375rem;left:3.5rem;display:block; }
#pXCgLBtK8Asmmy1A3dqzs1ivsgm593TT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.436525rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:85.0625rem;left:33.5rem;display:block; }
#uH79Fz0OmLJGd4RBgg7kAtnh1m7iiMBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zt3gNumVyWRRliPz1pnN4aZIUzrBSh1E { color:#1e2326;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:74.9375rem;left:29.375rem;height:11.69825625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MCn1d4g4FSzVfhfWzTvX1NLJB9nrb50M { color:#1e2326;display:block;width:18.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:68.8125rem;left:31.6875rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E75UK2DZCGcOM1EfQT7AoUJG2BeU1LuW { color:#1e2326;display:block;width:12.9975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:71.1875rem;left:34.6875rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p0ckLb0mMBk2hF1VxqGdx1FGzcblQO0P { position:absolute;display:block;z-index:15031;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:5.625rem;top:70.4375rem;left:4.875rem;overflow:hidden;display:block; }
#X4hDq6b04D2QQxnUImmMEU8PfBmb7tkI { 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:7.6875rem;width:5.25rem;top:70.5625rem;left:11.0625rem;overflow:hidden;display:block; }
#AapTgOstKFVzXfaqCPu3bnkB3ATy0CRt { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:5.5rem;top:70.5rem;left:16.875rem;overflow:hidden;display:block; }
#PEhJPFDd1N9N3qVvPGWvOltZDwuh8PCX { position:absolute;display:block;z-index:15033;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:5.375rem;top:78.75rem;left:11rem;overflow:hidden;display:block; }
#ffa00zlrz6QOatr7xEVc2Esh84u0WxQk { position:absolute;display:block;z-index:15033;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.125rem;width:5.4375rem;top:78.625rem;left:5rem;overflow:hidden;display:block; }
#nr5NHbm8zzNmweN2DkePz08ryTWdDcpZ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:5.375rem;top:78.75rem;left:17rem;overflow:hidden;display:block; }
#mgdsQE5wJcerA92aZPpPwPI6gld9HH8X { 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:7.625rem;width:5.375rem;top:74.875rem;left:23.1875rem;overflow:hidden;display:block; }
#xgWmhT3flsS5W70AixERhdFlPixDAiKR { color:#1e2326;display:block;width:18.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:89.0625rem;left:31.6875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfeVctTJXO4GEzPvE0XwOP3WQ4EP68eW { 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:13.0625rem;width:9.1875rem;top:49.96875rem;left:4.96875rem;overflow:hidden;display:block; }
#mRgzLykNVgHkd9miyU2zq52cvpQXhWsX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.1875rem;top:49.96875rem;left:15.0625rem;overflow:hidden;display:block; }
#VbgwnuKbBdBNJBJrfqrRq2I6Paud3HJe { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:16.6875rem;width:53rem;top:48.15625rem;left:3.5rem;display:block; }
#dE3v96w4ECZIDvadh8ayBe0RLLgvt3kA { color:#1e2326;display:block;width:18.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:49.96875rem;left:31.6884765625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FAU2eEymLt6iJdmuhuFPtX0ScLbm07DJ { color:#1e2326;display:block;width:12.9975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:52.8125rem;left:34.6884765625rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uo00QZC8w5R4I6lncT7UOwHPt0Oai8lD { color:#1e2326;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.6;letter-spacing:0;top:55.76171875rem;left:27.875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RFgR34xFaT6sshQRf9SeST4hRme6ZXMd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.436525rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:59.6572265625rem;left:33.5rem;display:block; }
#ZO5awOSqEqwbA481rtvpnTB1b8z9mC6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.15);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { background-color: transparent; background-image: none; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container > .video-iframe-container { display: none; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row > .video-iframe-container { display: none; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { border-width: 0; border-radius: 0; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { font-size:0.875rem;font-family:arial;height:1.40625rem;width:60rem;position:relative;display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { background-color: transparent; background-image: none; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container > .video-iframe-container { display: none; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row > .video-iframe-container { display: none; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { border-width: 0; border-radius: 0; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#vPEmCcyDBTzBieuQuJMrg9XXQ0EeNUA2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.375rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#t0I11KNRHrlpJI7B7Cf8aIQqdvXu2W6x { box-sizing:content-box;color:#1e2326;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:block;z-index:15005;top:1.5625rem;left:44.375rem;display:block; }
#GJx2yT6i28VeTCxfv2XO0erorB123yoN { box-sizing:content-box;color:#1e2326;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:block;z-index:15006;top:1.5625rem;left:47.5rem;display:block; }
#F50B0b89hyBPSyOuE0aiXG2Z3TL8O56z { box-sizing:content-box;color:#1e2326;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:block;z-index:15007;top:1.5625rem;left:53.75rem;display:block; }
#zMG2Pkw6LbsilRT0goi21ZKKENH78Eo4 { box-sizing:content-box;color:#1e2326;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:block;z-index:15008;top:1.5625rem;left:50.625rem;display:block; }
#fxXdZXFCiGbMJ3FZ9FW3E6EOQqeQ8ZQQ { box-sizing:content-box;color:#1e2326;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:block;z-index:15009;top:1.5625rem;left:56.875rem;display:block; }
#dcdIr2vJtMTUWUWO6q9HSSlRQptwwRQH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1e2326;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.03125rem;left:13.4375rem;display:block; }
#c1I95rnD6fftvXzFZfWv09UozpyXuRDe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXeE2kMyJRGACqMVCedvZnkpXeNMf8C2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1e2326;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:1.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.25rem;left:19rem;display:block; }
#bG8LhlxLdazZc1oD5Rl3keCHR6a7V8mz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgwQAFtytrbSeukZWt65JepNDO78f3WW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1e2326;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.5rem;left:34.375rem;display:block; }
#TsynPxvbTFbMckkPhlyENxEgAs6fMVqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdHaNub0BwyfbfoZSwlfM6lTV2vC5Ss1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1e2326;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:1.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5rem;left:41rem;display:block; }
#eFFAfyU9soayS7N16wtW4SehNEppxiJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/53625c4e502a4e7b0620f092d680dd57.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row .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) { #X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT { display:block; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIa9mtxADqDkxqZtFxMLLsS1NGmof4Mg { width:6.5rem;height:2.1875rem;top:1.25rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMW174NTkW79UPGdXk0x5X2uMvuEqtuQ { display:block; }
 }@media only screen and (max-width: 763px) { #suI73wkX1IfBZs6PAEKu0NTbg4VdSQKc { width:6.5rem;height:2.1875rem;top:1.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFIsZLzMxc8px5IaCW4aNS8m45CIdlzD { display:block; }
 }@media only screen and (max-width: 763px) { #l2EL0pkPaRidrIlXSoFZTbu3ygPNindr { width:8.625rem;height:2.75rem;top:0.9375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odJaKDEV3Lbpg8Su1oxsQghkhNqQqCmT { display:block; }
 }@media only screen and (max-width: 763px) { #PT4TsAdhXdPE1zQpTgD32L48G0xUQLCi { width:6.5rem;height:2.1875rem;top:1.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJFCTmGHOyX4O0PoLkd82wcsVPbQhCiB { display:block; }
 }@media only screen and (max-width: 763px) { #fsmEWTiUL7T2hsMASOKqIyzTqSJ329vw { width:9.4375rem;height:4.1875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 { display:block; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxwGDKV19qXJ0udrZP7QtBwfUbAxmM49 { width:24.1875rem;height:7.25rem;top:2.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwo50XUSqTJLoVI0Ou53TiDzOyh2PWRe { width:20rem;height:5.75rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDn1WyqD6W4coGrbvF5p4445IokTdvi { width:16.375rem;height:23.1875rem;top:3.8125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8MAxmfLMlX0mIekgG9wLNkqRDWD9RE { width:24.1875rem;height:7.25rem;top:2.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWlXlwabKbPDoavstEC0kd9lrbMiPDHE { display:block; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ddz7T6m1tc8128k9Fbe5uvIOh2rTALe2 { width:15rem;height:6.375rem;top:1.9375rem;left:0rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSWyty5SPp4KvvoOoJbPU2Pi6KlCvQfG { width:15rem;height:2.3125rem;top:8.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE5D2B0tfBamx8SkXD1KOJSBd093sI3u { width:15rem;height:6.375rem;top:1.9375rem;left:8.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy1m44EIRHIKc4Tw0ATT3BJBDr75JV58 { width:15rem;height:2.3125rem;top:7.9375rem;left:8.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps2un6DXfBhauwe8VwsPXcXClquTq8AH { width:15rem;height:6.375rem;top:1.9375rem;left:20.8125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ12SPF9UXFOXTcXweEmR9hSlw3NfWgn { width:15rem;height:2.3125rem;top:7.875rem;left:20.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 { display:block; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J74kUdNzFGKMHVNhWwqW7BWsfT9baX5Z { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdl9qE6O6zx28nJcOW9mCi78Oe240T5x { display:block; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRkkGHx91ZvGrTXzFQGIrMeLRI4Qhe1I { width:3.75rem;height:3.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3KS29uvBctnEebT81E2eT5WFh6Eplhg { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms5PP5NrRKO4QOIQHJxBnWrApb6IPydk { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNEkAeMCAVQtTJ8euOH6enSlCMNII5q { width:2.6875rem;height:1.875rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPRS8HkTlmFT4mKKLFKQNDbCEWaGyso0 { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP9PfGS8cK3uUyqTayHLVeTp3Q07PAho { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzHI4tHinqntAdoJEh46LGe4DRhc54h { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lir4oTUToX9qvRZE8ovHFnuaiIVC6QZm { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP { display:block; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPRSASusTqTlEO2AkZTKItQN6SAnGEWU { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UROkXNmX5Fza79dCWefreSF8sCV6diu8 { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R72B6nPvxa4MBumcHSS66DHkt1iZHBIN { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVue0K1H7x5DXkhCAmLXbIzXb0anaQ1 { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsqedRJiV86fELBTxb3pa9Dn124emlW { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I303VyE2Fdke22F8bQKoZDIwnkW7msZ8 { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFvNtwsyo80CIQqyzrmJwwIWLT2lo5x { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoTHFf2ueirKdkOXzUTmttqmUDObWF0C { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSvtrbHbJBNsoPMxJWHGfp30cKnV7hX { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH { display:block; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP74znDF0U3r9H0xllzDKNBdGS2A3eGM { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcK6DLn338nlMMJyAESqJM3JsPTXmIqD { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRItKetT7qnCSGXdm7eABK4JNNZIt9r { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4lqDgsaMwH3ahVmT8I4b0ud2yTTksJ { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgg66AMg8lp8sHQEfOE3NJIqGhHSOL0 { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4XAten81JvGITTZAIhJ8MLSbVmqf4Bq { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAbTDsUNvMPRZMJBfTIREpcEs1nwhZz { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVmPTt4ZOwiMSZrqQ1avA8fFrRkMWRWa { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF { display:block; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeHdkZZ5CvuWcEfxiPHEnW9ia53HPMsk { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro4mTAbgn8fpccPS2LnT1GOkUrk0MReN { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9v0aOtcmbo12uRZwvRCThb4DfP4ZQlM { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX22kCeBi0FsptmuuGNh3VNUVRtAQwFu { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs37nymegVW10sSTgDJKiaoCdTquafZ { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFmD4TnFU9odsZK89Q6UuR54ftf35fG { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwd6dWaTMH9apV94d2luPeuJ9wT0vQe { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 { display:block; }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcEVoyKB9qyMsb0UJ0Q6sxsNNirHwFLE { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDtVsSVJaa6E4ByTy3wA6xwJefaTE9K6 { width:9.375rem;height:7rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bFvS5vtcyMynZ0mpJUwZTq9WNpZOby { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoz7kDg4gvvvdASht1AHK98olVP3CEwN { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHE8DRCK4KAG79dguDadoRvlL6e43vTw { width:4.625rem;height:7rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwkul7m7OaFqlVtZncOq5PpxTE4QeJOw { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4DL7GwJCgD8dkt7ey6u3spiNfrJ2mc { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS { display:block; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNmO2GoDRQX6eFzS81CoG8MUEWzhr11Q { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8bNylHTOkBcguE6ItV1WHvvcMTbyIB1 { width:40.4375rem;height:8.5625rem;top:2.125rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZRTzaE0wVxm2PCTOHJHhn6M8DJqmLQE { display:block; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN .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; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN .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; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN { width:19.5rem;height:5.4375rem;display:flex;top:7.875rem;left:0rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #SFxxbxPPXGeFDgTTphE04bCqAyVCfedE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #RHRmsJwIDRWeEDaCWxL10RAHDquw6yH6 {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #TGkKmF2mrb0AxC1PUrE2z0tyy8PvvU49 {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #KtylDzzhHnsKZ26IgPnQ4Vu8vL4UUun8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #gTHtz3tqU4Dd9B8Af7u9rJEWFmbp5irN {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #J4y44Bi7TkdpI6RIEDPJiqaZi6tq4NWk {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #EMR1rKLZTklyG53sFXBDqkpu27Ms6ImT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #qGbiONPfaMHWIgcMOe9g9dQalxlOnbnf {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #ByTpgUsIr5unKotkkvJkfH1dDeAKMlKA {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #x6Rn6QJTeZA6FHL8WrU0QLAsKTOBpG1F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #Ln1VzfstRQm9wMl3yamzsnWAHAtu5Tf2 {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #EGv46JQsNQN4eabfulegcC00AIG8VvPG {  }
 }@media only screen and (max-width: 763px) { #I8LRIm9rhFn3bvIblQa0zzqp8MdJhmOQ { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR { display:block; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p { display:block; }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yq5cBTZLHos2S2Ac3k5Iy1sq6uqcuZMn { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOOD0XsQdRs1ByDAhF9MFCaVMzEDqc6K { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #otVQTPaqQN78xVMpOCsscX86VA316Huo { top:8.3125rem;left:1.4375rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmr18IuO6B1i2sT2DTTnXyfk30EWFRer { top:8.3125rem;left:25.5625rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK26lGavwlTowZuZ1PMbZUo7JHKvfRN2 { top:14.5625rem;left:1.4375rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSwwQfcnX4lKRbk5uTOE6fSXIyLDsm0o { top:14.5625rem;left:25.5625rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb5eNLZBLRWwadTmSgVrcE2lZsF9wnQZ { top:21.375rem;left:13.5rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 { display:block; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVssVrax9VTaWfdKBzky1KRNEww4EpIw { display:block; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meA6nWk2p5Cd8HdG5VI75dslseyLAdhm { width:21.9375rem;height:36.75rem;top:9.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2XwXDOt8uC9A6baNfvtQrX9SbcTxTo { width:21.8125rem;height:4.875rem;top:22.0625rem;left:12.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX09vJaq53kHKbN2QDy36eBpN0ZtR6R4 { width:11.625rem;height:16.4375rem;top:2.5rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTrvll0aWTCo3NvUQblbxG7LwmrstixI { width:18.8125rem;height:3.125rem;top:26.875rem;left:14.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVpyXEgipDRZwQL6Qctc1BAfgnHuN3B { width:19.4375rem;height:5.375rem;top:32.625rem;left:14.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBRgo3V7rlC4yh2Tx1TnZDu8MtZWoXWF { width:15.375rem;height:3.4375rem;top:41.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0xyyJSdwMSCBFC5cuyifTJhvGTM168H { display:block; }
 }@media only screen and (max-width: 763px) { #cCDu5ihbchXEr1DmPsZr1KxZNO6KCrGn { width:19.125rem;height:31.3125rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF82TWoISTJ1RnFpP5khtsWXwgV94feM { width:17.5rem;height:3.5625rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6nc9vzu8T8uoM1NPmgHKn9C1N8QSP8n { width:15.375rem;height:3.375rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz51o40mSlAmikRiIddTW0P9l0MDHVne { display:block; }
 }@media only screen and (max-width: 763px) { #JqxgvIscO7FeeTDflruGkHoqTLIB1KsC { width:16.875rem;height:2.75rem;top:26.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9buzR2spCCOevTTNh29QWkTytFwasJ { width:19rem;height:2rem;top:23.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceNThKXk2c5xiXTewsUl05BMWrfRDDXJ { width:9.1875rem;height:13.0625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG1hK1MaeXXCQAgTw2r79uDqxeTCrFnS { width:19.125rem;height:31.3125rem;top:12rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNtRK38a0duJNOpvtK67zElJ6xOOwciB { width:15.375rem;height:3.375rem;top:35.8125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvaQC4x6QTqpFNmyRNnzPh8nCvHFMCeF { display:block; }
 }@media only screen and (max-width: 763px) { #crpfxpW5kzlF0PsSyoP3KfEGDonFdgsa { width:17.5rem;height:1.75rem;top:30.1875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVbfkaGx064va2ViWVDxxL3wPiwh6mn { width:19rem;height:2rem;top:23.4375rem;left:28.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm4wPvQEFk2uRo7HviO1oXxQ7Egnisq1 { width:9.1875rem;height:13.0625rem;top:6.6875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9zpEg09Q2ck9Mg9c3W6WJ0zGVXTdXV { width:16.875rem;height:2.75rem;top:26.25rem;left:30.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzmoe7HWCOhuf0Xl10HxXokakz74dOEl { width:33.9375rem;height:1.375rem;top:97.75rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4X7itr7pQZkvsmyKoiiePDs9HZAOLo4 { width:45.25rem;height:3.5625rem;top:93.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTmUdMgxtqZuwOzTh7COaqu8l6BwI6xL { display:block; }
 }@media only screen and (max-width: 763px) { #omT7Ra5BG8t7k2FspKoD95MnlewCTlzU { width:19.125rem;height:1rem;top:28.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scvvzITmIaoNy5Nl8bwtiLod4tt4IIGC { width:19.125rem;height:1rem;top:30rem;left:14.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Sc5R30WS859halrEcn1AI95B7gfoX1 { width:19.125rem;height:1rem;top:55.125rem;left:28.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmI52kogwm5WdMtbzCDrL5ShZK6OaZny { width:47.75rem;height:24.0625rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXCgLBtK8Asmmy1A3dqzs1ivsgm593TT { width:15.375rem;height:3.375rem;top:85.0625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH79Fz0OmLJGd4RBgg7kAtnh1m7iiMBB { display:block; }
 }@media only screen and (max-width: 763px) { #zt3gNumVyWRRliPz1pnN4aZIUzrBSh1E { width:23.625rem;height:9.0625rem;top:74.9375rem;left:23.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCn1d4g4FSzVfhfWzTvX1NLJB9nrb50M { width:18.9375rem;height:2.3125rem;top:68.8125rem;left:25.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E75UK2DZCGcOM1EfQT7AoUJG2BeU1LuW { width:12.9375rem;height:2.75rem;top:71.1875rem;left:28.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ckLb0mMBk2hF1VxqGdx1FGzcblQO0P { width:5.625rem;height:8rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4hDq6b04D2QQxnUImmMEU8PfBmb7tkI { width:5.25rem;height:7.6875rem;top:70.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AapTgOstKFVzXfaqCPu3bnkB3ATy0CRt { width:5.5rem;height:7.875rem;top:70.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEhJPFDd1N9N3qVvPGWvOltZDwuh8PCX { width:5.375rem;height:8rem;top:78.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffa00zlrz6QOatr7xEVc2Esh84u0WxQk { width:5.4375rem;height:8.125rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr5NHbm8zzNmweN2DkePz08ryTWdDcpZ { width:5.375rem;height:7.625rem;top:78.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgdsQE5wJcerA92aZPpPwPI6gld9HH8X { width:5.375rem;height:7.625rem;top:74.875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgWmhT3flsS5W70AixERhdFlPixDAiKR { width:18.9375rem;height:1.375rem;top:89.0625rem;left:25.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfeVctTJXO4GEzPvE0XwOP3WQ4EP68eW { width:9.1875rem;height:13.0625rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRgzLykNVgHkd9miyU2zq52cvpQXhWsX { width:9.1875rem;height:13.0625rem;top:49.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbgwnuKbBdBNJBJrfqrRq2I6Paud3HJe { width:47.75rem;height:16.6875rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE3v96w4ECZIDvadh8ayBe0RLLgvt3kA { width:18.9375rem;height:2.8125rem;top:49.9375rem;left:25.5634765625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAU2eEymLt6iJdmuhuFPtX0ScLbm07DJ { width:12.9375rem;height:2.75rem;top:52.8125rem;left:28.5634765625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo00QZC8w5R4I6lncT7UOwHPt0Oai8lD { width:26.625rem;height:3rem;top:55.75rem;left:21.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFgR34xFaT6sshQRf9SeST4hRme6ZXMd { width:15.375rem;height:3.375rem;top:59.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO5awOSqEqwbA481rtvpnTB1b8z9mC6T { display:block; }
 }@media only screen and (max-width: 763px) { #DpV5r2W8oIul0PGfoxu14sI39aIvsJbO { display:block; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 { display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPEmCcyDBTzBieuQuJMrg9XXQ0EeNUA2 { width:10.375rem;height:4.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0I11KNRHrlpJI7B7Cf8aIQqdvXu2W6x { top:1.5625rem;left:38.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJx2yT6i28VeTCxfv2XO0erorB123yoN { top:1.5625rem;left:41.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50B0b89hyBPSyOuE0aiXG2Z3TL8O56z { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMG2Pkw6LbsilRT0goi21ZKKENH78Eo4 { top:1.5625rem;left:44.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXdZXFCiGbMJ3FZ9FW3E6EOQqeQ8ZQQ { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdIr2vJtMTUWUWO6q9HSSlRQptwwRQH { width:31rem;height:2.1875rem;top:2rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1I95rnD6fftvXzFZfWv09UozpyXuRDe { display:block; }
 }@media only screen and (max-width: 763px) { #EXeE2kMyJRGACqMVCedvZnkpXeNMf8C2 { width:15.375rem;height:1.5625rem;top:6.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8LhlxLdazZc1oD5Rl3keCHR6a7V8mz { display:block; }
 }@media only screen and (max-width: 763px) { #BgwQAFtytrbSeukZWt65JepNDO78f3WW { width:6.625rem;height:1.0625rem;top:6.5rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsynPxvbTFbMckkPhlyENxEgAs6fMVqp { display:block; }
 }@media only screen and (max-width: 763px) { #KdHaNub0BwyfbfoZSwlfM6lTV2vC5Ss1 { width:4.9375rem;height:1.0625rem;top:6.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFAfyU9soayS7N16wtW4SehNEppxiJk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT { position:relative;z-index:auto;display:block; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIa9mtxADqDkxqZtFxMLLsS1NGmof4Mg { width:5.4375rem;height:2.1875rem;top:3.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMW174NTkW79UPGdXk0x5X2uMvuEqtuQ { display:block; }
 }@media only screen and (max-width: 763px) { #suI73wkX1IfBZs6PAEKu0NTbg4VdSQKc { width:4.5rem;height:2.1875rem;top:3.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFIsZLzMxc8px5IaCW4aNS8m45CIdlzD { display:block; }
 }@media only screen and (max-width: 763px) { #l2EL0pkPaRidrIlXSoFZTbu3ygPNindr { width:8.6875rem;height:2.125rem;top:6.71875rem;left:5.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(31,170,74,0.9), rgba(31,170,74,0.9));background-image: -moz-linear-gradient(115deg, rgba(31,170,74,0.9), rgba(31,170,74,0.9));background-image: -ms-linear-gradient(115deg, rgba(31,170,74,0.9), rgba(31,170,74,0.9));background-image: -o-linear-gradient(115deg, rgba(31,170,74,0.9), rgba(31,170,74,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1faa4ae5', endColorstr='#1faa4ae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1faa4ae5', endColorstr='#1faa4ae5' );";background-image: linear-gradient(115deg, rgba(31,170,74,0.9), rgba(31,170,74,0.9));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #odJaKDEV3Lbpg8Su1oxsQghkhNqQqCmT { display:block; }
 }@media only screen and (max-width: 763px) { #PT4TsAdhXdPE1zQpTgD32L48G0xUQLCi { width:4.75rem;height:2.1875rem;top:3.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJFCTmGHOyX4O0PoLkd82wcsVPbQhCiB { display:block; }
 }@media only screen and (max-width: 763px) { #fsmEWTiUL7T2hsMASOKqIyzTqSJ329vw { width:5.25rem;height:2.3125rem;top:0.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 { display:block; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxwGDKV19qXJ0udrZP7QtBwfUbAxmM49 { width:19.9995rem;height:2.1933625rem;top:1.7490234375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwo50XUSqTJLoVI0Ou53TiDzOyh2PWRe { width:19.9980625rem;height:41.99709375rem;top:31.56103515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDn1WyqD6W4coGrbvF5p4445IokTdvi { width:13.875rem;height:19.6875rem;top:9.9365234375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8MAxmfLMlX0mIekgG9wLNkqRDWD9RE { width:19.9980625rem;height:3.57421875rem;top:4.5048828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWlXlwabKbPDoavstEC0kd9lrbMiPDHE { display:block; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ddz7T6m1tc8128k9Fbe5uvIOh2rTALe2 { width:20rem;height:4.0625rem;top:0.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSWyty5SPp4KvvoOoJbPU2Pi6KlCvQfG { width:20rem;height:1.13720625rem;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE5D2B0tfBamx8SkXD1KOJSBd093sI3u { width:20rem;height:4.0625rem;top:6.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy1m44EIRHIKc4Tw0ATT3BJBDr75JV58 { width:20rem;height:1.13720625rem;top:10.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps2un6DXfBhauwe8VwsPXcXClquTq8AH { width:20rem;height:4.0625rem;top:12.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ12SPF9UXFOXTcXweEmR9hSlw3NfWgn { width:20rem;height:1.13720625rem;top:16.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 { display:block; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J74kUdNzFGKMHVNhWwqW7BWsfT9baX5Z { width:20rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdl9qE6O6zx28nJcOW9mCi78Oe240T5x { display:block; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRkkGHx91ZvGrTXzFQGIrMeLRI4Qhe1I { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3KS29uvBctnEebT81E2eT5WFh6Eplhg { width:15rem;height:7.7988125rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms5PP5NrRKO4QOIQHJxBnWrApb6IPydk { width:15rem;height:5.52344375rem;top:8.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNEkAeMCAVQtTJ8euOH6enSlCMNII5q { width:2.6875rem;height:1rem;top:1.375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPRS8HkTlmFT4mKKLFKQNDbCEWaGyso0 { width:15rem;height:4.1425875rem;top:17.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP9PfGS8cK3uUyqTayHLVeTp3Q07PAho { width:15rem;height:1.94970625rem;top:15.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzHI4tHinqntAdoJEh46LGe4DRhc54h { width:3.75rem;height:3.75rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lir4oTUToX9qvRZE8ovHFnuaiIVC6QZm { width:2.6875rem;height:1rem;top:15.4375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP { display:block; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPRSASusTqTlEO2AkZTKItQN6SAnGEWU { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UROkXNmX5Fza79dCWefreSF8sCV6diu8 { width:15rem;height:1.94970625rem;top:0.900390625rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R72B6nPvxa4MBumcHSS66DHkt1iZHBIN { width:15rem;height:1.3808625rem;top:4.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVue0K1H7x5DXkhCAmLXbIzXb0anaQ1 { width:2.6875rem;height:1rem;top:1.375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsqedRJiV86fELBTxb3pa9Dn124emlW { width:15rem;height:1.94970625rem;top:19.337890625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I303VyE2Fdke22F8bQKoZDIwnkW7msZ8 { width:3.75rem;height:3.75rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFvNtwsyo80CIQqyzrmJwwIWLT2lo5x { width:2.6875rem;height:1rem;top:19.8125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoTHFf2ueirKdkOXzUTmttqmUDObWF0C { width:15rem;height:13.80861875rem;top:3.75rem;left:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSvtrbHbJBNsoPMxJWHGfp30cKnV7hX { width:15rem;height:4.1425875rem;top:22.1875rem;left:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH { display:block; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP74znDF0U3r9H0xllzDKNBdGS2A3eGM { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcK6DLn338nlMMJyAESqJM3JsPTXmIqD { width:15rem;height:1.94970625rem;top:0.56103515625rem;left:4.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRItKetT7qnCSGXdm7eABK4JNNZIt9r { width:2.6875rem;height:1rem;top:1.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4lqDgsaMwH3ahVmT8I4b0ud2yTTksJ { width:14.8125rem;height:4.1425875rem;top:12.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgg66AMg8lp8sHQEfOE3NJIqGhHSOL0 { width:14.8125rem;height:1.94970625rem;top:9.400390625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4XAten81JvGITTZAIhJ8MLSbVmqf4Bq { width:3.75rem;height:3.75rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAbTDsUNvMPRZMJBfTIREpcEs1nwhZz { width:2.6875rem;height:1rem;top:9.875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVmPTt4ZOwiMSZrqQ1avA8fFrRkMWRWa { width:13.3125rem;height:4.1425875rem;top:3.75rem;left:4.99951171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF { display:block; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeHdkZZ5CvuWcEfxiPHEnW9ia53HPMsk { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro4mTAbgn8fpccPS2LnT1GOkUrk0MReN { width:15rem;height:3.8994125rem;top:0rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T9v0aOtcmbo12uRZwvRCThb4DfP4ZQlM { width:15rem;height:8.285175rem;top:5.248046875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX22kCeBi0FsptmuuGNh3VNUVRtAQwFu { width:2.6875rem;height:1rem;top:1.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs37nymegVW10sSTgDJKiaoCdTquafZ { width:3.75rem;height:3.75rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFmD4TnFU9odsZK89Q6UuR54ftf35fG { width:2.6875rem;height:1rem;top:15.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwd6dWaTMH9apV94d2luPeuJ9wT0vQe { width:15rem;height:1.94970625rem;top:15.25rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 { display:block; }#c7pU3P8WriUxzkk9Wf3FfgDXkdBQfPI0 > .row .container { width:20rem;height:131.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcEVoyKB9qyMsb0UJ0Q6sxsNNirHwFLE { width:20rem;height:2.5996125rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDtVsSVJaa6E4ByTy3wA6xwJefaTE9K6 { width:9.5rem;height:7.0625rem;top:4.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bFvS5vtcyMynZ0mpJUwZTq9WNpZOby { width:20rem;height:57.19136875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoz7kDg4gvvvdASht1AHK98olVP3CEwN { width:20rem;height:4.875rem;top:13.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHE8DRCK4KAG79dguDadoRvlL6e43vTw { width:6.8125rem;height:10.375rem;top:77.75341796875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwkul7m7OaFqlVtZncOq5PpxTE4QeJOw { width:20rem;height:3.25rem;top:89.50341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4DL7GwJCgD8dkt7ey6u3spiNfrJ2mc { width:20rem;height:35.09475rem;top:94.12841796875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS { background-color:#ffffff;background-image:none;display:block; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container { background-color: transparent; background-image: none; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container > .video-iframe-container { display: none; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row > .video-iframe-container { display: none; }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vytu2rH9RluVX8rWPIdSgIh6gJ7zGJRS > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNmO2GoDRQX6eFzS81CoG8MUEWzhr11Q { width:19.9980625rem;height:2.5996125rem;top:0.93603515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8bNylHTOkBcguE6ItV1WHvvcMTbyIB1 { width:19rem;height:7.5rem;top:0.96875rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));background-image: -moz-linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));background-image: -ms-linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));background-image: -o-linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1f1fe5', endColorstr='#aa1f1fe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1f1fe5', endColorstr='#aa1f1fe5' );";background-image: linear-gradient(115deg, rgba(170,31,31,0.9), rgba(170,31,31,0.9));background-size:auto !important;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZRTzaE0wVxm2PCTOHJHhn6M8DJqmLQE { display:block; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN .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; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN .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; }
#Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN { width:19.5rem;height:5.4375rem;display:flex;top:12.34375rem;left:0rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #SFxxbxPPXGeFDgTTphE04bCqAyVCfedE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #RHRmsJwIDRWeEDaCWxL10RAHDquw6yH6 {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #TGkKmF2mrb0AxC1PUrE2z0tyy8PvvU49 {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #KtylDzzhHnsKZ26IgPnQ4Vu8vL4UUun8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #gTHtz3tqU4Dd9B8Af7u9rJEWFmbp5irN {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #J4y44Bi7TkdpI6RIEDPJiqaZi6tq4NWk {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #EMR1rKLZTklyG53sFXBDqkpu27Ms6ImT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #qGbiONPfaMHWIgcMOe9g9dQalxlOnbnf {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #ByTpgUsIr5unKotkkvJkfH1dDeAKMlKA {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #x6Rn6QJTeZA6FHL8WrU0QLAsKTOBpG1F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #Ln1VzfstRQm9wMl3yamzsnWAHAtu5Tf2 {  }
 }@media only screen and (max-width: 763px) { #Si7QBEa9DmRRsFy0o92i7DFrnw7LhWcN #EGv46JQsNQN4eabfulegcC00AIG8VvPG {  }
 }@media only screen and (max-width: 763px) { #I8LRIm9rhFn3bvIblQa0zzqp8MdJhmOQ { width:20rem;height:2.03125rem;top:9.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR { display:block; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p { display:block; }#aL3vTe3EMOQbiKJ1JteqmfoguCIKn23p > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yq5cBTZLHos2S2Ac3k5Iy1sq6uqcuZMn { width:19.9980625rem;height:5.19921875rem;top:1.24853515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOOD0XsQdRs1ByDAhF9MFCaVMzEDqc6K { width:20rem;height:1.54345625rem;top:7.26025390625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otVQTPaqQN78xVMpOCsscX86VA316Huo { width:20rem;height:5.3614457831325rem;top:10.17822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmr18IuO6B1i2sT2DTTnXyfk30EWFRer { width:20rem;height:5.3614457831325rem;top:16.78954765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK26lGavwlTowZuZ1PMbZUo7JHKvfRN2 { width:20rem;height:5.3614457831325rem;top:23.40087265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSwwQfcnX4lKRbk5uTOE6fSXIyLDsm0o { width:20rem;height:5.3614457831325rem;top:30.01219765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb5eNLZBLRWwadTmSgVrcE2lZsF9wnQZ { width:20rem;height:5.3614457831325rem;top:36.62352265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 { display:block; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVssVrax9VTaWfdKBzky1KRNEww4EpIw { display:block; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { width:20rem;height:205.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meA6nWk2p5Cd8HdG5VI75dslseyLAdhm { width:20rem;height:34.0625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2XwXDOt8uC9A6baNfvtQrX9SbcTxTo { width:19.9995rem;height:3.574225rem;top:55.81201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX09vJaq53kHKbN2QDy36eBpN0ZtR6R4 { width:11.625rem;height:16.4375rem;top:37.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTrvll0aWTCo3NvUQblbxG7LwmrstixI { width:13rem;height:2.5996125rem;top:60.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVpyXEgipDRZwQL6Qctc1BAfgnHuN3B { width:18.125rem;height:4.798825rem;top:65.1875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBRgo3V7rlC4yh2Tx1TnZDu8MtZWoXWF { width:15.375rem;height:3.436525rem;top:72rem;left:2.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0xyyJSdwMSCBFC5cuyifTJhvGTM168H { display:block; }
 }@media only screen and (max-width: 763px) { #cCDu5ihbchXEr1DmPsZr1KxZNO6KCrGn { width:19.125rem;height:28.625rem;top:6.68701171875rem;left:0.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF82TWoISTJ1RnFpP5khtsWXwgV94feM { width:16.875rem;height:3.19921875rem;top:24.8125rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6nc9vzu8T8uoM1NPmgHKn9C1N8QSP8n { width:15.375rem;height:3.436525rem;top:29.3115234375rem;left:2.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz51o40mSlAmikRiIddTW0P9l0MDHVne { display:block; }
 }@media only screen and (max-width: 763px) { #JqxgvIscO7FeeTDflruGkHoqTLIB1KsC { width:16.875rem;height:2.5996125rem;top:19.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9buzR2spCCOevTTNh29QWkTytFwasJ { width:19rem;height:1.70605625rem;top:17.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceNThKXk2c5xiXTewsUl05BMWrfRDDXJ { width:9.1875rem;height:13rem;top:2.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG1hK1MaeXXCQAgTw2r79uDqxeTCrFnS { width:19.125rem;height:25.75rem;top:83.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNtRK38a0duJNOpvtK67zElJ6xOOwciB { width:15.375rem;height:3.436525rem;top:104.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvaQC4x6QTqpFNmyRNnzPh8nCvHFMCeF { display:block; }
 }@media only screen and (max-width: 763px) { #crpfxpW5kzlF0PsSyoP3KfEGDonFdgsa { width:15.8115rem;height:1.5996125rem;top:101.0625rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrVbfkaGx064va2ViWVDxxL3wPiwh6mn { width:19rem;height:1.7871125rem;top:95.0625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm4wPvQEFk2uRo7HviO1oXxQ7Egnisq1 { width:9.1875rem;height:13rem;top:79.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9zpEg09Q2ck9Mg9c3W6WJ0zGVXTdXV { width:16.875rem;height:2.5996125rem;top:97.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzmoe7HWCOhuf0Xl10HxXokakz74dOEl { width:19.999rem;height:0.9746125rem;top:202.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4X7itr7pQZkvsmyKoiiePDs9HZAOLo4 { width:18.9985625rem;height:3.5625rem;top:199.5625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTmUdMgxtqZuwOzTh7COaqu8l6BwI6xL { display:block; }
 }@media only screen and (max-width: 763px) { #omT7Ra5BG8t7k2FspKoD95MnlewCTlzU { width:19.125rem;height:1.05615rem;top:22.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #scvvzITmIaoNy5Nl8bwtiLod4tt4IIGC { width:19.125rem;height:1.05615rem;top:63.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9Sc5R30WS859halrEcn1AI95B7gfoX1 { width:19.125rem;height:1.05615rem;top:131.5625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmI52kogwm5WdMtbzCDrL5ShZK6OaZny { width:20rem;height:51.0625rem;top:147.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXCgLBtK8Asmmy1A3dqzs1ivsgm593TT { width:15.375rem;height:3.375rem;top:191.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH79Fz0OmLJGd4RBgg7kAtnh1m7iiMBB { display:block; }
 }@media only screen and (max-width: 763px) { #zt3gNumVyWRRliPz1pnN4aZIUzrBSh1E { width:18.8125rem;height:15.398925rem;top:174.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCn1d4g4FSzVfhfWzTvX1NLJB9nrb50M { width:18.9375rem;height:4.875rem;top:165.875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E75UK2DZCGcOM1EfQT7AoUJG2BeU1LuW { width:12.9375rem;height:2.5996125rem;top:171.375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ckLb0mMBk2hF1VxqGdx1FGzcblQO0P { width:4.0625rem;height:6.1875rem;top:150.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4hDq6b04D2QQxnUImmMEU8PfBmb7tkI { width:4.0620125rem;height:6.249025rem;top:150.40673828125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AapTgOstKFVzXfaqCPu3bnkB3ATy0CRt { width:4.186525rem;height:6.4985625rem;top:150.28173828125rem;left:10.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEhJPFDd1N9N3qVvPGWvOltZDwuh8PCX { width:4.186525rem;height:6.3110625rem;top:150.37548828125rem;left:14.93798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffa00zlrz6QOatr7xEVc2Esh84u0WxQk { width:4.375rem;height:6.4375rem;top:158.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr5NHbm8zzNmweN2DkePz08ryTWdDcpZ { width:4.625rem;height:6.5625rem;top:158.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgdsQE5wJcerA92aZPpPwPI6gld9HH8X { width:4.5625rem;height:6.5rem;top:158.25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgWmhT3flsS5W70AixERhdFlPixDAiKR { width:18.9375rem;height:1.3808625rem;top:195.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfeVctTJXO4GEzPvE0XwOP3WQ4EP68eW { width:7rem;height:10rem;top:113.90625rem;left:2.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRgzLykNVgHkd9miyU2zq52cvpQXhWsX { width:7.0625rem;height:10.125rem;top:113.84375rem;left:10.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbgwnuKbBdBNJBJrfqrRq2I6Paud3HJe { width:20rem;height:32.6875rem;top:112.4248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE3v96w4ECZIDvadh8ayBe0RLLgvt3kA { width:18.9375rem;height:2.5996125rem;top:125.0625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAU2eEymLt6iJdmuhuFPtX0ScLbm07DJ { width:12.9375rem;height:2.5996125rem;top:127.9375rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo00QZC8w5R4I6lncT7UOwHPt0Oai8lD { width:18.375rem;height:6rem;top:131.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFgR34xFaT6sshQRf9SeST4hRme6ZXMd { width:15.375rem;height:3.375rem;top:139.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO5awOSqEqwbA481rtvpnTB1b8z9mC6T { display:block; }
 }@media only screen and (max-width: 763px) { #DpV5r2W8oIul0PGfoxu14sI39aIvsJbO { display:block; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 { display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPEmCcyDBTzBieuQuJMrg9XXQ0EeNUA2 { width:10.1875rem;height:4.3125rem;top:0.75rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0I11KNRHrlpJI7B7Cf8aIQqdvXu2W6x { width:3.125rem;height:3.125rem;top:7.8125rem;left:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJx2yT6i28VeTCxfv2XO0erorB123yoN { width:3.125rem;height:3.125rem;top:7.8125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50B0b89hyBPSyOuE0aiXG2Z3TL8O56z { width:3.125rem;height:3.125rem;top:7.8125rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMG2Pkw6LbsilRT0goi21ZKKENH78Eo4 { width:3.125rem;height:3.125rem;top:7.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXdZXFCiGbMJ3FZ9FW3E6EOQqeQ8ZQQ { width:3.125rem;height:3.125rem;top:7.8125rem;left:14.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdIr2vJtMTUWUWO6q9HSSlRQptwwRQH { width:19rem;height:2.25rem;top:5.0625rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1I95rnD6fftvXzFZfWv09UozpyXuRDe { display:block; }
 }@media only screen and (max-width: 763px) { #EXeE2kMyJRGACqMVCedvZnkpXeNMf8C2 { width:15.375rem;height:1.5625rem;top:12.1875rem;left:2.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8LhlxLdazZc1oD5Rl3keCHR6a7V8mz { display:block; }
 }@media only screen and (max-width: 763px) { #BgwQAFtytrbSeukZWt65JepNDO78f3WW { width:6.625rem;height:1.0625rem;top:13.75rem;left:4.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsynPxvbTFbMckkPhlyENxEgAs6fMVqp { display:block; }
 }@media only screen and (max-width: 763px) { #KdHaNub0BwyfbfoZSwlfM6lTV2vC5Ss1 { width:4.9375rem;height:1.0625rem;top:13.75rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFAfyU9soayS7N16wtW4SehNEppxiJk { display:block; }
 }