.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:226,237,219;--color-primary-1:177,192,165;--color-primary-2:112,166,76;--color-primary-3:76,144,31;--color-primary-4:55,77,27;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:230,230,230;--color-secondary-3:227,227,227;--color-secondary-4:202,202,202;--color-tertiary-0:255,255,255;--color-tertiary-1:137,134,134;--color-tertiary-2:121,121,121;--color-tertiary-3:116,116,116;--color-tertiary-4:0,0,0;--headlines-font-family:"Sora";--paragraphs-font-family:"Sora"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { background-color: transparent; background-image: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container > .video-iframe-container { display: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container { display: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .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); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { border-width: 0; border-radius: 0; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;overflow:visible;position:relative;display:block; }#s3ffRKabT4b2UEQ2hwFGA9hcAr8eTGsz { background-color:#63c05e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:44.25rem;height:4.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:57.375rem;left:15.375rem;display:block; }
#W2PR6Wsa0GTw7ev32fQWt6n1n1kHzM1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTIhSLTP6dvVVMGx7pp4KTXKc0vLsO4w { color:#565656;display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:4.125rem;left:11.0625rem;height:6.18706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyh6f6k21pNTJxDsFluUPJpWfCrSI7qD { color:rgba(var(--color-tertiary-3),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:15.3125rem;left:16.84375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xO0iqH4satTg3ws6XV9FLXGDNLCNHgNK { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15134;background-color:transparent;background-image:none;top:19.125rem;left:29.5625rem;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;display:block; }
#I4bCmgAfT1RgqwgbsmLlnFEmv6nCrQXe { color:rgba(var(--color-tertiary-3),1);display:block;width:1.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:19.6875rem;left:30.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSrCtG6WqWbUCCywEZx7APBF5E1zyoOM { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:19.375rem;left:34rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UGGen9MoOtR4AeIk6HnLvdZic6KIeQrh { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15135;background-color:transparent;background-image:none;top:19.125rem;left:48.25rem;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;display:block; }
#W1T7bL4461t4aLKZmgE8C44PH4ALtw0l { color:rgba(var(--color-tertiary-3),1);display:block;width:1.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:19.75rem;left:49.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sD01CttdoKstRVtE1i4VhiSD5qGkzplN { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:19.375rem;left:52.875rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Et0dWBzKrJP3IyrChRTJd5xW5UpZ2Htc { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15137;background-color:transparent;background-image:none;top:19.1875rem;left:9.75rem;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;display:block; }
#NyIJZD2QfL3rVnqC7Oax7UOThfzJf2xa { color:rgba(var(--color-tertiary-3),1);display:block;width:1.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:19.75rem;left:11.0625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wfc9um5sGqUFTG8vzZCuhmSVmKh79hG6 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:19.375rem;left:14.25rem;height:2.27430625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rSiT6y1fNk1rZqHP4898SNaXgtFUtlaO { box-sizing:content-box;height:1.9375rem;width:43.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.9375rem;left:15.125rem;display:block; }
#n06lA8llGITbEnKEVfXwB4Z4gqpk2wJ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:2.25rem;left:17.09375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KQRkfMq3oaJAHbpziXCqALhhS57hSTAG { position:absolute;display:block;z-index:15139;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:31.125rem;width:55.4375rem;top:24.875rem;left:9.8125rem;display:block; }
#FFlrGdVoIZxJD419586litHaOJVSoq2N { color:rgba(var(--color-tertiary-3),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:63.625rem;left:21rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NxlbspX8aRrb7BwhirCqbHZPf1ReDJSw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:63.421875rem;left:21.875rem; }
#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row .container { background-color: transparent; background-image: none; }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row .container > .video-iframe-container { display: none; }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row > .video-iframe-container { display: none; }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .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); }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row .container { border-width: 0; border-radius: 0; }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row .container { font-size:0.875rem;font-family:arial;height:89rem;width:75rem;position:relative;display:block; }#AgPR5MkzyQsdoz6Uv7oPugsuETfuDMwG { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.8125rem;width:17.0625rem;top:38.78125rem;left:19.7646484375rem;overflow:hidden;display:block; }
#losTtxvRwqBbDxmTJh4S6K2E6FX9IKiO { color:#515151;display:block;width:65rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15091;line-height:1.2;letter-spacing:0;top:2.3125rem;left:5rem;height:6.749125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NyNu2pX13yTSylx0Ozdum5TldoCknHwd { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:9.5625rem;left:20.90625rem;height:3.18685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2fNx40wNsIhh9TcaVTC2eD6m2A24zVB { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24.8125rem;width:17.0625rem;top:15.53125rem;left:1.1083984375rem;overflow:hidden;display:block; }
#VzPZeDuPrHGgyPilbmVKE5WGkR4EZD3p { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.9375rem;width:17.375rem;top:15.53125rem;left:19.5458984375rem;overflow:hidden;display:block; }
#KBobZGvpd1CAEGoUqTecSF1iIKsdXJd5 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.375rem;width:16.8125rem;top:15.40625rem;left:56.7333984375rem;overflow:hidden;display:block; }
#s3cMcudhFXUrO0cJZ5A1ETUyz5t8ofBs { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.5625rem;width:17.1875rem;top:15.46875rem;left:38.2646484375rem;overflow:hidden;display:block; }
#PfmZUW2Ft6WyMEC9Jt9Dc1es7ilmgMNn { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24.8125rem;width:16.9375rem;top:36.15625rem;left:56.6083984375rem;overflow:hidden;display:block; }
#DtMB1tJa0pXJbfrRH9zCH54J2ba8CfWz { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.5rem;width:17.0625rem;top:40.40625rem;left:38.2646484375rem;overflow:hidden;display:block; }
#BPVZJBHScwMn4GCRf2WEycDfB2QL1E5M { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.5625rem;width:17.125rem;top:41.46875rem;left:1.0458984375rem;overflow:hidden;display:block; }
#aX084CTAuoMD8tT9aIIz4TyxeGWZC2kG { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.5625rem;width:17.125rem;top:60.96875rem;left:19.7333984375rem;overflow:hidden;display:block; }
#tuqGV39NA2eX398SKVc3P1pHW29Ovafz { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.25rem;width:17.0625rem;top:66.34375rem;left:1.1083984375rem;overflow:hidden;display:block; }
#LUVxwMICU3BB0B7toDS4p8npcVrLe5ai { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.812175rem;width:13.812375rem;top:0rem;left:31.124674797058rem;overflow:hidden;display:block; }
#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row .container { background-color: transparent; background-image: none; }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row .container > .video-iframe-container { display: none; }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row > .video-iframe-container { display: none; }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .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); }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row .container { border-width: 0; border-radius: 0; }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row .container { font-size:0.875rem;font-family:arial;height:109.5rem;width:75rem;position:relative;display:block; }#SSIzqopulxkL3TbWx2MzukoAH16z4zq2 { color:#747474;display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:10.5rem;left:17rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UJ5KkL0tb9dzmgwVzaKK9zv6Kd5WSWmu { color:#565656;display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:2.8125rem;left:14.09375rem;height:6.749125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvuEBA2CPizQtlcZQafJGD1llx2Nuvta { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:8.9375rem;top:17.75rem;left:5.21875rem;overflow:hidden;display:block; }
#AoCuwTUPkQAaR6WxkRKFbeGt0ddL2op1 { box-sizing:content-box;height:35.6875rem;width:17.625rem;position:absolute;display:block;z-index:15094;background-color:#495b34;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5rem;left:0.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#QnoXyLbl87b8n37J9X7SKF0npwwKPUDP { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:29.640625rem;left:1.28125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#yEMDCTBmSr7Bb5WPxm9GDblhDgImUowB { color:#e6e6e6;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.875rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oD4I7qLT0OSRdcyc0p5TSGZQNOtDL3Ze { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:37.5rem;left:1.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lPN5v5dTTpKPro3XJFuBzmwUDnPIBrXH { color:#70a64c;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:38.546875rem;left:4.40625rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h8m19Pk82kGqVHvKCsvTbAQooTxW9ntM { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:41.3125rem;left:1.59375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vqStxZCUWrCOgcRzrVVc00gPHrtGQrMG { color:#e3e3e3;display:block;width:10.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:54.75rem;left:3.84375rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nrtpxeS9UohwWl98daqJmGo5fAtvvbo6 { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15097;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:45.1875rem;left:1.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#VTZCHV8E1P97H0HeATdH4CNKaIpgkNiJ { background-color:#102504;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:49.3125rem;left:2rem;display:block; }
#vJbQepU0X1nUgEQQ7s3oFr35FO9KHNzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpLyRFT6MENuDHx4lH2eaqZSdVtOcHbg { color:#70a64c;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:42.3779296875rem;left:4.75rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cyiNKvSzi4BWKkcauqXmGT7bBzNOuw3i { color:#70a64c;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:46.2529296875rem;left:4.75rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eu1CSbNahwJROvHLFr2v4xfVDdHt4nzS { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:38.59375rem;left:2.84375rem; }
#Qmv8AwLEV8xztGTyDohSXmREO2N7be5v { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:42.34375rem;left:2.78125rem; }
#uSD0MlrPbITSkNl584MH3zLCqVg7kNev { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:46.21875rem;left:2.78125rem; }
#a6uyvWFGSebkhOXDANJQJu7W0KVqbOq3 { box-sizing:content-box;height:35.6875rem;width:17.625rem;position:absolute;display:block;z-index:15109;background-color:#f6317f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5rem;left:19.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#V5sK1M6KaA7QST11EGueUAh5S0GCJRbR { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:29.640625rem;left:20.03125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#FeNBrtLoAxMPFyZCxmeqQTBIHKC41pul { color:#e6e6e6;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;top:32.56201171875rem;left:20.28125rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJUJkiTHMLzNNcoHuwOGzozGMuDZGM50 { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15110;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ff9bd1;border-left:0.0625rem solid #ff9bd1;border-right:0.0625rem solid #ff9bd1;border-bottom:0.0625rem solid #ff9bd1;top:37.5rem;left:20.15625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#h9ggUyoKm7zBWz6C32KKKKc4ru0g6Hzx { color:#ff9bd1;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15114;line-height:1.3;letter-spacing:0;top:38.5654296875rem;left:22.75rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CZwqL6fEDJTpk8PcVbuW51IZcRefqR7B { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15111;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ff9bd1;border-left:0.0625rem solid #ff9bd1;border-right:0.0625rem solid #ff9bd1;border-bottom:0.0625rem solid #ff9bd1;top:41.3125rem;left:20.15625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#loSaTTpz8tXFpWpsXPeDn8BzolevTFeW { color:#ff9bd1;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15115;line-height:1.3;letter-spacing:0;top:42.3779296875rem;left:23rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iucMyPLwquOsS52wLgqKwxJw1Os2F26X { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:8.9375rem;top:17.75rem;left:23.65625rem;overflow:hidden;display:block; }
#uJhp0hh4LE6iXiMNN9Bu5ASal8fIlo0K { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15112;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ff9bd1;border-left:0.0625rem solid #ff9bd1;border-right:0.0625rem solid #ff9bd1;border-bottom:0.0625rem solid #ff9bd1;top:45.1875rem;left:20.15625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#pCXS3f0Z264Ff2FfnvHnebCmkxkvwqzO { color:#ff9bd1;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15116;line-height:1.3;letter-spacing:0;top:46.2529296875rem;left:23.09375rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C8pvqOEpk6Tq5l2wnySIRi1UnzHcCD1W { background-color:#b50061;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15117;text-align:center;text-align-last:center;top:49.3125rem;left:20.40625rem;display:block; }
#LtHiQ7RhtfiUnZvTf9icTQJ4pwa5Pull { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzze3R0v1ObgI18qC6IlsCFhBDmVJaec { color:#e3e3e3;display:block;width:10.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15116;line-height:1.3;letter-spacing:0;top:54.75rem;left:22.65625rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZHT6X0bysZJORWAf48b5iBR8ySzGqWZ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:38.53125rem;left:21.125rem; }
#RSkIfI5hmTXlFN96A4HiO65i4qHpQKFx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:42.34375rem;left:21.125rem; }
#XHVoJK4eEyq6iJwBky3sNivHJMLIVXo5 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:46.21875rem;left:21.125rem; }
#GxQ9LwDAq2nqHo7BN38T9ldaWnqzwXUK { box-sizing:content-box;height:35.6875rem;width:17.625rem;position:absolute;display:block;z-index:15124;background-color:#f67231;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5rem;left:37.90625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#WhT1bfz8i5OyAUl3KRxsJTRL1OdRlyXI { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:29.625rem;left:38.625rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#TCF3H6sKv1cab3BD00VlVXWmrKqPCu6c { color:#e6e6e6;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15128;line-height:1.3;letter-spacing:0;top:32.5625rem;left:38.875rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VuzBLLbpMl6lCH7FKzGuPCI9iIAoyk3f { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15125;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffbc79;border-left:0.0625rem solid #ffbc79;border-right:0.0625rem solid #ffbc79;border-bottom:0.0625rem solid #ffbc79;top:37.5rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#J0s8G6zQ5J0yeEeWZ5HNV1fr1OZrAZJO { color:#ffbc79;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15129;line-height:1.3;letter-spacing:0;top:38.5625rem;left:41.625rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#anIqJeMPCBOgOU9LcM3gpU8VEE3O08WM { position:absolute;display:block;z-index:15125;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:8.9375rem;top:17.75rem;left:42.21875rem;overflow:hidden;display:block; }
#u1KiPZbJ8shZZ49PR2khCxJmSRElydgT { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15126;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffbc79;border-left:0.0625rem solid #ffbc79;border-right:0.0625rem solid #ffbc79;border-bottom:0.0625rem solid #ffbc79;top:41.3125rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#uGz0T151ZFPfkTUZItvViuP5mXrxlnaT { color:#ffbc79;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15130;line-height:1.3;letter-spacing:0;top:42.375rem;left:41.5625rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P9p3po6sxr53Bl6aZXgt0hA5TJbJy7xx { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffbc79;border-left:0.0625rem solid #ffbc79;border-right:0.0625rem solid #ffbc79;border-bottom:0.0625rem solid #ffbc79;top:45.1875rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#uB2pvLT9UH8or8s9AFLUh47mB5l1yA1r { color:#ffbc79;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15131;line-height:1.3;letter-spacing:0;top:46.2529296875rem;left:41.8125rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#erk9bg6ReaJ9zcZlDbwQuN1R9AAVGPZG { background-color:#903500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15132;text-align:center;text-align-last:center;top:49.3125rem;left:39rem;display:block; }
#AH6sUUMcO68aVLgGU0LQ1yBJZBUVxArU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJFCSCBRlOLouinz9v3dzp97fzcATI9C { color:#e3e3e3;display:block;width:10.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15131;line-height:1.3;letter-spacing:0;top:54.75rem;left:41.25rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tls5XmFyRsWLZ6UgPsloFLVnGXt3EkOb { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:38.5625rem;left:39.6875rem; }
#n5breV0TlZDtUzzzMU6EH2m8geIEcg3R { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:42.34375rem;left:39.6875rem; }
#e0GEb6zVv1nIKXEtOP8I4CQvDyXHTbcF { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:46.21875rem;left:39.6875rem; }
#uL53ylvRod04sHp0WBGECAdOgHJNippk { box-sizing:content-box;height:35.6875rem;width:17.625rem;position:absolute;display:block;z-index:15139;background-color:#73337f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5rem;left:56.59375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#SqIfvmQVprtCFp7zzJHfcAeumRwqd4HL { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:29.5625rem;left:57.3125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#XXplquWu911Q3CwZl9cq6mkDC2kvkT58 { color:#e6e6e6;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15143;line-height:1.3;letter-spacing:0;top:32.5rem;left:57.5625rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E7OXGakFA8mHCZwc9W1mvFui9ckPfl9t { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15140;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #cd77fb;border-left:0.0625rem solid #cd77fb;border-right:0.0625rem solid #cd77fb;border-bottom:0.0625rem solid #cd77fb;top:37.4375rem;left:57.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#txdSXprpLWZtNgrdMzxvdN3795Tmc516 { color:#cd77fb;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15144;line-height:1.3;letter-spacing:0;top:38.5rem;left:60.3125rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FrhHAXqMleO2OagGM1J5rhqJpQuJGio0 { position:absolute;display:block;z-index:15140;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:12rem;top:15.1875rem;left:59.375rem;overflow:hidden;display:block; }
#GtkorOWAXbFUfdl4Xm6v9x3Lwyw1QpTH { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15141;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #cd77fb;border-left:0.0625rem solid #cd77fb;border-right:0.0625rem solid #cd77fb;border-bottom:0.0625rem solid #cd77fb;top:41.25rem;left:57.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#TKsTUNBEf7CayKzGGcsUAtk7OtwD3rz4 { color:#cd77fb;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15145;line-height:1.3;letter-spacing:0;top:42.3125rem;left:60.25rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ACHwwmOCH9bJzHyTezgCuIrd7P0VFPHM { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #cd77fb;border-left:0.0625rem solid #cd77fb;border-right:0.0625rem solid #cd77fb;border-bottom:0.0625rem solid #cd77fb;top:45.125rem;left:57.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#TRZIvTpasBU2IzEkmd9VT0DvMuUy7KQX { color:#cd77fb;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15146;line-height:1.3;letter-spacing:0;top:46.1875rem;left:60.5rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WZ3mDqOXJSK0dF6lTvZJrpz6iAfSorGN { background-color:#32134f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15147;text-align:center;text-align-last:center;top:49.25rem;left:57.6875rem;display:block; }
#mFu2z2av8B6LJS8tHnzVMa9IkAA9URTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TX6mbBFQ3URVLCIy1bZwVgEKLE2cP6Q3 { color:#e3e3e3;display:block;width:10.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15146;line-height:1.3;letter-spacing:0;top:54.6875rem;left:59.9375rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vW0LDGynaGo5xTRAmr3bqVSGaVsuAC7c { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:38.5rem;left:58.375rem; }
#X7Vd8qnHTl8BkfQr9ky16HkA23ZWwqz1 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15149;opacity:1;top:42.34375rem;left:58.4375rem; }
#Od9fcKJTlkiDP0OopaduBvCpPeZJWAec { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:46.21875rem;left:58.625rem; }
#yLayp6ToR3dRmZULGEQpLxZ0tBr50alm { box-sizing:content-box;height:35.6875rem;width:17.625rem;position:absolute;display:block;z-index:15199;background-color:#336e7f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.6875rem;left:56.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TewL0yL6ICDUib8p4uAATXm5kzoZ91hW { box-sizing:content-box;height:35.6875rem;width:17.625rem;position:absolute;display:block;z-index:15184;background-color:#ca602e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.6875rem;left:37.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XU9wKcD2MeFpqEtevcMLZTnoaKq1RvQB { color:#e3e3e3;display:block;width:10.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15191;line-height:1.3;letter-spacing:0;top:98.9375rem;left:41.25rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zRM5rfkb2GMHgtchCK0AzLzCTWGpVeAo { color:#e3e3e3;display:block;width:10.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15206;line-height:1.3;letter-spacing:0;top:98.875rem;left:59.9375rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTKW8XTNRKwNQKxGLU6IOERz8qvlRv9J { background-color:#903500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:93.5rem;left:39rem;display:block; }
#igJHeAUyTaX9uqy8JoNREi7oCVz04BXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0meZ6cmFvg3W8xbO5PVR99ZDHbSlAFs { background-color:#083e4c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:93.4375rem;left:57.6875rem;display:block; }
#dcze427lKgAzhuNNKNbTsHqmlCmJxRyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JD37vF7sgRaJUvvAOBUeEkHTstUcvhGW { box-sizing:content-box;height:35.6875rem;width:17.625rem;position:absolute;display:block;z-index:15169;background-color:#891123;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.6875rem;left:19.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#GO3ImOE5mHKHQkhItyIRbB3iax96NsNt { background-color:#4d040f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:93.5rem;left:20.4375rem;display:block; }
#C2nMKtaZoVfhqFMB2B0L8IBALOJ5nVr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mcSxzvFgctNfK4Eq2HuNIUySc2Bkb3qM { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15172;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #e15252;border-left:0.0625rem solid #e15252;border-right:0.0625rem solid #e15252;border-bottom:0.0625rem solid #e15252;top:89.375rem;left:20.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#rs8yahr9UN4cdM7ZWpLKFmcu5ekywvPs { color:#e15252;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15176;line-height:1.3;letter-spacing:0;top:90.4375rem;left:23.3125rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zcJgoN6kQ1ShdXoTGO1FAyeqBoxHbcKu { color:#e3e3e3;display:block;width:10.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15176;line-height:1.3;letter-spacing:0;top:98.9375rem;left:22.6875rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GVK87zX6FBVzOL7BEF2uDiIgt3tERS70 { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15187;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffbc79;border-left:0.0625rem solid #ffbc79;border-right:0.0625rem solid #ffbc79;border-bottom:0.0625rem solid #ffbc79;top:89.375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#DVTqqczlEf8ZKTDAtHFBka1d0R4QZAxR { color:#ffbc79;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15191;line-height:1.3;letter-spacing:0;top:90.4375rem;left:41.8125rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#udqNp6Nz9mEtsbGu4VCokm1kVXCKgW8N { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15202;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #78c4da;border-left:0.0625rem solid #78c4da;border-right:0.0625rem solid #78c4da;border-bottom:0.0625rem solid #78c4da;top:89.3125rem;left:57.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fNKlrBNHlfBcOAybwT8VzuxpuqsH9JHn { color:#78c4da;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15206;line-height:1.3;letter-spacing:0;top:90.375rem;left:60.4375rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfeT9BfZiHpiOzs7y2XZPKdFstFtXR7p { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15171;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #e95d5d;border-left:0.0625rem solid #e95d5d;border-right:0.0625rem solid #e95d5d;border-bottom:0.0625rem solid #e95d5d;top:85.5rem;left:20.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#LkgU98JHt34oS1ME7pRmgdKDpzHIZXsQ { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15186;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffbc79;border-left:0.0625rem solid #ffbc79;border-right:0.0625rem solid #ffbc79;border-bottom:0.0625rem solid #ffbc79;top:85.5rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#VLZoT39ghsghgxcvQ8mFqcTfbEGcW3NS { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15201;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #78c4da;border-left:0.0625rem solid #78c4da;border-right:0.0625rem solid #78c4da;border-bottom:0.0625rem solid #78c4da;top:85.4375rem;left:57.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Pbt9qPJJ9QiJGzxFMr6LzafXNwpzTGLl { color:#e15252;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15175;line-height:1.3;letter-spacing:0;top:86.5625rem;left:23.1875rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQCo9u2cFHstqxL2LMKVdnIHvZrmwK31 { color:#ffbc79;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15190;line-height:1.3;letter-spacing:0;top:86.5625rem;left:41.5625rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QFO3K3n6ftvwgVqqu5NthnBCHTvw0syl { color:#78c4da;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15205;line-height:1.3;letter-spacing:0;top:86.5rem;left:60.25rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XqyoEl1EGtw3c2AOu2J1B4HkqZ334WZm { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15170;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #d14e4e;border-left:0.0625rem solid #d14e4e;border-right:0.0625rem solid #d14e4e;border-bottom:0.0625rem solid #d14e4e;top:81.6875rem;left:20.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#v2EPUKIUCTLReXntDMlUJIgIDr7Mb1fe { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15185;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffbc79;border-left:0.0625rem solid #ffbc79;border-right:0.0625rem solid #ffbc79;border-bottom:0.0625rem solid #ffbc79;top:81.6875rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#UIakcJk1r2I4LdxMwDPS8nAdHaJ399wM { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15200;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #78c4da;border-left:0.0625rem solid #78c4da;border-right:0.0625rem solid #78c4da;border-bottom:0.0625rem solid #78c4da;top:81.625rem;left:57.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qZMVRpJoga6ckLR6BHN2DX4aAhQPA95U { color:#e15252;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15174;line-height:1.3;letter-spacing:0;top:82.75rem;left:22.9375rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EoZ6ocADpHyXPKZGNhwPxTigzwhPQ7RN { color:#ffbc79;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15189;line-height:1.3;letter-spacing:0;top:82.75rem;left:41.625rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eN7OzwxKHnWvfy30aaryADe1Z2wTLZk6 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:82.75rem;left:39.6875rem; }
#JlRA8T8Bd83lIyiQi3H9H8WELDcm0pxc { color:#78c4da;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15204;line-height:1.3;letter-spacing:0;top:82.6875rem;left:60.3125rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kikHIKVGaI9QaCwMJvMs05S9L3pASf0y { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:82.6875rem;left:58.375rem; }
#Akk6JZ0d0NOGmG8k61dgVpRzyr8UX2v5 { color:#e6e6e6;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15173;line-height:1.3;letter-spacing:0;top:76.75rem;left:20.3125rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJsT5XFafPZlx04w8n4hSKTO2iXbxTL8 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:82.75rem;left:21.125rem; }
#SSxKnqNcq5R7P18Cd4T7T3HG2vaZsvbW { color:#e6e6e6;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15188;line-height:1.3;letter-spacing:0;top:76.75rem;left:38.875rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q9aHoIbq0TVO8Nn4t3QSu9RShx2P8LA7 { color:#e6e6e6;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:76.6875rem;left:57.5625rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xAL5BgR4bETLLi1lb0dLJJbT0UZ8zMbo { box-sizing:content-box;height:35.6875rem;width:17.625rem;position:absolute;display:block;z-index:15154;background-color:#859738;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.6875rem;left:0.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#xIHPeylL3lK0orz04HB4OMpXJTQxZby9 { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:73.8125rem;left:1.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#w2AyhGeT0w0cqdoTJIkx6JsxwfeR8b4O { color:#e6e6e6;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15158;line-height:1.3;letter-spacing:0;top:76.74951171875rem;left:3rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVVEb88w9F4ugJkMayf9xUTOnBALrzcp { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15155;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #a5d784;border-left:0.0625rem solid #a5d784;border-right:0.0625rem solid #a5d784;border-bottom:0.0625rem solid #a5d784;top:81.6875rem;left:1.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#t7UmlAIiLaGLxMfQqwTHamlz9BxA04NO { color:#a5d784;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15159;line-height:1.3;letter-spacing:0;top:82.75rem;left:4.6875rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ibqf2ki6gFTwTur4urwKiXQa2SWgXFhy { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15156;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #a5d784;border-left:0.0625rem solid #a5d784;border-right:0.0625rem solid #a5d784;border-bottom:0.0625rem solid #a5d784;top:85.5rem;left:1.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#kcOQ5MhdRWBg6sOXz8TQqUhiTOtx20sF { color:#e3e3e3;display:block;width:10.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15161;line-height:1.3;letter-spacing:0;top:98.9375rem;left:3.875rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xFBxEgyFb4lAzc8qKcM4g5KPqbDfyEge { box-sizing:content-box;height:3.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15157;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #a5d784;border-left:0.0625rem solid #a5d784;border-right:0.0625rem solid #a5d784;border-bottom:0.0625rem solid #a5d784;top:89.375rem;left:1.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#QqkRL52739vFpdXHtWpd7py5X1n7r9iE { background-color:#495812;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15162;text-align:center;text-align-last:center;top:93.5rem;left:2rem;display:block; }
#gQn1QLXy2znFtw711fPoKDkhuFGR2XFA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKWGhs8oFyQzaUZ0sNNopsuO8P4Zf5Cd { color:#a5d784;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15160;line-height:1.3;letter-spacing:0;top:86.5625rem;left:4.9375rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bpFLLVBTPEKVwHEnI42ype0ibTaENCC5 { color:#a5d784;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15161;line-height:1.3;letter-spacing:0;top:90.4375rem;left:5.0625rem;height:1.0563125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pGmlM3ogThKhqFTfxgnyp6BOnGmOJF1y { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15172;line-height:1.3;letter-spacing:0;top:73.8125rem;left:20.0625rem;height:;text-align:center;text-align-last:center;display:block; }
#bEDRMfthcNQL0BOUX2Cqn86KO2czJuvP { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15187;line-height:1.3;letter-spacing:0;top:73.8125rem;left:38.625rem;height:;text-align:center;text-align-last:center;display:block; }
#DTZQ5v0R1pQ15bmrEXXDMMIOaTvPSmkZ { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:73.75rem;left:57.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#SeA0ym7oxqmIIdxqM7sKnT5iyTJuxbkR { position:absolute;display:block;z-index:15200;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:8.75rem;top:61.875rem;left:61.117788461539rem;overflow:hidden;display:block; }
#fEIqleoVpgdh8eJmD8IvtePTu32V9BHb { position:absolute;display:block;z-index:15155;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:61.84375rem;left:4.4375rem;overflow:hidden;display:block; }
#PEW0Q9i2gzLMVd3cFbOSElxo2lFfCtMZ { position:absolute;display:block;z-index:15170;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:10.125rem;top:60.875rem;left:23.0625rem;overflow:hidden;display:block; }
#PwL4AnmRKTbHTRW7I2TR59Mi2NpFRfFb { position:absolute;display:block;z-index:15185;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:14.8125rem;width:12.25rem;top:59.6875rem;left:40.5rem;overflow:hidden;display:block; }
#vT2noKJRdEVIFTf8Zt0OkwD9k7vWee8f { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15163;opacity:1;top:82.8125rem;left:2.875rem; }
#RxgSfTVK4JXT6LBWMVFMicT3EoD6vdOg { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:86.5625rem;left:21.25rem; }
#ZLcXqGmMPJRM4EEpqbT1WzfAgrPTcBXT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:90.40625rem;left:21.125rem; }
#PIXG0Tp96qhEQcy8xfQlvTnF5RTwTqOi { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:86.53125rem;left:39.6875rem; }
#mscMB7M6pAAabpB6Xg1LfmfU6iEJDGqh { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:90.40625rem;left:39.6875rem; }
#VOLTA6MgigHfwsCKmlnwzu95isluQLkh { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15164;opacity:1;top:86.53125rem;left:2.78125rem; }
#R42b5vdsUXHvyzWEiMKinOrrKF3sTUkc { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:90.40625rem;left:2.78125rem; }
#QGiT7CXS4lu3cDC6hlSV4hUuO1vvRSwT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:86.53125rem;left:58.3125rem; }
#gsT1123MFDzPdUaT8XVGAt5UsJzgEGE1 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15210;opacity:1;top:90.40625rem;left:58.3125rem; }
#WtklMx9mbsfgOQXkrh55QxVNPeoIXP3O { position:absolute;display:block;z-index:15098;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.812175rem;width:13.811875rem;top:0rem;left:30.593535423279rem;overflow:hidden;display:block; }
#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row .container { background-color: transparent; background-image: none; }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row .container > .video-iframe-container { display: none; }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row > .video-iframe-container { display: none; }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .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); }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row .container { border-width: 0; border-radius: 0; }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#RpOk25CSlha284J6QR038JTPLNG5FTe4 { color:#000000;display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:11.0625rem;left:37.6875rem;height:20.792125rem;font-style:normal;display:block; }
#lLnQnvZr2ktcswqLTmxGhZ4cH98qsL8f { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:37.6875rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pFukTNsWVeTu3TZEP5vFqzQ9o1rcBdmC { color:rgba(var(--color-primary-2),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.96240234375rem;left:37.6875rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aEogQTvH1ml3iwJqUwLXK6OH5zSJDhsK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:33.3125rem;width:27.625rem;top:3.64990234375rem;left:5.375rem;overflow:hidden;display:block; }
#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { background-color: transparent; background-image: none; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container > .video-iframe-container { display: none; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row > .video-iframe-container { display: none; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .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); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { border-width: 0; border-radius: 0; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#lNpQAxOB8gdrSevpiIUaGEcoHqvku9An { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:13.5rem;left:19.75rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPlOWCo0z5HDf21wgyPek2OL996RlJ8a { color:#565656;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6245670318604rem;left:5.1874990463257rem;height:3.224825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n1305MA8LVoPUesUXJb9pQ0QLJZpcGOF { color:rgba(var(--color-tertiary-2),1);display:block;width:25.374875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1439838409425rem;left:6.68673992157rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u0v7FEubeunmW5vLUzNsEh7mbHyQ71aN { background-color:#63c05e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:30.1875rem;height:4.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.375rem;left:37.21875rem;display:block; }
#AeRMsgTOxwqw7UrSwhLLhJiycCkp61ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VmLgleTsTAfZhRF8CCKn6bRhLcfxUAnz { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:61.875rem;top:12rem;left:5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #feX4cGyB0ofCNThbkEvWEM9t1hezrZyc { display:block; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3ffRKabT4b2UEQ2hwFGA9hcAr8eTGsz { width:44.25rem;height:4.9375rem;top:57.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2PR6Wsa0GTw7ev32fQWt6n1n1kHzM1q { display:block; }
 }@media only screen and (max-width: 763px) { #nTIhSLTP6dvVVMGx7pp4KTXKc0vLsO4w { top:4.125rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyh6f6k21pNTJxDsFluUPJpWfCrSI7qD { width:40.8125rem;height:1.1875rem;top:15.3125rem;left:3.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO0iqH4satTg3ws6XV9FLXGDNLCNHgNK { top:19.125rem;left:15.9375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4bCmgAfT1RgqwgbsmLlnFEmv6nCrQXe { width:1.1875rem;height:2.8125rem;top:19.6875rem;left:17.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSrCtG6WqWbUCCywEZx7APBF5E1zyoOM { width:12.5rem;height:3.375rem;top:19.375rem;left:20.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGGen9MoOtR4AeIk6HnLvdZic6KIeQrh { top:19.125rem;left:34.625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1T7bL4461t4aLKZmgE8C44PH4ALtw0l { width:1.1875rem;height:2.8125rem;top:19.75rem;left:35.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD01CttdoKstRVtE1i4VhiSD5qGkzplN { width:12.1875rem;height:3.4375rem;top:19.375rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et0dWBzKrJP3IyrChRTJd5xW5UpZ2Htc { top:19.1875rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyIJZD2QfL3rVnqC7Oax7UOThfzJf2xa { width:1.1875rem;height:2.8125rem;top:19.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfc9um5sGqUFTG8vzZCuhmSVmKh79hG6 { width:12.875rem;height:3.375rem;top:19.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSiT6y1fNk1rZqHP4898SNaXgtFUtlaO { top:14.9375rem;left:1.5rem;width:43.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n06lA8llGITbEnKEVfXwB4Z4gqpk2wJ4 { width:40.8125rem;height:0.9375rem;top:2.25rem;left:3.46875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQRkfMq3oaJAHbpziXCqALhhS57hSTAG { top:24.875rem;left:0rem;width:47.75rem;height:26.808906426156rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFlrGdVoIZxJD419586litHaOJVSoq2N { width:37.125rem;height:1.1875rem;top:63.625rem;left:7.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxlbspX8aRrb7BwhirCqbHZPf1ReDJSw { top:63.375rem;left:8.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt { display:block; }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgPR5MkzyQsdoz6Uv7oPugsuETfuDMwG { width:17.0625rem;height:20.8125rem;top:38.75rem;left:6.1396484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #losTtxvRwqBbDxmTJh4S6K2E6FX9IKiO { width:47.75rem;height:6.75rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyNu2pX13yTSylx0Ozdum5TldoCknHwd { width:33.1875rem;height:3.1875rem;top:9.5625rem;left:7.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2fNx40wNsIhh9TcaVTC2eD6m2A24zVB { width:17.0625rem;height:24.8125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzPZeDuPrHGgyPilbmVKE5WGkR4EZD3p { top:15.5rem;left:5.9208984375rem;width:17.375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBobZGvpd1CAEGoUqTecSF1iIKsdXJd5 { top:15.375rem;left:30.9375rem;width:16.8125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3cMcudhFXUrO0cJZ5A1ETUyz5t8ofBs { width:17.1875rem;height:23.5625rem;top:15.4375rem;left:24.6396484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfmZUW2Ft6WyMEC9Jt9Dc1es7ilmgMNn { width:16.9375rem;height:24.8125rem;top:36.125rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtMB1tJa0pXJbfrRH9zCH54J2ba8CfWz { width:17.0625rem;height:17.5rem;top:40.375rem;left:24.6396484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPVZJBHScwMn4GCRf2WEycDfB2QL1E5M { width:17.125rem;height:23.5625rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX084CTAuoMD8tT9aIIz4TyxeGWZC2kG { width:17.125rem;height:23.5625rem;top:60.9375rem;left:6.1083984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuqGV39NA2eX398SKVc3P1pHW29Ovafz { width:17.0625rem;height:15.25rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUVxwMICU3BB0B7toDS4p8npcVrLe5ai { top:0rem;left:17.499674797058rem;width:13.75rem;height:0.8085073168083rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv { display:block; }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSIzqopulxkL3TbWx2MzukoAH16z4zq2 { width:41rem;height:2.4375rem;top:10.5rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ5KkL0tb9dzmgwVzaKK9zv6Kd5WSWmu { width:46.8125rem;height:6.75rem;top:2.8125rem;left:0.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvuEBA2CPizQtlcZQafJGD1llx2Nuvta { top:17.75rem;left:0rem;width:8.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoCuwTUPkQAaR6WxkRKFbeGt0ddL2op1 { top:22.5rem;left:0rem;width:17.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoXyLbl87b8n37J9X7SKF0npwwKPUDP { top:29.625rem;left:0rem;width:16.1875rem;height:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEMDCTBmSr7Bb5WPxm9GDblhDgImUowB { width:15.6875rem;height:3.375rem;top:32.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD4I7qLT0OSRdcyc0p5TSGZQNOtDL3Ze { top:37.5rem;left:0rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPN5v5dTTpKPro3XJFuBzmwUDnPIBrXH { width:12.5rem;height:1rem;top:38.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8m19Pk82kGqVHvKCsvTbAQooTxW9ntM { top:41.3125rem;left:0rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqStxZCUWrCOgcRzrVVc00gPHrtGQrMG { width:10.9375rem;height:1.125rem;top:54.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrtpxeS9UohwWl98daqJmGo5fAtvvbo6 { top:45.1875rem;left:0rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTZCHV8E1P97H0HeATdH4CNKaIpgkNiJ { width:15.4375rem;height:3.4375rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJbQepU0X1nUgEQQ7s3oFr35FO9KHNzc { display:block; }
 }@media only screen and (max-width: 763px) { #CpLyRFT6MENuDHx4lH2eaqZSdVtOcHbg { width:12.5rem;height:1rem;top:42.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyiNKvSzi4BWKkcauqXmGT7bBzNOuw3i { width:12.5rem;height:1rem;top:46.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1CSbNahwJROvHLFr2v4xfVDdHt4nzS { top:38.5625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmv8AwLEV8xztGTyDohSXmREO2N7be5v { top:42.3125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSD0MlrPbITSkNl584MH3zLCqVg7kNev { top:46.1875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6uyvWFGSebkhOXDANJQJu7W0KVqbOq3 { top:22.5rem;left:5.6875rem;width:17.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5sK1M6KaA7QST11EGueUAh5S0GCJRbR { top:29.625rem;left:6.40625rem;width:16.1875rem;height:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeNBrtLoAxMPFyZCxmeqQTBIHKC41pul { width:15.6875rem;height:3.375rem;top:32.5rem;left:6.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJUJkiTHMLzNNcoHuwOGzozGMuDZGM50 { top:37.5rem;left:6.53125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ggUyoKm7zBWz6C32KKKKc4ru0g6Hzx { width:12.5rem;height:1rem;top:38.5625rem;left:9.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZwqL6fEDJTpk8PcVbuW51IZcRefqR7B { top:41.3125rem;left:6.53125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loSaTTpz8tXFpWpsXPeDn8BzolevTFeW { width:12.5rem;height:1rem;top:42.375rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iucMyPLwquOsS52wLgqKwxJw1Os2F26X { top:17.75rem;left:10.03125rem;width:8.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJhp0hh4LE6iXiMNN9Bu5ASal8fIlo0K { top:45.1875rem;left:6.53125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCXS3f0Z264Ff2FfnvHnebCmkxkvwqzO { width:12.5rem;height:1rem;top:46.25rem;left:9.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8pvqOEpk6Tq5l2wnySIRi1UnzHcCD1W { width:15.4375rem;height:3.4375rem;top:49.3125rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtHiQ7RhtfiUnZvTf9icTQJ4pwa5Pull { display:block; }
 }@media only screen and (max-width: 763px) { #nzze3R0v1ObgI18qC6IlsCFhBDmVJaec { width:10.9375rem;height:1.125rem;top:54.75rem;left:9.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZHT6X0bysZJORWAf48b5iBR8ySzGqWZ { top:38.5rem;left:7.5rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkIfI5hmTXlFN96A4HiO65i4qHpQKFx { top:42.3125rem;left:7.5rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHVoJK4eEyq6iJwBky3sNivHJMLIVXo5 { top:46.1875rem;left:7.5rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxQ9LwDAq2nqHo7BN38T9ldaWnqzwXUK { top:22.5rem;left:24.28125rem;width:17.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhT1bfz8i5OyAUl3KRxsJTRL1OdRlyXI { top:29.625rem;left:25rem;width:16.1875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCF3H6sKv1cab3BD00VlVXWmrKqPCu6c { width:15.6875rem;height:3.375rem;top:32.5625rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuzBLLbpMl6lCH7FKzGuPCI9iIAoyk3f { top:37.5rem;left:25.125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0s8G6zQ5J0yeEeWZ5HNV1fr1OZrAZJO { width:12.5rem;height:1rem;top:38.5625rem;left:28rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anIqJeMPCBOgOU9LcM3gpU8VEE3O08WM { top:17.75rem;left:28.59375rem;width:8.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1KiPZbJ8shZZ49PR2khCxJmSRElydgT { top:41.3125rem;left:25.125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGz0T151ZFPfkTUZItvViuP5mXrxlnaT { width:12.5rem;height:1rem;top:42.375rem;left:27.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9p3po6sxr53Bl6aZXgt0hA5TJbJy7xx { top:45.1875rem;left:25.125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB2pvLT9UH8or8s9AFLUh47mB5l1yA1r { width:12.5rem;height:1rem;top:46.25rem;left:28.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erk9bg6ReaJ9zcZlDbwQuN1R9AAVGPZG { width:15.4375rem;height:3.4375rem;top:49.3125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH6sUUMcO68aVLgGU0LQ1yBJZBUVxArU { display:block; }
 }@media only screen and (max-width: 763px) { #vJFCSCBRlOLouinz9v3dzp97fzcATI9C { width:10.9375rem;height:1.125rem;top:54.75rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tls5XmFyRsWLZ6UgPsloFLVnGXt3EkOb { top:38.5625rem;left:26.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5breV0TlZDtUzzzMU6EH2m8geIEcg3R { top:42.3125rem;left:26.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0GEb6zVv1nIKXEtOP8I4CQvDyXHTbcF { top:46.1875rem;left:26.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL53ylvRod04sHp0WBGECAdOgHJNippk { top:22.5rem;left:30.125rem;width:17.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqIfvmQVprtCFp7zzJHfcAeumRwqd4HL { top:29.5625rem;left:31.5625rem;width:16.1875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXplquWu911Q3CwZl9cq6mkDC2kvkT58 { width:15.6875rem;height:3.375rem;top:32.5rem;left:32.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7OXGakFA8mHCZwc9W1mvFui9ckPfl9t { top:37.4375rem;left:31.8125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txdSXprpLWZtNgrdMzxvdN3795Tmc516 { width:12.5rem;height:1rem;top:38.5rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrhHAXqMleO2OagGM1J5rhqJpQuJGio0 { top:15.1875rem;left:35.75rem;width:12rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtkorOWAXbFUfdl4Xm6v9x3Lwyw1QpTH { top:41.25rem;left:31.8125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKsTUNBEf7CayKzGGcsUAtk7OtwD3rz4 { width:12.5rem;height:1rem;top:42.3125rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACHwwmOCH9bJzHyTezgCuIrd7P0VFPHM { top:45.125rem;left:31.8125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRZIvTpasBU2IzEkmd9VT0DvMuUy7KQX { width:12.5rem;height:1rem;top:46.1875rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ3mDqOXJSK0dF6lTvZJrpz6iAfSorGN { width:15.4375rem;height:3.4375rem;top:49.25rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu2z2av8B6LJS8tHnzVMa9IkAA9URTS { display:block; }
 }@media only screen and (max-width: 763px) { #TX6mbBFQ3URVLCIy1bZwVgEKLE2cP6Q3 { width:10.9375rem;height:1.125rem;top:54.6875rem;left:36.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW0LDGynaGo5xTRAmr3bqVSGaVsuAC7c { top:38.5rem;left:44.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Vd8qnHTl8BkfQr9ky16HkA23ZWwqz1 { top:42.3125rem;left:44.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od9fcKJTlkiDP0OopaduBvCpPeZJWAec { top:46.1875rem;left:45rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLayp6ToR3dRmZULGEQpLxZ0tBr50alm { top:66.6875rem;left:30.125rem;width:17.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TewL0yL6ICDUib8p4uAATXm5kzoZ91hW { top:66.6875rem;left:24.3125rem;width:17.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU9wKcD2MeFpqEtevcMLZTnoaKq1RvQB { width:10.9375rem;height:1.125rem;top:98.9375rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRM5rfkb2GMHgtchCK0AzLzCTWGpVeAo { width:10.9375rem;height:1.125rem;top:98.875rem;left:36.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTKW8XTNRKwNQKxGLU6IOERz8qvlRv9J { width:15.4375rem;height:3.4375rem;top:93.5rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igJHeAUyTaX9uqy8JoNREi7oCVz04BXx { display:block; }
 }@media only screen and (max-width: 763px) { #c0meZ6cmFvg3W8xbO5PVR99ZDHbSlAFs { width:15.4375rem;height:3.4375rem;top:93.4375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcze427lKgAzhuNNKNbTsHqmlCmJxRyr { display:block; }
 }@media only screen and (max-width: 763px) { #JD37vF7sgRaJUvvAOBUeEkHTstUcvhGW { top:66.6875rem;left:5.6875rem;width:17.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO3ImOE5mHKHQkhItyIRbB3iax96NsNt { width:15.4375rem;height:3.4375rem;top:93.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2nMKtaZoVfhqFMB2B0L8IBALOJ5nVr4 { display:block; }
 }@media only screen and (max-width: 763px) { #mcSxzvFgctNfK4Eq2HuNIUySc2Bkb3qM { top:89.375rem;left:6.5625rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs8yahr9UN4cdM7ZWpLKFmcu5ekywvPs { width:12.5rem;height:1rem;top:90.4375rem;left:9.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcJgoN6kQ1ShdXoTGO1FAyeqBoxHbcKu { width:10.9375rem;height:1.125rem;top:98.875rem;left:9.0621747970581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVK87zX6FBVzOL7BEF2uDiIgt3tERS70 { top:89.375rem;left:25.125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVTqqczlEf8ZKTDAtHFBka1d0R4QZAxR { width:12.5rem;height:1rem;top:90.4375rem;left:28.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udqNp6Nz9mEtsbGu4VCokm1kVXCKgW8N { top:89.3125rem;left:31.8125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNKlrBNHlfBcOAybwT8VzuxpuqsH9JHn { width:12.5rem;height:1rem;top:90.375rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfeT9BfZiHpiOzs7y2XZPKdFstFtXR7p { top:85.5rem;left:6.5625rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkgU98JHt34oS1ME7pRmgdKDpzHIZXsQ { top:85.5rem;left:25.125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLZoT39ghsghgxcvQ8mFqcTfbEGcW3NS { top:85.4375rem;left:31.8125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbt9qPJJ9QiJGzxFMr6LzafXNwpzTGLl { width:12.5rem;height:1rem;top:86.5625rem;left:9.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQCo9u2cFHstqxL2LMKVdnIHvZrmwK31 { width:12.5rem;height:1rem;top:86.5625rem;left:27.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFO3K3n6ftvwgVqqu5NthnBCHTvw0syl { width:12.5rem;height:1rem;top:86.5rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqyoEl1EGtw3c2AOu2J1B4HkqZ334WZm { top:81.6875rem;left:6.5625rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2EPUKIUCTLReXntDMlUJIgIDr7Mb1fe { top:81.6875rem;left:25.125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIakcJk1r2I4LdxMwDPS8nAdHaJ399wM { top:81.625rem;left:31.8125rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZMVRpJoga6ckLR6BHN2DX4aAhQPA95U { width:12.5rem;height:1rem;top:82.75rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoZ6ocADpHyXPKZGNhwPxTigzwhPQ7RN { width:12.5rem;height:1rem;top:82.75rem;left:28rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN7OzwxKHnWvfy30aaryADe1Z2wTLZk6 { top:82.75rem;left:26.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlRA8T8Bd83lIyiQi3H9H8WELDcm0pxc { width:12.5rem;height:1rem;top:82.6875rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kikHIKVGaI9QaCwMJvMs05S9L3pASf0y { top:82.6875rem;left:44.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akk6JZ0d0NOGmG8k61dgVpRzyr8UX2v5 { width:15.6875rem;height:3.375rem;top:76.75rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsT5XFafPZlx04w8n4hSKTO2iXbxTL8 { top:82.75rem;left:7.5rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSxKnqNcq5R7P18Cd4T7T3HG2vaZsvbW { width:15.6875rem;height:3.375rem;top:76.75rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9aHoIbq0TVO8Nn4t3QSu9RShx2P8LA7 { width:15.6875rem;height:3.375rem;top:76.6875rem;left:32.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAL5BgR4bETLLi1lb0dLJJbT0UZ8zMbo { top:66.6875rem;left:0rem;width:17.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIHPeylL3lK0orz04HB4OMpXJTQxZby9 { top:73.8125rem;left:0rem;width:16.1875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2AyhGeT0w0cqdoTJIkx6JsxwfeR8b4O { width:14.0625rem;height:3.375rem;top:76.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVVEb88w9F4ugJkMayf9xUTOnBALrzcp { top:81.6875rem;left:0rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7UmlAIiLaGLxMfQqwTHamlz9BxA04NO { width:12.5rem;height:1rem;top:82.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibqf2ki6gFTwTur4urwKiXQa2SWgXFhy { top:85.5rem;left:0rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcOQ5MhdRWBg6sOXz8TQqUhiTOtx20sF { width:10.9375rem;height:1.125rem;top:98.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBxEgyFb4lAzc8qKcM4g5KPqbDfyEge { top:89.375rem;left:0rem;width:15.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqkRL52739vFpdXHtWpd7py5X1n7r9iE { width:15.4375rem;height:3.4375rem;top:93.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQn1QLXy2znFtw711fPoKDkhuFGR2XFA { display:block; }
 }@media only screen and (max-width: 763px) { #ZKWGhs8oFyQzaUZ0sNNopsuO8P4Zf5Cd { width:12.5rem;height:1rem;top:86.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpFLLVBTPEKVwHEnI42ype0ibTaENCC5 { width:12.5rem;height:1rem;top:90.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGmlM3ogThKhqFTfxgnyp6BOnGmOJF1y { top:73.8125rem;left:6.4375rem;width:16.1875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEDRMfthcNQL0BOUX2Cqn86KO2czJuvP { top:73.8125rem;left:25rem;width:16.1875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTZQ5v0R1pQ15bmrEXXDMMIOaTvPSmkZ { top:73.75rem;left:31.5625rem;width:16.1875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeA0ym7oxqmIIdxqM7sKnT5iyTJuxbkR { top:61.875rem;left:38.6875rem;width:8.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIqleoVpgdh8eJmD8IvtePTu32V9BHb { top:61.8125rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEW0Q9i2gzLMVd3cFbOSElxo2lFfCtMZ { top:60.875rem;left:9.4375rem;width:10.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwL4AnmRKTbHTRW7I2TR59Mi2NpFRfFb { top:59.6875rem;left:26.875rem;width:12.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT2noKJRdEVIFTf8Zt0OkwD9k7vWee8f { top:82.8125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxgSfTVK4JXT6LBWMVFMicT3EoD6vdOg { top:86.5625rem;left:7.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcXqGmMPJRM4EEpqbT1WzfAgrPTcBXT { top:90.375rem;left:7.5rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIXG0Tp96qhEQcy8xfQlvTnF5RTwTqOi { top:86.5rem;left:26.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mscMB7M6pAAabpB6Xg1LfmfU6iEJDGqh { top:90.375rem;left:26.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOLTA6MgigHfwsCKmlnwzu95isluQLkh { top:86.5rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R42b5vdsUXHvyzWEiMKinOrrKF3sTUkc { top:90.375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGiT7CXS4lu3cDC6hlSV4hUuO1vvRSwT { top:86.5rem;left:44.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsT1123MFDzPdUaT8XVGAt5UsJzgEGE1 { top:90.375rem;left:44.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtklMx9mbsfgOQXkrh55QxVNPeoIXP3O { top:0rem;left:16.968535423279rem;width:13.75rem;height:0.80853658536585rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7OXU2T7tstmoPSCAQHQITw7J77d6kFc { display:block; }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpOk25CSlha284J6QR038JTPLNG5FTe4 { width:30.875rem;height:25.625rem;top:11.0625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLnQnvZr2ktcswqLTmxGhZ4cH98qsL8f { width:35.3125rem;height:3.125rem;top:6.8125rem;left:12.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFukTNsWVeTu3TZEP5vFqzQ9o1rcBdmC { width:32.5625rem;height:1.6875rem;top:4.9375rem;left:15.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEogQTvH1ml3iwJqUwLXK6OH5zSJDhsK { top:3.625rem;left:0rem;width:27.625rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfL09H2XZBrznlTXQwERnVaPk6tLOVyE { display:block; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNpQAxOB8gdrSevpiIUaGEcoHqvku9An { top:13.5rem;left:6.125rem;width:35.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPlOWCo0z5HDf21wgyPek2OL996RlJ8a { width:28.75rem;height:3.1875rem;top:3.5625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1305MA8LVoPUesUXJb9pQ0QLJZpcGOF { top:7.125rem;left:0rem;width:25.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0v7FEubeunmW5vLUzNsEh7mbHyQ71aN { width:30.1875rem;height:4.9375rem;top:3.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeRMsgTOxwqw7UrSwhLLhJiycCkp61ue { display:block; }
 }@media only screen and (max-width: 763px) { #VmLgleTsTAfZhRF8CCKn6bRhLcfxUAnz { top:12rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #feX4cGyB0ofCNThbkEvWEM9t1hezrZyc { background-color:#f5f5f5;background-image:none;display:block; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { background-color: transparent; background-image: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container > .video-iframe-container { display: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container { display: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .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); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3ffRKabT4b2UEQ2hwFGA9hcAr8eTGsz { width:20rem;height:4.125rem;top:37.5rem;left:0rem;font-size:0.8125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.24) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2PR6Wsa0GTw7ev32fQWt6n1n1kHzM1q { display:block; }
 }@media only screen and (max-width: 763px) { #nTIhSLTP6dvVVMGx7pp4KTXKc0vLsO4w { width:20rem;height:7.4240625rem;top:2.4906685352326rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kyh6f6k21pNTJxDsFluUPJpWfCrSI7qD { width:18.25rem;height:1.9487875rem;top:11.875rem;left:0.87456607818606rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xO0iqH4satTg3ws6XV9FLXGDNLCNHgNK { width:1.9375rem;height:1.9375rem;top:18.618707656861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4bCmgAfT1RgqwgbsmLlnFEmv6nCrQXe { width:1.1875rem;height:1.62489375rem;top:18.900283813476rem;left:0.43728303909302rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iSrCtG6WqWbUCCywEZx7APBF5E1zyoOM { width:15.6875rem;height:1.9487875rem;top:18.738065719604rem;left:2.9996747970581rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UGGen9MoOtR4AeIk6HnLvdZic6KIeQrh { width:1.9375rem;height:1.9375rem;top:21.755643844604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1T7bL4461t4aLKZmgE8C44PH4ALtw0l { width:1.1875rem;height:1.62489375rem;top:22.036676406861rem;left:0.43728303909302rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sD01CttdoKstRVtE1i4VhiSD5qGkzplN { width:16rem;height:1.9487875rem;top:21.812067031861rem;left:3.093533039093rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Et0dWBzKrJP3IyrChRTJd5xW5UpZ2Htc { width:1.9375rem;height:1.9375rem;top:15.566407203674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyIJZD2QfL3rVnqC7Oax7UOThfzJf2xa { width:1.1875rem;height:1.5435125rem;top:15.84743976593rem;left:0.43728303909302rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wfc9um5sGqUFTG8vzZCuhmSVmKh79hG6 { width:15.8125rem;height:1.9487875rem;top:15.623373031616rem;left:2.9996747970581rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rSiT6y1fNk1rZqHP4898SNaXgtFUtlaO { width:20rem;height:2.6875rem;top:11.505534172058rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n06lA8llGITbEnKEVfXwB4Z4gqpk2wJ4 { width:20rem;height:0.812175rem;top:0.64876306056975rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KQRkfMq3oaJAHbpziXCqALhhS57hSTAG { height:11.228861330327rem;width:20rem;top:25.124784469604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFlrGdVoIZxJD419586litHaOJVSoq2N { width:16.3125rem;height:1.9487875rem;top:42.790256500244rem;left:3.3745660781861rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NxlbspX8aRrb7BwhirCqbHZPf1ReDJSw { display:flex;width:1.625rem;height:1.625rem;top:42.827152252198rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt { display:block; }#UwzcsMvq72BF3kVnOWMFPx8sNGkuwdVt > .row .container { width:20rem;height:251.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgPR5MkzyQsdoz6Uv7oPugsuETfuDMwG { width:20rem;height:24.375rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #losTtxvRwqBbDxmTJh4S6K2E6FX9IKiO { width:20rem;height:4.53613125rem;top:2.4375rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NyNu2pX13yTSylx0Ozdum5TldoCknHwd { width:18.3125rem;height:3.1494125rem;top:7.3706665039062rem;left:0.8436415195465rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2fNx40wNsIhh9TcaVTC2eD6m2A24zVB { width:20rem;height:29.125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzPZeDuPrHGgyPilbmVKE5WGkR4EZD3p { width:20rem;height:25.25rem;top:67.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBobZGvpd1CAEGoUqTecSF1iIKsdXJd5 { width:16.8125rem;height:19.375rem;top:15.375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3cMcudhFXUrO0cJZ5A1ETUyz5t8ofBs { width:20rem;height:27.5rem;top:93.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfmZUW2Ft6WyMEC9Jt9Dc1es7ilmgMNn { width:20rem;height:29.375rem;top:172.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtMB1tJa0pXJbfrRH9zCH54J2ba8CfWz { width:20rem;height:20.5rem;top:150.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPVZJBHScwMn4GCRf2WEycDfB2QL1E5M { width:20rem;height:27.5625rem;top:122rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX084CTAuoMD8tT9aIIz4TyxeGWZC2kG { width:20rem;height:27.5625rem;top:202.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuqGV39NA2eX398SKVc3P1pHW29Ovafz { width:20rem;height:17.875rem;top:231.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUVxwMICU3BB0B7toDS4p8npcVrLe5ai { width:13.75rem;height:0.8085073168083rem;top:1.6212463378906E-5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv { display:block; }#FAKBeG0Ln2pIAlUCBRTVi08Crd9iI6fv > .row .container { width:20rem;height:367.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSIzqopulxkL3TbWx2MzukoAH16z4zq2 { width:20rem;height:3.67513125rem;top:8.1870574951175rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #UJ5KkL0tb9dzmgwVzaKK9zv6Kd5WSWmu { width:20rem;height:5.361325rem;top:2.0971069335938rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fvuEBA2CPizQtlcZQafJGD1llx2Nuvta { width:11.25rem;height:13.3125rem;top:13.63671875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoCuwTUPkQAaR6WxkRKFbeGt0ddL2op1 { width:19.625rem;height:36.6875rem;top:19.349609375rem;left:0.375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #QnoXyLbl87b8n37J9X7SKF0npwwKPUDP { width:18.6875rem;height:2.84375rem;top:28.099609375rem;left:0.65625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEMDCTBmSr7Bb5WPxm9GDblhDgImUowB { width:17.6875rem;height:2.4500875rem;top:31.25rem;left:1.28125rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #oD4I7qLT0OSRdcyc0p5TSGZQNOtDL3Ze { width:17.625rem;height:3.0625rem;top:35.162109375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPN5v5dTTpKPro3XJFuBzmwUDnPIBrXH { width:12.5rem;height:1.13769375rem;top:36.125rem;left:4.9375rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #h8m19Pk82kGqVHvKCsvTbAQooTxW9ntM { width:17.375rem;height:3.0625rem;top:38.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqStxZCUWrCOgcRzrVVc00gPHrtGQrMG { width:10.9375rem;height:1.22504375rem;top:52.625rem;left:4.53125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #nrtpxeS9UohwWl98daqJmGo5fAtvvbo6 { width:17.125rem;height:3.0625rem;top:42.849609375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTZCHV8E1P97H0HeATdH4CNKaIpgkNiJ { width:17.375rem;height:3.4375rem;top:46.8125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJbQepU0X1nUgEQQ7s3oFr35FO9KHNzc { display:block; }
 }@media only screen and (max-width: 763px) { #CpLyRFT6MENuDHx4lH2eaqZSdVtOcHbg { width:12.5rem;height:1.13769375rem;top:40rem;left:5.25rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #cyiNKvSzi4BWKkcauqXmGT7bBzNOuw3i { width:12.5rem;height:1.13769375rem;top:43.875rem;left:5.25rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1CSbNahwJROvHLFr2v4xfVDdHt4nzS { display:flex;width:1.125rem;height:1.125rem;top:36.1875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #Qmv8AwLEV8xztGTyDohSXmREO2N7be5v { display:flex;width:1.125rem;height:1.125rem;top:39.9375rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #uSD0MlrPbITSkNl584MH3zLCqVg7kNev { display:flex;width:1.125rem;height:1.125rem;top:43.8125rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #a6uyvWFGSebkhOXDANJQJu7W0KVqbOq3 { width:20rem;height:37.5rem;top:63.099609375rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #V5sK1M6KaA7QST11EGueUAh5S0GCJRbR { width:16.1875rem;height:2.84375rem;top:72.615234375rem;left:1.90625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeNBrtLoAxMPFyZCxmeqQTBIHKC41pul { width:16.4375rem;height:3.67513125rem;top:75.59912109375rem;left:1.78125rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #fJUJkiTHMLzNNcoHuwOGzozGMuDZGM50 { width:17.625rem;height:3.0625rem;top:79.537109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ggUyoKm7zBWz6C32KKKKc4ru0g6Hzx { width:12.5rem;height:1.13769375rem;top:80.5625rem;left:4.3125rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #CZwqL6fEDJTpk8PcVbuW51IZcRefqR7B { width:17.625rem;height:3.0625rem;top:83.599609375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loSaTTpz8tXFpWpsXPeDn8BzolevTFeW { width:12.5rem;height:1.13769375rem;top:84.625rem;left:4.5625rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #iucMyPLwquOsS52wLgqKwxJw1Os2F26X { width:11.25rem;height:13.25rem;top:57.974609375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJhp0hh4LE6iXiMNN9Bu5ASal8fIlo0K { width:17.625rem;height:3.0625rem;top:87.787109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCXS3f0Z264Ff2FfnvHnebCmkxkvwqzO { width:12.5rem;height:1.13769375rem;top:88.8125rem;left:4.5625rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #C8pvqOEpk6Tq5l2wnySIRi1UnzHcCD1W { width:17.625rem;height:3.4375rem;top:91.849609375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtHiQ7RhtfiUnZvTf9icTQJ4pwa5Pull { display:block; }
 }@media only screen and (max-width: 763px) { #nzze3R0v1ObgI18qC6IlsCFhBDmVJaec { width:10.9375rem;height:1.22504375rem;top:97.287109375rem;left:4.53125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #xZHT6X0bysZJORWAf48b5iBR8ySzGqWZ { display:flex;width:1.125rem;height:1.125rem;top:80.568359375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #RSkIfI5hmTXlFN96A4HiO65i4qHpQKFx { display:flex;width:1.125rem;height:1.125rem;top:84.630859375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #XHVoJK4eEyq6iJwBky3sNivHJMLIVXo5 { display:flex;width:1.125rem;height:1.125rem;top:88.818359375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #GxQ9LwDAq2nqHo7BN38T9ldaWnqzwXUK { width:20rem;height:37.5rem;top:108.099609375rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #WhT1bfz8i5OyAUl3KRxsJTRL1OdRlyXI { width:16.1875rem;height:2.5996125rem;top:117.412109375rem;left:1.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCF3H6sKv1cab3BD00VlVXWmrKqPCu6c { width:17.0625rem;height:2.4500875rem;top:120.349609375rem;left:1.53125rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #VuzBLLbpMl6lCH7FKzGuPCI9iIAoyk3f { width:17.625rem;height:3.0625rem;top:124.38671875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0s8G6zQ5J0yeEeWZ5HNV1fr1OZrAZJO { width:12.5rem;height:1.13769375rem;top:125.412109375rem;left:4.90625rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #anIqJeMPCBOgOU9LcM3gpU8VEE3O08WM { width:11.25rem;height:13.25rem;top:103.037109375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1KiPZbJ8shZZ49PR2khCxJmSRElydgT { width:17.625rem;height:3.0625rem;top:128.19921875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGz0T151ZFPfkTUZItvViuP5mXrxlnaT { width:12.5rem;height:1.13769375rem;top:129.224609375rem;left:4.84375rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #P9p3po6sxr53Bl6aZXgt0hA5TJbJy7xx { width:17.625rem;height:3.0625rem;top:132.0771484375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB2pvLT9UH8or8s9AFLUh47mB5l1yA1r { width:12.5rem;height:1.13769375rem;top:133.1025390625rem;left:5.09375rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #erk9bg6ReaJ9zcZlDbwQuN1R9AAVGPZG { width:17.625rem;height:3.4375rem;top:136.162109375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH6sUUMcO68aVLgGU0LQ1yBJZBUVxArU { display:block; }
 }@media only screen and (max-width: 763px) { #vJFCSCBRlOLouinz9v3dzp97fzcATI9C { width:10.9375rem;height:1.22504375rem;top:141.599609375rem;left:4.53125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Tls5XmFyRsWLZ6UgPsloFLVnGXt3EkOb { display:flex;width:1.125rem;height:1.125rem;top:125.412109375rem;left:2.53125rem; }
 }@media only screen and (max-width: 763px) { #n5breV0TlZDtUzzzMU6EH2m8geIEcg3R { display:flex;width:1.125rem;height:1.125rem;top:129.193359375rem;left:2.53125rem; }
 }@media only screen and (max-width: 763px) { #e0GEb6zVv1nIKXEtOP8I4CQvDyXHTbcF { display:flex;width:1.125rem;height:1.125rem;top:133.068359375rem;left:2.53125rem; }
 }@media only screen and (max-width: 763px) { #uL53ylvRod04sHp0WBGECAdOgHJNippk { width:20rem;height:37.5rem;top:152.130859375rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #SqIfvmQVprtCFp7zzJHfcAeumRwqd4HL { width:16.1875rem;height:2.84375rem;top:161.037109375rem;left:1.90625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXplquWu911Q3CwZl9cq6mkDC2kvkT58 { width:16.0625rem;height:3.67513125rem;top:164.255859375rem;left:1.96875rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #E7OXGakFA8mHCZwc9W1mvFui9ckPfl9t { width:17.625rem;height:3.0625rem;top:168.69921875rem;left:1.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #txdSXprpLWZtNgrdMzxvdN3795Tmc516 { width:12.5rem;height:1.13769375rem;top:169.724609375rem;left:4.28125rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #FrhHAXqMleO2OagGM1J5rhqJpQuJGio0 { width:12rem;height:15.0625rem;top:146.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtkorOWAXbFUfdl4Xm6v9x3Lwyw1QpTH { width:17.625rem;height:3.0625rem;top:172.51171875rem;left:1.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TKsTUNBEf7CayKzGGcsUAtk7OtwD3rz4 { width:12.5rem;height:1.13769375rem;top:173.537109375rem;left:4.46875rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ACHwwmOCH9bJzHyTezgCuIrd7P0VFPHM { width:17.625rem;height:3.0625rem;top:176.38671875rem;left:1.125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TRZIvTpasBU2IzEkmd9VT0DvMuUy7KQX { width:12.5rem;height:1.13769375rem;top:177.412109375rem;left:4.65625rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #WZ3mDqOXJSK0dF6lTvZJrpz6iAfSorGN { width:17.625rem;height:3.4375rem;top:180.474609375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu2z2av8B6LJS8tHnzVMa9IkAA9URTS { display:block; }
 }@media only screen and (max-width: 763px) { #TX6mbBFQ3URVLCIy1bZwVgEKLE2cP6Q3 { width:10.9375rem;height:1.22504375rem;top:186.037109375rem;left:4.53125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #vW0LDGynaGo5xTRAmr3bqVSGaVsuAC7c { display:flex;width:1.125rem;height:1.125rem;top:169.724609375rem;left:2.21875rem; }
 }@media only screen and (max-width: 763px) { #X7Vd8qnHTl8BkfQr9ky16HkA23ZWwqz1 { display:flex;width:1.125rem;height:1.125rem;top:173.568359375rem;left:2.28125rem; }
 }@media only screen and (max-width: 763px) { #Od9fcKJTlkiDP0OopaduBvCpPeZJWAec { display:flex;width:1.125rem;height:1.125rem;top:177.443359375rem;left:2.34375rem; }
 }@media only screen and (max-width: 763px) { #yLayp6ToR3dRmZULGEQpLxZ0tBr50alm { width:20rem;height:37.5rem;top:328.5625rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TewL0yL6ICDUib8p4uAATXm5kzoZ91hW { width:20rem;height:37.5rem;top:284.25rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #XU9wKcD2MeFpqEtevcMLZTnoaKq1RvQB { width:10.9375rem;height:1.22504375rem;top:317.75rem;left:4.5rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #zRM5rfkb2GMHgtchCK0AzLzCTWGpVeAo { width:10.9375rem;height:1.22504375rem;top:362.3125rem;left:4.5rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #fTKW8XTNRKwNQKxGLU6IOERz8qvlRv9J { width:17.625rem;height:3.4375rem;top:312.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igJHeAUyTaX9uqy8JoNREi7oCVz04BXx { display:block; }
 }@media only screen and (max-width: 763px) { #c0meZ6cmFvg3W8xbO5PVR99ZDHbSlAFs { width:17.625rem;height:3.4375rem;top:356.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcze427lKgAzhuNNKNbTsHqmlCmJxRyr { display:block; }
 }@media only screen and (max-width: 763px) { #JD37vF7sgRaJUvvAOBUeEkHTstUcvhGW { width:20rem;height:37.5rem;top:239.361328125rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #GO3ImOE5mHKHQkhItyIRbB3iax96NsNt { width:17.625rem;height:3.4375rem;top:267.142578125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2nMKtaZoVfhqFMB2B0L8IBALOJ5nVr4 { display:block; }
 }@media only screen and (max-width: 763px) { #mcSxzvFgctNfK4Eq2HuNIUySc2Bkb3qM { width:17.625rem;height:3.0625rem;top:262.955084375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs8yahr9UN4cdM7ZWpLKFmcu5ekywvPs { width:12.5rem;height:1.13769375rem;top:264.017584375rem;left:5.1875rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #zcJgoN6kQ1ShdXoTGO1FAyeqBoxHbcKu { width:10.9375rem;height:1.22504375rem;top:272.955084375rem;left:4.5625rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #GVK87zX6FBVzOL7BEF2uDiIgt3tERS70 { width:17.625rem;height:3.0625rem;top:308.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVTqqczlEf8ZKTDAtHFBka1d0R4QZAxR { width:12.5rem;height:1.13769375rem;top:309.25rem;left:5.0625rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #udqNp6Nz9mEtsbGu4VCokm1kVXCKgW8N { width:17.625rem;height:3.0625rem;top:352.75rem;left:1.375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #fNKlrBNHlfBcOAybwT8VzuxpuqsH9JHn { width:12.5rem;height:1.13769375rem;top:353.8125rem;left:4.875rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TfeT9BfZiHpiOzs7y2XZPKdFstFtXR7p { width:17.625rem;height:3.0625rem;top:259.080084375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkgU98JHt34oS1ME7pRmgdKDpzHIZXsQ { width:17.625rem;height:3.0625rem;top:304.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLZoT39ghsghgxcvQ8mFqcTfbEGcW3NS { width:17.625rem;height:3.0625rem;top:348.875rem;left:1.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Pbt9qPJJ9QiJGzxFMr6LzafXNwpzTGLl { width:12.5rem;height:1.13769375rem;top:260.142584375rem;left:5.0625rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TQCo9u2cFHstqxL2LMKVdnIHvZrmwK31 { width:12.5rem;height:1.13769375rem;top:305.375rem;left:4.8125rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #QFO3K3n6ftvwgVqqu5NthnBCHTvw0syl { width:12.5rem;height:1.13769375rem;top:349.9375rem;left:4.6875rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #XqyoEl1EGtw3c2AOu2J1B4HkqZ334WZm { width:17.5625rem;height:3.0625rem;top:255.267584375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2EPUKIUCTLReXntDMlUJIgIDr7Mb1fe { width:17.625rem;height:3.0625rem;top:300.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIakcJk1r2I4LdxMwDPS8nAdHaJ399wM { width:17.625rem;height:3.0625rem;top:345.0625rem;left:1.3125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #qZMVRpJoga6ckLR6BHN2DX4aAhQPA95U { width:12.5rem;height:1.13769375rem;top:256.330084375rem;left:4.8125rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #EoZ6ocADpHyXPKZGNhwPxTigzwhPQ7RN { width:12.5rem;height:1.13769375rem;top:301.5625rem;left:4.875rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #eN7OzwxKHnWvfy30aaryADe1Z2wTLZk6 { display:flex;width:1.125rem;height:1.125rem;top:301.5625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #JlRA8T8Bd83lIyiQi3H9H8WELDcm0pxc { width:12.5rem;height:1.13769375rem;top:346.125rem;left:4.75rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #kikHIKVGaI9QaCwMJvMs05S9L3pASf0y { display:flex;width:1.125rem;height:1.125rem;top:346.125rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #Akk6JZ0d0NOGmG8k61dgVpRzyr8UX2v5 { width:16.125rem;height:2.4500875rem;top:250.892578125rem;left:1.9375rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #XJsT5XFafPZlx04w8n4hSKTO2iXbxTL8 { display:flex;width:1.125rem;height:1.125rem;top:256.330084375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #SSxKnqNcq5R7P18Cd4T7T3HG2vaZsvbW { width:17rem;height:2.4500875rem;top:296.0625rem;left:1.625rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Q9aHoIbq0TVO8Nn4t3QSu9RShx2P8LA7 { width:17.4375rem;height:3.67513125rem;top:340.3125rem;left:1.3125rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #xAL5BgR4bETLLi1lb0dLJJbT0UZ8zMbo { width:20rem;height:37.5rem;top:195.255859375rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xIHPeylL3lK0orz04HB4OMpXJTQxZby9 { width:16.1875rem;height:2.84375rem;top:204.73046875rem;left:2.09375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2AyhGeT0w0cqdoTJIkx6JsxwfeR8b4O { width:15.1875rem;height:2.4500875rem;top:207.56787109375rem;left:2.4375rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #aVVEb88w9F4ugJkMayf9xUTOnBALrzcp { width:17.625rem;height:3.0625rem;top:211.505859375rem;left:1.25rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #t7UmlAIiLaGLxMfQqwTHamlz9BxA04NO { width:12.5rem;height:1.13769375rem;top:212.568359375rem;left:4.375rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ibqf2ki6gFTwTur4urwKiXQa2SWgXFhy { width:17.625rem;height:3.0625rem;top:215.318359375rem;left:1.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #kcOQ5MhdRWBg6sOXz8TQqUhiTOtx20sF { width:10.9375rem;height:1.22504375rem;top:229.068359375rem;left:4.53125rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #xFBxEgyFb4lAzc8qKcM4g5KPqbDfyEge { width:17.625rem;height:3.0625rem;top:219.193359375rem;left:1.375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #QqkRL52739vFpdXHtWpd7py5X1n7r9iE { width:17.625rem;height:3.4375rem;top:223.318359375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQn1QLXy2znFtw711fPoKDkhuFGR2XFA { display:block; }
 }@media only screen and (max-width: 763px) { #ZKWGhs8oFyQzaUZ0sNNopsuO8P4Zf5Cd { width:12.5rem;height:1.13769375rem;top:216.380859375rem;left:4.5625rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #bpFLLVBTPEKVwHEnI42ype0ibTaENCC5 { width:12.5rem;height:1.13769375rem;top:220.255859375rem;left:4.5625rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #pGmlM3ogThKhqFTfxgnyp6BOnGmOJF1y { width:16.1875rem;height:2.84375rem;top:247.693359375rem;left:1.78125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEDRMfthcNQL0BOUX2Cqn86KO2czJuvP { width:16.4375rem;height:2.843425rem;top:292.6875rem;left:1.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTZQ5v0R1pQ15bmrEXXDMMIOaTvPSmkZ { width:16.1870625rem;height:2.59928125rem;top:337.1875rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeA0ym7oxqmIIdxqM7sKnT5iyTJuxbkR { width:10.3125rem;height:12.1245625rem;top:323.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIqleoVpgdh8eJmD8IvtePTu32V9BHb { width:11.25rem;height:11.25rem;top:192.142578125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEW0Q9i2gzLMVd3cFbOSElxo2lFfCtMZ { width:11.25rem;height:14.0625rem;top:233.380859375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwL4AnmRKTbHTRW7I2TR59Mi2NpFRfFb { width:13.1875rem;height:16rem;top:277.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT2noKJRdEVIFTf8Zt0OkwD9k7vWee8f { display:flex;width:1.125rem;height:1.125rem;top:212.537109375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #RxgSfTVK4JXT6LBWMVFMicT3EoD6vdOg { display:flex;width:1.125rem;height:1.125rem;top:260.142584375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #ZLcXqGmMPJRM4EEpqbT1WzfAgrPTcBXT { display:flex;width:1.125rem;height:1.125rem;top:263.986334375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #PIXG0Tp96qhEQcy8xfQlvTnF5RTwTqOi { display:flex;width:1.125rem;height:1.125rem;top:305.3125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mscMB7M6pAAabpB6Xg1LfmfU6iEJDGqh { display:flex;width:1.125rem;height:1.125rem;top:309.1875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #VOLTA6MgigHfwsCKmlnwzu95isluQLkh { display:flex;width:1.125rem;height:1.125rem;top:216.349609375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #R42b5vdsUXHvyzWEiMKinOrrKF3sTUkc { display:flex;width:1.125rem;height:1.125rem;top:220.224609375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #QGiT7CXS4lu3cDC6hlSV4hUuO1vvRSwT { display:flex;width:1.125rem;height:1.125rem;top:349.9375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #gsT1123MFDzPdUaT8XVGAt5UsJzgEGE1 { display:flex;width:1.125rem;height:1.125rem;top:353.8125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #WtklMx9mbsfgOQXkrh55QxVNPeoIXP3O { width:13.75rem;height:0.808375rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7OXU2T7tstmoPSCAQHQITw7J77d6kFc { display:block; }#S7OXU2T7tstmoPSCAQHQITw7J77d6kFc > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpOk25CSlha284J6QR038JTPLNG5FTe4 { width:20rem;height:29.53125rem;top:32rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lLnQnvZr2ktcswqLTmxGhZ4cH98qsL8f { width:20rem;height:1.94986875rem;top:28.900390625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFukTNsWVeTu3TZEP5vFqzQ9o1rcBdmC { width:20rem;height:1.7871125rem;top:27.10009765625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEogQTvH1ml3iwJqUwLXK6OH5zSJDhsK { width:20rem;height:24.0908125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfL09H2XZBrznlTXQwERnVaPk6tLOVyE { display:block; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNpQAxOB8gdrSevpiIUaGEcoHqvku9An { width:17.5rem;height:2.11263125rem;top:14.87451171875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPlOWCo0z5HDf21wgyPek2OL996RlJ8a { width:20rem;height:1.80013125rem;top:1.7998046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1305MA8LVoPUesUXJb9pQ0QLJZpcGOF { width:17.375rem;height:2.11263125rem;top:4.24951171875rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0v7FEubeunmW5vLUzNsEh7mbHyQ71aN { width:19rem;height:4.9375rem;top:7.17431640625rem;left:0.5rem;font-size:0.8125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.24) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeRMsgTOxwqw7UrSwhLLhJiycCkp61ue { display:block; }
 }@media only screen and (max-width: 763px) { #VmLgleTsTAfZhRF8CCKn6bRhLcfxUAnz { width:20rem;height:0.0625rem;top:13.92431796875rem;left:0rem;display:block; }
 }