.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,146,35;--color-primary-1:255,178,0;--color-primary-2:255,74,0;--color-primary-3:255,106,0;--color-primary-4:255,127,0;--color-secondary-0:246,236,227;--color-secondary-1:225,193,163;--color-secondary-2:195,131,70;--color-secondary-3:98,66,35;--color-secondary-4:29,20,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#sOCQg6XnghGFs02eV45F66PNzkGVkghB { background-color:#c38346;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(90,84,75,0.46) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3741875rem;height:2.74921875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:61.9375rem;display:block; }
#sRNvVrz3TursqBhNJO4q1ewABlOGAkJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8C0cgRRQL3a2lTqnkUS6PZEO7TWS7U7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.75rem;left:37.4375rem;height:1.6253875rem;font-style:normal;display:block; }
#LsQObhZZaV0osJt3rwWH3bz4hgnhIBwT { position:absolute;display:block;z-index:15012;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:2.8125rem;width:12.75rem;top:0.84257805347444rem;left:2.0625rem;overflow:hidden;display:block; }
#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe { background-color:transparent;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; }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row .container { background-color: transparent; background-image: none; }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row .container > .video-iframe-container { display: none; }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row > .video-iframe-container { display: none; }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .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); }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row .container { border-width: 0; border-radius: 0; }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;overflow:visible;position:relative;display:block; }#srQXtqbzJ8Xgd77hB2OyCQ3dqlXIWfLX { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:4.1875rem;left:2.3125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R62zs85ioyade7We6TCqwvCvrpvwGImw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.4375rem;left:2.3125rem;height:3.4125rem;font-style:normal;display:block; }
#zUqtF9wx0hVGA7TCIMNMeN4KxNkEdwrw { position:absolute;display:block;z-index:15025;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:1.9359375rem;width:1.9359375rem;top:17.125rem;left:2.3125rem;overflow:hidden;display:block; }
#W2tt9MRLerd9z9yu85Mmr6GlF6azvDKa { position:absolute;display:block;z-index:15026;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:1.9359375rem;width:1.9359375rem;top:19.5rem;left:2.3125rem;overflow:hidden;display:block; }
#XKJ7wVqtK6CDRK1irIXISRoGTQxH5q4P { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3081875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.75rem;left:4.875rem;height:1.5421875rem;font-style:normal;display:block; }
#IPM6ZnQbXGniUpHLmPDfRm9J2VJECqHc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.305875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:4.875rem;height:1.5421875rem;font-style:normal;display:block; }
#r21V8EzcT9TlBPULdi4xu9p0PmwtLJ2R { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.875rem;height:1.5421875rem;font-style:normal;display:block; }
#lTw0SOXdUzFDxRwrdTXv7omJKICdA7BS { position:absolute;display:block;z-index:15026;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:1.9359375rem;width:1.9359375rem;top:14.5625rem;left:2.3125rem;overflow:hidden;display:block; }
#Piq1ptuXpToKnJepMZ81xvgy3dbtC5qG { position:absolute;display:block;z-index:15029;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:4.62421875rem;width:8.9366875rem;top:18.155858516693rem;left:33.997264862061rem;overflow:hidden;display:block; }
#fhSWSiUpVpfF9P0R2ONLShFNhd8Q0EnE { background-color:#c38346;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.5625rem 0.1875rem 1.625rem rgba(39,44,41,0.48) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:4.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:23.625rem;left:2.3125rem;display:block; }
#hCOyVTKQTTwExsGvcXMy1fB61IVLpdPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FS15fqZTNcpxkXCg3EQlOh3NzqWbdJGh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:27rem;width:34.75rem;top:1.75rem;left:38.3125rem;overflow:hidden;display:block; }
#DIBcnIaDS1KfGDTbobzm2O5CLNNttK77 { box-sizing:content-box;height:9.375rem;width:9.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.75rem;left:33.8125rem;border-top-left-radius:5.4375rem;border-top-right-radius:5.4375rem;border-bottom-left-radius:5.4375rem;border-bottom-right-radius:5.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa { z-index:;position:relative;display:block; }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa { background-color: transparent; background-image: none; }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa > .row .container > .video-iframe-container { display: none; }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa > .row > .video-iframe-container { display: none; }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa > .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); }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa { border-width: 0; border-radius: 0; }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#wfVepLT1JpfgWW8wM3qFHM3XFUTNTIma { position:absolute;display:block;z-index:15015;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:3.49921875rem;width:3.49921875rem;top:1.875rem;left:0.875rem;overflow:hidden;display:block; }
#cmkXS773e4sQSl1iaLCA7k7pRVGzT3rk { position:absolute;display:block;z-index:15014;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:2.8734375rem;width:2.8734375rem;top:2.1875rem;left:19.9375rem;overflow:hidden;display:block; }
#Nt5dz9ktwdcbptSnQZT0gezPKqoJeLxx { position:absolute;display:block;z-index:15012;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:3.68671875rem;width:3.68671875rem;top:1.75rem;left:39.0625rem;overflow:hidden;display:block; }
#zaPdXU32T1pwVqb5A69qWotVelAvcCIa { position:absolute;display:block;z-index:15016;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:2.93671875rem;width:2.93671875rem;top:2.125rem;left:58.25rem;overflow:hidden;display:block; }
#LEqZDN9sV9VEhbQnArTTqpPXb3WOPTqr { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8741875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:2.4375rem;left:5.25rem;height:2.37421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v11dgS3mq6khMBef3lTw6k0JB3eHs9tN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:1.8125rem;left:24.9375rem;height:3.561325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l0ru4BTfQzuEGPPt0v0n2DdNFUymWqnd { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8741875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:1.8125rem;left:44.0625rem;height:3.561325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rbfDT4i1eN2whxIP6IvlTo0J4lwAraol { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:1.8125rem;left:62.6875rem;height:3.561325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eknbxwnh2C2OF1qXcZWnJZFv6Dt4Xt4S { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.2799987792969rem;left:16.375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XUGsIa1t9K2Kml7UxN1yWxVxiMGKqKAp { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.2799987792969rem;left:37.155624389649rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EqJNrsqcLAITsdShfmZXh5IvbyGFV1Mp { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.2799987792969rem;left:55.530620574951rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CWobMW2vguALoh0HUsobaZl7kqTd18Lr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ede5e0;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; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container { background-color: transparent; background-image: none; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container > .video-iframe-container { display: none; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row > .video-iframe-container { display: none; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .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); }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container { border-width: 0; border-radius: 0; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container { font-size:0.875rem;font-family:arial;height:71.1875rem;width:75rem;position:relative;display:block; }#ldKtz7It5vkmRyQ6LQZfmvARKEQRePBE { position:absolute;display:block;z-index:15004;background-color:#c38346;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.625rem;width:19.125rem;top:20.5rem;left:27.9375rem;display:block; }
#iRPJSEl2LTq303oEUzVZZlQptDnq1TQA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.4375rem;left:31.3125rem;height:3.2484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l8IZIIx9R0w6ND3Q3Lhsv1pJaMvHldyT { color:#ffffff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:35.5rem;left:30rem;height:3.196875rem;text-align:center;text-align-last:center;display:block; }
#MMxCZltqKPXbCAEDbrFQodUZTXLUm7kD { color:#c38346;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5rem;left:5.8125rem;height:3.2484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q0zfiPTWTp3UNQUyv0qMo8phO1hCAsne { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29.9375rem;left:8.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TsOt9f8Ve99wh5bZ3DSakI9wTXZ64soq { color:#000000;display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.3125rem;left:13.125rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r7sPh0LCfSEfSIwszpB6OW7frVBmRIqm { color:#000000;display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.9375rem;left:13.125rem;height:1.1378875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D419QEZHCn58TSqCtGkhXD8bLSKlIiAp { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:35.5rem;left:5.0625rem;height:3.196875rem;text-align:center;text-align-last:center;display:block; }
#RNreXTLuck22UGLntNMfK7oHx6CIy6Z8 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.5625rem #c38346 ;height:36.4375rem;width:19.125rem;top:22.5625rem;left:2.9375rem;display:block; }
#U0P9qJIF5Q6CcvQVh8tAgBgh28Usx460 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.5625rem #c38346 ;height:36.4375rem;width:19.125rem;top:22.6875rem;left:53rem;display:block; }
#xfKJo2VCqwbQud7WDxJMJK8xHyWyDfGz { color:#c38346;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.5rem;left:54.6875rem;height:3.2484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lOXc6Spnsk897Z8uz5PWN6xAB0wue3ax { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:35.5rem;left:55.0625rem;height:3.196875rem;text-align:center;text-align-last:center;display:block; }
#MTxGfulxk4a5PZZOD7mgavDyyTchl51i { background-color:#c38346;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:52.9375rem;left:5.625rem;display:block; }
#cJD40f6NtXbHnTyf8izLMMFIlUc43TQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XSUOU6PT43xgZhJNAaulplXL1KUIaPTN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:52.9375rem;left:30.6875rem;display:block; }
#trdw94hlBxTtF9McsiLHvgHDDVNozmRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOByNrMGg8vBwkLP7DTSUzRuCOuzaqbn { background-color:#c38346;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:52.9375rem;left:55.6875rem;display:block; }
#IfplaEGemHCqW4mcGTs3TlvwOsp2Incv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0ytBplnroxPXz1mE9cPf7Dtb15ipcnO { color:#000000;display:block;width:4.186525rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.6875rem;left:4.875rem;height:2.51806875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PRXSzW1bUz4h6tO3vlBvGQa2IGdK68Iw { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:29.3125rem;left:34.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WdqLFEZPv5c7TZ15Q4TFPeQveQ4KuLoX { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:29.6875rem;left:38.25rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VaVBBHCh8CTlLXDvHmx9FGTiie19f046 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:31.25rem;left:38.25rem;height:1.1378875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aW2Q9Mr5FAtO3w9aDkJqCOPiS3ZALTaf { color:#ffffff;display:block;width:4.186525rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:30.0625rem;left:30rem;height:2.51806875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gAGwLZilNVyJFJDTtqU0XznRyURHVlnh { color:#000000;display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.9375rem;left:58.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C2TGA0dn4CBTtqgqaTV0mDgUrgv2hOQ2 { color:#000000;display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.3125rem;left:63.9375rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#APPH55e2TzP6OU3w4hfFOkmyXGJOGI93 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:31.9375rem;left:63.9375rem;height:1.1378875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vi6Jbw5Rc47HXNGBpnkqfcH2dTOPL68W { color:#000000;display:block;width:4.186525rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.8125rem;left:54.5625rem;height:2.51806875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#feRZ0geF5QLBlSAZr7aNygBZ2fCa3N8a { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:40.75rem;left:5.75rem;height:6.2203125rem;font-style:normal;display:block; }#feRZ0geF5QLBlSAZr7aNygBZ2fCa3N8a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#feRZ0geF5QLBlSAZr7aNygBZ2fCa3N8a li:before{  }
#TBMOyv3q1SHNbVyzThJkhszhARR8T1xI { color:#ffffff;display:block;width:13.6230625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:40.75rem;left:30.6875rem;height:9.01875rem;font-style:normal;display:block; }#TBMOyv3q1SHNbVyzThJkhszhARR8T1xI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBMOyv3q1SHNbVyzThJkhszhARR8T1xI li:before{  }
#gWGUAStN3dxm4zStca4f53mMXul9G73h { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:40.75rem;left:55.6875rem;height:6.2203125rem;font-style:normal;display:block; }#gWGUAStN3dxm4zStca4f53mMXul9G73h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gWGUAStN3dxm4zStca4f53mMXul9G73h li:before{  }
#TOzRWRF0roToL8BTL2eNBNhIPaUicbdA { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:62.875rem;left:14.8125rem;height:4.8761625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oz5QDwcF8gQddcbal3VUlHv8iMQqMEWV { color:#ffffff;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:22rem;left:30rem;height:1.5984375rem;text-align:center;text-align-last:center;display:block; }
#diyicqH5k6fNvBk0o9CvQ8aidiZ0qckd { color:#242629;display:block;width:65.124375rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5rem;left:4.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f42GQqxCtWPdLWkE0r0dTWIyD3c1ZopV { color:#000000;display:block;width:48.8741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.75rem;left:11.625rem;height:3.571875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qXixFSDXSK8I4cysaObkoHvlwBXoPGgF { color:#000000;display:block;width:48.8741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.998827934265rem;left:11.654300689698rem;height:3.571875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hkvZLIeNgfytkS0n4wilPpAkPmILkMHQ { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:59.4375rem;left:14.75rem;height:4.8761625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GJxmWBbRaINwxKHBlmy7VRQELwbZwZlh { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.5625rem;left:8.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iRmtRbTVSanwfXzGvsiRKQMHhKQnWDOX { color:#000000;display:block;width:4.186525rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.3125rem;left:4.8125rem;height:2.5171875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#guDpLNiG3dsrP2Sq5EWxabXuK9AlxSFV { color:#000000;display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.9375rem;left:13.0625rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Q7ukvuTka2LJlVTStk1KTa8RksTSLgTL { color:#000000;display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.5rem;left:13.0625rem;height:1.1378875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CLG9AoTAcoRZ5cwoPhVCghmUM3lBtEuS { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.5625rem;left:8.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Txn8LSyheDMEtDDp7OR9PfmCWJPJHTxO { color:#000000;display:block;width:4.186525rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.3125rem;left:4.8125rem;height:2.5171875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#HvGFMQFSLHaHZFMzcA8PiTXm7WubFvys { color:#000000;display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.9375rem;left:13.0625rem;height:1.7859375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JBXsBaF2POWSFyvrzWoyv5WIyD7Q4bcy { color:#000000;display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.5rem;left:13.0625rem;height:1.1378875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rbzgSdpOlS3JuXWBuqVIl7X9pD66kddL { color:#242629;display:block;width:65.124375rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.7457046508789rem;left:4.93359375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#R2o9uabiy8O8Tdl2Rg5cFsEJsCPbBVGV { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:59.4375rem;left:14.75rem;height:4.8761625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LGK3xOQF1vEgKzhCJZnwzfcTGvRBsAsh { position:absolute;display:block;z-index:15025;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:3.999025rem;width:3.999025rem;top:18.5625rem;left:10.0625rem;overflow:hidden;display:block; }
#ub28dBsfEmOnHsglGldcXM1X65ThFOwn { box-sizing:content-box;height:6.312rem;width:6.312rem;position:absolute;display:block;z-index:15013;background-color:#c38346;background-image:none;top:17.4375rem;left:8.9375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TA7oC751evR7RaRTIQ4yGHOMNAgbTCIn { box-sizing:content-box;height:6.312rem;width:6.312rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:15.0625rem;left:34.375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gn39qs7TwBWpkwKaEkCdRxZUoTHQEIpq { position:absolute;display:block;z-index:15027;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:3.9375rem;width:3.9375rem;top:16.1875rem;left:35.5rem;overflow:hidden;display:block; }
#BinF3Cgpl0aARbePeE535qX4mXaWV9Ip { box-sizing:content-box;height:6.312rem;width:6.312rem;position:absolute;display:block;z-index:15017;background-color:#c38346;background-image:none;top:17.4375rem;left:59.375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GzObldg8UWa98388wnvu1ZagqTDzQKoI { position:absolute;display:block;z-index:15029;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:3.9375rem;width:3.9375rem;top:18.6875rem;left:60.5rem;overflow:hidden;display:block; }
#zvvmFbFqdDwy2t3mM2C6sENNbMrdU2QC { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#P0L8J5auU6ZzZSL7nNVglynJVBPFt1TC { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#OBlPZIvL9Apq1EpE8ZGxLksKGTMCxbRV { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ { z-index:;position:relative;display:block; }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ { background-color: transparent; background-image: none; }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ > .row .container > .video-iframe-container { display: none; }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ > .row > .video-iframe-container { display: none; }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ > .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); }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ { border-width: 0; border-radius: 0; }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Qd4cKaiBxEqS26D3MvJQhxE57zZmcTG6 { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.9796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m5zRgkeuA0Tf6Tw9zCyxTmvRlsg8MPx3 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.5rem;width:33.375rem;top:17.5rem;left:37.75rem;display:block; }
#vanPX1BLZUoTIe4SBdyQre4Kmi8XpWZa { color:#242629;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.5rem;left:3.8125rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dbklr0xGQcxJuT9dnTK2MMmUUxWfT2PZ { box-sizing:content-box;height:0.1875rem;width:30rem;position:absolute;display:block;z-index:15016;background-color:#ede5e0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:3.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iMBNRA5ZxyybWQfQWgc3aeIUWu04Lgf3 { color:#242629;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.6875rem;left:3.8125rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VALnASzphHmdxx5qbJuGycIfKIlcCkZz { box-sizing:content-box;height:0.06125rem;width:30rem;position:absolute;display:block;z-index:15015;background-color:#ede5e0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5rem;left:3.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iInmgwfFhkfAVy6UbThVPPI5CxeRzTkk { color:#242629;display:block;width:8.7475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.5rem;left:3.8125rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bp5u9TO8fCR3Dv2Phw83Pa762nQqIW56 { box-sizing:content-box;height:0.06125rem;width:30rem;position:absolute;display:block;z-index:15016;background-color:#ede5e0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.3125rem;left:3.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BCBRkeNU1TFSam1NuTGt1Xc0whf0k3TV { color:#242629;display:block;width:8.7475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:26.3125rem;left:3.8125rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QzrBlbMLiqQZbuWPTnJVK3kmQVgCuaQe { color:#242629;display:block;width:10.81125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.5rem;left:23rem;height:1.70625rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vTu0rXdagmrmiSPqQbAaP2Bfe5pOGk7w { box-sizing:content-box;height:0.06125rem;width:30rem;position:absolute;display:block;z-index:15017;background-color:#ede5e0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:3.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DlxoukNQVnB3xTWinm5RU2R1AHdHXOLR { color:#c38346;display:block;width:8.7475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.5rem;left:25.0625rem;height:1.6253875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nDOlkU1aVgM0c4TsJ3rtLEbsT7XgNmzg { color:#c38346;display:block;width:8.7475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.3125rem;left:25.0625rem;height:1.6253875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#be0gADcTZzmA0nmaxXrE6iHuAM0ddZFN { color:#c38346;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.6875rem;left:25.375rem;height:1.6253875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kT8X6JdDQ8xyRnNz9AA0BCbrfVsDyZkW { color:#242629;display:block;width:28.8116875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.558591842651rem;left:4.4050788879394rem;height:3.25078125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#luoUfBOpNBtdtLAPZtANUCrPJ8X6i9wV { color:#000000;display:block;width:69.810625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6859359741213rem;left:2.5933609008789rem;height:2.0296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I8qs6UGKzoSf3Q581D5iwunH8BRtS9yX { color:#000000;display:block;width:69.810625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6859359741213rem;left:2.5933609008789rem;height:2.0296875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t1dcmlWsJOcU99iipTfWENTBi5HGs72Z { color:#242629;display:block;width:28.8116875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.558591842651rem;left:4.4050788879394rem;height:3.25078125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p { z-index:;position:relative;display:block; }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p { background-color: transparent; background-image: none; }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p > .row .container > .video-iframe-container { display: none; }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p > .row > .video-iframe-container { display: none; }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p > .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); }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p { border-width: 0; border-radius: 0; }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:97.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#QnTMmbJqibna1oO4QaDzdRyKckuvMxbA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21rem;width:15.625rem;top:12.3125rem;left:22.3125rem;overflow:hidden;display:block; }
#vByLsPyUT1I6G6Ci9Fr2w8p6EKNAbmwT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:13.9375rem;top:33.875rem;left:39.0625rem;overflow:hidden;display:block; }
#ubVWLGKTfcPR5x3SBlr4OaD9St4Ks4bU { box-sizing:content-box;height:26.125rem;width:21.6875rem;position:absolute;display:block;z-index:14996;background-color:#ede5e0;background-image:none;top:68rem;left:0.6875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QzWJHdubwzHZfLdfM0ApITlGK68AVnsv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:20.5616875rem;width:20.5616875rem;top:70.875rem;left:1.1875rem;overflow:hidden;display:block; }
#oyp7BGNaByC4KcfkFOagMIVQ357M2Rvc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:17.4375rem;width:17.4375rem;top:14.125rem;left:2.4375rem;overflow:hidden;display:block; }
#LzAwwwZl6rLDsyP9muHyiC92qOTrFL10 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:33.3125rem;width:37.6875rem;top:33.9375rem;left:0.6875rem;overflow:hidden;display:block; }
#cCHpTVamskLJAmO9R0qdr9I2eN1q9dAH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:20.0625rem;width:25.875rem;top:68rem;left:23rem;overflow:hidden;display:block; }
#GTh8FkqHADZa7IAqcn95uW0qeiTsgJS5 { box-sizing:content-box;height:26.125rem;width:21.6875rem;position:absolute;display:block;z-index:14997;background-color:#ede5e0;background-image:none;top:37.25rem;left:9.9375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#M6il95kBM42ZMB39mCHObqDfIllJGup2 { box-sizing:content-box;height:21rem;width:21.125rem;position:absolute;display:block;z-index:14997;background-color:#ede5e0;background-image:none;top:12.25rem;left:0.75rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pR0aVOodwMqo8ImeJMRzuoFcdULWLTLm { box-sizing:content-box;height:14.1875rem;width:14.25rem;position:absolute;display:block;z-index:14998;background-color:#ede5e0;background-image:none;top:19.1875rem;left:38.375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EKfRbu4eXVdG8fh63yvgPkJ5bUJrppvC { color:#242629;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.75rem;left:38.875rem;height:3.4921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qsaeTNwxaoyXmckx2XXqOkn5Ihw4kQ7z { color:#242629;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.6875rem;left:38.875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kEvetF0UU41cp9Q1dIP355qAP7RCrAeW { color:#242629;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:57.1875rem;left:39.375rem;height:3.4921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iCSqALDh6aFTT4mFf859vI0EwEacfqW5 { color:#242629;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:62.125rem;left:39.375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zu1f6usqB59u9VXnvRV59QNGoN9OV8Jt { box-sizing:content-box;height:11.0625rem;width:14.25rem;position:absolute;display:block;z-index:14999;background-color:#ede5e0;background-image:none;top:56.25rem;left:39.0625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JLkq2E3v1DqRiLwm9zgdwha9Lr3zTgeJ { box-sizing:content-box;height:21.625rem;width:20.625rem;position:absolute;display:block;z-index:14999;background-color:#ede5e0;background-image:none;top:33.8125rem;left:53.625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EbLKsXBLacLPlidNd7QIkZps1B0z94go { color:#242629;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:40.25rem;left:57.3125rem;height:3.4921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#frKkVL0OgrEG06lRlyvsNravJnUMV8yW { color:#242629;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:45.1875rem;left:57.3125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qs7wio0h7vNndbtsnpNe9ex49AZ1HvxX { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:3.9796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJbePhTr9EeoRy4KBsqFgBpDkiL10wMO { color:#242629;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:57.1875rem;left:39.4375rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IV6zxbEd5WbJaEeIx1Vpi7HKzxkbhqRk { color:#242629;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:62.125rem;left:39.4375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE { 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; }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row .container { background-color: transparent; background-image: none; }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row .container > .video-iframe-container { display: none; }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row > .video-iframe-container { display: none; }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .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); }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row .container { border-width: 0; border-radius: 0; }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#MF9KREFJfDyPnrwuu9t9z9ffvqIJXvmA { position:absolute;display:block;z-index:15013;background-color:#c38346;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0609375rem;width:5.625rem;top:6.9375rem;left:18.9375rem;display:block; }
#Q7fPuDVCGsfbbCEOxv0sb7EdMlIlkVt7 { position:absolute;display:block;z-index:15014;background-color:#c38346;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.5rem;left:24.5rem;display:block; }
#cBwKWlqQRPJM2c8QNrtzkZxTxooF9Fzy { position:absolute;display:block;z-index:15019;background-color:#c38346;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.5rem;left:48.6875rem;display:block; }
#rUoaf3Qmp2ydkP7g9pCZVLwxfyBGMsQS { position:absolute;display:block;z-index:15018;background-color:#c38346;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:6.249025rem;top:7rem;left:49.625rem;display:block; }
#dAKbUacssIDsy2dQq0r52imqNABF5R7r { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.3125rem;left:57.125rem;height:3.73828125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PS1gSkXXnfyVwvManGQAETJ2id6Q9OWo { color:#000000;display:block;width:13.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:57.125rem;height:9.253125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvUZMOx5xsarRGTuAHPhA2DdTm9RzIbG { color:#000000;display:block;width:15.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.1875rem;left:57.1875rem;height:3.73828125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJT60KanIULbprb5irShTpOr1BqdDQbC { color:#000000;display:block;width:13.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:28.3125rem;left:57.1875rem;height:9.253125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#foiQP2QLQJTeFnlmkN4CliaACxaW4LrQ { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.6865234375rem;height:3.73828125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T3ENC6uBTo9QWUJeGgyOXyT12OZKtykb { color:#000000;display:block;width:13.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.1875rem;left:4.4375rem;height:9.253125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pN7aFEIyLRluup0wVRSy4X296zrr0xcM { color:#000000;display:block;width:15.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.5625rem;left:2.75rem;height:3.73828125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#is65Z6TKbRLdSAZUlRt7Zux9pbbohwBp { color:#000000;display:block;width:13.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.75rem;left:4.5625rem;height:9.253125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QdEoSvflZb24FTqhUD8PLBvtPaQksFuy { position:absolute;display:block;z-index:15016;background-color:#c38346;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:23.3125rem;left:24.5rem;display:block; }
#pGHPk8Dq0b0BOVyyDCOuOQVNw22tQG3O { position:absolute;display:block;z-index:15015;background-color:#c38346;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0609375rem;width:5.625rem;top:23.75rem;left:18.9375rem;display:block; }
#CHciTyhuoktG5Fr1WUKdiwqFCnENtM75 { position:absolute;display:block;z-index:15021;background-color:#c38346;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:24.5625rem;left:48.6875rem;display:block; }
#XSZKHWsMG0pCJ4WvdUzvtKFoWhKIRKHB { position:absolute;display:block;z-index:15020;background-color:#c38346;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:6.249025rem;top:25.0625rem;left:49.625rem;display:block; }
#pF5Dk6Qv3iwGXvTTmSvdkQKuWLxyyXIZ { color:#000000;display:block;width:15.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.5625rem;left:2.75rem;height:3.73828125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#N3C9Ezgd89787ertzIaLTZgprG5UaFSM { color:#000000;display:block;width:13.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.75rem;left:4.5625rem;height:9.253125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#WsLtRB3p3tVDHkDOKe75DzTGrU4R9VtT { color:#000000;display:block;width:15.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.1875rem;left:57.1875rem;height:3.73828125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ctIxpSHNRxDTVqNNNgCEmHPI9Oa1Kdp8 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.3125rem;left:57.125rem;height:3.73828125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#M1Q864qzvfyGwH6hQ0hFCcUvlw5Zivhz { position:absolute;display:block;z-index:14995;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:29.0625rem;width:32.0625rem;top:5.3115234375rem;left:21.46875rem;overflow:hidden;display:block; }
#nysgMC1bcsTIRCsBMvDbAMg8rk1PuCAw { color:#242629;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.0673828125rem;left:30.84375rem;height:3.4921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SxB15cS2Bhi9lZUbeP2JILRoTbqZJu12 { box-sizing:content-box;height:8.125rem;width:21.3125rem;position:absolute;display:block;z-index:14999;background-color:#ede5e0;background-image:none;top:32.31689453125rem;left:26.841796875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OHtH6f2GGncrdIHIprORSiCUXmBn35i0 { color:#242629;display:block;width:16.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:37.0107421875rem;left:29.12548828125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aszNZ7DiEE27xx3nTftosuhGZc6Vct6a { box-sizing:content-box;height:21rem;width:21.125rem;position:absolute;display:block;z-index:14997;background-color:#ede5e0;background-image:none;top:12.25rem;left:0.75rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row .container { background-color: transparent; background-image: none; }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row .container > .video-iframe-container { display: none; }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row > .video-iframe-container { display: none; }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .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); }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row .container { border-width: 0; border-radius: 0; }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#skzQbJit34DA3OgoT2ltcvq7nJP5XxoK { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:10.749625rem;top:16.593749046326rem;left:5.748046875rem;overflow:hidden;display:block; }
#OcdbdQc1ioanzrFF2deIa9cQAoIFQvel { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49960625rem;width:10.6241875rem;top:16.593749046326rem;left:19.122653961182rem;overflow:hidden;display:block; }
#bLVysvgqrTbzrGpCm3UdETNw5JrG6BlB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8116875rem;width:5.74921875rem;top:15.5rem;left:33.375rem;overflow:hidden;display:block; }
#ryw81TBHXgoVADqzqqJiOw8vXAh26fTH { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.374625rem;width:10.374625rem;top:25.25rem;left:47.4375rem;overflow:hidden;display:block; }
#cQHecHDfxwM8HdR7ZNMHA2zyncCJFSxk { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.99921875rem;width:12.999625rem;top:27.9375rem;left:12.6875rem;overflow:hidden;display:block; }
#Tv0qKIWM7I496Qk448T9N9l3BfUeHno0 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56171875rem;width:8.3741875rem;top:27.25rem;left:26.3125rem;overflow:hidden;display:block; }
#gl800tmf9RIsZmdeW9amsdoIBZvOGkNT { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.37460625rem;width:11.7491875rem;top:17.1875rem;left:43.375rem;overflow:hidden;display:block; }
#EPFCNqyd9KN0TWWLUr6KChKDdGryJztL { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74960625rem;width:9.249625rem;top:27.6875rem;left:37.0625rem;overflow:hidden;display:block; }
#GvuKiEQN9APu9PWEGOc8ZTvWiQ9naOT0 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1866875rem;width:8.1866875rem;top:15.3125rem;left:57.9375rem;overflow:hidden;display:block; }
#xDGI57T8TCEXubkTdgK3BtxnQetLUBo1 { position:absolute;display:block;z-index:15042;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:9.062125rem;width:9.062125rem;top:26.25rem;left:2.625rem;overflow:hidden;display:block; }
#gTO3UGDOhcJzOsrNy6RsU8OqmIMIbW0R { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.6242179870606rem;left:0rem;height:3.9796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8MW89PHpiBgCFql56r69SJUJPtP8s4k { position:absolute;display:block;z-index:15043;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:3.81210625rem;width:10.8116875rem;top:28.529294013977rem;left:58.678119659424rem;overflow:hidden;display:block; }
#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 { position:relative;display:block; }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 { background-color: transparent; background-image: none; }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 > .row .container > .video-iframe-container { display: none; }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 > .row > .video-iframe-container { display: none; }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 > .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); }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 { border-width: 0; border-radius: 0; }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PKbx5x4bCrrXQVBRy718Gk7PGiZWT6Zr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:3.875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mrqzTUmDaqvB3sBv8r0GQ5cAgQlHywHT { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13.125rem;left:4.0625rem;height:4.78125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MgqHKNvJJPCbmSq6XzWgpa160GhuCEaT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.0625rem;left:21.875rem;display:block; }
#P3N6zVFFImqVluiZMKEpDRwvgqbDIDQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJLAV238pvxlG9wggKT21mZOnTInruRN { box-sizing:content-box;height:17.3741875rem;width:68.4375rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;top:9.8742192983625rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#Eui9RTuixLvBCCG7cnV8V4kHq1b8QLTK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.25rem;width:12.4375rem;top:12.25rem;left:46.8125rem;overflow:hidden;display:block; }
#kh0D3t7TCwQcuGpx1LerCwGUlOGwp2dC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.25rem;width:12.4375rem;top:12.25rem;left:60.9375rem;overflow:hidden;display:block; }
#gFWwVlXsvTo64JWy5sEKsGMI7tP0puXm { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13.125rem;left:4.0625rem;height:4.78125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#X3GVz37osP2da5soS4mQMCwfts4xNEsi { z-index:;position:relative;display:block; }#X3GVz37osP2da5soS4mQMCwfts4xNEsi { background-color: transparent; background-image: none; }#X3GVz37osP2da5soS4mQMCwfts4xNEsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3GVz37osP2da5soS4mQMCwfts4xNEsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3GVz37osP2da5soS4mQMCwfts4xNEsi > .row .container > .video-iframe-container { display: none; }#X3GVz37osP2da5soS4mQMCwfts4xNEsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3GVz37osP2da5soS4mQMCwfts4xNEsi > .row > .video-iframe-container { display: none; }#X3GVz37osP2da5soS4mQMCwfts4xNEsi > .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); }#X3GVz37osP2da5soS4mQMCwfts4xNEsi { border-width: 0; border-radius: 0; }#X3GVz37osP2da5soS4mQMCwfts4xNEsi > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#QkL8gk8kZgE8ekBAK8OLfaXON06nwiqd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:20rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AcrkLDVdH5XNpeXmg3ZfmJ8RnVKlEytR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:20rem;left:15.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dfWWDvLGRgNP4r9aeili2HpsS41IEEzM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:20rem;left:30.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#miTOL7lvTsv85vDZa04OEfFdAxThBOeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:24.8125rem;left:0rem;height:5.9953rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#azXoSHTyGQiav3xWtJXKaeyZ2cLJafst { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.8125rem;left:15.3125rem;height:7.49413125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ytuEqqKoTquS0Ofphn9E924HVtDvJAGB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:24.8125rem;left:30.625rem;height:2.99765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPDLrULOqkghWe4TNBuCImlCiMTyZ6oi { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.5rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KZQbgQv2PBwV9oNfDvUVwqmsMVUZsr5g { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.5rem;left:15.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#k1LKO9v6BhNk7Mtq6dP6qdD07yUgz9VD { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.5rem;left:31.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zog6LSUtUvT8JICVikNNsQCT3oWtsvTN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:20rem;left:45.9375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IVeb1sgGKJTTXQDxpmXZWCAuC4St4cNo { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:24.8125rem;left:45.9375rem;height:5.9953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1MxcvUC5T6PtXnN8c4o3tcO6UG2TrTm { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.5rem;left:46.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ai7CQOe5h5gHq05vLCTiwlZBHfBHnbxs { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:24.875rem;left:61.25rem;height:2.99765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fP8QOHScXUrA9VraPV1vAGyTRHI8nRDG { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.5625rem;left:61.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#n9OJ5E1PSp966P7U42Nf8KZJLJw48V2y { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:20.0625rem;left:61.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LblHq1Nk65UZqdR784M8MCcHMhoZiLCl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.875rem;left:65.625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f9THSyREKwH6f3ILFJhwTMyaH4cfCmfA { color:rgba(var(--color-tertiary-0),1);display:block;width:4.99921875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:14rem;left:65.625rem;height:2.3753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kT2g22TS4LlatdNaIaHu3wFP6eKgH3CR { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.9796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uoGcZlt1ZWPJT6WLIcPZ4XTLv6yuZ5Ml { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.875rem;left:35.0625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BIXLTytITyP362WMZPwykkq3ebmWBDO4 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.99921875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:14rem;left:34.9375rem;height:2.3753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#htK71zkXKbkvMOE8fyDaNe0uL4vfPs39 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.875rem;left:19.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wLLu6OLAsxiSBTgz3oGKqvwaCNVAsZng { color:rgba(var(--color-tertiary-0),1);display:block;width:4.99921875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:14rem;left:19.625rem;height:2.3753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KRnnxKSs1Sk7lISf6nFa3TtCXL4FalgT { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.875rem;left:50.375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oxTVEF0oXWy6rslVFc3nhDVFqK48K99D { color:rgba(var(--color-tertiary-0),1);display:block;width:4.99921875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:14rem;left:50.25rem;height:2.3753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C1MxTxzcx83wvLixuv5z96DpTOk6D8rC { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.875rem;left:4.4375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GaGRMc2ymTfXwaaHvOVyU1zSAFJgaWqa { color:rgba(var(--color-tertiary-0),1);display:block;width:4.99921875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:14rem;left:4.3125rem;height:2.3753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tg9HbViv3ZrEzrcHvezNn6a6JQPPmHOU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:24.8125rem;left:0rem;height:5.9953rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PUVpuME3z7ZgxCBsuiQQ5N2ahqhfFN2C { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.8125rem;left:15.3125rem;height:7.49413125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IWxMblOurTTOvEOCCcO5JTttTw2gkky0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.8125rem;left:15.3125rem;height:7.49413125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR { z-index:;position:relative;display:block; }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR { background-color: transparent; background-image: none; }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR > .row .container > .video-iframe-container { display: none; }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR > .row > .video-iframe-container { display: none; }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR > .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); }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR { border-width: 0; border-radius: 0; }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1); }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_238a5b57eeac2b2e7064d050202e73cfbf9d7535.svg");background-size:contain !important; }#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-trigger.adaptive-delivery-prevent-bg, #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-trigger.lazyload, #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-trigger.lazyloading { background-image: none; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk { box-sizing:content-box;height:auto;width:31.374625rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.5625rem;left:39.25rem; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#WdHTOE3rywM0W9pm94Wh9bTAGuTnrPPk { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.9796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCGfTGkU97yrU4HAPn1TGu9dNTobiAzF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22.25rem;width:33.9375rem;top:11.375rem;left:3.6875rem;overflow:hidden;display:block; }
#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ede5e0;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; }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row .container { background-color: transparent; background-image: none; }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row .container > .video-iframe-container { display: none; }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row > .video-iframe-container { display: none; }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .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); }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row .container { border-width: 0; border-radius: 0; }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#xxKSuZDEdzNz287FuA72UOT5OtgsWPf8 { color:#585858;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:16.875rem;left:3.625rem;height:11.2031375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eHiiZvOXdfocS3EW84J6kfuMugxfOAXO { color:#000000;display:block;width:13.749rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:30.9375rem;left:2.5rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ac2MF4FnAW64imwaT7fc0TwllkBDbEqT { color:#585858;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:16.875rem;left:22.375rem;height:8.402375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zgP5EpNyISfzVxrZJcKmyi3OG2q5TI1T { color:#585858;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.875rem;left:41.125rem;height:7.0019375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vuEv2TRNbFhULMcpxQKDWualm6p8AbtI { color:#585858;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:16.9375rem;left:59.875rem;height:12.6035rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihwHuL6PsmCWSUPHhThGwWMA3Bo0L7mS { color:#000000;display:block;width:13.749rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:30.9375rem;left:21.25rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OiCm19E1rLI0XiapINiUgRyxlmkTfIdd { color:#000000;display:block;width:13.749rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:30.9375rem;left:40rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Koyr26gr7kekq09WWHayCmvp4TlO8Lo1 { color:#000000;display:block;width:13.749rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:30.9375rem;left:58.75rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wsr28uFaBJr4T8dECPRbqTf3OZRre0FF { position:absolute;display:block;z-index:15026;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:4.6875rem;width:4.6875rem;top:10.625rem;left:7.03125rem;overflow:hidden;display:block; }
#hftb7HJdN9mywm7fnINc4gqzmIKTPB9X { position:absolute;display:block;z-index:15027;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:2.25rem;width:8.6875rem;top:11.84375rem;left:23.78125rem;overflow:hidden;display:block; }
#wIP0mM16aIT9FI4h8FSTcNpBwFET0ozU { position:absolute;display:block;z-index:15028;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:3.25rem;width:10.125rem;top:11.3125rem;left:41.4375rem;overflow:hidden;display:block; }
#qhNlrHMOuXKIyMJvWUTFJ5wmxPO3gwW4 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:9.75rem;left:62.75rem;overflow:hidden;display:block; }
#u5baSXF7GqNXVUOZ9hzXvPcUI6Bd88W2 { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6742183566094rem;left:0rem;height:3.9796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9r684Cicq9TRvIQxiXSwyoWNDHrWcHC { color:#585858;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:16.875rem;left:3.625rem;height:11.2031375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V { 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; }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row .container { background-color: transparent; background-image: none; }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row .container > .video-iframe-container { display: none; }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row > .video-iframe-container { display: none; }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .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); }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row .container { border-width: 0; border-radius: 0; }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#BIXTh7W18LZCeTTy424TkogR0t48bA6h { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1277542114258rem;left:0rem;height:3.9796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rZ5qQXxpwngeMb0zU4lQEW7Ua01ToD7v { position:absolute;display:block;z-index:15007;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:4.875rem;width:8.687125rem;top:10.8125rem;left:20.1875rem;overflow:hidden;display:block; }
#CzZabE9AD1lmROSEWtGnCDJTTsZ5472a { position:absolute;display:block;z-index:15008;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:6.6866875rem;width:8.9366875rem;top:10rem;left:40.25rem;overflow:hidden;display:block; }
#qRQMOb3LdsHPVT8p8QFlhaN5AI2Ei2XU { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.625rem;left:20.1875rem;height:1.8691375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3UOw1MT8lhboXX7wnKqDlMuF4FPGXDG { color:#000000;display:block;width:6.4991875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.625rem;left:25.3125rem;height:1.8691375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UX37fOeVu1p6VyD2Ig96K1nPyLGzhbgS { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.1875rem;left:40.6875rem;height:1.8691375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zGygSnMWFZCplncxQTavSZsEF7MvonZc { color:#000000;display:block;width:6.4980625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.1875rem;left:52.9375rem;height:1.8691375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtVV6v7W7TprJiuR5g9xwSmhTtd3mFth { position:absolute;display:block;z-index:15014;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:2.5rem;width:10.75rem;top:15.6875rem;left:40rem;overflow:hidden;display:block; }
#p0T4oOgfQF8nBirLBpFs9oGHLTO1Vxe1 { box-sizing:content-box;height:13.125rem;width:58.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:26.25rem;left:7.3125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#aREmgapiGiRN8Urbk3gCgAaumgOA3Olr { position:absolute;display:block;z-index:15015;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:9.5rem;width:52.25rem;top:27.5625rem;left:10.375rem;overflow:hidden;display:block; }
#LSRCudfx1J1ilqIenSwXc8gPIi0pnTex { box-sizing:content-box;height:14.1875rem;width:58.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:40.5rem;left:7.3125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#sH10wOJabSodxP7f5WNp717RiBNEqOU5 { position:absolute;display:block;z-index:15016;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:11.25rem;width:50rem;top:42.0625rem;left:10.375rem;overflow:hidden;display:block; }
#kiXpShJMwU5FQVAlTJ4d10CZPyiT7dGa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8116875rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:57.397261619568rem;left:26.092967987061rem;display:block; }
#xlpcGCginNFcRlHKIUCJSZmVVLlqiofZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row .container { background-color: transparent; background-image: none; }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row .container > .video-iframe-container { display: none; }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row > .video-iframe-container { display: none; }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .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); }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row .container { border-width: 0; border-radius: 0; }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#nFroyM0NfCHpkop0virwMWVMnEIJ1UDL { position:absolute;display:block;z-index:15013;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:2.8125rem;width:12.75rem;top:2.625rem;left:1.0625rem;overflow:hidden;display:block; }
#braGlPUosyhbob7SWUmxsrgEhoJke88J { color:#585858;display:block;width:11.499625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:2.7556838989258rem;left:62.5rem;height:2.80078125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOCQg6XnghGFs02eV45F66PNzkGVkghB { width:11.3125rem;height:2.6875rem;top:1.1875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRNvVrz3TursqBhNJO4q1ewABlOGAkJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #d8C0cgRRQL3a2lTqnkUS6PZEO7TWS7U7 { top:1.75rem;left:23.8125rem;width:22.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsQObhZZaV0osJt3rwWH3bz4hgnhIBwT { top:0.8125rem;left:0rem;width:12.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHvhHAbBiBT7FikEObnyTZepPhbgqNRe { display:block; }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srQXtqbzJ8Xgd77hB2OyCQ3dqlXIWfLX { top:4.1875rem;left:0rem;width:30.5625rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { top:8.375rem;left:0rem;width:25.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUqtF9wx0hVGA7TCIMNMeN4KxNkEdwrw { top:17.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2tt9MRLerd9z9yu85Mmr6GlF6azvDKa { top:19.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJ7wVqtK6CDRK1irIXISRoGTQxH5q4P { top:14.75rem;left:0rem;width:18.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPM6ZnQbXGniUpHLmPDfRm9J2VJECqHc { top:17.3125rem;left:0rem;width:18.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r21V8EzcT9TlBPULdi4xu9p0PmwtLJ2R { top:19.6875rem;left:0rem;width:18.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTw0SOXdUzFDxRwrdTXv7omJKICdA7BS { top:14.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Piq1ptuXpToKnJepMZ81xvgy3dbtC5qG { top:18.125rem;left:20.372264862061rem;width:8.875rem;height:4.5922990376748rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhSWSiUpVpfF9P0R2ONLShFNhd8Q0EnE { width:14.6875rem;height:4.6875rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCOyVTKQTTwExsGvcXMy1fB61IVLpdPT { display:block; }
 }@media only screen and (max-width: 763px) { #FS15fqZTNcpxkXCg3EQlOh3NzqWbdJGh { top:1.75rem;left:13rem;width:34.6875rem;height:26.951729694925rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIBcnIaDS1KfGDTbobzm2O5CLNNttK77 { top:15.75rem;left:20.1875rem;width:9.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa { display:block; }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfVepLT1JpfgWW8wM3qFHM3XFUTNTIma { top:1.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmkXS773e4sQSl1iaLCA7k7pRVGzT3rk { top:2.1875rem;left:6.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt5dz9ktwdcbptSnQZT0gezPKqoJeLxx { top:1.75rem;left:25.4375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaPdXU32T1pwVqb5A69qWotVelAvcCIa { top:2.125rem;left:44.625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEqZDN9sV9VEhbQnArTTqpPXb3WOPTqr { top:2.4375rem;left:0rem;width:9.8125rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v11dgS3mq6khMBef3lTw6k0JB3eHs9tN { top:1.8125rem;left:11.3125rem;width:9.9375rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0ru4BTfQzuEGPPt0v0n2DdNFUymWqnd { top:1.8125rem;left:30.4375rem;width:9.8125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbfDT4i1eN2whxIP6IvlTo0J4lwAraol { top:1.8125rem;left:36.3125rem;width:11.4375rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eknbxwnh2C2OF1qXcZWnJZFv6Dt4Xt4S { top:3.25rem;left:2.75rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGsIa1t9K2Kml7UxN1yWxVxiMGKqKAp { top:3.25rem;left:23.530624389649rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqJNrsqcLAITsdShfmZXh5IvbyGFV1Mp { top:3.25rem;left:41.905620574951rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWobMW2vguALoh0HUsobaZl7kqTd18Lr { display:block; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldKtz7It5vkmRyQ6LQZfmvARKEQRePBE { top:20.5rem;left:12.625rem;width:19.125rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRPJSEl2LTq303oEUzVZZlQptDnq1TQA { top:24.4375rem;left:17.625rem;width:12.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8IZIIx9R0w6ND3Q3Lhsv1pJaMvHldyT { top:35.5rem;left:16.3125rem;width:15rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxCZltqKPXbCAEDbrFQodUZTXLUm7kD { top:24.5rem;left:1.25rem;width:12.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0zfiPTWTp3UNQUyv0qMo8phO1hCAsne { top:29.9375rem;left:4.25rem;width:4.125rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsOt9f8Ve99wh5bZ3DSakI9wTXZ64soq { top:30.3125rem;left:8.5625rem;width:4.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7sPh0LCfSEfSIwszpB6OW7frVBmRIqm { top:31.9375rem;left:8.5625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D419QEZHCn58TSqCtGkhXD8bLSKlIiAp { top:35.5rem;left:0.5rem;width:15rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNreXTLuck22UGLntNMfK7oHx6CIy6Z8 { top:22.5625rem;left:0rem;width:19.125rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0P9qJIF5Q6CcvQVh8tAgBgh28Usx460 { top:22.6875rem;left:28.5rem;width:19.125rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfKJo2VCqwbQud7WDxJMJK8xHyWyDfGz { top:24.5rem;left:31.875rem;width:15.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOXc6Spnsk897Z8uz5PWN6xAB0wue3ax { top:35.5rem;left:32.25rem;width:15rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTxGfulxk4a5PZZOD7mgavDyyTchl51i { width:13.6875rem;height:3.625rem;top:52.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJD40f6NtXbHnTyf8izLMMFIlUc43TQi { display:block; }
 }@media only screen and (max-width: 763px) { #XSUOU6PT43xgZhJNAaulplXL1KUIaPTN { width:13.6875rem;height:3.625rem;top:52.9375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #trdw94hlBxTtF9McsiLHvgHDDVNozmRI { display:block; }
 }@media only screen and (max-width: 763px) { #WOByNrMGg8vBwkLP7DTSUzRuCOuzaqbn { width:13.6875rem;height:3.625rem;top:52.9375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfplaEGemHCqW4mcGTs3TlvwOsp2Incv { display:block; }
 }@media only screen and (max-width: 763px) { #Z0ytBplnroxPXz1mE9cPf7Dtb15ipcnO { top:30.6875rem;left:0.3125rem;width:4.125rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRXSzW1bUz4h6tO3vlBvGQa2IGdK68Iw { top:29.3125rem;left:20.375rem;width:4.125rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdqLFEZPv5c7TZ15Q4TFPeQveQ4KuLoX { top:29.6875rem;left:24.5625rem;width:4.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaVBBHCh8CTlLXDvHmx9FGTiie19f046 { top:31.25rem;left:24.5625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW2Q9Mr5FAtO3w9aDkJqCOPiS3ZALTaf { top:30.0625rem;left:16.3125rem;width:4.125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAGwLZilNVyJFJDTtqU0XznRyURHVlnh { top:29.9375rem;left:36rem;width:4.9375rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2TGA0dn4CBTtqgqaTV0mDgUrgv2hOQ2 { top:30.3125rem;left:41.125rem;width:4.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APPH55e2TzP6OU3w4hfFOkmyXGJOGI93 { top:31.9375rem;left:40.5rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi6Jbw5Rc47HXNGBpnkqfcH2dTOPL68W { top:30.8125rem;left:31.75rem;width:4.125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feRZ0geF5QLBlSAZr7aNygBZ2fCa3N8a { width:13.5625rem;height:6.1875rem;top:40.75rem;left:1.1875rem;font-size:1rem;display:block; }#feRZ0geF5QLBlSAZr7aNygBZ2fCa3N8a li:before{  }
 }@media only screen and (max-width: 763px) { #TBMOyv3q1SHNbVyzThJkhszhARR8T1xI { width:13.5625rem;height:9rem;top:40.75rem;left:17rem;font-size:1rem;display:block; }#TBMOyv3q1SHNbVyzThJkhszhARR8T1xI li:before{  }
 }@media only screen and (max-width: 763px) { #gWGUAStN3dxm4zStca4f53mMXul9G73h { width:13.5625rem;height:6.1875rem;top:40.75rem;left:32.875rem;font-size:1rem;display:block; }#gWGUAStN3dxm4zStca4f53mMXul9G73h li:before{  }
 }@media only screen and (max-width: 763px) { #TOzRWRF0roToL8BTL2eNBNhIPaUicbdA { top:62.875rem;left:0rem;width:45.5625rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz5QDwcF8gQddcbal3VUlHv8iMQqMEWV { top:22rem;left:16.3125rem;width:15rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyicqH5k6fNvBk0o9CvQ8aidiZ0qckd { width:47.75rem;height:3.625rem;top:3.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f42GQqxCtWPdLWkE0r0dTWIyD3c1ZopV { width:47.75rem;height:3.5625rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXixFSDXSK8I4cysaObkoHvlwBXoPGgF { width:16.5625rem;height:5.1875rem;top:8.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkvZLIeNgfytkS0n4wilPpAkPmILkMHQ { top:51.9375rem;left:0rem;width:17.75rem;height:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJxmWBbRaINwxKHBlmy7VRQELwbZwZlh { top:49.8125rem;left:3.875rem;width:2.375rem;height:5.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRmtRbTVSanwfXzGvsiRKQMHhKQnWDOX { top:27.3125rem;left:0.25rem;width:4.125rem;height:2.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #guDpLNiG3dsrP2Sq5EWxabXuK9AlxSFV { top:26.9375rem;left:8.5rem;width:4.9375rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7ukvuTka2LJlVTStk1KTa8RksTSLgTL { top:28.5rem;left:8.5rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLG9AoTAcoRZ5cwoPhVCghmUM3lBtEuS { top:79.9375rem;left:3.9375rem;width:2.3125rem;height:5.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Txn8LSyheDMEtDDp7OR9PfmCWJPJHTxO { top:27.3125rem;left:0.25rem;width:4.125rem;height:2.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvGFMQFSLHaHZFMzcA8PiTXm7WubFvys { top:26.9375rem;left:8.5rem;width:4.9375rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBXsBaF2POWSFyvrzWoyv5WIyD7Q4bcy { top:28.5rem;left:8.5rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbzgSdpOlS3JuXWBuqVIl7X9pD66kddL { width:19.9375rem;height:;top:1.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2o9uabiy8O8Tdl2Rg5cFsEJsCPbBVGV { top:51.9375rem;left:0rem;width:17.75rem;height:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGK3xOQF1vEgKzhCJZnwzfcTGvRBsAsh { top:18.5625rem;left:5.5rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub28dBsfEmOnHsglGldcXM1X65ThFOwn { top:17.4375rem;left:4.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA7oC751evR7RaRTIQ4yGHOMNAgbTCIn { top:15.0625rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn39qs7TwBWpkwKaEkCdRxZUoTHQEIpq { top:16.1875rem;left:21.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinF3Cgpl0aARbePeE535qX4mXaWV9Ip { top:17.4375rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzObldg8UWa98388wnvu1ZagqTDzQKoI { top:18.6875rem;left:37.6875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvvmFbFqdDwy2t3mM2C6sENNbMrdU2QC { display:none; }
 }@media only screen and (max-width: 763px) { #P0L8J5auU6ZzZSL7nNVglynJVBPFt1TC { display:none; }
 }@media only screen and (max-width: 763px) { #OBlPZIvL9Apq1EpE8ZGxLksKGTMCxbRV { display:none; }
 }@media only screen and (max-width: 763px) { #HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ { display:block; }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qd4cKaiBxEqS26D3MvJQhxE57zZmcTG6 { top:3.625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5zRgkeuA0Tf6Tw9zCyxTmvRlsg8MPx3 { top:17.5rem;left:14.375rem;width:33.375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vanPX1BLZUoTIe4SBdyQre4Kmi8XpWZa { width:10.8125rem;height:1.6875rem;top:17.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbklr0xGQcxJuT9dnTK2MMmUUxWfT2PZ { top:19.6875rem;left:0rem;width:30rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMBNRA5ZxyybWQfQWgc3aeIUWu04Lgf3 { width:8.4375rem;height:1.625rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VALnASzphHmdxx5qbJuGycIfKIlcCkZz { top:22.5rem;left:0rem;width:30rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #iInmgwfFhkfAVy6UbThVPPI5CxeRzTkk { width:8.6875rem;height:1.625rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp5u9TO8fCR3Dv2Phw83Pa762nQqIW56 { top:25.3125rem;left:0rem;width:30rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BCBRkeNU1TFSam1NuTGt1Xc0whf0k3TV { width:8.6875rem;height:1.625rem;top:26.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzrBlbMLiqQZbuWPTnJVK3kmQVgCuaQe { width:10.75rem;height:1.6875rem;top:17.5rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTu0rXdagmrmiSPqQbAaP2Bfe5pOGk7w { top:28.125rem;left:0rem;width:30rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DlxoukNQVnB3xTWinm5RU2R1AHdHXOLR { width:8.6875rem;height:1.625rem;top:23.5rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOlkU1aVgM0c4TsJ3rtLEbsT7XgNmzg { width:8.6875rem;height:1.625rem;top:26.3125rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #be0gADcTZzmA0nmaxXrE6iHuAM0ddZFN { width:8.4375rem;height:1.625rem;top:20.6875rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8X6JdDQ8xyRnNz9AA0BCbrfVsDyZkW { width:28.75rem;height:3.25rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luoUfBOpNBtdtLAPZtANUCrPJ8X6i9wV { top:8.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8qs6UGKzoSf3Q581D5iwunH8BRtS9yX { top:5.5rem;left:0rem;width:19.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1dcmlWsJOcU99iipTfWENTBi5HGs72Z { width:19.9375rem;height:;top:21.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p { display:block; }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnTMmbJqibna1oO4QaDzdRyKckuvMxbA { top:12.3125rem;left:8.6875rem;width:15.5625rem;height:20.916501996048rem;display:block; }
 }@media only screen and (max-width: 763px) { #vByLsPyUT1I6G6Ci9Fr2w8p6EKNAbmwT { top:33.875rem;left:25.4375rem;width:13.875rem;height:21.466384745778rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubVWLGKTfcPR5x3SBlr4OaD9St4Ks4bU { top:68rem;left:0rem;width:21.625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzWJHdubwzHZfLdfM0ApITlGK68AVnsv { top:70.875rem;left:0rem;width:20.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyp7BGNaByC4KcfkFOagMIVQ357M2Rvc { top:14.125rem;left:0rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzAwwwZl6rLDsyP9muHyiC92qOTrFL10 { top:33.9375rem;left:0rem;width:37.6875rem;height:33.3116875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCHpTVamskLJAmO9R0qdr9I2eN1q9dAH { top:68rem;left:9.375rem;width:25.875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTh8FkqHADZa7IAqcn95uW0qeiTsgJS5 { top:37.25rem;left:0rem;width:21.625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6il95kBM42ZMB39mCHObqDfIllJGup2 { top:12.25rem;left:0rem;width:21.0625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR0aVOodwMqo8ImeJMRzuoFcdULWLTLm { top:19.1875rem;left:24.75rem;width:14.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKfRbu4eXVdG8fh63yvgPkJ5bUJrppvC { width:13.3125rem;height:3.4375rem;top:22.75rem;left:25.25rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsaeTNwxaoyXmckx2XXqOkn5Ihw4kQ7z { width:13.3125rem;height:1.9375rem;top:27.6875rem;left:25.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEvetF0UU41cp9Q1dIP355qAP7RCrAeW { width:13.3125rem;height:3.4375rem;top:57.1875rem;left:25.75rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCSqALDh6aFTT4mFf859vI0EwEacfqW5 { width:13.3125rem;height:3.875rem;top:62.125rem;left:25.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1f6usqB59u9VXnvRV59QNGoN9OV8Jt { top:56.25rem;left:25.4375rem;width:14.25rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLkq2E3v1DqRiLwm9zgdwha9Lr3zTgeJ { top:33.8125rem;left:27.125rem;width:20.625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbLKsXBLacLPlidNd7QIkZps1B0z94go { width:13.3125rem;height:3.4375rem;top:40.25rem;left:34.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKkVL0OgrEG06lRlyvsNravJnUMV8yW { width:13.3125rem;height:3.875rem;top:45.1875rem;left:34.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs7wio0h7vNndbtsnpNe9ex49AZ1HvxX { top:3.5625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJbePhTr9EeoRy4KBsqFgBpDkiL10wMO { width:13.3125rem;height:;top:62.8125rem;left:0rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IV6zxbEd5WbJaEeIx1Vpi7HKzxkbhqRk { width:13.3125rem;height:;top:65.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE { display:block; }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF9KREFJfDyPnrwuu9t9z9ffvqIJXvmA { width:5.625rem;height:0;top:6.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7fPuDVCGsfbbCEOxv0sb7EdMlIlkVt7 { width:0.9375rem;height:0.9375rem;top:6.5rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwKWlqQRPJM2c8QNrtzkZxTxooF9Fzy { width:0.9375rem;height:0.9375rem;top:6.5rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUoaf3Qmp2ydkP7g9pCZVLwxfyBGMsQS { width:6.1875rem;height:0;top:7rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAKbUacssIDsy2dQq0r52imqNABF5R7r { width:15rem;height:3.6875rem;top:5.3125rem;left:32.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS1gSkXXnfyVwvManGQAETJ2id6Q9OWo { width:13.375rem;height:9.25rem;top:10.0625rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUZMOx5xsarRGTuAHPhA2DdTm9RzIbG { width:15rem;height:3.6875rem;top:23.1875rem;left:32.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJT60KanIULbprb5irShTpOr1BqdDQbC { width:13.375rem;height:9.25rem;top:28.3125rem;left:34.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foiQP2QLQJTeFnlmkN4CliaACxaW4LrQ { width:15rem;height:5.625rem;top:5.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ENC6uBTo9QWUJeGgyOXyT12OZKtykb { width:13.375rem;height:9.25rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN7aFEIyLRluup0wVRSy4X296zrr0xcM { width:15rem;height:3.6875rem;top:22.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #is65Z6TKbRLdSAZUlRt7Zux9pbbohwBp { width:13.375rem;height:9.25rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdEoSvflZb24FTqhUD8PLBvtPaQksFuy { width:0.9375rem;height:0.9375rem;top:23.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHPk8Dq0b0BOVyyDCOuOQVNw22tQG3O { width:5.625rem;height:0;top:23.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHciTyhuoktG5Fr1WUKdiwqFCnENtM75 { width:0.9375rem;height:0.9375rem;top:24.5625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSZKHWsMG0pCJ4WvdUzvtKFoWhKIRKHB { width:6.1875rem;height:0;top:25.0625rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF5Dk6Qv3iwGXvTTmSvdkQKuWLxyyXIZ { width:19.9375rem;height:3.6875rem;top:28.25rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3C9Ezgd89787ertzIaLTZgprG5UaFSM { width:19.9375rem;height:5.1875rem;top:39.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsLtRB3p3tVDHkDOKe75DzTGrU4R9VtT { width:19.9375rem;height:3.6875rem;top:47.0625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctIxpSHNRxDTVqNNNgCEmHPI9Oa1Kdp8 { width:19.9375rem;height:3.6875rem;top:83.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1Q864qzvfyGwH6hQ0hFCcUvlw5Zivhz { top:5.25rem;left:7.84375rem;width:32.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nysgMC1bcsTIRCsBMvDbAMg8rk1PuCAw { width:13.3125rem;height:;top:33.0625rem;left:17.21875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxB15cS2Bhi9lZUbeP2JILRoTbqZJu12 { top:32.3125rem;left:13.216796875rem;width:21.3125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHtH6f2GGncrdIHIprORSiCUXmBn35i0 { width:16.6875rem;height:;top:37rem;left:15.50048828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszNZ7DiEE27xx3nTftosuhGZc6Vct6a { top:12.25rem;left:0rem;width:21.0625rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD { display:block; }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skzQbJit34DA3OgoT2ltcvq7nJP5XxoK { width:10.6875rem;height:8.2023210111981rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcdbdQc1ioanzrFF2deIa9cQAoIFQvel { width:10.5625rem;height:5.4676737412273rem;top:16.5625rem;left:5.4976539611816rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLVysvgqrTbzrGpCm3UdETNw5JrG6BlB { width:5.6875rem;height:7.7267149069167rem;top:15.5rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryw81TBHXgoVADqzqqJiOw8vXAh26fTH { width:10.3125rem;height:10.3125rem;top:25.25rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQHecHDfxwM8HdR7ZNMHA2zyncCJFSxk { width:12.9375rem;height:4.9753275635355rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0qKIWM7I496Qk448T9N9l3BfUeHno0 { width:8.3125rem;height:5.5214907459935rem;top:27.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl800tmf9RIsZmdeW9amsdoIBZvOGkNT { width:11.6875rem;height:4.3508919688885rem;top:17.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPFCNqyd9KN0TWWLUr6KChKDdGryJztL { width:9.1875rem;height:4.7165446741084rem;top:27.6875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvuKiEQN9APu9PWEGOc8ZTvWiQ9naOT0 { width:8.125rem;height:8.125rem;top:15.3125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDGI57T8TCEXubkTdgK3BtxnQetLUBo1 { top:26.25rem;left:0rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTO3UGDOhcJzOsrNy6RsU8OqmIMIbW0R { top:4.5625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8MW89PHpiBgCFql56r69SJUJPtP8s4k { top:28.5rem;left:36.9375rem;width:10.75rem;height:3.7903557781799rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 { display:block; }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKbx5x4bCrrXQVBRy718Gk7PGiZWT6Zr { top:3.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrqzTUmDaqvB3sBv8r0GQ5cAgQlHywHT { top:13.125rem;left:0rem;width:40.6875rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgqHKNvJJPCbmSq6XzWgpa160GhuCEaT { width:22.8125rem;height:3.375rem;top:20.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3N6zVFFImqVluiZMKEpDRwvgqbDIDQO { display:block; }
 }@media only screen and (max-width: 763px) { #QJLAV238pvxlG9wggKT21mZOnTInruRN { top:9.8125rem;left:0rem;width:47.625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eui9RTuixLvBCCG7cnV8V4kHq1b8QLTK { top:12.25rem;left:33.1875rem;width:12.375rem;height:8.2087902147803rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh0D3t7TCwQcuGpx1LerCwGUlOGwp2dC { top:12.25rem;left:35.3125rem;width:12.375rem;height:8.2087902147803rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFWwVlXsvTo64JWy5sEKsGMI7tP0puXm { top:19.3125rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3GVz37osP2da5soS4mQMCwfts4xNEsi { display:block; }#X3GVz37osP2da5soS4mQMCwfts4xNEsi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkL8gk8kZgE8ekBAK8OLfaXON06nwiqd { top:20rem;left:0rem;width:13.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcrkLDVdH5XNpeXmg3ZfmJ8RnVKlEytR { top:20rem;left:1.6875rem;width:13.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfWWDvLGRgNP4r9aeili2HpsS41IEEzM { top:20rem;left:17rem;width:13.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTOL7lvTsv85vDZa04OEfFdAxThBOeJ { top:24.8125rem;left:0rem;width:13.6875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azXoSHTyGQiav3xWtJXKaeyZ2cLJafst { top:24.8125rem;left:1.6875rem;width:13.6875rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytuEqqKoTquS0Ofphn9E924HVtDvJAGB { top:24.8125rem;left:17rem;width:13.6875rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPDLrULOqkghWe4TNBuCImlCiMTyZ6oi { top:23.5rem;left:0rem;width:12.4375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #KZQbgQv2PBwV9oNfDvUVwqmsMVUZsr5g { top:23.5rem;left:2.3125rem;width:12.4375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #k1LKO9v6BhNk7Mtq6dP6qdD07yUgz9VD { top:23.5rem;left:17.625rem;width:12.4375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zog6LSUtUvT8JICVikNNsQCT3oWtsvTN { top:20rem;left:32.3125rem;width:13.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVeb1sgGKJTTXQDxpmXZWCAuC4St4cNo { top:24.8125rem;left:32.3125rem;width:13.6875rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MxcvUC5T6PtXnN8c4o3tcO6UG2TrTm { top:23.5rem;left:32.9375rem;width:12.4375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ai7CQOe5h5gHq05vLCTiwlZBHfBHnbxs { top:24.875rem;left:34.0625rem;width:13.6875rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP8QOHScXUrA9VraPV1vAGyTRHI8nRDG { top:23.5625rem;left:35.25rem;width:12.4375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #n9OJ5E1PSp966P7U42Nf8KZJLJw48V2y { top:20.0625rem;left:34.0625rem;width:13.6875rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LblHq1Nk65UZqdR784M8MCcHMhoZiLCl { top:12.875rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9THSyREKwH6f3ILFJhwTMyaH4cfCmfA { top:14rem;left:42.8125rem;width:4.9375rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT2g22TS4LlatdNaIaHu3wFP6eKgH3CR { top:3.75rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoGcZlt1ZWPJT6WLIcPZ4XTLv6yuZ5Ml { top:12.875rem;left:21.4375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIXLTytITyP362WMZPwykkq3ebmWBDO4 { top:14rem;left:21.3125rem;width:4.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htK71zkXKbkvMOE8fyDaNe0uL4vfPs39 { top:12.875rem;left:6.125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLLu6OLAsxiSBTgz3oGKqvwaCNVAsZng { top:14rem;left:6rem;width:4.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRnnxKSs1Sk7lISf6nFa3TtCXL4FalgT { top:12.875rem;left:36.75rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxTVEF0oXWy6rslVFc3nhDVFqK48K99D { top:14rem;left:36.625rem;width:4.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1MxTxzcx83wvLixuv5z96DpTOk6D8rC { top:12.875rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaGRMc2ymTfXwaaHvOVyU1zSAFJgaWqa { top:14rem;left:0rem;width:4.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9HbViv3ZrEzrcHvezNn6a6JQPPmHOU { top:24.1875rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUVpuME3z7ZgxCBsuiQQ5N2ahqhfFN2C { top:60.25rem;left:0rem;width:18.75rem;height:4.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWxMblOurTTOvEOCCcO5JTttTw2gkky0 { top:25.375rem;left:0rem;width:19.9375rem;height:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR { display:block; }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #WdHTOE3rywM0W9pm94Wh9bTAGuTnrPPk { top:1.8125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCGfTGkU97yrU4HAPn1TGu9dNTobiAzF { top:11.375rem;left:0rem;width:33.9375rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWgH8elo6PG7TDllEaOvWkTmsTKpx80C { display:block; }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxKSuZDEdzNz287FuA72UOT5OtgsWPf8 { width:11.4375rem;height:11.1875rem;top:16.875rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHiiZvOXdfocS3EW84J6kfuMugxfOAXO { width:13.6875rem;height:3.5625rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac2MF4FnAW64imwaT7fc0TwllkBDbEqT { width:12.75rem;height:8.375rem;top:16.875rem;left:12.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgP5EpNyISfzVxrZJcKmyi3OG2q5TI1T { width:11.4375rem;height:7rem;top:16.875rem;left:24.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuEv2TRNbFhULMcpxQKDWualm6p8AbtI { width:11.4375rem;height:12.5625rem;top:16.9375rem;left:36.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihwHuL6PsmCWSUPHhThGwWMA3Bo0L7mS { width:13.6875rem;height:3.5625rem;top:30.9375rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCm19E1rLI0XiapINiUgRyxlmkTfIdd { width:13.6875rem;height:3.5625rem;top:30.9375rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koyr26gr7kekq09WWHayCmvp4TlO8Lo1 { width:13.6875rem;height:5.375rem;top:30.9375rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsr28uFaBJr4T8dECPRbqTf3OZRre0FF { top:10.625rem;left:3.625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hftb7HJdN9mywm7fnINc4gqzmIKTPB9X { top:11.8125rem;left:13.5625rem;width:8.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIP0mM16aIT9FI4h8FSTcNpBwFET0ozU { top:11.3125rem;left:24.40625rem;width:10.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhNlrHMOuXKIyMJvWUTFJ5wmxPO3gwW4 { top:9.75rem;left:38.90625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5baSXF7GqNXVUOZ9hzXvPcUI6Bd88W2 { top:2.625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9r684Cicq9TRvIQxiXSwyoWNDHrWcHC { width:17.625rem;height:7.9375rem;top:11.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kL2xIv7od26T4BEaO1PK0trUVOZiQD3V { display:block; }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIXTh7W18LZCeTTy424TkogR0t48bA6h { top:3.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ5qQXxpwngeMb0zU4lQEW7Ua01ToD7v { top:10.8125rem;left:6.5625rem;width:8.625rem;height:4.8401369843303rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzZabE9AD1lmROSEWtGnCDJTTsZ5472a { top:10rem;left:26.625rem;width:8.875rem;height:6.6402498093992rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRQMOb3LdsHPVT8p8QFlhaN5AI2Ei2XU { width:3.5625rem;height:1.8125rem;top:16.625rem;left:6.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3UOw1MT8lhboXX7wnKqDlMuF4FPGXDG { width:6.4375rem;height:1.8125rem;top:16.625rem;left:11.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX37fOeVu1p6VyD2Ig96K1nPyLGzhbgS { width:11.0625rem;height:1.8125rem;top:19.1875rem;left:27.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGygSnMWFZCplncxQTavSZsEF7MvonZc { width:6.4375rem;height:1.8125rem;top:19.1875rem;left:39.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtVV6v7W7TprJiuR5g9xwSmhTtd3mFth { top:15.6875rem;left:26.375rem;width:10.6875rem;height:2.4851603471633rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0T4oOgfQF8nBirLBpFs9oGHLTO1Vxe1 { top:26.25rem;left:0rem;width:47.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aREmgapiGiRN8Urbk3gCgAaumgOA3Olr { top:27.5625rem;left:0rem;width:47.75rem;height:8.6812106527972rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSRCudfx1J1ilqIenSwXc8gPIi0pnTex { top:40.5rem;left:0rem;width:47.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH10wOJabSodxP7f5WNp717RiBNEqOU5 { top:42.0625rem;left:0rem;width:47.75rem;height:10.743924588775rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiXpShJMwU5FQVAlTJ4d10CZPyiT7dGa { width:22.75rem;height:3.375rem;top:57.375rem;left:12.467967987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlpcGCginNFcRlHKIUCJSZmVVLlqiofZ { display:block; }
 }@media only screen and (max-width: 763px) { #ydoX65TOH06X1XhCZNTdSTn52MQl5lwq { display:block; }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFroyM0NfCHpkop0virwMWVMnEIJ1UDL { top:2.625rem;left:0rem;width:12.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #braGlPUosyhbob7SWUmxsrgEhoJke88J { width:11.4375rem;height:2.75rem;top:2.75rem;left:36.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOCQg6XnghGFs02eV45F66PNzkGVkghB { width:10.0625rem;height:2.625rem;top:9.0609369277956rem;left:4.9675777554512rem;font-size:0.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRNvVrz3TursqBhNJO4q1ewABlOGAkJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #d8C0cgRRQL3a2lTqnkUS6PZEO7TWS7U7 { width:10.6230625rem;height:2.27578125rem;top:5.2499995231628rem;left:4.6874998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LsQObhZZaV0osJt3rwWH3bz4hgnhIBwT { width:12.75rem;height:2.8125rem;top:1.0617187023163rem;left:3.6234372258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHvhHAbBiBT7FikEObnyTZepPhbgqNRe { display:block; }#SHvhHAbBiBT7FikEObnyTZepPhbgqNRe > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srQXtqbzJ8Xgd77hB2OyCQ3dqlXIWfLX { width:19.9991875rem;height:1.5629875rem;top:1.9335930347443rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { width:19.9991875rem;height:2.596875rem;top:5.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zUqtF9wx0hVGA7TCIMNMeN4KxNkEdwrw { width:1.25rem;height:1.25rem;top:10.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2tt9MRLerd9z9yu85Mmr6GlF6azvDKa { width:1.25rem;height:1.25rem;top:12.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJ7wVqtK6CDRK1irIXISRoGTQxH5q4P { width:7.5625rem;height:1.29931875rem;top:9.1875rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IPM6ZnQbXGniUpHLmPDfRm9J2VJECqHc { width:7.625rem;height:1.29931875rem;top:10.8125rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #r21V8EzcT9TlBPULdi4xu9p0PmwtLJ2R { width:8.0625rem;height:1.29931875rem;top:12.4375rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lTw0SOXdUzFDxRwrdTXv7omJKICdA7BS { width:1.25rem;height:1.25rem;top:9.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Piq1ptuXpToKnJepMZ81xvgy3dbtC5qG { width:3.375rem;height:1.6875rem;top:23.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhSWSiUpVpfF9P0R2ONLShFNhd8Q0EnE { width:10.0616875rem;height:2.625rem;top:28.436717033386rem;left:4.9675777554512rem;z-index:15020;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCOyVTKQTTwExsGvcXMy1fB61IVLpdPT { display:block; }
 }@media only screen and (max-width: 763px) { #FS15fqZTNcpxkXCg3EQlOh3NzqWbdJGh { width:14.0625rem;height:10.9989375rem;top:15.6875rem;left:2.9375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #DIBcnIaDS1KfGDTbobzm2O5CLNNttK77 { width:3.875rem;height:3.9375rem;top:22rem;left:3.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa { display:block; }#mFMVa65C62zhXEOJmTDNXAr7pSeKkSHa > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfVepLT1JpfgWW8wM3qFHM3XFUTNTIma { width:3.43698125rem;height:3.43698125rem;top:1.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmkXS773e4sQSl1iaLCA7k7pRVGzT3rk { width:2.8125rem;height:2.8125rem;top:6.2187509536743rem;left:2.8744792938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt5dz9ktwdcbptSnQZT0gezPKqoJeLxx { width:3.62448125rem;height:3.62448125rem;top:10.749480247497rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaPdXU32T1pwVqb5A69qWotVelAvcCIa { width:2.87448125rem;height:2.87448125rem;top:15.750000953674rem;left:2.8437502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEqZDN9sV9VEhbQnArTTqpPXb3WOPTqr { width:10.5625rem;height:1.99921875rem;top:2.4375rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v11dgS3mq6khMBef3lTw6k0JB3eHs9tN { width:10.875rem;height:1.99921875rem;top:6.6250009536744rem;left:6.8750004768369rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l0ru4BTfQzuEGPPt0v0n2DdNFUymWqnd { width:11.125rem;height:2.998825rem;top:11.061459541321rem;left:6.8750004768369rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rbfDT4i1eN2whxIP6IvlTo0J4lwAraol { width:11.875rem;height:2.998825rem;top:15.687500953674rem;left:6.8750004768369rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eknbxwnh2C2OF1qXcZWnJZFv6Dt4Xt4S { width:0.68645625rem;height:0.68645625rem;top:6.4364576339719rem;left:2.5rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #XUGsIa1t9K2Kml7UxN1yWxVxiMGKqKAp { width:0.68671875rem;height:0.68671875rem;top:22.466015625rem;left:6.2808609008787rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #EqJNrsqcLAITsdShfmZXh5IvbyGFV1Mp { width:0.68671875rem;height:0.68671875rem;top:33.089453125rem;left:5.84375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #CWobMW2vguALoh0HUsobaZl7kqTd18Lr { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container { background-color: transparent; background-image: none; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container > .video-iframe-container { display: none; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row > .video-iframe-container { display: none; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .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); }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container { border-width: 0; border-radius: 0; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWobMW2vguALoh0HUsobaZl7kqTd18Lr > .row .container { width:20rem;height:127.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldKtz7It5vkmRyQ6LQZfmvARKEQRePBE { width:16.75rem;height:31.8125rem;top:51.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRPJSEl2LTq303oEUzVZZlQptDnq1TQA { width:12.4989375rem;height:2.6003875rem;top:58.0625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8IZIIx9R0w6ND3Q3Lhsv1pJaMvHldyT { width:16.2489375rem;height:3.196875rem;top:64.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxCZltqKPXbCAEDbrFQodUZTXLUm7kD { width:19.9991875rem;height:2.6003875rem;top:24.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0zfiPTWTp3UNQUyv0qMo8phO1hCAsne { width:2.375rem;height:2.6003875rem;top:27.5rem;left:9.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsOt9f8Ve99wh5bZ3DSakI9wTXZ64soq { width:1.25rem;height:1.7859375rem;top:27.4375rem;left:11.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7sPh0LCfSEfSIwszpB6OW7frVBmRIqm { width:2.8125rem;height:1.1378875rem;top:28.9375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D419QEZHCn58TSqCtGkhXD8bLSKlIiAp { width:15.125rem;height:3.196875rem;top:31.8125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNreXTLuck22UGLntNMfK7oHx6CIy6Z8 { width:16.75rem;height:28.1875rem;top:19.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0P9qJIF5Q6CcvQVh8tAgBgh28Usx460 { width:16.75rem;height:27.9375rem;top:88.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfKJo2VCqwbQud7WDxJMJK8xHyWyDfGz { width:12.4989375rem;height:2.6003875rem;top:93rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOXc6Spnsk897Z8uz5PWN6xAB0wue3ax { width:16.2489375rem;height:3.196875rem;top:101rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTxGfulxk4a5PZZOD7mgavDyyTchl51i { width:10.0625rem;height:2.625rem;top:43.6875rem;left:4.9375rem;z-index:15020;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJD40f6NtXbHnTyf8izLMMFIlUc43TQi { display:block; }
 }@media only screen and (max-width: 763px) { #XSUOU6PT43xgZhJNAaulplXL1KUIaPTN { width:10.0625rem;height:2.625rem;top:79.625rem;left:4.9375rem;z-index:15011;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #trdw94hlBxTtF9McsiLHvgHDDVNozmRI { display:block; }
 }@media only screen and (max-width: 763px) { #WOByNrMGg8vBwkLP7DTSUzRuCOuzaqbn { width:10.0625rem;height:2.625rem;top:112.1875rem;left:5rem;z-index:15011;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfplaEGemHCqW4mcGTs3TlvwOsp2Incv { display:block; }
 }@media only screen and (max-width: 763px) { #Z0ytBplnroxPXz1mE9cPf7Dtb15ipcnO { width:4.125rem;height:1.7859375rem;top:28.3125rem;left:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRXSzW1bUz4h6tO3vlBvGQa2IGdK68Iw { width:4.125rem;height:2.6rem;top:52.875rem;left:5.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdqLFEZPv5c7TZ15Q4TFPeQveQ4KuLoX { width:4.93710625rem;height:1.7875rem;top:53.25rem;left:10.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaVBBHCh8CTlLXDvHmx9FGTiie19f046 { width:7.125rem;height:1.1375rem;top:54.8125rem;left:10.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aW2Q9Mr5FAtO3w9aDkJqCOPiS3ZALTaf { width:4.125rem;height:2.51875rem;top:53.625rem;left:1.875rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAGwLZilNVyJFJDTtqU0XznRyURHVlnh { width:4.93710625rem;height:2.6rem;top:80.8125rem;left:6.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2TGA0dn4CBTtqgqaTV0mDgUrgv2hOQ2 { width:4.93710625rem;height:1.7875rem;top:81.1875rem;left:11.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #APPH55e2TzP6OU3w4hfFOkmyXGJOGI93 { width:7.125rem;height:1.1375rem;top:82.75rem;left:11.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vi6Jbw5Rc47HXNGBpnkqfcH2dTOPL68W { width:4.125rem;height:2.51875rem;top:81.625rem;left:2.0625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #feRZ0geF5QLBlSAZr7aNygBZ2fCa3N8a { width:13.562rem;height:5.521875rem;top:36.25rem;left:3.1875rem;font-size:0.875rem;display:block; }#feRZ0geF5QLBlSAZr7aNygBZ2fCa3N8a li:before{  }
 }@media only screen and (max-width: 763px) { #TBMOyv3q1SHNbVyzThJkhszhARR8T1xI { width:12.6875rem;height:7.9710625rem;top:69.875rem;left:3.625rem;font-size:0.875rem;display:block; }#TBMOyv3q1SHNbVyzThJkhszhARR8T1xI li:before{  }
 }@media only screen and (max-width: 763px) { #gWGUAStN3dxm4zStca4f53mMXul9G73h { width:13.562rem;height:5.521875rem;top:105.375rem;left:3.25rem;font-size:0.875rem;display:block; }#gWGUAStN3dxm4zStca4f53mMXul9G73h li:before{  }
 }@media only screen and (max-width: 763px) { #TOzRWRF0roToL8BTL2eNBNhIPaUicbdA { width:17.6875rem;height:6.5rem;top:52.112503051757rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Oz5QDwcF8gQddcbal3VUlHv8iMQqMEWV { width:15rem;height:1.5984375rem;top:55.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyicqH5k6fNvBk0o9CvQ8aidiZ0qckd { width:20rem;height:5.15390625rem;top:1.9992179870606rem;left:0.062109291553498rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #f42GQqxCtWPdLWkE0r0dTWIyD3c1ZopV { width:16.5625rem;height:5.2rem;top:8.112500190735rem;left:1.2791666984558rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXixFSDXSK8I4cysaObkoHvlwBXoPGgF { width:20rem;height:5.19375rem;top:9rem;left:-1.7881393432617E-7rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hkvZLIeNgfytkS0n4wilPpAkPmILkMHQ { width:20rem;height:6.4921875rem;top:100.36054229736rem;left:0.029687464237213rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #GJxmWBbRaINwxKHBlmy7VRQELwbZwZlh { width:2.3125rem;height:2.6003875rem;top:60.75rem;left:8.375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15018;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iRmtRbTVSanwfXzGvsiRKQMHhKQnWDOX { width:1.6875rem;height:1.7859375rem;top:61.625rem;left:6.1875rem;font-size:1.375rem;z-index:15019;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #guDpLNiG3dsrP2Sq5EWxabXuK9AlxSFV { width:1.25rem;height:1.7859375rem;top:60.625rem;left:10.9375rem;font-size:1.375rem;z-index:15019;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ukvuTka2LJlVTStk1KTa8RksTSLgTL { width:2.8125rem;height:1.1378875rem;top:62.1875rem;left:10.9375rem;font-size:0.875rem;z-index:15020;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CLG9AoTAcoRZ5cwoPhVCghmUM3lBtEuS { width:3.125rem;height:2.6003875rem;top:96.625rem;left:8.4375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15022;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Txn8LSyheDMEtDDp7OR9PfmCWJPJHTxO { width:1.875rem;height:1.7859375rem;top:97.3125rem;left:6.25rem;font-size:1.375rem;z-index:15023;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HvGFMQFSLHaHZFMzcA8PiTXm7WubFvys { width:1.25rem;height:1.7859375rem;top:96.3125rem;left:11.6875rem;font-size:1.375rem;z-index:15023;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JBXsBaF2POWSFyvrzWoyv5WIyD7Q4bcy { width:2.8125rem;height:1.1378875rem;top:97.875rem;left:11.6875rem;font-size:0.875rem;z-index:15024;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rbzgSdpOlS3JuXWBuqVIl7X9pD66kddL { width:19.9980625rem;height:5.1547875rem;top:1.9640636444092rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #R2o9uabiy8O8Tdl2Rg5cFsEJsCPbBVGV { width:19.9980625rem;height:6.4921875rem;top:119.43631744385rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LGK3xOQF1vEgKzhCJZnwzfcTGvRBsAsh { width:3.43710625rem;height:3.43710625rem;top:18.059764385223rem;left:8.2792966961863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub28dBsfEmOnHsglGldcXM1X65ThFOwn { width:6.25rem;height:6.25rem;top:17.4375rem;left:6.875rem;z-index:14997;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA7oC751evR7RaRTIQ4yGHOMNAgbTCIn { width:6.25rem;height:6.25rem;top:15.0625rem;left:6.875rem;z-index:14997;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gn39qs7TwBWpkwKaEkCdRxZUoTHQEIpq { width:3.49921875rem;height:3.49921875rem;top:49.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinF3Cgpl0aARbePeE535qX4mXaWV9Ip { width:6.25rem;height:6.25rem;top:17.4375rem;left:6.875rem;z-index:14997;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzObldg8UWa98388wnvu1ZagqTDzQKoI { width:3.49921875rem;height:3.49921875rem;top:86.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvvmFbFqdDwy2t3mM2C6sENNbMrdU2QC { top:17.125rem;left:7.3125rem;width:5.31210625rem;height:5.31210625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #P0L8J5auU6ZzZSL7nNVglynJVBPFt1TC { top:85.5625rem;left:7.375rem;width:5.3109375rem;height:5.3109375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #OBlPZIvL9Apq1EpE8ZGxLksKGTMCxbRV { top:49.0625rem;left:7.3125rem;width:5.31210625rem;height:5.31210625rem;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ { display:block; }#HBZxShC3IZIRvTO8RAuP9lVoU2UXi9vJ > .row .container { width:20rem;height:34.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qd4cKaiBxEqS26D3MvJQhxE57zZmcTG6 { width:19.9991875rem;height:1.7182625rem;top:2.185546875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m5zRgkeuA0Tf6Tw9zCyxTmvRlsg8MPx3 { height:11.0824375rem;width:19.9980625rem;top:20.436326503754rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vanPX1BLZUoTIe4SBdyQre4Kmi8XpWZa { width:6.3116875rem;height:1.1378875rem;top:10.125rem;left:2.4375rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbklr0xGQcxJuT9dnTK2MMmUUxWfT2PZ { width:20rem;height:1.375rem;top:10.704688644409rem;left:-0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMBNRA5ZxyybWQfQWgc3aeIUWu04Lgf3 { width:8.4375rem;height:1.29931875rem;top:12.1875rem;left:0.25rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VALnASzphHmdxx5qbJuGycIfKIlcCkZz { width:20rem;height:0;top:16.230857086182rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iInmgwfFhkfAVy6UbThVPPI5CxeRzTkk { width:8.687125rem;height:1.29931875rem;top:14.0625rem;left:0.25rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp5u9TO8fCR3Dv2Phw83Pa762nQqIW56 { width:20rem;height:0;top:20.105464172363rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCBRkeNU1TFSam1NuTGt1Xc0whf0k3TV { width:8.687125rem;height:1.29931875rem;top:15.9375rem;left:0.25rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzrBlbMLiqQZbuWPTnJVK3kmQVgCuaQe { width:9.1241875rem;height:1.1378875rem;top:10.125rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTu0rXdagmrmiSPqQbAaP2Bfe5pOGk7w { width:20rem;height:0;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlxoukNQVnB3xTWinm5RU2R1AHdHXOLR { width:8.687125rem;height:1.29931875rem;top:14.0625rem;left:11.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOlkU1aVgM0c4TsJ3rtLEbsT7XgNmzg { width:8.687125rem;height:1.29931875rem;top:15.9375rem;left:11.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #be0gADcTZzmA0nmaxXrE6iHuAM0ddZFN { width:8.4375rem;height:1.2984375rem;top:12.1875rem;left:11.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8X6JdDQ8xyRnNz9AA0BCbrfVsDyZkW { width:19.9991875rem;height:3.8953125rem;top:20.64609336853rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #luoUfBOpNBtdtLAPZtANUCrPJ8X6i9wV { width:20rem;height:2.596875rem;top:5.5464859008789rem;left:-0.064062774181369rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I8qs6UGKzoSf3Q581D5iwunH8BRtS9yX { width:19.9980625rem;height:2.596875rem;top:5.5617179870606rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #t1dcmlWsJOcU99iipTfWENTBi5HGs72Z { width:19.9980625rem;height:3.8953125rem;top:19.498826980591rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p { display:block; }#FqviPaG2HTMIWU3CIkNMTdaTZKBgVf1p > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnTMmbJqibna1oO4QaDzdRyKckuvMxbA { width:16.7475625rem;height:23.0625rem;top:71.81103515625rem;left:1.62451171875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vByLsPyUT1I6G6Ci9Fr2w8p6EKNAbmwT { width:19.9989375rem;height:30.7203125rem;top:82.8851559639rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubVWLGKTfcPR5x3SBlr4OaD9St4Ks4bU { width:19.9989375rem;height:26.0625rem;top:123.5625rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #QzWJHdubwzHZfLdfM0ApITlGK68AVnsv { width:19.9989375rem;height:19.9989375rem;top:126.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyp7BGNaByC4KcfkFOagMIVQ357M2Rvc { width:17.4375rem;height:17.4375rem;top:41.718748092651rem;left:1.2785155177116rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzAwwwZl6rLDsyP9muHyiC92qOTrFL10 { width:16.75rem;height:14.6875rem;top:14.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCHpTVamskLJAmO9R0qdr9I2eN1q9dAH { width:16.749625rem;height:12.8730625rem;top:39.937498092651rem;left:1.6980467438698rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTh8FkqHADZa7IAqcn95uW0qeiTsgJS5 { width:16.75rem;height:9.1875rem;top:34.061718463897rem;left:1.6230466961861rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #M6il95kBM42ZMB39mCHObqDfIllJGup2 { width:16.749625rem;height:21rem;top:39.937496185302rem;left:1.6230466961861rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #pR0aVOodwMqo8ImeJMRzuoFcdULWLTLm { width:16.75rem;height:7.9991875rem;top:9.8167958259581rem;left:1.6230466961861rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #EKfRbu4eXVdG8fh63yvgPkJ5bUJrppvC { width:13.3125rem;height:2.6003875rem;top:8.1875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsaeTNwxaoyXmckx2XXqOkn5Ihw4kQ7z { width:13.3125rem;height:1.95rem;top:10.8125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEvetF0UU41cp9Q1dIP355qAP7RCrAeW { width:13.3125rem;height:2.6003875rem;top:31.4375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCSqALDh6aFTT4mFf859vI0EwEacfqW5 { width:13.3125rem;height:3.9rem;top:34rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1f6usqB59u9VXnvRV59QNGoN9OV8Jt { width:14.25rem;height:11.0625rem;top:135.36798262596rem;left:4.2480466961861rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #JLkq2E3v1DqRiLwm9zgdwha9Lr3zTgeJ { width:19.9991875rem;height:9.1875rem;top:123.49921607971rem;left:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #EbLKsXBLacLPlidNd7QIkZps1B0z94go { width:13.3125rem;height:2.6003875rem;top:125.24764633179rem;left:3.3421872258186rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #frKkVL0OgrEG06lRlyvsNravJnUMV8yW { width:13.3125rem;height:3.9rem;top:127.84686660767rem;left:3.3421872258186rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qs7wio0h7vNndbtsnpNe9ex49AZ1HvxX { width:19.9980625rem;height:4.059375rem;top:2.4984245300293rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJbePhTr9EeoRy4KBsqFgBpDkiL10wMO { width:13.3125rem;height:2.6003875rem;top:62.8125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IV6zxbEd5WbJaEeIx1Vpi7HKzxkbhqRk { width:13.3125rem;height:3.9rem;top:65.40966796875rem;left:3.3427734375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE { display:block; }#ce6H5cQOoaqRsKv1SXJEb5mNJr2ouFbE > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF9KREFJfDyPnrwuu9t9z9ffvqIJXvmA { width:5.625rem;height:0.062109375rem;top:6.23828125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7fPuDVCGsfbbCEOxv0sb7EdMlIlkVt7 { width:0.9375rem;height:0.9375rem;top:41.6578125rem;left:-1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBwKWlqQRPJM2c8QNrtzkZxTxooF9Fzy { width:0.9375rem;height:0.9375rem;top:41.6578125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUoaf3Qmp2ydkP7g9pCZVLwxfyBGMsQS { width:6.24960625rem;height:0.062109375rem;top:7.550390625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAKbUacssIDsy2dQq0r52imqNABF5R7r { width:20rem;height:3.73828125rem;top:12.421873092651rem;left:-0.06523460149765rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PS1gSkXXnfyVwvManGQAETJ2id6Q9OWo { width:19.9980625rem;height:3.8953125rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUZMOx5xsarRGTuAHPhA2DdTm9RzIbG { width:20rem;height:3.73828125rem;top:37.216405808926rem;left:-0.0027346014976501rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJT60KanIULbprb5irShTpOr1BqdDQbC { width:13.374625rem;height:9.253125rem;top:45.706634521484rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #foiQP2QLQJTeFnlmkN4CliaACxaW4LrQ { width:14.625rem;height:3.73828125rem;top:12.186326980591rem;left:2.6847653985024rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ENC6uBTo9QWUJeGgyOXyT12OZKtykb { width:19.9980625rem;height:5.19375rem;top:16.74960899353rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN7aFEIyLRluup0wVRSy4X296zrr0xcM { width:20rem;height:3.73828125rem;top:24.543747901916rem;left:-0.063281714916231rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #is65Z6TKbRLdSAZUlRt7Zux9pbbohwBp { width:20rem;height:5.19375rem;top:29.830075263977rem;left:-0.00078147649765013rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdEoSvflZb24FTqhUD8PLBvtPaQksFuy { width:0.9375rem;height:0.9375rem;top:58.470701599121rem;left:-1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGHPk8Dq0b0BOVyyDCOuOQVNw22tQG3O { width:5.625rem;height:0;top:34.9375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHciTyhuoktG5Fr1WUKdiwqFCnENtM75 { width:0.9375rem;height:0.9375rem;top:59.721090698242rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSZKHWsMG0pCJ4WvdUzvtKFoWhKIRKHB { width:6.1875rem;height:0;top:36.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pF5Dk6Qv3iwGXvTTmSvdkQKuWLxyyXIZ { width:19.9980625rem;height:3.738275rem;top:23rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #N3C9Ezgd89787ertzIaLTZgprG5UaFSM { width:19.9980625rem;height:5.19375rem;top:27.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #WsLtRB3p3tVDHkDOKe75DzTGrU4R9VtT { width:19.9991875rem;height:3.738275rem;top:37.974606513977rem;left:0.0011718273162842rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ctIxpSHNRxDTVqNNNgCEmHPI9Oa1Kdp8 { width:19.9980625rem;height:3.738275rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #M1Q864qzvfyGwH6hQ0hFCcUvlw5Zivhz { width:19.9991875rem;height:18.12775rem;top:33.875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #nysgMC1bcsTIRCsBMvDbAMg8rk1PuCAw { width:13.3125rem;height:2.6003875rem;top:51.1875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxB15cS2Bhi9lZUbeP2JILRoTbqZJu12 { width:16.75rem;height:9.1875rem;top:58.321870803833rem;left:1.6230466961861rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #OHtH6f2GGncrdIHIprORSiCUXmBn35i0 { width:13.3125rem;height:3.9rem;top:53.75rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszNZ7DiEE27xx3nTftosuhGZc6Vct6a { width:16.75rem;height:8.5625rem;top:50.0625rem;left:1.625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD { display:block; }#GBeTFlKtlvGyyyRUkzDwIfhhh0V1e0VD > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skzQbJit34DA3OgoT2ltcvq7nJP5XxoK { width:8.3741875rem;height:6.375rem;top:9rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcdbdQc1ioanzrFF2deIa9cQAoIFQvel { width:3.24960625rem;height:1.875rem;top:12.4453125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLVysvgqrTbzrGpCm3UdETNw5JrG6BlB { width:4.74960625rem;height:6.624625rem;top:17.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryw81TBHXgoVADqzqqJiOw8vXAh26fTH { width:8.5616875rem;height:8.5616875rem;top:53.185544013977rem;left:5.7175777554512rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQHecHDfxwM8HdR7ZNMHA2zyncCJFSxk { width:11.7491875rem;height:4.6875rem;top:42.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0qKIWM7I496Qk448T9N9l3BfUeHno0 { width:8.312125rem;height:5.5207rem;top:40.416794776916rem;left:5.8429682850838rem;display:none; }
 }@media only screen and (max-width: 763px) { #gl800tmf9RIsZmdeW9amsdoIBZvOGkNT { width:11.687125rem;height:4.35rem;top:27.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPFCNqyd9KN0TWWLUr6KChKDdGryJztL { width:8.3741875rem;height:4.3125rem;top:48.946871757508rem;left:5.8124998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvuKiEQN9APu9PWEGOc8ZTvWiQ9naOT0 { width:8.124625rem;height:8.124625rem;top:32.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDGI57T8TCEXubkTdgK3BtxnQetLUBo1 { width:9rem;height:9rem;top:33.73125rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTO3UGDOhcJzOsrNy6RsU8OqmIMIbW0R { width:19.9980625rem;height:4.059375rem;top:1.6839599609375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Q8MW89PHpiBgCFql56r69SJUJPtP8s4k { width:10.749625rem;height:3.78984375rem;top:48.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 { display:block; }#mXPgKTR8aPtppzRlMAsnhyFkWdDUB9s5 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKbx5x4bCrrXQVBRy718Gk7PGiZWT6Zr { width:19.9991875rem;height:3.12421875rem;top:2.560546875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrqzTUmDaqvB3sBv8r0GQ5cAgQlHywHT { width:19.9991875rem;height:7.4941375rem;top:9.6234354972838rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MgqHKNvJJPCbmSq6XzWgpa160GhuCEaT { width:10.0625rem;height:2.625rem;top:13.246873855591rem;left:4.9675777554512rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3N6zVFFImqVluiZMKEpDRwvgqbDIDQO { display:block; }
 }@media only screen and (max-width: 763px) { #QJLAV238pvxlG9wggKT21mZOnTInruRN { width:13.0625rem;height:22.4375rem;top:13.1875rem;left:3.4375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #Eui9RTuixLvBCCG7cnV8V4kHq1b8QLTK { width:9.375rem;height:6.25rem;top:14.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kh0D3t7TCwQcuGpx1LerCwGUlOGwp2dC { width:9.375rem;height:6.25rem;top:23.875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFWwVlXsvTo64JWy5sEKsGMI7tP0puXm { width:19.9991875rem;height:2.99765rem;top:8.34375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #X3GVz37osP2da5soS4mQMCwfts4xNEsi { display:block; }#X3GVz37osP2da5soS4mQMCwfts4xNEsi > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkL8gk8kZgE8ekBAK8OLfaXON06nwiqd { width:19.9980625rem;height:1.125rem;top:8.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AcrkLDVdH5XNpeXmg3ZfmJ8RnVKlEytR { width:19.9980625rem;height:1.125rem;top:17.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dfWWDvLGRgNP4r9aeili2HpsS41IEEzM { width:19.9980625rem;height:1.125rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #miTOL7lvTsv85vDZa04OEfFdAxThBOeJ { width:20rem;height:5.9953rem;top:12.833200454712rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #azXoSHTyGQiav3xWtJXKaeyZ2cLJafst { width:18.75rem;height:7.49413125rem;top:56.826558113098rem;left:1.2492186427116rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ytuEqqKoTquS0Ofphn9E924HVtDvJAGB { width:19.9991875rem;height:2.8125rem;top:29.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPDLrULOqkghWe4TNBuCImlCiMTyZ6oi { width:18.1230625rem;height:0.062109375rem;top:53.772265625rem;left:0.9375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #KZQbgQv2PBwV9oNfDvUVwqmsMVUZsr5g { width:18.1230625rem;height:0.062109375rem;top:52.46015625rem;left:0.9375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #k1LKO9v6BhNk7Mtq6dP6qdD07yUgz9VD { width:18.1230625rem;height:0.062109375rem;top:51.148046875rem;left:0.9375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #zog6LSUtUvT8JICVikNNsQCT3oWtsvTN { width:20rem;height:1.125rem;top:36.6875rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IVeb1sgGKJTTXQDxpmXZWCAuC4St4cNo { width:20rem;height:4.21875rem;top:38.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1MxcvUC5T6PtXnN8c4o3tcO6UG2TrTm { width:18.1230625rem;height:0.062109375rem;top:49.8359375rem;left:0.9375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #ai7CQOe5h5gHq05vLCTiwlZBHfBHnbxs { width:18.75rem;height:2.99765rem;top:82.375353125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fP8QOHScXUrA9VraPV1vAGyTRHI8nRDG { width:18.1230625rem;height:0.062109375rem;top:55.084375rem;left:0.9375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #n9OJ5E1PSp966P7U42Nf8KZJLJw48V2y { width:19.9980625rem;height:1.6253875rem;top:60.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LblHq1Nk65UZqdR784M8MCcHMhoZiLCl { width:4.6875rem;height:4.6875rem;top:65.625rem;left:7.625rem;z-index:14997;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9THSyREKwH6f3ILFJhwTMyaH4cfCmfA { width:5.6859375rem;height:2.3753875rem;top:66.75rem;left:7.125rem;font-size:2.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kT2g22TS4LlatdNaIaHu3wFP6eKgH3CR { width:19.9980625rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uoGcZlt1ZWPJT6WLIcPZ4XTLv6yuZ5Ml { width:3.75rem;height:3.75rem;top:30.6875rem;left:8.125rem;z-index:14997;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIXLTytITyP362WMZPwykkq3ebmWBDO4 { width:4.9359375rem;height:2.3753875rem;top:24.625rem;left:7.5rem;font-size:2.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #htK71zkXKbkvMOE8fyDaNe0uL4vfPs39 { width:3.75rem;height:3.75rem;top:17.6875rem;left:8.125rem;z-index:14997;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLLu6OLAsxiSBTgz3oGKqvwaCNVAsZng { width:4.9359375rem;height:2.3753875rem;top:14.25rem;left:7.5rem;font-size:2.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #KRnnxKSs1Sk7lISf6nFa3TtCXL4FalgT { width:3.75rem;height:3.75rem;top:43.4375rem;left:8.0625rem;z-index:14997;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxTVEF0oXWy6rslVFc3nhDVFqK48K99D { width:4.9359375rem;height:2.3753875rem;top:33.4375rem;left:7.5rem;font-size:2.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #C1MxTxzcx83wvLixuv5z96DpTOk6D8rC { width:3.75rem;height:3.75rem;top:4.9375rem;left:8.125rem;z-index:14997;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaGRMc2ymTfXwaaHvOVyU1zSAFJgaWqa { width:4.9359375rem;height:2.3753875rem;top:5.5625rem;left:7.5rem;font-size:2.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #tg9HbViv3ZrEzrcHvezNn6a6JQPPmHOU { width:19.9991875rem;height:2.8125rem;top:10.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PUVpuME3z7ZgxCBsuiQQ5N2ahqhfFN2C { width:19.9991875rem;height:3.9375rem;top:25.248046398163rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #IWxMblOurTTOvEOCCcO5JTttTw2gkky0 { width:19.9980625rem;height:4.21875rem;top:19.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR { display:block; }#q6c3CZInxCBvCd2dzbF3R9eUqEIsFwBR > .row .container { width:20rem;height:46.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk { display:flex;height:auto;width:19.9980625rem;top:19.811717987061rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #M3wLGuME7CcQKOsO5emT6cLmvmz6ZNQk #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #WdHTOE3rywM0W9pm94Wh9bTAGuTnrPPk { width:19.9980625rem;height:2.2734375rem;top:1.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCGfTGkU97yrU4HAPn1TGu9dNTobiAzF { width:19.9980625rem;height:13.1109375rem;top:5.3742179870606rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWgH8elo6PG7TDllEaOvWkTmsTKpx80C { display:block; }#nWgH8elo6PG7TDllEaOvWkTmsTKpx80C > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxKSuZDEdzNz287FuA72UOT5OtgsWPf8 { width:17.6875rem;height:9.590625rem;top:10.7109375rem;left:1.3117182850838rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHiiZvOXdfocS3EW84J6kfuMugxfOAXO { width:13.749625rem;height:3.196875rem;top:22.632420063019rem;left:3.1242185235024rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac2MF4FnAW64imwaT7fc0TwllkBDbEqT { width:16.374625rem;height:7.9921875rem;top:13.297265052796rem;left:1.8105466961861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgP5EpNyISfzVxrZJcKmyi3OG2q5TI1T { width:16.375rem;height:6.39375rem;top:55.624214649201rem;left:1.8105466961861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuEv2TRNbFhULMcpxQKDWualm6p8AbtI { width:11.499625rem;height:17.5828125rem;top:82.6359375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihwHuL6PsmCWSUPHhThGwWMA3Bo0L7mS { width:10.2491875rem;height:3.196875rem;top:44.301559925079rem;left:4.8749998211861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCm19E1rLI0XiapINiUgRyxlmkTfIdd { width:13.749625rem;height:3.196875rem;top:63.937496662137rem;left:3.1242185235024rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koyr26gr7kekq09WWHayCmvp4TlO8Lo1 { width:13.749625rem;height:4.7953125rem;top:101.46875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsr28uFaBJr4T8dECPRbqTf3OZRre0FF { width:4.6875rem;height:4.6875rem;top:7.37460899353rem;left:7.6535146832469rem;display:block; }
 }@media only screen and (max-width: 763px) { #hftb7HJdN9mywm7fnINc4gqzmIKTPB9X { width:8.687125rem;height:2.25rem;top:29.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIP0mM16aIT9FI4h8FSTcNpBwFET0ozU { width:10.125rem;height:3.2484375rem;top:51.125385761261rem;left:4.9359372258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhNlrHMOuXKIyMJvWUTFJ5wmxPO3gwW4 { width:5.625rem;height:5.625rem;top:75.7609375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5baSXF7GqNXVUOZ9hzXvPcUI6Bd88W2 { width:19.9980625rem;height:2.2734375rem;top:1.998046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9r684Cicq9TRvIQxiXSwyoWNDHrWcHC { width:16.375rem;height:9.590625rem;top:32.875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kL2xIv7od26T4BEaO1PK0trUVOZiQD3V { display:block; }#kL2xIv7od26T4BEaO1PK0trUVOZiQD3V > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIXTh7W18LZCeTTy424TkogR0t48bA6h { width:19.9980625rem;height:2.2734375rem;top:1.998046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZ5qQXxpwngeMb0zU4lQEW7Ua01ToD7v { width:8.625rem;height:4.83984375rem;top:5.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzZabE9AD1lmROSEWtGnCDJTTsZ5472a { width:8.874625rem;height:6.6398125rem;top:20.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRQMOb3LdsHPVT8p8QFlhaN5AI2Ei2XU { width:3.5625rem;height:1.8691375rem;top:10.75rem;left:8.1875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3UOw1MT8lhboXX7wnKqDlMuF4FPGXDG { width:6.437125rem;height:1.8691375rem;top:13.3125rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX37fOeVu1p6VyD2Ig96K1nPyLGzhbgS { width:11.0625rem;height:1.8691375rem;top:26.6875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGygSnMWFZCplncxQTavSZsEF7MvonZc { width:6.437125rem;height:1.8691375rem;top:29.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtVV6v7W7TprJiuR5g9xwSmhTtd3mFth { width:10.6875rem;height:2.484375rem;top:16.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0T4oOgfQF8nBirLBpFs9oGHLTO1Vxe1 { width:19.875rem;height:13.125rem;top:34.680875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aREmgapiGiRN8Urbk3gCgAaumgOA3Olr { width:19.9991875rem;height:3.636325rem;top:35.993375rem;left:0.00081249999999856rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSRCudfx1J1ilqIenSwXc8gPIi0pnTex { width:19.875rem;height:14.124625rem;top:49.205875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH10wOJabSodxP7f5WNp717RiBNEqOU5 { width:19.9991875rem;height:4.5rem;top:50.767978271484rem;left:0.00081249999999856rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiXpShJMwU5FQVAlTJ4d10CZPyiT7dGa { width:10.0625rem;height:2.625rem;top:13.246873855591rem;left:4.9675777554512rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlpcGCginNFcRlHKIUCJSZmVVLlqiofZ { display:block; }
 }@media only screen and (max-width: 763px) { #ydoX65TOH06X1XhCZNTdSTn52MQl5lwq { display:block; }#ydoX65TOH06X1XhCZNTdSTn52MQl5lwq > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFroyM0NfCHpkop0virwMWVMnEIJ1UDL { width:12.75rem;height:2.8125rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #braGlPUosyhbob7SWUmxsrgEhoJke88J { width:11.4375rem;height:3.196875rem;top:5.996875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }