.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,238,237;--color-primary-1:142,203,202;--color-primary-2:67,168,167;--color-primary-3:20,146,145;--color-primary-4:0,105,109;--color-secondary-0:238,245,226;--color-secondary-1:198,223,160;--color-secondary-2:141,191,64;--color-secondary-3:71,96,32;--color-secondary-4:21,29,10;--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:30,30,30;--headlines-font-family:"Riffic free";--paragraphs-font-family:"Poppins"; }@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:transparent;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,0);; } #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); }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row .container { background-color: transparent; background-image: none; }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row .container > .video-iframe-container { display: none; }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row > .video-iframe-container { display: none; }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .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); }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row .container { border-width: 0; border-radius: 0; }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#dAvQRRV2LSfPi3WkAt3ZPh05rlm0a2tI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.25rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#gIT1uTVE8iTmSrQCw2Q2XFcQoR3CFNZS { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.28125rem;left:62.774999618531rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1)); }
#gIT1uTVE8iTmSrQCw2Q2XFcQoR3CFNZS > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#vqovaUsJzOPeFzgo8OAhaXvM66GpAbIM { z-index:15004;top:1.28125rem;left:65.62499809265rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LZuDU4UohgkA6BMm8Dgl7UqETd6uc8FJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXBBG3XLV3BNn0FidNrgdN0To907TXvk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8abf2b3-c23e-462d-be5a-460a44fde5cc/Semttulo201.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk.adaptive-delivery-prevent-bg, #HXBBG3XLV3BNn0FidNrgdN0To907TXvk.lazyload, #HXBBG3XLV3BNn0FidNrgdN0To907TXvk.lazyloading { background-image: none; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container { background-color: transparent; background-image: none; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container > .video-iframe-container { display: none; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row > .video-iframe-container { display: none; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .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); }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container { border-width: 0; border-radius: 0; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#Q3EyDZPzyBzUWviPok8hhcTWmWfHJirJ { color:rgba(var(--color-tertiary-0),1);display:block;width:47rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem rgba(0,0,0,0.66);top:15.78125rem;left:0rem;height:7.5625rem;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; }
#D4TcvqCWQXT5mVla5B1aAfZPh1pvng0V { z-index:15003;top:39.75rem;left:26.58749961853rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.825rem;height:2.975rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OOHRvWs9gtvdgRhw5FH52ExMd9dcCWXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nrlxqub1vdgXUPOaOeJ9hSfQZrKpcarv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8bf4e;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:none; }#nrlxqub1vdgXUPOaOeJ9hSfQZrKpcarv > .row .container { border-width: 0; border-radius: 0; }#nrlxqub1vdgXUPOaOeJ9hSfQZrKpcarv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrlxqub1vdgXUPOaOeJ9hSfQZrKpcarv > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:none; }#DTf9JW1wbw5OxTit7KKPcglWQbcQTFbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8871517181396rem;left:17.187501907349rem;height:3.41145625rem;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; }
#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 { 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; }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row .container { background-color: transparent; background-image: none; }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row .container > .video-iframe-container { display: none; }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row > .video-iframe-container { display: none; }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .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); }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row .container { border-width: 0; border-radius: 0; }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row .container { font-size:0.875rem;font-family:arial;height:95.625rem;width:75rem;position:relative;display:block; }#V33s19qrO1TFAFVkayx03seXyxCAfViF { z-index:15008;top:45.874218940735rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R9ufcGO4xBEHRKL0w31v1ppMtgvlJiyg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnNhL3igk7kmeXMKbaNGPpyEz6cNquKX { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#Wfowura9FW2vTCu9uidtvwH8JQ3epS4R { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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; }
#Fk69RDN21r5DP5QmNnQJRWhVJgs3Si7z { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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; }
#gOP9n5hHnGNttyJZmZlKHlXDW6x0W6zc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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; }
#L8M2bE8qRoGiD2C1XPJs3fhOhpLhkpDq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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; }
#p5acLKEgTUswlRk49t38NfGVK8TtQ8db { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.824653625488rem;left:13.499132156372rem;height:0.975rem;text-align:right;text-align-last:right;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; }
#I8N39lSDW7Z1Z8z7ComfQNSezs2EeV0O { color:rgba(var(--color-primary-3),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:7.4852411746981rem;left:18.656251907349rem;height:6.45rem;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; }
#U0pqtdrUqG7qVpiefD619BUOELQodTR7 { z-index:15009;top:83.8125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#d54a15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bgNfJdKVNlwClMZJZ5m2B9iGtIMqeuTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvZ3XO9Vp1SwqzP7t5AGtwF7XsUQhXw3 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:20.5rem;top:16.3125rem;left:38rem;overflow:hidden;display:block; }
#EMs1V03f4ETHU2iB7aW9Uz32k7tw9rPc { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:25.1875rem;top:58.9375rem;left:12.375rem;overflow:hidden;display:block; }
#F3bOi45h39Uqq3cfWwkEW6QpSwWKW711 { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:12.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#EoHKzmwT9s7OBrQSiLuhTlurU5a5BzoG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:12.5625rem;height:1.1375rem;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; }
#sZVXTufWM3DQJqsu4pZRLWviIfRuygTl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:12.5625rem;height:3.65625rem;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; }
#N2X8cweyPhni5rFmtGhTTaMLS1bLDX0e { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:12.5625rem;height:0.8125rem;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; }
#wiZJRPJkJzDuFEnpwERppfBOguCB9kIN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:12.5625rem;height:1.1375rem;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; }
#OpxFthH80rk6ZDla8BxuylmriSZAwOf8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.8125rem;left:63.75000190735rem;height:0.975rem;text-align:right;text-align-last:right;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; }
#SOpRiFM9AfS0xTAvXnMiOHQiiQQZduCw { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15059;background-color:#d54a15;background-image:none;top:69.0625rem;left:25.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#MycHizJgSSP2SEtTxbVotiB4VqcyVS5H { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15064;background-color:#d54a15;background-image:none;top:69.0625rem;left:37.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#NeMX92bNq04VSJMOT7M8PgSf1WZOmucr { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15054;background-color:#d54a15;background-image:none;top:69.0625rem;left:12.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#o9Rod3dx6bHTi5XDHqWtoUvPHNltu56l { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:80.125rem;left:12.5rem;height:1.1375rem;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; }
#wothAK92aZakCIesI4LWFOHVC1KLgQKA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:73.75rem;left:12.5rem;height:3.65625rem;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; }
#P5EkSfweUfBEdaWkqEnJ3up5m6EefGQi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:76.9375rem;left:12.5rem;height:0.8125rem;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; }
#SXoIEVfgQ2KthU9HH0ktmGZKD8S7UCzH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:80.125rem;left:25.0625rem;height:1.1375rem;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; }
#knVsRRIpMPT2TaOgkrBo1OSIPLbGDQzg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:73.75rem;left:25.0625rem;height:3.65625rem;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; }
#dANlhHT6sBqbZPvKgbqLHVLRpsVz6I7Q { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:76.9375rem;left:25.0625rem;height:0.8125rem;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; }
#zUw2D9lRQZozIxBU3PnuZcuVTIpm6J7i { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:80.125rem;left:37.6875rem;height:1.1375rem;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; }
#HhpKASaWNf39ThOwGwlOTQpedFhDMebA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:73.75rem;left:37.6875rem;height:3.65625rem;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; }
#lfgrKvogR2F5TAcZxTORLOblmIpFvCu9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:76.9375rem;left:37.6875rem;height:0.8125rem;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; }
#aGMdk4CRWGxFv4c66ZlkSaL3aQ7495a8 { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15049;background-color:#d54a15;background-image:none;top:69.0625rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#g8FnktdDqyopG83w0wlqVCGk6qTb4DGc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:80.125rem;left:0rem;height:1.1375rem;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; }
#mTI9FAIaN6GNKqpP7rdNIf23iQ92bmAb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:73.75rem;left:0rem;height:3.65625rem;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; }
#QTfNaT5NQM106qZS4hRAJ8FM24oyEZAq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:76.9375rem;left:0rem;height:0.8125rem;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; }
#LMGpPsk5MZwsDho0tSUw787egTSJRFh1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:71.25rem;left:0rem;height:1.1375rem;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; }
#U0oAUbqCTRIMcZCvf9z4c75CiRdGi59B { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:71.25rem;left:12.5rem;height:1.1375rem;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; }
#hRBu3yC8tlo9sQC9RdvBlANSBH0T7TUJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:71.25rem;left:25.0625rem;height:1.1375rem;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; }
#qoDcAfUvnEX7XD1ut9Vscb6HdINKTfC2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:71.25rem;left:37.6875rem;height:1.1375rem;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; }
#iywMSL4zdFtWnZgeMbqiGfdxWczPZi4q { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:66.6875rem;left:38.625001907349rem;height:0.975rem;text-align:right;text-align-last:right;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; }
#XfBbJyC0yvbAX6B8iH8N3hgyiflQ4Xi0 { box-sizing:content-box;height:18.25rem;width:12.1875rem;position:absolute;display:block;z-index:15059;background-color:#f8bf4e;background-image:none;top:69.062500953675rem;left:50.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#UbEMCiOID60ekXqS8D2X2M0cWJaO4OCD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:71.25rem;left:50.250001907349rem;height:1.1375rem;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; }
#m9fMUwVNcaf5usnahTdJQA4OhmpUmDT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:72.1875rem;left:50.250001907349rem;height:3.65625rem;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; }
#zrWhK2OC1IFvNxiF4QL39vq4sTwbgRtl { box-sizing:content-box;height:18.25rem;width:12.1875rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-4),1);background-image:none;top:69.062500953675rem;left:62.81249809265rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#fVm6qFqFEWL80ym7ytMMlGtgTPlEORF0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:72.1875rem;left:62.81249809265rem;height:3.65625rem;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; }
#iSdkpcuZ3IpQGXrbglZJ301Zsbtr3Qwp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:71.25rem;left:62.81249809265rem;height:1.1375rem;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; }
#aeq802OPPv7DxBxLWJzv2rCAfahvNxvI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:75.375rem;left:62.81249809265rem;height:0.8125rem;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; }
#rANOvHXQEbMMrs44SPBAa387QxzxlFpi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:75.375rem;left:50.250001907349rem;height:0.8125rem;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; }
#XuTdera0wAZzhqhNAVGALF3xIotnpVgA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:84.625rem;left:62.81249809265rem;height:1.1375rem;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; }
#hQElany4kVUS23Q3reD2TELv0NUOeG2m { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:84.625rem;left:50.250001907349rem;height:1.1375rem;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; }
#IPJAvAEKM3JugoE4CSTbdLVwduRRRGgq { position:absolute;display:block;z-index:15112;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:3.5rem;width:12.1875rem;top:62.987499237063rem;left:50.250000953674rem;overflow:hidden;display:block; }
#DGdWk3pbnXmUBvEu9uPGEJLt48eBS2uy { position:absolute;display:block;z-index:15113;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:2.9375rem;width:9.625rem;top:63.25000190735rem;left:63.99999809265rem;overflow:hidden;display:block; }
#xk0yVeh003QmzlGky9TKs7zrVfFM9QCI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:78.8125rem;left:50.250001907349rem;height:3.65625rem;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; }
#mTFK6Xy7WqiBrsRf0vuwd9l6WyU21Irc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:82rem;left:50.250001907349rem;height:0.8125rem;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; }
#XeSsB80Gzwtp6mKrv2L2ts63CFNwO62M { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:78.8125rem;left:62.81249809265rem;height:3.65625rem;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; }
#QTwBP6PaTvvcGkgATL102zgHrONNRsHk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:82rem;left:62.81249809265rem;height:0.8125rem;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; }
#UINRcxoFWvkk6o2DTGP9WvTNBU7VafJA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:77.875rem;left:62.81249809265rem;height:1.1375rem;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; }
#QCyO57keR7T97CvHXFzZF2peTsuD1ABp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:77.875rem;left:50.250001907349rem;height:1.1375rem;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; }
#UKFfOm4Uqu7VxNrrdoAmHSJGK284tlUM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.375rem;width:24.75rem;top:16.38046836853rem;left:0rem;overflow:hidden;display:block; }
#VeMlKei3MTkrx2BBZEyDMQDaNRmdskCH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.375rem;width:49.875rem;top:54.25rem;left:0rem;overflow:hidden;display:block; }
#Hx4TDDHTRVtccOCnqBK2OTfzkobPbb6v { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.375rem;width:49.875rem;top:16.375rem;left:25.125rem;overflow:hidden;display:block; }
#V7MFHmpMJvizQdFcCIUZnXIMObDgKT8Z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.9375rem;width:12.1875rem;top:54.25rem;left:50.250001907349rem;overflow:hidden;display:none; }
#gTaN9JKfDUvr8PHeVuNq8mghKgiQpsnF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.9375rem;width:12.1875rem;top:54.25rem;left:62.81249809265rem;overflow:hidden;display:none; }
#LqstCFpuSwkiMfknUCJiA17xlIlxFEvb { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:31.125rem;left:25.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#Kbbh0repPHFmJOQfBd9ye04JuTAk8O7C { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:41.6875rem;left:25.125rem;height:1.1375rem;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; }
#HQ1yHkXGTMvrVlJDIrpnFN58RSMwN0wu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:36.375rem;left:25.125rem;height:3.65625rem;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; }
#c6uQ18dtZMN2iFtkfTEpRqqqw1HXb0r7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:39.5625rem;left:25.125rem;height:0.8125rem;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; }
#iPX6Jnk6bgp7lpNMLkfmgT33769VvIT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:33.3125rem;left:25.125rem;height:1.1375rem;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; }
#gcnKdCCZvk6lJfCnBay9Eo70SJNtbTHs { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:31.125rem;left:37.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#UabzVzxJpR7ofzm8IExh539Sy3Nlvmy8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:41.6875rem;left:37.6875rem;height:1.1375rem;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; }
#LTTPniUO4amSS8KNTTKGAGULPZurd0Nn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:36.375rem;left:37.6875rem;height:3.65625rem;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; }
#Nl2TlcTtHXX2hQmGeb48gSgl8VUX9Hbe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:39.5625rem;left:37.6875rem;height:0.8125rem;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; }
#zMv0kdAPVsxMVIgN7Rrgkq545oUtGenr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:33.3125rem;left:37.6875rem;height:1.1375rem;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; }
#Lcx775g1OXM0o2XxFqQ6sXlEBgWSkOqr { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:31.125rem;left:50.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#BHOLxQEGVCoDx6TNstxnu63oQWUDMiCG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:41.6875rem;left:50.25rem;height:1.1375rem;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; }
#Rpt32ZcSBFbaX0VDIRGxxlg1lHtu5mhX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:36.375rem;left:50.25rem;height:3.65625rem;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; }
#TgN7TNTV3WDEditef7sodnL5xkDnEvPb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:39.5625rem;left:50.25rem;height:0.8125rem;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; }
#v8e3IpqemFAdzPAmzPd35rDeaBR9TOt4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:33.3125rem;left:50.25rem;height:1.1375rem;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; }
#a4VyHC1p0pzt31gn0dmIReniHpM6D78W { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:31.125rem;left:62.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;box-shadow: none;display:block; }
#fLlalET8WZQcwoau72lAqOkUO2kozUBX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:41.625rem;left:62.8125rem;height:1.1375rem;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; }
#M6upu8o9GAnvFxbVNhJubvs375CJUudG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:36.3125rem;left:62.8125rem;height:3.65625rem;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; }
#MNfofSgw5ynEP2kD10oJJTul5ii55xiK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:39.5rem;left:62.8125rem;height:0.8125rem;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; }
#t9Bqxv0aQfciX6v467pHBGFiK3iW7TSq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:33.25rem;left:62.8125rem;height:1.1375rem;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; }
#bIPqyb8EJBwuSi54kTuFlHk6neHQHR5M { z-index:15010;top:45.875rem;left:25.125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.825rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EDohTPMwQkMHhWkEbCHQHIBa9RS5UAgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9ZilTA6DhlTgWInE7kopOihw4IcHxwQ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:55.186719894409rem;left:51.125000953674rem;height:;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; }
#ws5Wmd4lrToUOoN80fMqqsoFr6lsu1cS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:55.186719894409rem;left:63.750000953675rem;height:;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; }
#EFdE8QNWTTrLKDIzgJk3EziKtADE8EpQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#rmX6ckZ3UP9CRAHgciXcS0EKJxtOT1m2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#TWJeKwvp8Nlp2m6vRHAHIh2VSLAP6TgW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#RawItilmZNZCCZFFoCAC3HMs2AE9xXM0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#c7v9TpWscp0hs9VgnaSHXG1BoWNtGpyU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:9.1875rem;top:21.762500762939rem;left:3.71875rem;overflow:hidden;display:none; }
#zLwFd2NxeMbbZTu6fhqoBTmHWz1oUUr0 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:10.6875rem;top:19.567969322204rem;left:1.9242181777954rem;overflow:hidden;display:block; }
#UKOGt4V3xiH37KNRfbZDTTyG3AX1thgT { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#qTGw9HzAGuqAfwKRO9Lh572STGVcLJI3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#wIOcEPRDzF4waKqSITFoEk0ZLJrMStvM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#gp2Hwfl00rqNFWki56QQEWvRTTQDeuw6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#fk2hVGgodTzETyZTA4wlU1NHwyrPCfZ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#qOaSqbkfxTLsFhNb4Baa2OckhpecKSVm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#txhTZ672DEaleDWTEBxEOER1RD5UVVDP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#OmoPwxMLHnv9c3czNancJS7x0xFsaLE8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#iS8Ppf2AzdHS0opWWoTy2G9mc1bz7Rb3 { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#ezuFVgRDfX1gT6eMcTTdoHFhut2rowNB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#Dsz32rJ8T2mObGSWM3lJStsNE2eNJvQO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#zTF67CsEUQLeADmDmHM28vvreMz6T5TX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#DAs9DqUvwZhOfEGfOSsD3GTdrKeWUohe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#Elor46ZvV8bGvSzeZFC9teZ0uHTuKkhs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#IDs0bX0Wc9MccaCJ8ZEJkSm6ZLIDPHsm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#fAh0J5mfyEcE3aQtT2PdvSXnsSahpkQA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#cf73bGBRZ9y2yk6UzPNFb4TAWwuTSkWZ { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#GtDGxsGc40PTdEp4iTLEMNAqbmXKkeia { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#D8nAcxMAbySHQlTT6iXowFwG5v75swFm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#X2AG85epamERRHCCEO68IKqRfDSTciuA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#kVfuqAGOIgmZPuCb4B48ARksVpNUm180 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#aI8HgSVC3nV5Au4hCuRvQ5TMfHsTViK5 { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#pw62L9IOLNTsZPcwNK4MTqFEJkZc2Xbm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#GlGM9ARW30A54bReyiznwfTdyTxD1v3Q { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#JvuanvFbqaCeFFh4qLyhPWJr1I7s1q91 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#DXt9awASLiA8p8FRFVn0O8F6OkUpZKET { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#ewNf8NVmJC7cNxglEaxrN1o2ZcmLV1Np { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#hhqbBanoWZP5ntTaCgDSPfXTXKdPVrlH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#SZ150dHTJ96chJ5NEEIMXuQgk7hMc86R { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#vFEZJvcZICyv30vhZsdLTkTIJK5vueUL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#v8uio2iKtd5flhBug5aTa0ZveaXuJ0Qk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#gQH9hI07s8DDdxTSgTBVyOgqM5svX0RU { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#AJWXe3R2kunafLaqLApqlnGMkr2TksEO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#SusUvglzOaiwX4lkqgcK3kkVCfFKRm9I { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#ES7NpKbUllW0kT6ceQFprep6flmM9yhh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#h6hTzgryiMXNzWt4g5Lwq5urGeVfuQpV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#W5udbSVdv6FhSPTeMQz4n3fV0N0cwsOm { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#s6fPEg9imM5p8uuIwgylT8BaqoQOt0BD { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#qydUEy4oXO8srPzedEFO7p8GWHf22sFt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#FUZlePGM33pfHTeTPr1v2Eh73dMgsNgG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#cwWJGCMPQqa6WptQdMEcyoAoKST4KAWo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#SqVoT4KfeqTXWErHUO3Pvs7R6vytAPwg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#Jgqk1s2bFvyETPFq9793Biq7TJzG1y9c { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#dQBiTWKE1FPRrFb6WaHx2LoQwunsLQwT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#pqK7FDT6ZoBz0IqTGNLT1pxOr3KbT7V5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#Uxyyo75t0z2NxC6xvpdUUaggfti9xkTL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#TyKNmSUTJoegcOFzdhJrNTXSG7P2gTpC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#dxftnaMIi4cUpDNmChA03kH1QrHh442t { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#MWU9pvJ3eBn1lpFMM9t1foU1PmpD1DK6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#iOGKymGkg2rgfvrSzNgOL9V4IWvrT5pb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#LOaiVqogeuqCTzarxTSkGXnNhI157EHe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#QiZl7DxtRvV8p6fZ82vRrItlbXnZcnhE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#xinxnb94lXXWN85UpvunmZzZwit6OTp7 { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#CNJ7zzpBWGXyMgynuo8ax1zqOOP4qITm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#yN9bgOaPvdeLOJkknzGS7oE97acW8pgS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#LK1k7bmeVqFnbzw1C33bcVmJHID6qFJS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#FFhNO16eSawctc1SXEDJEIk4OGOH70xB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#sbmCiaXb1te4STcxhzPqC5LfkzrNlvvK { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#SVT2C2vPLwFymCHpTMTvz8mF34WmH3lp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#VwBZ6oEmCFlS0TpSy6houSOFhIMrzAS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#DiBIIeUNohAHTQhnOPZfA5d8zPCkXodg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#xcSM4xxHNRJXRGS8BDtoOHqQGQGC8gS2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#dCQpadRee5ZLEP2DbgpTxFA3mCz24A1X { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#hGQvwgWBd9QXS6ABLdCmARguUsHrkDm2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#HQf5D60wk7PoKKmCoqanaLTyuFtzBLK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#d28rx648CG64Lb8g79sJEf3DvblKsxTf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#toLaOkdU8afbvf27fWeVVf4S229XaGc0 { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#b3ghonqhsCML4WlAHTcDb7KtRc2lUafs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#OmFNrFwBRTyBrJNTEfbrIkbaUrsR9B79 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#oKEoIm6JG7R3EK38Mi9Gbb70CAgNO4ur { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#D8FC5Xi10dlMhoO7U6AhnmmXrXA2vgiK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#WLNTdHV8wc6U3skRPf7duZAumlXctemJ { box-sizing:content-box;height:14.375rem;width:12.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.125000953674rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:none; }
#JuIUTiaKenbuXsl4whwOssQGqto6trD6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:41.687500715256rem;left:0rem;height:1.1375rem;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:none; }
#tEJWELcHiK3Ck2RLPVZlTmTs1PQZCv7D { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.999999523163rem;left:0rem;height:0.8125rem;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:none; }
#VVMCfllPJc7kfLDsKBud4A5rePpEWiw5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.812501430511rem;left:0rem;height:3.65625rem;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:none; }
#J2T0SM2voHSXo1vHOp2USQ4uwHMaXsaM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:33.312500476837rem;left:0rem;height:1.1375rem;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:none; }
#WUDBhaQsuWOmKtfbIKnmVJuAO16ie5qi { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.71249961853rem;left:7.21875rem;height:0.975rem;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:none; }
#pb8eUqf1fQ1XFxTX1smOOp1SH41yTzvB { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.687501430511rem;left:44.875001907349rem;height:0.975rem;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:none; }
#xBx2BUS4JZ27la6gGKUV2yyOhe4cNNia { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:66.562499523163rem;left:19.75rem;height:0.975rem;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:none; }
#XeLnOcMdrOnXldqTl2JGg6R7AoTLQwFp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.0625rem;width:49.875rem;top:16.375rem;left:25.125001907349rem;overflow:hidden;display:none; }
#mtWSlu6HnCmPfGAnTf8ZEbBcfyDByMLw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.375rem;width:12.1875rem;top:54.25rem;left:50.250000953674rem;overflow:hidden;display:block; }
#g35shbTmGg7Icu16Ce3oIRp9BQtvLgu9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.375rem;width:12.1875rem;top:54.25rem;left:62.812500953675rem;overflow:hidden;display:block; }
#EKLtq3Q4qs1CtbE6pTEJJaeV0baZCoxa { position:absolute;display:block;z-index:15044;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:3.75rem;width:16.6875rem;top:56.312499523163rem;left:16.5rem;overflow:hidden;display:none; }
#AM8E0f0kiZgAzp0UXUoecaJQ50oL9Gh0 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:66.561719894406rem;left:51.125001907349rem;height:;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:none; }
#xrs8LdztJyGoISNqaqOXSdmqBsz8a3o9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:66.561719894406rem;left:63.74999809265rem;height:;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:none; }
#CfK4MvQX8Drqzn1FBI9XVfFnA5AVW5m3 { 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:none; }#CfK4MvQX8Drqzn1FBI9XVfFnA5AVW5m3 > .row .container { border-width: 0; border-radius: 0; }#CfK4MvQX8Drqzn1FBI9XVfFnA5AVW5m3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfK4MvQX8Drqzn1FBI9XVfFnA5AVW5m3 > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;position:relative;display:none; }#Ukr8zmDTs3E3HIIq0yQ8siRkroaipHd3 { color:#d54a15;display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:8.046875rem;left:18.65625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fEvmSO2B2fPNNguHWyO37WsCpbZ5aKBv { z-index:15008;top:52.9375rem;left:25.25rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#d54a15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p56i1iGAvc237orgSWn4Zoq9CHTOVBHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#poBterJAUnxdTVCiztdpCn9cwCPXLnhy { z-index:15007;top:53rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ucqw0knXaymxHett5kFnwRLki3HaEct9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cZLvJkt3RMLrdSyPiF1IL8XLdmCA6pvw { position:absolute;display:block;z-index:15024;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:2.875rem;width:9.375rem;top:37.675001144409rem;left:29.643751144409rem;overflow:hidden;display:block; }
#HhHTKRx18JpmfBJvoa5K2AJUDwpcIbb7 { position:absolute;display:block;z-index:15023;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:3.6875rem;width:8.8125rem;top:16.112500190735rem;left:1.625rem;overflow:hidden;display:block; }
#iTZ5UcPdgqc7UfwsDMX51WDss8cQIkJB { position:absolute;display:block;z-index:15026;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:3.125rem;width:11.1875rem;top:34.9375rem;left:0.4375rem;overflow:hidden;display:block; }
#uLL2fDkzHmHdnTlcU7h7vPxqXDdA9T3E { position:absolute;display:block;z-index:15027;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:3.125rem;width:9.625rem;top:34.9375rem;left:13.8125rem;overflow:hidden;display:block; }
#hNgVLB1rEWstpEP0ay9SCC3t7eEtvcdT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:22.168750762939rem;left:0.4375rem;overflow:hidden;display:block; }
#G3WC2TcwTotsZAWLE2qo1I39zaNqzm4K { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:22.168750762939rem;left:13.03125rem;overflow:hidden;display:block; }
#f8Ms8lW8puIPwIb41Q2bE1tTwURmZ72U { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:22.168749570846rem;left:13.03125rem;height:0.975rem;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; }
#egSK4HoKadGSJl5vwiyzbdsvaRCOJyqe { color:#d54a15;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:25.575000762939rem;left:26.43124961853rem;height:0.975rem;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; }
#eyk9spl0EwKi43OvLNELrhHsPhLMznAH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:40.5rem;left:0.375rem;height:1.95rem;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; }
#Hb4CUu1er7yy4Z2U7acRKawBGPCyFHWT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:40.5rem;left:12.8125rem;height:1.95rem;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; }
#OG8CLfskBFl90Cf7RXhaWimgR8a0aHIS { box-sizing:content-box;height:7.8125rem;width:11.6875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:43.75rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #f8bf4e;border-left:0.1875rem solid #f8bf4e;border-right:0.1875rem solid #f8bf4e;border-bottom:0.1875rem solid #f8bf4e;display:block; }
#Wvb3o20rnUgZtH131bEKHdHg1sDh5NRB { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:26.856250762939rem;left:26.43124961853rem;overflow:hidden;display:block; }
#w3ewUh9nnVuQF8AsbVTMvUqST3GF0ryN { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:26.856250762939rem;left:38.968751907349rem;overflow:hidden;display:block; }
#fHykiV56q1olMMpQGGfnQvaTGtZpoZAg { box-sizing:content-box;height:7.8125rem;width:11.6875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:43.75rem;left:12.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);display:block; }
#otLVXJpDZcPX2fDqmeaV8IzdVdzB2TnW { box-sizing:content-box;height:3.0625rem;width:11.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:24.38125038147rem;left:25.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;display:block; }
#K9s8CuIHlbXKXMDtSu5gvZsdIpFaGF0T { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.125rem;width:12rem;top:35.675001144409rem;left:29.625001907349rem;overflow:hidden;display:block; }
#Nqc8SM02imcMSkANFETTLfX8eL9RoB1x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.125rem;width:12rem;top:38.0625rem;left:25.250001907349rem;overflow:hidden;display:block; }
#vT2WN6wVbtWu7daG7lQyHvrCI1kXN9hr { box-sizing:content-box;height:2.8125rem;width:12rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:21.25rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#SToZA3nbkHQH6fAKaQrhEquUuSWLVyDs { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.125rem;height:0.975rem;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; }
#VTXbKsnSUPRn6S5zsNsuIaTenxVhd86a { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.125rem;width:12rem;top:12.8125rem;left:25.25rem;overflow:hidden;display:block; }
#lvech8wDw2K3ne0eKFq4tVnOVTlEtMNe { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:29.125rem;left:0.25rem;overflow:hidden;display:block; }
#TiXZ8qXF241brlWHZR2nEeb83mTDLd7q { 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:4.6875rem;width:4.6875rem;top:29.125rem;left:12.75rem;overflow:hidden;display:block; }
#vtGz0Z7BsMe4wMWSND6LwgvKgzutFLzq { box-sizing:content-box;height:2.8125rem;width:12rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:21.25rem;left:12.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#k80M7qlZRTpqU8L9ffe1UTkq237Gf2E6 { box-sizing:content-box;height:2.8125rem;width:24.5625rem;position:absolute;display:block;z-index:15005;background-color:#d54a15;background-image:none;top:21.25rem;left:25.250001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#e74IgOSpVdKfksHJg1EThyesyatQcBsV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.125rem;width:12rem;top:31.1875rem;left:0rem;overflow:hidden;display:block; }
#mv86PRhq15sXIdbfLrdNTihfeIHVo50t { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.125rem;width:12rem;top:31.1875rem;left:12.5rem;overflow:hidden;display:block; }
#LXKtBHxiQ838ux2DZMS2727yBxNLeLO7 { box-sizing:content-box;height:3.75rem;width:12rem;position:absolute;display:block;z-index:15007;background-color:#f8bf4e;background-image:none;top:39.6875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#s1M5d0Td8eGew2HwUt982sAST9JMzTQU { box-sizing:content-box;height:3.75rem;width:12rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;top:39.6875rem;left:12.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#lx0iwyHg3ST2NrcnRpmGN2zvCN0NSfTa { color:#f8bf4e;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:45.375rem;left:0.375rem;height:4.875rem;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; }
#AVd3r5mQtQ5e5ybQDCmGfCVSPA77xS2a { color:rgba(var(--color-primary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:45.375rem;left:12.8125rem;height:4.875rem;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; }
#n3mSop1RsJxmkrt2cAUHBU9XSrqMq4gc { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.168750762939rem;left:34.593751907349rem;height:0.975rem;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; }
#UIfZAkB4Th4V4S2eN4gwCFUBmwTkTzKJ { box-sizing:content-box;height:2.8125rem;width:24.625rem;position:absolute;display:block;z-index:15019;background-color:#d54a15;background-image:none;top:21.25rem;left:50.437501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#MTvHazvc6UFGCyuw45c2nNb1wL8TDmKl { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:22.168750762939rem;left:58.249998092651rem;height:0.975rem;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; }
#QMpQOhdGTyD58KxuSvnOCkwB4t1trO2J { position:absolute;display:block;z-index:15044;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.6875rem;width:4.6875rem;top:27.74374961853rem;left:51.706251144409rem;overflow:hidden;display:block; }
#gdHwwimx7vEQb3yloGFr01E5gWI2XQyu { position:absolute;display:block;z-index:15045;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.6875rem;width:4.6875rem;top:26.856250762939rem;left:64.24999809265rem;overflow:hidden;display:block; }
#TKV7IoLkDlorbWPNmOmp1ThQUssDemGX { box-sizing:content-box;height:8.125rem;width:24.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.800000190735rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#wbwBaxGhhvH3HvnXtZTWT7T7GpI8Uhkb { color:#d54a15;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:25.575000762939rem;left:38.968751907349rem;height:0.975rem;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; }
#dLQWQUg9nRQfdp8m9KdKO68VGDmCDOPp { box-sizing:content-box;height:3.0625rem;width:11.75rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:24.38125038147rem;left:37.750001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;display:block; }
#NOHtv8BiQ8TW9gm9t3v6b1Gb1BtXHf5m { box-sizing:content-box;height:3.0625rem;width:11.75rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:24.38125038147rem;left:50.436719894409rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;display:block; }
#t7I6ulhww5xTyGUN6xiaDovcXLw34TPQ { box-sizing:content-box;height:3.0625rem;width:11.75rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:24.38125038147rem;left:62.950002670288rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;display:block; }
#pWcqh59RwhzOGuAivheOwkohsB8gzGk6 { color:#d54a15;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:25.575000762939rem;left:51.593751907349rem;height:0.975rem;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; }
#wUFsmX1QMAZMOMqnJt5LoMcMOCcJI3bc { color:#d54a15;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:25.575000762939rem;left:64.15624809265rem;height:0.975rem;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; }
#FN7yTmTBJ781BEm6TJfoz1RVtlL1UnEf { color:#d54a15;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:40.5rem;left:49.875rem;height:2.925rem;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; }
#bTpJlmCSQZ15luaBOc6e1heV3zDK0prc { box-sizing:content-box;height:5rem;width:11.8125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:39.3125rem;left:48.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;display:block; }
#e75verB3qlv1k0pdVXFJT5s4i6GexaF9 { box-sizing:content-box;height:2.8125rem;width:24.5625rem;position:absolute;display:block;z-index:15017;background-color:#d54a15;background-image:none;top:36.1875rem;left:48.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#TnN8BXgU1Tx3yv5qgUfMVX9ghM6LU4gH { box-sizing:content-box;height:3.0625rem;width:11.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:46.4375rem;left:48.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;display:block; }
#mQKH79E15c8qQIzo2dsft4hxrzXgw4b5 { box-sizing:content-box;height:3.0625rem;width:11.75rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:46.4375rem;left:61.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;display:block; }
#GDtISwy6Fze8VoqyQaKzLOAWwpnmkUiH { box-sizing:content-box;height:5rem;width:11.75rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:39.3125rem;left:61.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;display:block; }
#PaZvLximsNClDSwZdoZbuZRCLtMOKG73 { color:#d54a15;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:40.5rem;left:62.25rem;height:2.925rem;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; }
#u40ZMwaVba5ZZiOdVJpfxKazIumd86Th { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:37.125rem;left:58rem;height:0.975rem;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; }
#AWup2euNIo8RmkhSS8KZkPQBwHAJx9Ul { color:#d54a15;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:47.625rem;left:49.875rem;height:0.975rem;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; }
#dRxhNmdmA0d02bbrm4B4Rhc4gLXtMyDF { color:#d54a15;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:47.625rem;left:62.25rem;height:0.975rem;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; }
#gTo67NXE5Z3AWKKHKsN7rCg2AOLub6Uk { 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:none; }#gTo67NXE5Z3AWKKHKsN7rCg2AOLub6Uk > .row .container { border-width: 0; border-radius: 0; }#gTo67NXE5Z3AWKKHKsN7rCg2AOLub6Uk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTo67NXE5Z3AWKKHKsN7rCg2AOLub6Uk > .row .container { font-size:0.875rem;font-family:arial;height:95.875rem;width:75rem;position:relative;display:none; }#yl8WbVQakWtpIZDFcnQuTZbkI1XHqyOx { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:19.9375rem;top:20.75rem;left:3.75rem;overflow:hidden;display:block; }
#uHKgVJJT2mkiNRw7NU1kBPbiOo0VJcON { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.25rem;width:27.25rem;top:52.375rem;left:0rem;overflow:hidden;display:block; }
#LncwgAGntySTyVlXhHICi2b9pc8WIGnk { box-sizing:content-box;height:2.8125rem;width:15.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:75.875rem;left:20.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.25rem rgba(90,130,28,0.5) ;display:block; }
#MBdRb31tSFhiuob7olMFyPAwsa4QzV0t { color:rgba(var(--color-secondary-2),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:76.8125rem;left:23.375rem;height:1.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; }
#u243lxwT617cmng4ao9oz1ulg2oS5PQ1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.3125rem;width:27.25rem;top:12.25rem;left:0rem;overflow:hidden;display:block; }
#GOFpTTlv0HsIaG29u2chfzLs2JBr7xIr { position:absolute;display:block;z-index:15026;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:17.1875rem;top:60.0625rem;left:5.03125rem;overflow:hidden;display:block; }
#kPe1F5aA8GJ7QDmEGqe6H4pHUbUirUkQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.4375rem;width:27.25rem;top:32.25rem;left:0rem;overflow:hidden;display:block; }
#st6yTtsTtxnZRFlg62BJrKUXHBZFTJVV { position:absolute;display:block;z-index:15042;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.625rem;width:17rem;top:36.625rem;left:5.1875rem;overflow:hidden;display:block; }
#m1EZUJnQ4Irvs3PLGow3BS5lFozdZw3b { box-sizing:content-box;height:14.375rem;width:11.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:36.3125rem;left:27.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#i6HvMGS6VPTildKDnP65y6Ftz0sClWAO { box-sizing:content-box;height:9.375rem;width:11.875rem;position:absolute;display:block;z-index:15007;background-color:#d54a15;background-image:none;top:77.3125rem;left:40.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#KI4H3B53FbipoRL4tt9n4wTQUs5f8lCB { box-sizing:content-box;height:9.375rem;width:11.875rem;position:absolute;display:block;z-index:15008;background-color:#d54a15;background-image:none;top:77.3125rem;left:52.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#ckB2BNxDbJNvB8K3g7zA5gGeMNp2dJmx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:42.125rem;left:27.875rem;height:3.65625rem;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; }
#MUKIdXTH28ExiakGMPV3CcnditIOD5mT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:45.3125rem;left:27.875rem;height:0.8125rem;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; }
#lNMwQbLlvUrmfvWF783WCKlAxeNRKNKi { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:47.625rem;left:27.875rem;height:1.1375rem;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; }
#HhrMAJFyDGcvlVJDHxJiu8Pz26PTsTpt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:38.75rem;left:27.875rem;height:2.275rem;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; }
#AuxtI5UKGez9a4fPJXUb92dB6Ib1zTip { box-sizing:content-box;height:9.375rem;width:11.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:77.3125rem;left:28.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#VflgdPSbyrsShctwpnxzzM4GUFemytNf { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:79.9375rem;left:28.125rem;height:2.925rem;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; }
#yXWcGfBCZLfJxVMPP6H1isLhNeeGSyaz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:84.4375rem;left:29.6875rem;height:0.8125rem;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; }
#Qt0Jf9TdMCNdecUT2tWhWPI2GGsh1FuJ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:84.6875rem;left:34.8125rem;overflow:hidden;display:block; }
#Rpf7KudGnH1SLvrFBOZBtoJOAVCrTqTR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:79.9375rem;left:40.3125rem;height:2.925rem;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; }
#iHCrI0tFyGKyB0tNRTepEmW1pZsq8FiD { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:84.4375rem;left:41.9375rem;height:0.8125rem;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; }
#kkxKxJE8EqHuA1d2QRVzNLaoqqasn0VG { position:absolute;display:block;z-index:15045;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.6875rem;width:4.6875rem;top:84.6875rem;left:47.0625rem;overflow:hidden;display:block; }
#CZzfcOefcTh3S8SQnq7nOTMlvoJz28DG { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:79.9375rem;left:52.5625rem;height:2.925rem;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; }
#bFgztvXyFLQ5B1NlvuxyGHcZn4UsvvO4 { box-sizing:content-box;height:9.375rem;width:11.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:77.3125rem;left:15.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#cwcBEniwNLdB2TRN89Kp6zgliVOWknru { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:79.9375rem;left:15.875rem;height:2.925rem;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; }
#vOBIthQgVgqtTMnkUGlSo0tNEFqP7IGH { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:84.6875rem;left:22.5rem;overflow:hidden;display:block; }
#a4EeFCddpoXtsaXitdFCqfxFbAOZgT1u { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:84.4375rem;left:17.4375rem;height:0.8125rem;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; }
#zUohSeNLs8PiEqGwUGMzmFG74XBFQ24N { box-sizing:content-box;height:2.8125rem;width:15.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:75.875rem;left:44.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.25rem rgba(144,58,25,0.5) ;display:block; }
#fSh4SpLAwT4JN1OTc8CFgbSasPukNwFo { color:#d54a15;display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:76.8125rem;left:47.875rem;height:1.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; }
#rQ24U6FbnGweCKwdkPq1oq0AlX9Hir5h { box-sizing:content-box;height:14.375rem;width:11.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:36.3125rem;left:39.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#EFfxAvEmnL1QmraXoRJcvadT8v24yZFA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:38.75rem;left:39.75rem;height:2.275rem;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; }
#ERt7v68sTSS8E0LOHCJaklZu1MzJsulT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:42.125rem;left:39.75rem;height:3.65625rem;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; }
#LJGTL7EKnfT5oOvTqodlGF8aA9ixeTel { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:45.25rem;left:39.75rem;height:0.8125rem;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; }
#PmDrMJmERFrfMeOIRFNdH6nToIdCZVFI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:47.625rem;left:39.75rem;height:1.1375rem;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; }
#XGmOgIK6fz4VHUO8K11OKOnOOEGUzkfF { box-sizing:content-box;height:3.625rem;width:23.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.25rem;left:27.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#KMoTwCIsIMbQwFwtSnWTI5vknyMmPl44 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:33.5625rem;left:27.875rem;height:1.1375rem;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; }
#X71K7fEmznLAJvxJPIpVTcRRIViDsy0G { box-sizing:content-box;height:3.625rem;width:23.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.25rem;left:51.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#QJTUbSgmLkH6940EIX6z2Zt3KbWtefvR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:33.5rem;left:51.75rem;height:1.1375rem;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; }
#CrNSClPvkrPA6am8ttXnspyxUXkMV7Lg { box-sizing:content-box;height:14.375rem;width:11.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:36.375rem;left:63.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#B6n2ernQoR5lf32IIeUr6bDIhZqFEQsH { box-sizing:content-box;height:14.375rem;width:11.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:36.375rem;left:51.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#cPucKMo7azGeUNq8KOacRTtqe9DHA6OT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.75rem;left:51.75rem;height:2.275rem;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; }
#RL8bLQ5f7h1FdPKqSrEy9hdrq4EmolMa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:38.75rem;left:63.625rem;height:2.275rem;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; }
#MBvTdXNO5wyvhHKakSNzD2yc96m9hMJT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:42.125rem;left:51.75rem;height:3.65625rem;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; }
#TPm97EmsCXNtmba2ZomqTqpALT2QVcIS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:42.125rem;left:63.625rem;height:3.65625rem;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; }
#vlrPkCwzmE11WfX2PwHgThTXa5Sebs8u { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:47.625rem;left:51.75rem;height:1.1375rem;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; }
#php1ds9VVsqe1aPJ21Ws4eykBM1TNmxo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:47.625rem;left:63.625rem;height:1.1375rem;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; }
#EbLqfPmtZsROs30WRkSsTnUlZXIOg7e2 { z-index:15008;top:28rem;left:51.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:2.7625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NgPBHvPggTTWfnKPecbDOzK46ek6DEgI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LFcnnof82SqMtbD2J9OLSeR8gukszPcw { box-sizing:content-box;height:3.625rem;width:11.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.25rem;left:27.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#hHJXCn8Z7DIZLL8ztiWGlFWXD2Q76nUb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:13.5625rem;left:27.875rem;height:1.1375rem;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; }
#sNPqqex0tImW1vJC25dTLqRw50UTnZyU { box-sizing:content-box;height:14.25rem;width:11.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.3125rem;left:27.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#rpN4W9JZbDp964G4nWbMC20yi2nF57mJ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:27.625rem;left:27.875rem;height:1.1375rem;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; }
#u5G5Z0DUtMfQl58Q4i8udqdpIzmezIAa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:22.125rem;left:27.875rem;height:3.65625rem;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; }
#v3IES9ll8UXLXf34ZHk1Im2k6TPG0sI7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:25.3125rem;left:27.875rem;height:0.8125rem;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; }
#D1bIVeLQ7VucyUozKUufciqzb0mhWnIe { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:18.75rem;left:27.875rem;height:1.1375rem;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; }
#xA6w5qMxkOmSEwIJkyr3bGAEXs2HOQZl { box-sizing:content-box;height:3.625rem;width:11.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.25rem;left:39.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#QQ8fqUGx0HdPr31TzAltfz1uRG60PKGm { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.5625rem;left:39.75rem;height:1.1375rem;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; }
#Vcvrtt7qi8pI7OCuyUo0c5O8DrreAdie { box-sizing:content-box;height:14.25rem;width:11.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.3125rem;left:39.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#iZrCsxgzurE3ggXgBmbLlZL5Haw25Sbv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:27.625rem;left:39.75rem;height:1.1375rem;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; }
#AFMbdhIERpzQQaTysOTLpBm5TPMTXGKK { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:22.125rem;left:39.75rem;height:3.65625rem;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; }
#TEBpq1qbnPWIJ5KMCW3OKk96elukkJ70 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:25.3125rem;left:39.75rem;height:0.8125rem;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; }
#nNRTAMScU9QWDtscwPdSS1XJJ0WErIiq { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:18.75rem;left:39.75rem;height:1.1375rem;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; }
#uCT1uTcTe7iaElTdo6BRlrOsMJgUGR51 { color:rgba(var(--color-secondary-2),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:1.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; }
#WLK6trdUmPg9IQw2Erhfi1wVkT7mJeXD { color:#d54a15;display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:7.7375020980838rem;left:16.5625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cespk6zalv40SkWiu3EOeuq7Ord4Nc9G { z-index:15009;top:72.3125rem;left:39.250001907349rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #d54a15;border-left:0.1875rem solid #d54a15;border-right:0.1875rem solid #d54a15;border-bottom:0.1875rem solid #d54a15;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#d54a15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.525rem;height:2.7125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FZTCImui9HcuXfskCnKM9LiEAXfKKJFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvV3ur8skWkhBM6dWPVlVtWX7TNE247Z { box-sizing:content-box;height:14.375rem;width:11.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:56.25rem;left:27.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#yqHcX4hBx9nGP5NwDaVBMRgp91vl2K3D { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:62.0625rem;left:27.875rem;height:3.65625rem;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; }
#qIATKG5ON8Qg2voVT9yc2vvOWQstXFpc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:65.25rem;left:27.875rem;height:0.8125rem;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; }
#Ps0clppd4lky7tq6KlDp2TMJkzaC0amF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:67.5625rem;left:27.875rem;height:;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; }
#v5qqcAx0Ff3Q7Dv0M67mcr3IpuwhGVSc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:58.6875rem;left:27.875rem;height:1.1375rem;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; }
#hyBvwuwllqwMK2ZWLxroN5inikerq3S3 { box-sizing:content-box;height:14.375rem;width:11.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:56.25rem;left:39.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#QfuwgTcioOePXbfgsSI1FbIxwdwBaQ2R { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:62.0625rem;left:39.75rem;height:3.65625rem;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; }
#yGl2LAFTLC9IP35Aa4W0qCiogchu0n66 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:65.25rem;left:39.75rem;height:0.8125rem;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; }
#uQMBbDtKT3blL7VaFkCVfHMWnqX5NEKd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:67.5625rem;left:39.75rem;height:1.1375rem;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; }
#mDLW8mHI2ZwNSVUGoK92MpHE6Zn5xTgp { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:58.6875rem;left:39.75rem;height:1.1375rem;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; }
#wFyLLqsn1904mpRumkL9RKgDe271PbpD { box-sizing:content-box;height:14.375rem;width:11.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:56.25rem;left:51.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#cKRvTtzNZTAZa7xCqRQs5Nfe61B8nt24 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:62.0625rem;left:51.75rem;height:;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; }
#QA4i7xF8zpxezKqL3A4p8WFZiSC1gZnd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:65.25rem;left:51.75rem;height:0.8125rem;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; }
#Uu6IBPXcUl0A3A3azUWQslZSOgdbSyUU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:67.5625rem;left:51.75rem;height:;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; }
#wL1K4W0uDy4zkUgze1W0vvrCZExLQ3tq { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:58.6875rem;left:51.75rem;height:;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; }
#FRlIttMyFCKPCVihT5JhTi243MXqB7vc { box-sizing:content-box;height:14.375rem;width:11.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:56.25rem;left:63.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#uaCLPGHqKby05ux1ApaPosF4sLDD7y8T { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:62.0625rem;left:63.625rem;height:;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; }
#NDZeOObCAQ0DhxrTHAPmFWoqdzzv96z2 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:65.25rem;left:63.625rem;height:0.8125rem;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; }
#VW1SgnfQ1FK5fStfyPEzABtGGG6qFaKs { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:67.5625rem;left:63.625rem;height:;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; }
#TLU1K7oLgbDv9M2Tqb0Qq4hpfGXspilb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:58.6875rem;left:63.625rem;height:;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; }
#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row .container { background-color: transparent; background-image: none; }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row .container > .video-iframe-container { display: none; }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row > .video-iframe-container { display: none; }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .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); }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row .container { border-width: 0; border-radius: 0; }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#vSx4kycV8gvsTNd0VzIOMzgyf6SMLkor { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.5rem;left:27.625rem;height:1.1375rem;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; }
#O7TfqL3cPFpa6XruSiU2ntpcl1e8nzsn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:1.1375rem;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; }
#V7bJdrAZWdMQFbvTKGWrFxKQDik3FSvD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.5rem;left:57.5625rem;height:1.1375rem;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; }
#Ezuf3Kd4Sg34IJtV6TVwWPFyrbii0Gc8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.4375rem;top:7.0625rem;left:5.5rem;overflow:hidden;display:block; }
#zrFgTo6ygrPXzTUakGEAD27xrHVp6hfC { position:absolute;display:block;z-index:15027;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.375rem;width:7.3125rem;top:6.6875rem;left:33.875rem;overflow:hidden;display:block; }
#aPn5nbisVE9hfriq3xLicfCmXq2GVw03 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.3125rem;top:6.6875rem;left:62.625rem;overflow:hidden;display:block; }
#SU3tIpcSFTfa2MQzpWd84uVK0voMbqPc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:1.7875rem;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; }
#WuMEgc2LRPSiTrirpFnTfZhE3pmKc0cH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.875rem;left:27.625rem;height:1.7875rem;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; }
#QFR9320adzMtsPPi2noLCmcQcwsgv6VQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.875rem;left:57.5625rem;height:1.7875rem;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; }
#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/21a14f8d-f6b0-4bad-af38-7c9dc0d9e641/VCA_ColgioCondeDeSobral126.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae.adaptive-delivery-prevent-bg, #XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae.lazyload, #XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae.lazyloading { background-image: none; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container { background-color: transparent; background-image: none; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container > .video-iframe-container { display: none; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row > .video-iframe-container { display: none; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .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); }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container { border-width: 0; border-radius: 0; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#lSqfww9ptWN0ZZkDf1MxKzAf9DdwgglT { color:rgba(var(--color-tertiary-0),1);display:block;width:52rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem rgba(0,0,0,0.5);top:13rem;left:11.5rem;height:7.8375rem;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; }
#rIFtuJKMTU8u7xVa1P9bOh40OW3aTWUS { z-index:15004;top:23.625rem;left:29.875rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.12847875rem;height:3.04166625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LSGTGOfM3AAnEg1fBBzVsphErfWi2PUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVCXS5HALUwbMhferKfXVnGgOk62qT4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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:none; }#TVCXS5HALUwbMhferKfXVnGgOk62qT4y > .row .container { border-width: 0; border-radius: 0; }#TVCXS5HALUwbMhferKfXVnGgOk62qT4y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVCXS5HALUwbMhferKfXVnGgOk62qT4y > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:none; }#wccKTSvl3FGrrLgdwuJbKQ8EIXAuhP3I { color:rgba(var(--color-tertiary-0),1);display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3203067779544rem;left:9.8125rem;height:10.234375rem;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; }
#eM1Hg7OCI1KCgt4wnO5gDpkhqdx8WH2s { color:rgba(var(--color-tertiary-0),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3187561035156rem;left:10.312499046326rem;height:11.375rem;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:none; }
#XRpsVtq7rBzalAOkQ4t1dGEwsDakZSas { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:14.6875rem;left:16.375rem;height:5.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:none; }
#p5t5p3m4yESyRBHZFN7h10e1iFo4wEig { z-index:15004;top:21.75rem;left:29.875rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#cr9gsAA2BTzevcktHi9PthTpgOlOuTpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr { 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; }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row .container { background-color: transparent; background-image: none; }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row .container > .video-iframe-container { display: none; }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row > .video-iframe-container { display: none; }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .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); }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row .container { border-width: 0; border-radius: 0; }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#iIRCZ5fbQR5drpeaR3z5wBmxqW6137Bn { color:rgba(var(--color-secondary-2),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.875rem;left:14.124999046326rem;height:0.975rem;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; }
#Dx6U4y0PDILKlvR9vx2r1mICDozhO8TH { color:rgba(var(--color-secondary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.85000038147rem;left:35.781251907349rem;height:0.975rem;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; }
#HDxVmeJb8Kr11GWzXpvIBtJ9STvR7Dy3 { color:rgba(var(--color-secondary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.875rem;left:55.4375rem;height:0.975rem;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; }
#HRnCRaaiD0TOP6iDTL5VO2eMidcTFdS5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:14.625rem;left:14.25rem;overflow:hidden;display:block; }
#roiFC2fKZBqhxIx8Iy9rOS2uG1ImiizQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:8.3125rem;top:14.6875rem;left:57.0625rem;overflow:hidden;display:block; }
#KfH96PLA1Ikm20R6s4HghLo7c7zTeWRx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:8.75rem;top:14.625rem;left:34.6875rem;overflow:hidden;display:block; }
#qwuzJIG8RrP1mpmt5U76WIk7TatM9qmT { color:rgba(var(--color-secondary-2),0.15);display:block;width:1.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:10.75rem;height:14.05625rem;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; }
#VCe6DlItn9K5Tx9pbJwDmNEkwLGt3gtJ { color:rgba(var(--color-secondary-2),0.15);display:block;width:1.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:31.625rem;height:14.05625rem;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; }
#ZkDTKelNcFNJWZmeIQiFc7dLwBTZ2NQV { color:rgba(var(--color-secondary-2),0.15);display:block;width:1.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:54.375rem;height:14.05625rem;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; }
#ZZfCwk8Mfgy5xP6SSveXdmdBfogbCNKG { color:rgba(var(--color-secondary-2),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:7.0125007629394rem;left:19.25rem;height:;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; }
#bEGdSpvXtq1QQysDpkHDHJatw9fv3vZs { z-index:15005;top:27.061717987061rem;left:29.94375038147rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.9875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CnlMVlfHbE5PbzPAzoG1FlMAQrvTRHwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5UZN2zFylrpACG5vyboDFvT4qIVgw6b { color:rgba(var(--color-secondary-2),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.8750003576281rem;left:20.59375rem;height:3.85rem;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:none; }
#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf { 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; }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row .container { background-color: transparent; background-image: none; }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row .container > .video-iframe-container { display: none; }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row > .video-iframe-container { display: none; }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .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); }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row .container { border-width: 0; border-radius: 0; }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#LScnh3W6c7vTFOAxX1WNw8TSipTo4JmV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:39.9375rem;top:5.25rem;left:1.875rem;overflow:hidden;display:block; }
#Gfo7nZ8ct7S6KFvWPWPn7lk0BkKTpgMJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:23.0625rem;top:13.375rem;left:47.125001907349rem;overflow:hidden;display:block; }
#F3DQzOpAVDdXigxGSArVxxzlaH5Tl6Fu { color:#ea6425;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:10.125rem;left:47.125001907349rem;height:;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; }
#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO { 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; }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row .container { background-color: transparent; background-image: none; }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row .container > .video-iframe-container { display: none; }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row > .video-iframe-container { display: none; }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .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); }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row .container { border-width: 0; border-radius: 0; }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#NtsGCBzQIDUxrswqSPiaAXOR1BOJf7RL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.5625rem;width:17.125rem;top:5.875rem;left:0rem;overflow:hidden;display:block; }
#ZzSSugNmEKZUniyIBHAdFDfQTTJoKSzX { position:absolute;display:block;z-index:15003;height:21.5625rem;width:56.25rem;top:5.875rem;left:18.75rem;display:block; }
#kpHoOJWqFVgEzykFsRszAvdWoCadBrnX { color:rgba(var(--color-tertiary-4),0.7);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3.25rem;height:1.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; }
#WW8oBIS397chDOUME6UqrTCsS659srkU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:.7;top:2.5625rem;left:0rem; }
#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row .container { background-color: transparent; background-image: none; }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row .container > .video-iframe-container { display: none; }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row > .video-iframe-container { display: none; }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .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); }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row .container { border-width: 0; border-radius: 0; }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-form-header {  }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#808080;width:29.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;line-height:.8; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-text {padding-top: 0; padding-bottom: 0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-select {padding-top: 0; padding-bottom: 0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-button { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#ea6425;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.0625rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.875rem;overflow:hidden;font-style:normal;float:none; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-container:first-of-type{padding-top:0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-container:last-of-type{padding-bottom:0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.6875rem;left:0rem; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.0625rem;display:block;vertical-align:top; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x {display:block;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.6875rem;left:0rem; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x #m1wNUaOA8gM9MDwpfMIx9dTDNgDOon8f { position:relative; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x #GUkpTELWLFltAE2rhV3VyeDITEAbTNCA { position:relative;display:block; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x #U2Q8JMA55xQcx9zC3AGDAwizsyLTbQ1I { position:relative; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x #PcgA8e8rRZHGOfEgcxn1pe1oKnBZ1AGO { position:relative; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x #mO71ckTvOHg9aHVlrPeqoDkxrD4xzP6x { position:relative;display:block; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x #PZ1DQHgSPSLha4LKTcA0qJ0Wy3a7lLSN { position:relative; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x #tG98AvqxwldS1e5mWgqyPvGAa8TGDN7N { position:relative; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x #wc3TcUeeyQNXFA4aQoJetPltOU1ZmDtE { position:relative; }
#lrbbih4auwoTfdASf5t1mcQPdGiPgA7L { box-sizing:content-box;height:12.8125rem;width:31.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.5625rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#aBcrBB34B9GdnGaNwPm9evQgumNig13u { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:12.6875rem;left:0rem;height:0.875rem;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; }
#T8dqMVVx4THPtR5XftEHOuu2nGyvBfe3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.625rem;width:14.375rem;top:5.4375rem;left:45.4375rem;overflow:hidden;display:block; }
#p1nG9BKu7zVreks18QRk3VJMEkuyJK9W { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.625rem;width:14.4375rem;top:5.4375rem;left:60.562498092651rem;overflow:hidden;display:block; }
#EORtJTFBiBWKDu0cOivqt7GAcdeeV2Wk { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:7.1250009536744rem;left:0rem;height:3.85rem;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; }
#RNWtHk0dow2AoIFR6xhdnTFmX0ynqcG9 { 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:none; }#RNWtHk0dow2AoIFR6xhdnTFmX0ynqcG9 > .row .container { border-width: 0; border-radius: 0; }#RNWtHk0dow2AoIFR6xhdnTFmX0ynqcG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNWtHk0dow2AoIFR6xhdnTFmX0ynqcG9 > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:none; }#bTTdi4h35oPT8aIEbZwwTN5rOLrTMf44 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:3.3124990463257rem;left:17.499218940735rem;display:block; }
#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea6425;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; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container { background-color: transparent; background-image: none; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container > .video-iframe-container { display: none; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row > .video-iframe-container { display: none; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .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); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container { border-width: 0; border-radius: 0; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#UQWN1hl2rw4TIMqPcSNzJ84m7964E2lS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.125rem;left:0.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1)); }
#UQWN1hl2rw4TIMqPcSNzJ84m7964E2lS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#DhSl3KXiTuB9q4e7qPa9sU3VgnhadZpG { z-index:15007;top:4.4375rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ea6425;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NQfveG2eFlJLTTVguETGPo1LqkW5PcRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOTGZMmWtFrtyiKNSo1RUhPzZK7d8SOa { z-index:15009;top:4.5rem;left:26.5625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ea6425;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Lbx9odKLMvm8CDdb1BXO53eZ7XLa3odV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgcsLbz3gdCCAtySC49MOXVgUVLHKOde { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5.125rem;left:27.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1)); }
#zgcsLbz3gdCCAtySC49MOXVgUVLHKOde > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Lh3WXd92vSNymmlKG54Pqx99frrksLWJ { z-index:15010;top:4.5rem;left:53.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ea6425;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZBOph9qJp96LaTKJeT7qOv853iRclHTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GySTAQHuAdMK30k0HXtKo7edlAaWV8Le { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.125rem;left:53.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1)); }
#GySTAQHuAdMK30k0HXtKo7edlAaWV8Le > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk { 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; }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row .container { background-color: transparent; background-image: none; }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row .container > .video-iframe-container { display: none; }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row > .video-iframe-container { display: none; }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .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); }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row .container { border-width: 0; border-radius: 0; }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-form-header {  }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#ffffff;width:35.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1;font-style:normal; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.4375rem;box-sizing:border-box;height:2.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.4375rem;box-sizing:border-box;height:2.8125rem;color:#ffffff;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ea6425;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.25rem;margin-bottom:0.25rem;margin-left:4.25rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:26.875rem;height:3.5625rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none;line-height:.6; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:poppins;font-size:0.875rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:34.1875rem;overflow:hidden;font-style:normal; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-container:first-of-type{padding-top:0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-container:last-of-type{padding-bottom:0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.5rem;top:8.8125rem;z-index:15001;position:absolute; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.4375rem;display:block;vertical-align:top; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 {display:block;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.5rem;top:8.8125rem;z-index:15001;position:absolute; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #GoIktlRadmvc6oQoi2VO8yxJMi3VhEkI { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #ThskaR0zbXfCqvZ8q6WNSuihqs9TvAvl { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #lL3TSqetrEF9ZddUwOHNJ4r3iRdNe9Sw { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #cLSbZvZsdt6AUiTpgNGdsxGDvRWV1cWG { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #IXxKXA6mBbzp8nA4zKDiFMTJQVdTf7ZS { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #AFUautGCrFv8nbnu90MzJVQrxLFB0s1H { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #Qak4dXwXTtR96MoJ81NhFgQrFw32vhCN { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #QgwETpbiCV0kNkRw6i9KamTh2Cos5He5 { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #BgObcvdnxpXhV5SaftAei8pXn8ne4S8b { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #EZreaHK6JAOCZFVeu18SKuuQ56iSDTFD { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #P9Sn6JwDmvOfFrkeHt7yHeXUuzR71UTu { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #gJtuB7JXQLwQtTumZegoT7ScaVAbbIuK { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #aX7aeDmwiTcAcwiFFFcHsuHxRMrfMBEG { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #QlcsCJEvLBybXycZi9n6oyoMdPJXWoTT { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #QQVkqTCLTKUXAD5wJz1TPDLgNfkItLnW { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #dnabgEwPln47DCBTAmrddUqcFlx9BWJz { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #qyFZcxbwnReN9KwPfq6BCB0175y5WUVX { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #Ct2gaa7kZbBf0bum0iKM9G1s2dh0dMIN { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #BlvQuLbwh8sNWAdgJdLJVeiZ4T6Xf9tI { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #FJHMJZzyr49CiCOtw9oyrsTg51TUWQdd { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #BEdBVBsckKhfhK6DsgKe96hoU4nJSLOX { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #X6FQatfHnkqTcp1lnxxwknCErcoOo7RJ { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #rhoCiEwPZTSrqUloFFUOyG6WOXamg9oT { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #dA7A509qQRisuCfESuA76BFw88S2mH43 { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #PfVUlp1yOSOzshh473c3E4EZBE5crmZI { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #hIaGBqMeGKK6VRfkih6loLiBeZQ8IcvF { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #IofS5DrG2RREkQXzLswVstXGFg26TMt8 { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #MGIzQmsQVSkI5O1I6oH2z7yq6OKowIvO { position:relative;z-index:15000; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #onycVTJ6mtiPKAUxR6PoTokKNRFTIhy3 { position:relative;z-index:15000; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #IBRA04wG4bTPX8n8586AunIVR0xP8gDN { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #kePrkWN7ZlR0LLsSqQ4odbRcZXhvyexB { position:relative;display:block; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #ZhkTVnSuqL6B0qvxpWA8R0n4Gnhc7fJB { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #HPPKa2TSxKCiNItC7GOL45Plnwbz1M64 { position:relative; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #lWSS3WVb55147AwBkPDLrOFEHenG02Qg { position:relative; }
#x49Ea85GKNKHIn1qnnQxuqBDcSvhPqB1 { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:5.65625rem;left:6rem;height:2.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; }
#bUkIUVCqPxLhMr5VmVhiCrehFJCVbkBn { box-sizing:content-box;height:57.9375rem;width:39.125rem;position:absolute;display:block;z-index:15000;background-color:#8dbf40;background-image:none;top:2.2992553710938rem;left:2rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#hX3GFDi95ZEldnBefT1d8hQT0cdZQtKf { box-sizing:content-box;height:9.0625rem;width:29.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.3125rem;left:45.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#lb0B2BgIUFIAWrTK9nPSk18JcsrEowhi { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:4.125rem;left:47.375rem;height:;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; }
#cogsn9fv1waeisv8Ci2V1VmGRSihwyJH { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:8.0625rem;left:52.0625rem;height:;text-align:right;text-align-last:right;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; }
#EmI2OsyiaIiJNF9fKxfg32fObxBX8CzU { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:9.0625rem;left:52.0625rem;height:1rem;text-align:right;text-align-last:right;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; }
#WnwtnbTrmrwnpvEWIs9J9H8dPkMJl5t3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.4375rem;left:47.375rem; }
#syADet0koAqM1bs1Q3xd2QDM6MoVnNvt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:8.4375rem;left:48.625rem; }
#CG390sQoVsofh1TZ5nSXMcUFwqe5kZZC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:8.4375rem;left:49.875rem; }
#kJNHy2rSyinq2cqBZ3ZSvhZTwGdhDBXK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:8.4375rem;left:51.125rem; }
#RXrC8AbUefiDTDqprRJcENGy80Gbcp64 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:8.4375rem;left:52.375rem; }
#aKzTOtQbebxUEEK0TwZITodGITwlP9El { box-sizing:content-box;height:12rem;width:29.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.8125rem;left:45.312501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#WJTu8PDMDxo160IWR5uxTVWLrCXDG2ny { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:30.4375rem;left:52.062501907349rem;height:1rem;text-align:right;text-align-last:right;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; }
#kgR9tGCQEPHekOAO1gF3aduPbqJyfgAX { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:29.4375rem;left:52.062501907349rem;height:1.3rem;text-align:right;text-align-last:right;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; }
#T5avvyLURiIOGC7kG9JGqWmKGB2RDDSM { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:23.0625rem;left:47.375001907349rem;height:4.8rem;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; }
#Bt9B7Ab8PSkNi4WZnERMN76JRs5HLbhz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:29.8125rem;left:52.375001907349rem; }
#z6oszHnoWTSQ0JdXMdko6ZBTJ8khivKO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:29.8125rem;left:51.125001907349rem; }
#T9nvulPk8cZ3Z57XIy3G3IgJo7tpVWWT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:29.8125rem;left:49.875001907349rem; }
#wJc8Du4KBZb1f5yEwwg9FS7si3xoeBK8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.8125rem;left:48.625001907349rem; }
#ZTS1V40sTBTOPmlxvFbOlcA2urqt2ONS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:29.8125rem;left:47.375001907349rem; }
#bmSzMBSVsX8CqwzS55THXGXtnCLXZ3US { box-sizing:content-box;height:12rem;width:29.6875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.6875rem;left:45.312501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#JoFTW4ZJtaL9eqkkoXFWr34JBAyOQ5wq { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:43.3125rem;left:52.062501907349rem;height:1rem;text-align:right;text-align-last:right;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; }
#UpBlSoZ1huTEFvEawtTwH0OV62ofvpu0 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:42.3125rem;left:52.062501907349rem;height:;text-align:right;text-align-last:right;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; }
#k5TMHV0szAX83JN0pC6k17xxiK9xqgan { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:35.9375rem;left:47.375001907349rem;height:;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; }
#HQ8sPwDgCbQbeiiFWSSMVPkbnJbhitls { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:42.6875rem;left:52.375001907349rem; }
#kxG3o6S5snn1ZuvmZgc9NFcv0VhCtpZX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:42.6875rem;left:51.125001907349rem; }
#NTXu4MHZX9cTxCI5FNPg9U0NuAEGR6Uh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:42.6875rem;left:49.875001907349rem; }
#TO3dsgW8g0vGevK7oI3oyXutWakW3Iy0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:42.6875rem;left:48.625001907349rem; }
#kVeXFaWX3vBSAq0KaS466HTXHMoiZb0e { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:42.6875rem;left:47.375001907349rem; }
#Ob1ON0dtTXeOxiar7lXPHa2E1PSQpgWg { box-sizing:content-box;height:10.6875rem;width:29.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.5625rem;left:45.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#au1IaGI3gPXABtDKWidF7so0QkeSMVKr { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:55.0625rem;left:52.0625rem;height:1rem;text-align:right;text-align-last:right;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; }
#TOOO2MNCS5O3wGwttJ0V6ZXTEb7WBFuu { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:54.0625rem;left:52.0625rem;height:;text-align:right;text-align-last:right;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; }
#zD6KF4C7Je1xbUEwqfFRlWyU1SxTrakh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:54.4375rem;left:52.375rem; }
#vIAiPiG9GkRmrMZknREd9oEq53aLdvG3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:54.4375rem;left:51.125rem; }
#BX8eEaghwPlxEQVK4nwJM8mG7BzCKWRX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:54.4375rem;left:49.875rem; }
#ifQ9NKerxrxCC4qQDn7qnodgnODyTks4 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:48.8125rem;left:47.375001907349rem;height:3.6rem;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; }
#qksV99H7StTGHdeOl4sfntPOC5g6tOzr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:54.4375rem;left:48.625rem; }
#qSwzxsnxnNG2P6BJuDeaPQ3xvDTbIbVs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:54.4375rem;left:47.375rem; }
#lM71pRzdA6TDhO9UC8nJWneiwA7sZrHZ { box-sizing:content-box;height:7.625rem;width:29.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.3125rem;left:45.312501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#tDuuo0Jfos5HQCx9wWM24tTB0xxUGV1G { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:16.75rem;left:52.062501907349rem;height:1.3rem;text-align:right;text-align-last:right;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; }
#mF7dJrDTyeVcTHehsy6Uk4e5OF09Eyu2 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:17.75rem;left:52.062501907349rem;height:1rem;text-align:right;text-align-last:right;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; }
#iHZuIk6iGcvTp91ogzawxD9Z3FTkLliG { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:14.1875rem;left:47.375001907349rem;height:1.2rem;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; }
#KFhEXgrxL5OsJwAO8Xbm7iLR1JErU81T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:17.125rem;left:52.375001907349rem; }
#Z5MonnQ3CWdcVPTcgUWFldnXQJFs5N6d { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:17.125rem;left:51.125001907349rem; }
#TdMxWHtA45l9x4pHFVVvtyirBs5rgozx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:17.125rem;left:49.875001907349rem; }
#XpEUwrgZWPxs87dCurP6SNZbDsNhiOdm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:17.125rem;left:48.625001907349rem; }
#vkfPAXR08kAPcsmsT9HRiXnakmGfGLJS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.125rem;left:47.375001907349rem; }
#UbgpWtGDM8A6wmd8wS9Fq8FX2v7Lh3De { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:58.78750038147rem;left:71.87499809265rem; }
#UbgpWtGDM8A6wmd8wS9Fq8FX2v7Lh3De > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Vtr67TFxTqp5fI2azGnUXpPMNfeIPrg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#149291;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:none; }#Vtr67TFxTqp5fI2azGnUXpPMNfeIPrg9 > .row .container { border-width: 0; border-radius: 0; }#Vtr67TFxTqp5fI2azGnUXpPMNfeIPrg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vtr67TFxTqp5fI2azGnUXpPMNfeIPrg9 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:none; }#rwlSkoTNStwRxWroPnFPoAkTBmoDNsch { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875001907349rem;left:48.375001907349rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#uXr9DTF8SUthVCUTKTH1sPmuOXd3b01T { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875001907349rem;left:53.937501907349rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#EQ97DdNaCN85G4OVOTkAXZ4oCA1TboB5 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.875rem;left:64.9375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#HVf4nMPTa7ITIrH6TKq6BNrX5X34ir1P { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:10.1875rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#a0nxgiIMVovUb7IITE2uWWv2Ei1CZlH5 { position:absolute;display:block;z-index:15005;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:2.6875rem;width:9.125rem;top:5.0625rem;left:15.9375rem;overflow:hidden;display:block; }
#i0WsiKUv1tV2WceSc8w7UHfitLVwMo3N { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.375rem;left:66.75rem; }
#i0WsiKUv1tV2WceSc8w7UHfitLVwMo3N > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#FKrKvZHQsAUcBKm6nnBBVFBdbba04aJ3 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.375rem;left:63.875rem; }
#FKrKvZHQsAUcBKm6nnBBVFBdbba04aJ3 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#gOXFBedZWB7G2zqW2mUQ4HTJwtdD0dTo { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.375rem;left:69.6875rem; }
#gOXFBedZWB7G2zqW2mUQ4HTJwtdD0dTo > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#ubLaAZ7gXOtTuCFx8U3Slgtf4l3GzoV3 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.375rem;left:72.625rem; }
#ubLaAZ7gXOtTuCFx8U3Slgtf4l3GzoV3 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#cuzs8Fdq4ypTUJqUPwt8Vtc3vV0UqeKl { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:"riffic free";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.8000011444092rem;left:39.562501907349rem;height:3.89930625rem;text-align:right;text-align-last:right;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; }
#sWeozTxCBnsJRx4HChWlnDFC9xnsOnqf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1875rem;left:12.375rem;height:2.924475rem;text-align:center;text-align-last:center;display:block; }
#drztgnfZu4KK6USDdoJfSQafViRenSGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row .container { background-color: transparent; background-image: none; }#drztgnfZu4KK6USDdoJfSQafViRenSGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row .container > .video-iframe-container { display: none; }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row > .video-iframe-container { display: none; }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .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); }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row .container { border-width: 0; border-radius: 0; }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#xV1dsGovWa2iPzQdznKTEsBisn7uOzR9 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875001907349rem;left:48.375001907349rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#m1TywvpF5N45ruOh0muNtF90d8XvaCRZ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875001907349rem;left:53.937501907349rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#ThD22x373TD6FBpbRTvGNmTIeckEVVKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.875rem;left:64.9375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#MFlKQG6zaB5Rs3gZVDZhvPsuJyc2SEgU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:10.1875rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#aXqt6qDXHFbDOSQdAHnxv4EGDPX8148u { position:absolute;display:block;z-index:15005;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:2.6875rem;width:9.125rem;top:5.0625rem;left:15.9375rem;overflow:hidden;display:block; }
#VegvEqxCbcq3zhFt1dLLqLgiS68hxhy3 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.375rem;left:66.75rem; }
#VegvEqxCbcq3zhFt1dLLqLgiS68hxhy3 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#vf71dPfasB8aUvWJMf9hKONBHncE9BBw { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.375rem;left:63.875rem; }
#vf71dPfasB8aUvWJMf9hKONBHncE9BBw > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#FJohV28Mumlp1Tas3OmWaCoi3AoXi02p { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.375rem;left:69.6875rem; }
#FJohV28Mumlp1Tas3OmWaCoi3AoXi02p > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#TqHd4ozfmHZB7N7R1Ol2QWUuT3zNEsRw { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.375rem;left:72.625rem; }
#TqHd4ozfmHZB7N7R1Ol2QWUuT3zNEsRw > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#LVi2vTbSX6e19yqW9H7ax8bP6dAOcXVF { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.8000011444092rem;left:39.562501907349rem;height:3.9rem;text-align:right;text-align-last:right;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; }
#U6TUfUlzV6nkw05ge46XcOpyK5kkXfUr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1875rem;left:12.375rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU { display:block; }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAvQRRV2LSfPi3WkAt3ZPh05rlm0a2tI { top:1.125rem;left:0rem;width:8.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIT1uTVE8iTmSrQCw2Q2XFcQoR3CFNZS { top:1.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#gIT1uTVE8iTmSrQCw2Q2XFcQoR3CFNZS > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vqovaUsJzOPeFzgo8OAhaXvM66GpAbIM { top:1.25rem;left:38.375rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZuDU4UohgkA6BMm8Dgl7UqETd6uc8FJ { display:block; }
 }@media only screen and (max-width: 763px) { #HXBBG3XLV3BNn0FidNrgdN0To907TXvk { display:block; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3EyDZPzyBzUWviPok8hhcTWmWfHJirJ { width:47rem;height:7.5625rem;top:15.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4TcvqCWQXT5mVla5B1aAfZPh1pvng0V { top:39.75rem;left:12.96249961853rem;width:21.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHRvWs9gtvdgRhw5FH52ExMd9dcCWXd { display:block; }
 }@media only screen and (max-width: 763px) { #nrlxqub1vdgXUPOaOeJ9hSfQZrKpcarv { display:block; }#nrlxqub1vdgXUPOaOeJ9hSfQZrKpcarv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTf9JW1wbw5OxTit7KKPcglWQbcQTFbJ { width:40.625rem;height:3.375rem;top:2.875rem;left:3.5625019073486rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 { display:block; }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V33s19qrO1TFAFVkayx03seXyxCAfViF { top:45.8125rem;left:0rem;width:24.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9ufcGO4xBEHRKL0w31v1ppMtgvlJiyg { display:block; }
 }@media only screen and (max-width: 763px) { #TnNhL3igk7kmeXMKbaNGPpyEz6cNquKX { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfowura9FW2vTCu9uidtvwH8JQ3epS4R { width:12.1875rem;height:;top:41.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk69RDN21r5DP5QmNnQJRWhVJgs3Si7z { width:12.1875rem;height:3.625rem;top:35.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOP9n5hHnGNttyJZmZlKHlXDW6x0W6zc { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8M2bE8qRoGiD2C1XPJs3fhOhpLhkpDq { width:12.1875rem;height:;top:33.3125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5acLKEgTUswlRk49t38NfGVK8TtQ8db { width:10.3125rem;height:;top:28.8125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8N39lSDW7Z1Z8z7ComfQNSezs2EeV0O { width:37.6875rem;height:6.4375rem;top:7.4375rem;left:5.0312519073486rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0pqtdrUqG7qVpiefD619BUOELQodTR7 { top:83.8125rem;left:0rem;width:46.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgNfJdKVNlwClMZJZ5m2B9iGtIMqeuTc { display:block; }
 }@media only screen and (max-width: 763px) { #zvZ3XO9Vp1SwqzP7t5AGtwF7XsUQhXw3 { top:16.3125rem;left:24.375rem;width:20.5rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMs1V03f4ETHU2iB7aW9Uz32k7tw9rPc { top:58.9375rem;left:0rem;width:25.1875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3bOi45h39Uqq3cfWwkEW6QpSwWKW711 { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoHKzmwT9s7OBrQSiLuhTlurU5a5BzoG { width:12.1875rem;height:;top:41.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZVXTufWM3DQJqsu4pZRLWviIfRuygTl { width:12.1875rem;height:3.625rem;top:35.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2X8cweyPhni5rFmtGhTTaMLS1bLDX0e { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiZJRPJkJzDuFEnpwERppfBOguCB9kIN { width:12.1875rem;height:;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpxFthH80rk6ZDla8BxuylmriSZAwOf8 { width:10.3125rem;height:;top:28.8125rem;left:37.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpRiFM9AfS0xTAvXnMiOHQiiQQZduCw { top:69.0625rem;left:11.4375rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MycHizJgSSP2SEtTxbVotiB4VqcyVS5H { top:69.0625rem;left:24.0625rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeMX92bNq04VSJMOT7M8PgSf1WZOmucr { top:69.0625rem;left:0rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Rod3dx6bHTi5XDHqWtoUvPHNltu56l { width:12.1875rem;height:1.125rem;top:80.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wothAK92aZakCIesI4LWFOHVC1KLgQKA { width:12.1875rem;height:3.625rem;top:73.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5EkSfweUfBEdaWkqEnJ3up5m6EefGQi { width:12.1875rem;height:0.8125rem;top:76.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXoIEVfgQ2KthU9HH0ktmGZKD8S7UCzH { width:12.1875rem;height:1.125rem;top:80.125rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knVsRRIpMPT2TaOgkrBo1OSIPLbGDQzg { width:12.1875rem;height:3.625rem;top:73.75rem;left:11.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dANlhHT6sBqbZPvKgbqLHVLRpsVz6I7Q { width:12.1875rem;height:0.8125rem;top:76.9375rem;left:11.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUw2D9lRQZozIxBU3PnuZcuVTIpm6J7i { width:12.1875rem;height:1.125rem;top:80.125rem;left:24.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhpKASaWNf39ThOwGwlOTQpedFhDMebA { width:12.1875rem;height:3.625rem;top:73.75rem;left:24.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfgrKvogR2F5TAcZxTORLOblmIpFvCu9 { width:12.1875rem;height:0.8125rem;top:76.9375rem;left:24.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGMdk4CRWGxFv4c66ZlkSaL3aQ7495a8 { top:69.0625rem;left:0rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8FnktdDqyopG83w0wlqVCGk6qTb4DGc { width:12.1875rem;height:1.125rem;top:80.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTI9FAIaN6GNKqpP7rdNIf23iQ92bmAb { width:12.1875rem;height:3.625rem;top:73.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfNaT5NQM106qZS4hRAJ8FM24oyEZAq { width:12.1875rem;height:0.8125rem;top:76.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMGpPsk5MZwsDho0tSUw787egTSJRFh1 { width:12.1875rem;height:1.125rem;top:71.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0oAUbqCTRIMcZCvf9z4c75CiRdGi59B { width:12.1875rem;height:1.125rem;top:71.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRBu3yC8tlo9sQC9RdvBlANSBH0T7TUJ { width:12.1875rem;height:1.125rem;top:71.25rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoDcAfUvnEX7XD1ut9Vscb6HdINKTfC2 { width:12.1875rem;height:1.125rem;top:71.25rem;left:24.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iywMSL4zdFtWnZgeMbqiGfdxWczPZi4q { width:10.3125rem;height:;top:66.6875rem;left:25.000001907349rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfBbJyC0yvbAX6B8iH8N3hgyiflQ4Xi0 { top:69.0625rem;left:35.5625rem;width:12.1875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbEMCiOID60ekXqS8D2X2M0cWJaO4OCD { width:12.1875rem;height:1.125rem;top:71.25rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9fMUwVNcaf5usnahTdJQA4OhmpUmDT9 { width:12.1875rem;height:3.625rem;top:72.1875rem;left:35.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrWhK2OC1IFvNxiF4QL39vq4sTwbgRtl { top:69.0625rem;left:35.5625rem;width:12.1875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVm6qFqFEWL80ym7ytMMlGtgTPlEORF0 { width:12.1875rem;height:3.625rem;top:72.1875rem;left:35.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSdkpcuZ3IpQGXrbglZJ301Zsbtr3Qwp { width:12.1875rem;height:1.125rem;top:71.25rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeq802OPPv7DxBxLWJzv2rCAfahvNxvI { width:12.1875rem;height:0.8125rem;top:75.375rem;left:35.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rANOvHXQEbMMrs44SPBAa387QxzxlFpi { width:12.1875rem;height:0.8125rem;top:75.375rem;left:35.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTdera0wAZzhqhNAVGALF3xIotnpVgA { width:12.1875rem;height:1.125rem;top:84.625rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQElany4kVUS23Q3reD2TELv0NUOeG2m { width:12.1875rem;height:1.125rem;top:84.625rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPJAvAEKM3JugoE4CSTbdLVwduRRRGgq { top:62.9375rem;left:35.5rem;width:12.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdWk3pbnXmUBvEu9uPGEJLt48eBS2uy { top:63.25rem;left:38.125rem;width:9.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk0yVeh003QmzlGky9TKs7zrVfFM9QCI { width:12.1875rem;height:3.625rem;top:78.8125rem;left:35.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTFK6Xy7WqiBrsRf0vuwd9l6WyU21Irc { width:12.1875rem;height:0.8125rem;top:82rem;left:35.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeSsB80Gzwtp6mKrv2L2ts63CFNwO62M { width:12.1875rem;height:3.625rem;top:78.8125rem;left:35.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwBP6PaTvvcGkgATL102zgHrONNRsHk { width:12.1875rem;height:0.8125rem;top:82rem;left:35.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UINRcxoFWvkk6o2DTGP9WvTNBU7VafJA { width:12.1875rem;height:1.125rem;top:77.875rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCyO57keR7T97CvHXFzZF2peTsuD1ABp { width:12.1875rem;height:1.125rem;top:77.875rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKFfOm4Uqu7VxNrrdoAmHSJGK284tlUM { top:16.375rem;left:0rem;width:24.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeMlKei3MTkrx2BBZEyDMQDaNRmdskCH { top:54.25rem;left:0rem;width:47.75rem;height:13.762531328321rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx4TDDHTRVtccOCnqBK2OTfzkobPbb6v { top:16.375rem;left:0rem;width:47.75rem;height:13.762531328321rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7MFHmpMJvizQdFcCIUZnXIMObDgKT8Z { top:54.25rem;left:35.5625rem;width:12.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTaN9JKfDUvr8PHeVuNq8mghKgiQpsnF { top:54.25rem;left:35.5625rem;width:12.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqstCFpuSwkiMfknUCJiA17xlIlxFEvb { top:31.125rem;left:11.5rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbbh0repPHFmJOQfBd9ye04JuTAk8O7C { width:12.1875rem;height:1.125rem;top:41.6875rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ1yHkXGTMvrVlJDIrpnFN58RSMwN0wu { width:12.1875rem;height:3.625rem;top:36.375rem;left:11.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6uQ18dtZMN2iFtkfTEpRqqqw1HXb0r7 { width:12.1875rem;height:0.8125rem;top:39.5625rem;left:11.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPX6Jnk6bgp7lpNMLkfmgT33769VvIT4 { width:12.1875rem;height:1.125rem;top:33.3125rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcnKdCCZvk6lJfCnBay9Eo70SJNtbTHs { top:31.125rem;left:24.0625rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UabzVzxJpR7ofzm8IExh539Sy3Nlvmy8 { width:12.1875rem;height:1.125rem;top:41.6875rem;left:24.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTPniUO4amSS8KNTTKGAGULPZurd0Nn { width:12.1875rem;height:3.625rem;top:36.375rem;left:24.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl2TlcTtHXX2hQmGeb48gSgl8VUX9Hbe { width:12.1875rem;height:0.8125rem;top:39.5625rem;left:24.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMv0kdAPVsxMVIgN7Rrgkq545oUtGenr { width:12.1875rem;height:1.125rem;top:33.3125rem;left:24.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcx775g1OXM0o2XxFqQ6sXlEBgWSkOqr { top:31.125rem;left:35.5625rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHOLxQEGVCoDx6TNstxnu63oQWUDMiCG { width:12.1875rem;height:1.125rem;top:41.6875rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpt32ZcSBFbaX0VDIRGxxlg1lHtu5mhX { width:12.1875rem;height:3.625rem;top:36.375rem;left:35.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgN7TNTV3WDEditef7sodnL5xkDnEvPb { width:12.1875rem;height:0.8125rem;top:39.5625rem;left:35.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8e3IpqemFAdzPAmzPd35rDeaBR9TOt4 { width:12.1875rem;height:1.125rem;top:33.3125rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4VyHC1p0pzt31gn0dmIReniHpM6D78W { top:31.125rem;left:35.5625rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLlalET8WZQcwoau72lAqOkUO2kozUBX { width:12.1875rem;height:1.125rem;top:41.625rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6upu8o9GAnvFxbVNhJubvs375CJUudG { width:12.1875rem;height:3.625rem;top:36.3125rem;left:35.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNfofSgw5ynEP2kD10oJJTul5ii55xiK { width:12.1875rem;height:0.8125rem;top:39.5rem;left:35.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Bqxv0aQfciX6v467pHBGFiK3iW7TSq { width:12.1875rem;height:1.125rem;top:33.25rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIPqyb8EJBwuSi54kTuFlHk6neHQHR5M { top:45.875rem;left:1.375rem;width:46.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDohTPMwQkMHhWkEbCHQHIBa9RS5UAgO { display:block; }
 }@media only screen and (max-width: 763px) { #k9ZilTA6DhlTgWInE7kopOihw4IcHxwQ { width:10.3125rem;height:;top:55.125rem;left:37.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5Wmd4lrToUOoN80fMqqsoFr6lsu1cS { width:10.3125rem;height:;top:55.125rem;left:37.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFdE8QNWTTrLKDIzgJk3EziKtADE8EpQ { width:12.1875rem;height:;top:33.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmX6ckZ3UP9CRAHgciXcS0EKJxtOT1m2 { width:4.8125rem;height:;top:17.125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWJeKwvp8Nlp2m6vRHAHIh2VSLAP6TgW { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RawItilmZNZCCZFFoCAC3HMs2AE9xXM0 { width:4.8125rem;height:;top:21.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7v9TpWscp0hs9VgnaSHXG1BoWNtGpyU { top:21.75rem;left:0rem;width:9.1875rem;height:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLwFd2NxeMbbZTu6fhqoBTmHWz1oUUr0 { top:19.5625rem;left:0rem;width:10.6875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKOGt4V3xiH37KNRfbZDTTyG3AX1thgT { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTGw9HzAGuqAfwKRO9Lh572STGVcLJI3 { width:4.8125rem;height:;top:23.625rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIOcEPRDzF4waKqSITFoEk0ZLJrMStvM { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gp2Hwfl00rqNFWki56QQEWvRTTQDeuw6 { width:4.8125rem;height:;top:18.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fk2hVGgodTzETyZTA4wlU1NHwyrPCfZ4 { width:4.8125rem;height:;top:15.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOaSqbkfxTLsFhNb4Baa2OckhpecKSVm { width:4.8125rem;height:;top:20.1875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #txhTZ672DEaleDWTEBxEOER1RD5UVVDP { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmoPwxMLHnv9c3czNancJS7x0xFsaLE8 { width:4.8125rem;height:;top:19.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iS8Ppf2AzdHS0opWWoTy2G9mc1bz7Rb3 { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezuFVgRDfX1gT6eMcTTdoHFhut2rowNB { width:4.8125rem;height:;top:23.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dsz32rJ8T2mObGSWM3lJStsNE2eNJvQO { width:4.8125rem;height:;top:20.1875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTF67CsEUQLeADmDmHM28vvreMz6T5TX { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAs9DqUvwZhOfEGfOSsD3GTdrKeWUohe { width:4.8125rem;height:;top:19.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Elor46ZvV8bGvSzeZFC9teZ0uHTuKkhs { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDs0bX0Wc9MccaCJ8ZEJkSm6ZLIDPHsm { width:4.8125rem;height:;top:20.75rem;left:1.5625005364418rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAh0J5mfyEcE3aQtT2PdvSXnsSahpkQA { width:4.8125rem;height:;top:17.9375rem;left:1.5625005364418rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cf73bGBRZ9y2yk6UzPNFb4TAWwuTSkWZ { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtDGxsGc40PTdEp4iTLEMNAqbmXKkeia { width:4.8125rem;height:;top:17.125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8nAcxMAbySHQlTT6iXowFwG5v75swFm { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2AG85epamERRHCCEO68IKqRfDSTciuA { width:4.8125rem;height:;top:21rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVfuqAGOIgmZPuCb4B48ARksVpNUm180 { width:4.8125rem;height:;top:16.25rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aI8HgSVC3nV5Au4hCuRvQ5TMfHsTViK5 { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pw62L9IOLNTsZPcwNK4MTqFEJkZc2Xbm { width:4.8125rem;height:;top:60.6875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlGM9ARW30A54bReyiznwfTdyTxD1v3Q { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvuanvFbqaCeFFh4qLyhPWJr1I7s1q91 { width:4.8125rem;height:;top:63.875rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXt9awASLiA8p8FRFVn0O8F6OkUpZKET { width:4.8125rem;height:;top:37.625rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewNf8NVmJC7cNxglEaxrN1o2ZcmLV1Np { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhqbBanoWZP5ntTaCgDSPfXTXKdPVrlH { width:4.8125rem;height:;top:42.6875rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZ150dHTJ96chJ5NEEIMXuQgk7hMc86R { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFEZJvcZICyv30vhZsdLTkTIJK5vueUL { width:4.8125rem;height:;top:38.75rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8uio2iKtd5flhBug5aTa0ZveaXuJ0Qk { width:4.8125rem;height:;top:37.5625rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQH9hI07s8DDdxTSgTBVyOgqM5svX0RU { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJWXe3R2kunafLaqLApqlnGMkr2TksEO { width:4.8125rem;height:;top:42.6875rem;left:1.5625005364418rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SusUvglzOaiwX4lkqgcK3kkVCfFKRm9I { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ES7NpKbUllW0kT6ceQFprep6flmM9yhh { width:4.8125rem;height:;top:38.6875rem;left:1.5625005364418rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6hTzgryiMXNzWt4g5Lwq5urGeVfuQpV { width:4.8125rem;height:;top:37.5625rem;left:1.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5udbSVdv6FhSPTeMQz4n3fV0N0cwsOm { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6fPEg9imM5p8uuIwgylT8BaqoQOt0BD { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qydUEy4oXO8srPzedEFO7p8GWHf22sFt { width:4.8125rem;height:;top:82.4375rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUZlePGM33pfHTeTPr1v2Eh73dMgsNgG { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwWJGCMPQqa6WptQdMEcyoAoKST4KAWo { width:4.8125rem;height:;top:86.375rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SqVoT4KfeqTXWErHUO3Pvs7R6vytAPwg { width:4.8125rem;height:;top:80.9375rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jgqk1s2bFvyETPFq9793Biq7TJzG1y9c { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQBiTWKE1FPRrFb6WaHx2LoQwunsLQwT { width:4.8125rem;height:;top:60.8125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqK7FDT6ZoBz0IqTGNLT1pxOr3KbT7V5 { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uxyyo75t0z2NxC6xvpdUUaggfti9xkTL { width:4.8125rem;height:;top:63.875rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyKNmSUTJoegcOFzdhJrNTXSG7P2gTpC { width:4.8125rem;height:;top:58.375rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxftnaMIi4cUpDNmChA03kH1QrHh442t { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWU9pvJ3eBn1lpFMM9t1foU1PmpD1DK6 { width:4.8125rem;height:;top:60.8125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOGKymGkg2rgfvrSzNgOL9V4IWvrT5pb { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOaiVqogeuqCTzarxTSkGXnNhI157EHe { width:4.8125rem;height:;top:64.625rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiZl7DxtRvV8p6fZ82vRrItlbXnZcnhE { width:4.8125rem;height:;top:58.375rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xinxnb94lXXWN85UpvunmZzZwit6OTp7 { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNJ7zzpBWGXyMgynuo8ax1zqOOP4qITm { width:4.8125rem;height:;top:60.8125rem;left:1.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yN9bgOaPvdeLOJkknzGS7oE97acW8pgS { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LK1k7bmeVqFnbzw1C33bcVmJHID6qFJS { width:4.8125rem;height:;top:64.625rem;left:1.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFhNO16eSawctc1SXEDJEIk4OGOH70xB { width:4.8125rem;height:;top:58.4375rem;left:1.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbmCiaXb1te4STcxhzPqC5LfkzrNlvvK { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVT2C2vPLwFymCHpTMTvz8mF34WmH3lp { width:4.8125rem;height:;top:42.6875rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwBZ6oEmCFlS0TpSy6houSOFhIMrzAS5 { width:4.8125rem;height:;top:38.75rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiBIIeUNohAHTQhnOPZfA5d8zPCkXodg { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcSM4xxHNRJXRGS8BDtoOHqQGQGC8gS2 { width:4.8125rem;height:;top:37.25rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCQpadRee5ZLEP2DbgpTxFA3mCz24A1X { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGQvwgWBd9QXS6ABLdCmARguUsHrkDm2 { width:4.8125rem;height:;top:82.6875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQf5D60wk7PoKKmCoqanaLTyuFtzBLK3 { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d28rx648CG64Lb8g79sJEf3DvblKsxTf { width:4.8125rem;height:;top:80.9375rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #toLaOkdU8afbvf27fWeVVf4S229XaGc0 { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3ghonqhsCML4WlAHTcDb7KtRc2lUafs { width:4.8125rem;height:;top:23.625rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmFNrFwBRTyBrJNTEfbrIkbaUrsR9B79 { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKEoIm6JG7R3EK38Mi9Gbb70CAgNO4ur { width:4.8125rem;height:;top:83.5rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8FC5Xi10dlMhoO7U6AhnmmXrXA2vgiK { width:4.8125rem;height:;top:80.9375rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLNTdHV8wc6U3skRPf7duZAumlXctemJ { top:31.125rem;left:0rem;width:12.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuIUTiaKenbuXsl4whwOssQGqto6trD6 { width:4.8125rem;height:;top:23.625rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEJWELcHiK3Ck2RLPVZlTmTs1PQZCv7D { width:12.1875rem;height:0.8125rem;top:38.9375rem;left:0rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVMCfllPJc7kfLDsKBud4A5rePpEWiw5 { width:4.8125rem;height:;top:83.5rem;left:1.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2T0SM2voHSXo1vHOp2USQ4uwHMaXsaM { width:4.8125rem;height:;top:81rem;left:1.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUDBhaQsuWOmKtfbIKnmVJuAO16ie5qi { width:4.5625rem;height:;top:10.125rem;left:1.3750001192093rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb8eUqf1fQ1XFxTX1smOOp1SH41yTzvB { width:10.3125rem;height:;top:53.125rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBx2BUS4JZ27la6gGKUV2yyOhe4cNNia { width:10.3125rem;height:;top:30.9375rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XeLnOcMdrOnXldqTl2JGg6R7AoTLQwFp { top:16.375rem;left:0rem;width:47.75rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtWSlu6HnCmPfGAnTf8ZEbBcfyDByMLw { top:54.25rem;left:35.5625rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g35shbTmGg7Icu16Ce3oIRp9BQtvLgu9 { top:54.25rem;left:35.5625rem;width:12.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKLtq3Q4qs1CtbE6pTEJJaeV0baZCoxa { top:56.25rem;left:2.875rem;width:16.6875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AM8E0f0kiZgAzp0UXUoecaJQ50oL9Gh0 { width:9.1875rem;height:;top:73.75rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrs8LdztJyGoISNqaqOXSdmqBsz8a3o9 { width:6.5625rem;height:;top:73.75rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfK4MvQX8Drqzn1FBI9XVfFnA5AVW5m3 { display:block; }#CfK4MvQX8Drqzn1FBI9XVfFnA5AVW5m3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ukr8zmDTs3E3HIIq0yQ8siRkroaipHd3 { width:37.6875rem;height:;top:8rem;left:5.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEvmSO2B2fPNNguHWyO37WsCpbZ5aKBv { top:52.9375rem;left:11.625rem;width:24.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p56i1iGAvc237orgSWn4Zoq9CHTOVBHw { display:block; }
 }@media only screen and (max-width: 763px) { #poBterJAUnxdTVCiztdpCn9cwCPXLnhy { top:53rem;left:0rem;width:24.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucqw0knXaymxHett5kFnwRLki3HaEct9 { display:block; }
 }@media only screen and (max-width: 763px) { #cZLvJkt3RMLrdSyPiF1IL8XLdmCA6pvw { top:37.625rem;left:16.018751144409rem;width:9.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhHTKRx18JpmfBJvoa5K2AJUDwpcIbb7 { top:16.0625rem;left:0rem;width:8.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZ5UcPdgqc7UfwsDMX51WDss8cQIkJB { top:34.9375rem;left:0rem;width:11.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLL2fDkzHmHdnTlcU7h7vPxqXDdA9T3E { top:34.9375rem;left:0.1875rem;width:9.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNgVLB1rEWstpEP0ay9SCC3t7eEtvcdT { top:22.125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3WC2TcwTotsZAWLE2qo1I39zaNqzm4K { top:22.125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8Ms8lW8puIPwIb41Q2bE1tTwURmZ72U { width:11.1875rem;height:0.9375rem;top:22.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egSK4HoKadGSJl5vwiyzbdsvaRCOJyqe { width:9.6875rem;height:0.9375rem;top:25.5625rem;left:12.80624961853rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyk9spl0EwKi43OvLNELrhHsPhLMznAH { width:11.1875rem;height:1.9375rem;top:40.5rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4CUu1er7yy4Z2U7acRKawBGPCyFHWT { width:11.1875rem;height:1.9375rem;top:40.5rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG8CLfskBFl90Cf7RXhaWimgR8a0aHIS { top:43.75rem;left:0rem;width:11.6875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvb3o20rnUgZtH131bEKHdHg1sDh5NRB { top:26.8125rem;left:12.80624961853rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ewUh9nnVuQF8AsbVTMvUqST3GF0ryN { top:26.8125rem;left:25.343751907349rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHykiV56q1olMMpQGGfnQvaTGtZpoZAg { top:43.75rem;left:0rem;width:11.6875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otLVXJpDZcPX2fDqmeaV8IzdVdzB2TnW { top:24.375rem;left:11.625001907349rem;width:11.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9s8CuIHlbXKXMDtSu5gvZsdIpFaGF0T { top:35.625rem;left:16.000001907349rem;width:12rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqc8SM02imcMSkANFETTLfX8eL9RoB1x { top:38.0625rem;left:11.625001907349rem;width:12rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT2WN6wVbtWu7daG7lQyHvrCI1kXN9hr { top:21.25rem;left:0rem;width:12rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SToZA3nbkHQH6fAKaQrhEquUuSWLVyDs { width:5.8125rem;height:;top:22.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXbKsnSUPRn6S5zsNsuIaTenxVhd86a { top:12.8125rem;left:11.625rem;width:12rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvech8wDw2K3ne0eKFq4tVnOVTlEtMNe { top:29.125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiXZ8qXF241brlWHZR2nEeb83mTDLd7q { top:29.125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtGz0Z7BsMe4wMWSND6LwgvKgzutFLzq { top:21.25rem;left:0rem;width:12rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k80M7qlZRTpqU8L9ffe1UTkq237Gf2E6 { top:21.25rem;left:11.625001907349rem;width:24.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e74IgOSpVdKfksHJg1EThyesyatQcBsV { top:31.1875rem;left:0rem;width:12rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv86PRhq15sXIdbfLrdNTihfeIHVo50t { top:31.1875rem;left:0rem;width:12rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXKtBHxiQ838ux2DZMS2727yBxNLeLO7 { top:39.6875rem;left:0rem;width:12rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1M5d0Td8eGew2HwUt982sAST9JMzTQU { top:39.6875rem;left:0rem;width:12rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx0iwyHg3ST2NrcnRpmGN2zvCN0NSfTa { width:11.1875rem;height:4.875rem;top:45.375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVd3r5mQtQ5e5ybQDCmGfCVSPA77xS2a { width:11.1875rem;height:4.875rem;top:45.375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mSop1RsJxmkrt2cAUHBU9XSrqMq4gc { width:5.8125rem;height:0.9375rem;top:22.125rem;left:20.968751907349rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIfZAkB4Th4V4S2eN4gwCFUBmwTkTzKJ { top:21.25rem;left:23.125rem;width:24.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTvHazvc6UFGCyuw45c2nNb1wL8TDmKl { width:9rem;height:0.9375rem;top:22.125rem;left:38.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMpQOhdGTyD58KxuSvnOCkwB4t1trO2J { top:27.6875rem;left:38.081251144409rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdHwwimx7vEQb3yloGFr01E5gWI2XQyu { top:26.8125rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKV7IoLkDlorbWPNmOmp1ThQUssDemGX { top:12.75rem;left:0rem;width:24.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbwBaxGhhvH3HvnXtZTWT7T7GpI8Uhkb { width:9.6875rem;height:0.9375rem;top:25.5625rem;left:25.343751907349rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLQWQUg9nRQfdp8m9KdKO68VGDmCDOPp { top:24.375rem;left:24.125001907349rem;width:11.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOHtv8BiQ8TW9gm9t3v6b1Gb1BtXHf5m { top:24.375rem;left:35.625rem;width:11.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7I6ulhww5xTyGUN6xiaDovcXLw34TPQ { top:24.375rem;left:35.625rem;width:11.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWcqh59RwhzOGuAivheOwkohsB8gzGk6 { width:9.6875rem;height:0.9375rem;top:25.5625rem;left:37.968751907349rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUFsmX1QMAZMOMqnJt5LoMcMOCcJI3bc { width:9.6875rem;height:0.9375rem;top:25.5625rem;left:38.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN7yTmTBJ781BEm6TJfoz1RVtlL1UnEf { width:9.6875rem;height:2.875rem;top:40.5rem;left:36.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpJlmCSQZ15luaBOc6e1heV3zDK0prc { top:39.3125rem;left:35.0625rem;width:11.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e75verB3qlv1k0pdVXFJT5s4i6GexaF9 { top:36.1875rem;left:23.1875rem;width:24.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnN8BXgU1Tx3yv5qgUfMVX9ghM6LU4gH { top:46.4375rem;left:35.0625rem;width:11.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKH79E15c8qQIzo2dsft4hxrzXgw4b5 { top:46.4375rem;left:35.625rem;width:11.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDtISwy6Fze8VoqyQaKzLOAWwpnmkUiH { top:39.3125rem;left:35.625rem;width:11.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaZvLximsNClDSwZdoZbuZRCLtMOKG73 { width:9.6875rem;height:2.875rem;top:40.5rem;left:38.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u40ZMwaVba5ZZiOdVJpfxKazIumd86Th { width:5.8125rem;height:0.9375rem;top:37.125rem;left:41.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWup2euNIo8RmkhSS8KZkPQBwHAJx9Ul { width:9.6875rem;height:0.9375rem;top:47.625rem;left:36.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRxhNmdmA0d02bbrm4B4Rhc4gLXtMyDF { width:9.6875rem;height:0.9375rem;top:47.625rem;left:38.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTo67NXE5Z3AWKKHKsN7rCg2AOLub6Uk { display:block; }#gTo67NXE5Z3AWKKHKsN7rCg2AOLub6Uk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yl8WbVQakWtpIZDFcnQuTZbkI1XHqyOx { top:20.75rem;left:0rem;width:19.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHKgVJJT2mkiNRw7NU1kBPbiOo0VJcON { top:52.375rem;left:0rem;width:27.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LncwgAGntySTyVlXhHICi2b9pc8WIGnk { top:75.875rem;left:6.75rem;width:15.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBdRb31tSFhiuob7olMFyPAwsa4QzV0t { width:9rem;height:1.25rem;top:76.8125rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u243lxwT617cmng4ao9oz1ulg2oS5PQ1 { top:12.25rem;left:0rem;width:27.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOFpTTlv0HsIaG29u2chfzLs2JBr7xIr { top:60.0625rem;left:0rem;width:17.1875rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPe1F5aA8GJ7QDmEGqe6H4pHUbUirUkQ { top:32.25rem;left:0rem;width:27.25rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #st6yTtsTtxnZRFlg62BJrKUXHBZFTJVV { top:36.625rem;left:0rem;width:17rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1EZUJnQ4Irvs3PLGow3BS5lFozdZw3b { top:36.3125rem;left:14.25rem;width:11.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6HvMGS6VPTildKDnP65y6Ftz0sClWAO { top:77.3125rem;left:26.75rem;width:11.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI4H3B53FbipoRL4tt9n4wTQUs5f8lCB { top:77.3125rem;left:35.875rem;width:11.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckB2BNxDbJNvB8K3g7zA5gGeMNp2dJmx { width:11.375rem;height:3.625rem;top:42.125rem;left:14.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUKIdXTH28ExiakGMPV3CcnditIOD5mT { width:11.375rem;height:0.8125rem;top:45.3125rem;left:14.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNMwQbLlvUrmfvWF783WCKlAxeNRKNKi { width:11.375rem;height:1.125rem;top:47.625rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhrMAJFyDGcvlVJDHxJiu8Pz26PTsTpt { width:11.375rem;height:2.25rem;top:38.75rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuxtI5UKGez9a4fPJXUb92dB6Ib1zTip { top:77.3125rem;left:14.5rem;width:11.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VflgdPSbyrsShctwpnxzzM4GUFemytNf { width:11.875rem;height:2.875rem;top:79.9375rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWcGfBCZLfJxVMPP6H1isLhNeeGSyaz { width:10.3125rem;height:0.8125rem;top:84.4375rem;left:16.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt0Jf9TdMCNdecUT2tWhWPI2GGsh1FuJ { top:84.6875rem;left:21.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpf7KudGnH1SLvrFBOZBtoJOAVCrTqTR { width:11.875rem;height:2.875rem;top:79.9375rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHCrI0tFyGKyB0tNRTepEmW1pZsq8FiD { width:10.3125rem;height:0.8125rem;top:84.4375rem;left:28.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkxKxJE8EqHuA1d2QRVzNLaoqqasn0VG { top:84.6875rem;left:33.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZzfcOefcTh3S8SQnq7nOTMlvoJz28DG { width:11.875rem;height:2.875rem;top:79.9375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFgztvXyFLQ5B1NlvuxyGHcZn4UsvvO4 { top:77.3125rem;left:2.25rem;width:11.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcBEniwNLdB2TRN89Kp6zgliVOWknru { width:11.875rem;height:2.875rem;top:79.9375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOBIthQgVgqtTMnkUGlSo0tNEFqP7IGH { top:84.6875rem;left:8.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4EeFCddpoXtsaXitdFCqfxFbAOZgT1u { width:10.3125rem;height:0.8125rem;top:84.4375rem;left:3.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUohSeNLs8PiEqGwUGMzmFG74XBFQ24N { top:75.875rem;left:31.25rem;width:15.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSh4SpLAwT4JN1OTc8CFgbSasPukNwFo { width:9rem;height:1.25rem;top:76.8125rem;left:34.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ24U6FbnGweCKwdkPq1oq0AlX9Hir5h { top:36.3125rem;left:26.125rem;width:11.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFfxAvEmnL1QmraXoRJcvadT8v24yZFA { width:11.375rem;height:2.25rem;top:38.75rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERt7v68sTSS8E0LOHCJaklZu1MzJsulT { width:11.375rem;height:3.625rem;top:42.125rem;left:26.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJGTL7EKnfT5oOvTqodlGF8aA9ixeTel { width:11.375rem;height:0.8125rem;top:45.25rem;left:26.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmDrMJmERFrfMeOIRFNdH6nToIdCZVFI { width:11.375rem;height:1.125rem;top:47.625rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGmOgIK6fz4VHUO8K11OKOnOOEGUzkfF { top:32.25rem;left:14.25rem;width:23.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMoTwCIsIMbQwFwtSnWTI5vknyMmPl44 { width:23.25rem;height:1.125rem;top:33.5625rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X71K7fEmznLAJvxJPIpVTcRRIViDsy0G { top:32.25rem;left:24.5rem;width:23.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTUbSgmLkH6940EIX6z2Zt3KbWtefvR { width:23.25rem;height:1.125rem;top:33.5rem;left:24.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrNSClPvkrPA6am8ttXnspyxUXkMV7Lg { top:36.375rem;left:36.375rem;width:11.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6n2ernQoR5lf32IIeUr6bDIhZqFEQsH { top:36.375rem;left:36.375rem;width:11.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPucKMo7azGeUNq8KOacRTtqe9DHA6OT { width:11.375rem;height:2.25rem;top:38.75rem;left:36.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL8bLQ5f7h1FdPKqSrEy9hdrq4EmolMa { width:11.375rem;height:2.25rem;top:38.75rem;left:36.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBvTdXNO5wyvhHKakSNzD2yc96m9hMJT { width:11.375rem;height:3.625rem;top:42.125rem;left:36.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPm97EmsCXNtmba2ZomqTqpALT2QVcIS { width:11.375rem;height:3.625rem;top:42.125rem;left:36.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlrPkCwzmE11WfX2PwHgThTXa5Sebs8u { width:11.375rem;height:1.125rem;top:47.625rem;left:36.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #php1ds9VVsqe1aPJ21Ws4eykBM1TNmxo { width:11.375rem;height:1.125rem;top:47.625rem;left:36.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbLqfPmtZsROs30WRkSsTnUlZXIOg7e2 { top:28rem;left:24.5rem;width:23.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgPBHvPggTTWfnKPecbDOzK46ek6DEgI { display:block; }
 }@media only screen and (max-width: 763px) { #LFcnnof82SqMtbD2J9OLSeR8gukszPcw { top:12.25rem;left:14.25rem;width:11.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHJXCn8Z7DIZLL8ztiWGlFWXD2Q76nUb { width:11.375rem;height:1.125rem;top:13.5625rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNPqqex0tImW1vJC25dTLqRw50UTnZyU { top:16.3125rem;left:14.25rem;width:11.375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpN4W9JZbDp964G4nWbMC20yi2nF57mJ { width:11.375rem;height:1.125rem;top:27.625rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5G5Z0DUtMfQl58Q4i8udqdpIzmezIAa { width:11.375rem;height:3.625rem;top:22.125rem;left:14.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3IES9ll8UXLXf34ZHk1Im2k6TPG0sI7 { width:11.375rem;height:0.8125rem;top:25.3125rem;left:14.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1bIVeLQ7VucyUozKUufciqzb0mhWnIe { width:11.375rem;height:1.125rem;top:18.75rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA6w5qMxkOmSEwIJkyr3bGAEXs2HOQZl { top:12.25rem;left:26.125rem;width:11.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ8fqUGx0HdPr31TzAltfz1uRG60PKGm { width:11.375rem;height:1.125rem;top:13.5625rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcvrtt7qi8pI7OCuyUo0c5O8DrreAdie { top:16.3125rem;left:26.125rem;width:11.375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZrCsxgzurE3ggXgBmbLlZL5Haw25Sbv { width:11.375rem;height:1.125rem;top:27.625rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFMbdhIERpzQQaTysOTLpBm5TPMTXGKK { width:11.375rem;height:3.625rem;top:22.125rem;left:26.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBpq1qbnPWIJ5KMCW3OKk96elukkJ70 { width:11.375rem;height:0.8125rem;top:25.3125rem;left:26.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNRTAMScU9QWDtscwPdSS1XJJ0WErIiq { width:11.375rem;height:1.125rem;top:18.75rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCT1uTcTe7iaElTdo6BRlrOsMJgUGR51 { width:10.3125rem;height:1.625rem;top:9.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLK6trdUmPg9IQw2Erhfi1wVkT7mJeXD { width:37.6875rem;height:1.75rem;top:7.6875rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cespk6zalv40SkWiu3EOeuq7Ord4Nc9G { top:72.3125rem;left:23.1875rem;width:24.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTCImui9HcuXfskCnKM9LiEAXfKKJFT { display:block; }
 }@media only screen and (max-width: 763px) { #HvV3ur8skWkhBM6dWPVlVtWX7TNE247Z { top:56.25rem;left:14.25rem;width:11.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqHcX4hBx9nGP5NwDaVBMRgp91vl2K3D { width:11.375rem;height:3.625rem;top:62.0625rem;left:14.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIATKG5ON8Qg2voVT9yc2vvOWQstXFpc { width:11.375rem;height:0.8125rem;top:65.25rem;left:14.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps0clppd4lky7tq6KlDp2TMJkzaC0amF { width:11.375rem;height:;top:67.5625rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5qqcAx0Ff3Q7Dv0M67mcr3IpuwhGVSc { width:11.375rem;height:;top:58.6875rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyBvwuwllqwMK2ZWLxroN5inikerq3S3 { top:56.25rem;left:26.125rem;width:11.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfuwgTcioOePXbfgsSI1FbIxwdwBaQ2R { width:11.375rem;height:;top:62.0625rem;left:26.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGl2LAFTLC9IP35Aa4W0qCiogchu0n66 { width:11.375rem;height:0.8125rem;top:65.25rem;left:26.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQMBbDtKT3blL7VaFkCVfHMWnqX5NEKd { width:11.375rem;height:1.125rem;top:67.5625rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDLW8mHI2ZwNSVUGoK92MpHE6Zn5xTgp { width:11.375rem;height:;top:58.6875rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFyLLqsn1904mpRumkL9RKgDe271PbpD { top:56.25rem;left:36.375rem;width:11.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKRvTtzNZTAZa7xCqRQs5Nfe61B8nt24 { width:11.375rem;height:;top:62.0625rem;left:36.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4i7xF8zpxezKqL3A4p8WFZiSC1gZnd { width:11.375rem;height:0.8125rem;top:65.25rem;left:36.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu6IBPXcUl0A3A3azUWQslZSOgdbSyUU { width:11.375rem;height:;top:67.5625rem;left:36.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL1K4W0uDy4zkUgze1W0vvrCZExLQ3tq { width:11.375rem;height:;top:58.6875rem;left:36.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRlIttMyFCKPCVihT5JhTi243MXqB7vc { top:56.25rem;left:36.375rem;width:11.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaCLPGHqKby05ux1ApaPosF4sLDD7y8T { width:11.375rem;height:;top:62.0625rem;left:36.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDZeOObCAQ0DhxrTHAPmFWoqdzzv96z2 { width:11.375rem;height:0.8125rem;top:65.25rem;left:36.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW1SgnfQ1FK5fStfyPEzABtGGG6qFaKs { width:11.375rem;height:;top:67.5625rem;left:36.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLU1K7oLgbDv9M2Tqb0Qq4hpfGXspilb { width:11.375rem;height:;top:58.6875rem;left:36.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA { display:block; }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSx4kycV8gvsTNd0VzIOMzgyf6SMLkor { width:19.75rem;height:1.125rem;top:15.5rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7TfqL3cPFpa6XruSiU2ntpcl1e8nzsn { width:17.4375rem;height:1.125rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7bJdrAZWdMQFbvTKGWrFxKQDik3FSvD { width:17.4375rem;height:1.125rem;top:15.5rem;left:30.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezuf3Kd4Sg34IJtV6TVwWPFyrbii0Gc8 { top:7.0625rem;left:0rem;width:6.4375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrFgTo6ygrPXzTUakGEAD27xrHVp6hfC { top:6.6875rem;left:20.25rem;width:7.3125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPn5nbisVE9hfriq3xLicfCmXq2GVw03 { top:6.6875rem;left:40.4375rem;width:7.3125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3tIpcSFTfa2MQzpWd84uVK0voMbqPc { width:17.4375rem;height:1.75rem;top:16.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuMEgc2LRPSiTrirpFnTfZhE3pmKc0cH { width:19.75rem;height:1.75rem;top:16.875rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFR9320adzMtsPPi2noLCmcQcwsgv6VQ { width:17.4375rem;height:1.75rem;top:16.875rem;left:30.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae { display:block; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSqfww9ptWN0ZZkDf1MxKzAf9DdwgglT { width:47.75rem;height:7.8125rem;top:13rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIFtuJKMTU8u7xVa1P9bOh40OW3aTWUS { top:23.625rem;left:16.25rem;width:15.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSGTGOfM3AAnEg1fBBzVsphErfWi2PUy { display:block; }
 }@media only screen and (max-width: 763px) { #TVCXS5HALUwbMhferKfXVnGgOk62qT4y { display:block; }#TVCXS5HALUwbMhferKfXVnGgOk62qT4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wccKTSvl3FGrrLgdwuJbKQ8EIXAuhP3I { width:47.75rem;height:10.1875rem;top:7.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM1Hg7OCI1KCgt4wnO5gDpkhqdx8WH2s { width:17rem;height:;top:16rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRpsVtq7rBzalAOkQ4t1dGEwsDakZSas { width:42.3125rem;height:;top:14.6875rem;left:2.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5t5p3m4yESyRBHZFN7h10e1iFo4wEig { top:21.75rem;left:16.25rem;width:15.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr9gsAA2BTzevcktHi9PthTpgOlOuTpo { display:block; }
 }@media only screen and (max-width: 763px) { #Xdpuaai87nDsOqVtbiSHt39fECsiN2mr { display:block; }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIRCZ5fbQR5drpeaR3z5wBmxqW6137Bn { width:4.3125rem;height:1rem;top:20.875rem;left:0.49999904632568rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx6U4y0PDILKlvR9vx2r1mICDozhO8TH { width:6.5625rem;height:0.9375rem;top:21.8125rem;left:22.156251907349rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDxVmeJb8Kr11GWzXpvIBtJ9STvR7Dy3 { width:11.6875rem;height:0.9375rem;top:21.875rem;left:36.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRnCRaaiD0TOP6iDTL5VO2eMidcTFdS5 { top:14.625rem;left:0.625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roiFC2fKZBqhxIx8Iy9rOS2uG1ImiizQ { top:14.6875rem;left:39.4375rem;width:8.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfH96PLA1Ikm20R6s4HghLo7c7zTeWRx { top:14.625rem;left:21.0625rem;width:8.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwuzJIG8RrP1mpmt5U76WIk7TatM9qmT { width:1.75rem;height:14rem;top:10.8125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCe6DlItn9K5Tx9pbJwDmNEkwLGt3gtJ { width:1.75rem;height:14rem;top:11.8125rem;left:18rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkDTKelNcFNJWZmeIQiFc7dLwBTZ2NQV { width:1.75rem;height:14rem;top:11.8125rem;left:40.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZfCwk8Mfgy5xP6SSveXdmdBfogbCNKG { width:36.5rem;height:;top:7rem;left:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEGdSpvXtq1QQysDpkHDHJatw9fv3vZs { top:27rem;left:16.31875038147rem;width:15.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnlMVlfHbE5PbzPAzoG1FlMAQrvTRHwO { display:block; }
 }@media only screen and (max-width: 763px) { #l5UZN2zFylrpACG5vyboDFvT4qIVgw6b { width:20rem;height:;top:5.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf { display:block; }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScnh3W6c7vTFOAxX1WNw8TSipTo4JmV { top:5.25rem;left:0rem;width:39.9375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfo7nZ8ct7S6KFvWPWPn7lk0BkKTpgMJ { top:13.375rem;left:24.6875rem;width:23.0625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3DQzOpAVDdXigxGSArVxxzlaH5Tl6Fu { width:25.4375rem;height:;top:10.125rem;left:22.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3asde0MuDQeq4L2n0IlKnyP11AhKrOO { display:block; }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtsGCBzQIDUxrswqSPiaAXOR1BOJf7RL { top:5.875rem;left:0rem;width:17.125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSSugNmEKZUniyIBHAdFDfQTTJoKSzX { top:5.875rem;left:0rem;width:47.75rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpHoOJWqFVgEzykFsRszAvdWoCadBrnX { width:13.9375rem;height:1.625rem;top:2.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW8oBIS397chDOUME6UqrTCsS659srkU { top:2.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv { display:block; }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-regular-label { width:29.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-text { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-text {padding-top: 0; padding-bottom: 0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-textarea { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-select { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-select {padding-top: 0; padding-bottom: 0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-button { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-checkbox-label { width:27.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x  { width:29.0625rem;height:auto;top:14.6875rem;left:0rem; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .radio-container { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x {display:block;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x { width:29.0625rem;height:auto;top:14.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #m1wNUaOA8gM9MDwpfMIx9dTDNgDOon8f {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #GUkpTELWLFltAE2rhV3VyeDITEAbTNCA {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #U2Q8JMA55xQcx9zC3AGDAwizsyLTbQ1I {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #PcgA8e8rRZHGOfEgcxn1pe1oKnBZ1AGO {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #mO71ckTvOHg9aHVlrPeqoDkxrD4xzP6x {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #PZ1DQHgSPSLha4LKTcA0qJ0Wy3a7lLSN {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #tG98AvqxwldS1e5mWgqyPvGAa8TGDN7N {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #wc3TcUeeyQNXFA4aQoJetPltOU1ZmDtE {  }
 }@media only screen and (max-width: 763px) { #lrbbih4auwoTfdASf5t1mcQPdGiPgA7L { top:14.5625rem;left:0rem;width:31.5625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBcrBB34B9GdnGaNwPm9evQgumNig13u { width:31.5625rem;height:0.875rem;top:12.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8dqMVVx4THPtR5XftEHOuu2nGyvBfe3 { top:5.4375rem;left:31.8125rem;width:14.375rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1nG9BKu7zVreks18QRk3VJMEkuyJK9W { top:5.4375rem;left:33.3125rem;width:14.4375rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EORtJTFBiBWKDu0cOivqt7GAcdeeV2Wk { width:31.5625rem;height:3.8125rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNWtHk0dow2AoIFR6xhdnTFmX0ynqcG9 { display:block; }#RNWtHk0dow2AoIFR6xhdnTFmX0ynqcG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTTdi4h35oPT8aIEbZwwTN5rOLrTMf44 { top:3.25rem;left:3.8742189407349rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc { background-color:#ea6425;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container { background-color: transparent; background-image: none; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container > .video-iframe-container { display: none; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row > .video-iframe-container { display: none; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .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); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container { border-width: 0; border-radius: 0; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQWN1hl2rw4TIMqPcSNzJ84m7964E2lS { top:5.125rem;left:0rem;width:1.875rem;height:1.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1));color:#5d92ff;display:block; }
#UQWN1hl2rw4TIMqPcSNzJ84m7964E2lS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #DhSl3KXiTuB9q4e7qPa9sU3VgnhadZpG { top:4.4375rem;left:0rem;width:21.875rem;height:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ea6425;display:block; }
 }@media only screen and (max-width: 763px) { #NQfveG2eFlJLTTVguETGPo1LqkW5PcRD { display:block; }
 }@media only screen and (max-width: 763px) { #SOTGZMmWtFrtyiKNSo1RUhPzZK7d8SOa { top:4.5rem;left:12.9375rem;width:21.875rem;height:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ea6425;display:block; }
 }@media only screen and (max-width: 763px) { #Lbx9odKLMvm8CDdb1BXO53eZ7XLa3odV { display:block; }
 }@media only screen and (max-width: 763px) { #zgcsLbz3gdCCAtySC49MOXVgUVLHKOde { top:5.125rem;left:13.75rem;width:1.875rem;height:1.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1));color:#5d92ff;display:block; }
#zgcsLbz3gdCCAtySC49MOXVgUVLHKOde > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Lh3WXd92vSNymmlKG54Pqx99frrksLWJ { top:4.5rem;left:25.875rem;width:21.875rem;height:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ea6425;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOph9qJp96LaTKJeT7qOv853iRclHTW { display:block; }
 }@media only screen and (max-width: 763px) { #GySTAQHuAdMK30k0HXtKo7edlAaWV8Le { top:5.125rem;left:40.3125rem;width:1.875rem;height:1.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1));color:#5d92ff;display:block; }
#GySTAQHuAdMK30k0HXtKo7edlAaWV8Le > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk { display:block; }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-regular-label { display:block;width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-text { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-textarea { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-select { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-button { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.125rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-checkbox-label { width:34.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9  { width:35.4375rem;height:auto;top:8.8125rem;left:0rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .radio-container { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 {display:block;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 { width:35.4375rem;height:auto;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #GoIktlRadmvc6oQoi2VO8yxJMi3VhEkI {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #ThskaR0zbXfCqvZ8q6WNSuihqs9TvAvl { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #lL3TSqetrEF9ZddUwOHNJ4r3iRdNe9Sw {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #cLSbZvZsdt6AUiTpgNGdsxGDvRWV1cWG {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #IXxKXA6mBbzp8nA4zKDiFMTJQVdTf7ZS { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #AFUautGCrFv8nbnu90MzJVQrxLFB0s1H {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #Qak4dXwXTtR96MoJ81NhFgQrFw32vhCN {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #QgwETpbiCV0kNkRw6i9KamTh2Cos5He5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #BgObcvdnxpXhV5SaftAei8pXn8ne4S8b {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #EZreaHK6JAOCZFVeu18SKuuQ56iSDTFD {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #P9Sn6JwDmvOfFrkeHt7yHeXUuzR71UTu { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #gJtuB7JXQLwQtTumZegoT7ScaVAbbIuK {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #aX7aeDmwiTcAcwiFFFcHsuHxRMrfMBEG {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #QlcsCJEvLBybXycZi9n6oyoMdPJXWoTT { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #QQVkqTCLTKUXAD5wJz1TPDLgNfkItLnW {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #dnabgEwPln47DCBTAmrddUqcFlx9BWJz {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #qyFZcxbwnReN9KwPfq6BCB0175y5WUVX { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #Ct2gaa7kZbBf0bum0iKM9G1s2dh0dMIN {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #BlvQuLbwh8sNWAdgJdLJVeiZ4T6Xf9tI {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #FJHMJZzyr49CiCOtw9oyrsTg51TUWQdd { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #BEdBVBsckKhfhK6DsgKe96hoU4nJSLOX {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #X6FQatfHnkqTcp1lnxxwknCErcoOo7RJ {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #rhoCiEwPZTSrqUloFFUOyG6WOXamg9oT {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #dA7A509qQRisuCfESuA76BFw88S2mH43 {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #PfVUlp1yOSOzshh473c3E4EZBE5crmZI {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #hIaGBqMeGKK6VRfkih6loLiBeZQ8IcvF {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #IofS5DrG2RREkQXzLswVstXGFg26TMt8 {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #MGIzQmsQVSkI5O1I6oH2z7yq6OKowIvO { z-index:15000; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #onycVTJ6mtiPKAUxR6PoTokKNRFTIhy3 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #IBRA04wG4bTPX8n8586AunIVR0xP8gDN {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #kePrkWN7ZlR0LLsSqQ4odbRcZXhvyexB { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #ZhkTVnSuqL6B0qvxpWA8R0n4Gnhc7fJB {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #HPPKa2TSxKCiNItC7GOL45Plnwbz1M64 {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #lWSS3WVb55147AwBkPDLrOFEHenG02Qg {  }
 }@media only screen and (max-width: 763px) { #x49Ea85GKNKHIn1qnnQxuqBDcSvhPqB1 { width:30.5rem;height:;top:5.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUkIUVCqPxLhMr5VmVhiCrehFJCVbkBn { top:2.25rem;left:0rem;width:39.125rem;height:57.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX3GFDi95ZEldnBefT1d8hQT0cdZQtKf { top:2.3125rem;left:18.0625rem;width:29.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb0B2BgIUFIAWrTK9nPSk18JcsrEowhi { width:25.5625rem;height:;top:4.125rem;left:22.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cogsn9fv1waeisv8Ci2V1VmGRSihwyJH { width:20.9375rem;height:;top:8.0625rem;left:26.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmI2OsyiaIiJNF9fKxfg32fObxBX8CzU { width:20.9375rem;height:1rem;top:9.0625rem;left:26.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnwtnbTrmrwnpvEWIs9J9H8dPkMJl5t3 { top:8.4375rem;left:33.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syADet0koAqM1bs1Q3xd2QDM6MoVnNvt { top:8.4375rem;left:35rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG390sQoVsofh1TZ5nSXMcUFwqe5kZZC { top:8.4375rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJNHy2rSyinq2cqBZ3ZSvhZTwGdhDBXK { top:8.4375rem;left:37.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXrC8AbUefiDTDqprRJcENGy80Gbcp64 { top:8.4375rem;left:38.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKzTOtQbebxUEEK0TwZITodGITwlP9El { top:20.8125rem;left:18.0625rem;width:29.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTu8PDMDxo160IWR5uxTVWLrCXDG2ny { width:20.9375rem;height:1rem;top:30.4375rem;left:26.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgR9tGCQEPHekOAO1gF3aduPbqJyfgAX { width:20.9375rem;height:1.25rem;top:29.4375rem;left:26.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5avvyLURiIOGC7kG9JGqWmKGB2RDDSM { width:25.5625rem;height:4.75rem;top:23.0625rem;left:22.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt9B7Ab8PSkNi4WZnERMN76JRs5HLbhz { top:29.8125rem;left:38.750001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6oszHnoWTSQ0JdXMdko6ZBTJ8khivKO { top:29.8125rem;left:37.500001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9nvulPk8cZ3Z57XIy3G3IgJo7tpVWWT { top:29.8125rem;left:36.250001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJc8Du4KBZb1f5yEwwg9FS7si3xoeBK8 { top:29.8125rem;left:35.000001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTS1V40sTBTOPmlxvFbOlcA2urqt2ONS { top:29.8125rem;left:33.750001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmSzMBSVsX8CqwzS55THXGXtnCLXZ3US { top:33.6875rem;left:18.0625rem;width:29.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoFTW4ZJtaL9eqkkoXFWr34JBAyOQ5wq { width:20.9375rem;height:1rem;top:43.3125rem;left:26.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBlSoZ1huTEFvEawtTwH0OV62ofvpu0 { width:20.9375rem;height:;top:42.3125rem;left:26.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TMHV0szAX83JN0pC6k17xxiK9xqgan { width:25.5625rem;height:;top:35.9375rem;left:22.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ8sPwDgCbQbeiiFWSSMVPkbnJbhitls { top:42.6875rem;left:38.750001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxG3o6S5snn1ZuvmZgc9NFcv0VhCtpZX { top:42.6875rem;left:37.500001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXu4MHZX9cTxCI5FNPg9U0NuAEGR6Uh { top:42.6875rem;left:36.250001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO3dsgW8g0vGevK7oI3oyXutWakW3Iy0 { top:42.6875rem;left:35.000001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVeXFaWX3vBSAq0KaS466HTXHMoiZb0e { top:42.6875rem;left:33.750001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob1ON0dtTXeOxiar7lXPHa2E1PSQpgWg { top:46.5625rem;left:18.0625rem;width:29.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #au1IaGI3gPXABtDKWidF7so0QkeSMVKr { width:20.9375rem;height:1rem;top:55.0625rem;left:26.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOO2MNCS5O3wGwttJ0V6ZXTEb7WBFuu { width:20.9375rem;height:;top:54.0625rem;left:26.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD6KF4C7Je1xbUEwqfFRlWyU1SxTrakh { top:54.4375rem;left:38.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIAiPiG9GkRmrMZknREd9oEq53aLdvG3 { top:54.4375rem;left:37.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX8eEaghwPlxEQVK4nwJM8mG7BzCKWRX { top:54.4375rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifQ9NKerxrxCC4qQDn7qnodgnODyTks4 { width:25.5625rem;height:3.5625rem;top:48.8125rem;left:22.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qksV99H7StTGHdeOl4sfntPOC5g6tOzr { top:54.4375rem;left:35rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSwzxsnxnNG2P6BJuDeaPQ3xvDTbIbVs { top:54.4375rem;left:33.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM71pRzdA6TDhO9UC8nJWneiwA7sZrHZ { top:12.3125rem;left:18.0625rem;width:29.6875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDuuo0Jfos5HQCx9wWM24tTB0xxUGV1G { width:20.9375rem;height:1.25rem;top:16.75rem;left:26.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF7dJrDTyeVcTHehsy6Uk4e5OF09Eyu2 { width:20.9375rem;height:1rem;top:17.75rem;left:26.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHZuIk6iGcvTp91ogzawxD9Z3FTkLliG { width:25.5625rem;height:1.1875rem;top:14.1875rem;left:22.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFhEXgrxL5OsJwAO8Xbm7iLR1JErU81T { top:17.125rem;left:38.750001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MonnQ3CWdcVPTcgUWFldnXQJFs5N6d { top:17.125rem;left:37.500001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMxWHtA45l9x4pHFVVvtyirBs5rgozx { top:17.125rem;left:36.250001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpEUwrgZWPxs87dCurP6SNZbDsNhiOdm { top:17.125rem;left:35.000001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkfPAXR08kAPcsmsT9HRiXnakmGfGLJS { top:17.125rem;left:33.750001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbgpWtGDM8A6wmd8wS9Fq8FX2v7Lh3De { top:58.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#UbgpWtGDM8A6wmd8wS9Fq8FX2v7Lh3De > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Vtr67TFxTqp5fI2azGnUXpPMNfeIPrg9 { display:none; }#Vtr67TFxTqp5fI2azGnUXpPMNfeIPrg9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rwlSkoTNStwRxWroPnFPoAkTBmoDNsch { top:13.875rem;left:34.750001907349rem;width:3.75rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXr9DTF8SUthVCUTKTH1sPmuOXd3b01T { top:13.875rem;left:38.375rem;width:9.375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ97DdNaCN85G4OVOTkAXZ4oCA1TboB5 { top:13.875rem;left:37.6875rem;width:10.0625rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVf4nMPTa7ITIrH6TKq6BNrX5X34ir1P { top:1.5625rem;left:0rem;width:10.1875rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0nxgiIMVovUb7IITE2uWWv2Ei1CZlH5 { top:5.0625rem;left:2.3125rem;width:9.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0WsiKUv1tV2WceSc8w7UHfitLVwMo3N { top:7.375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#i0WsiKUv1tV2WceSc8w7UHfitLVwMo3N > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #FKrKvZHQsAUcBKm6nnBBVFBdbba04aJ3 { top:7.375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#FKrKvZHQsAUcBKm6nnBBVFBdbba04aJ3 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #gOXFBedZWB7G2zqW2mUQ4HTJwtdD0dTo { top:7.375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#gOXFBedZWB7G2zqW2mUQ4HTJwtdD0dTo > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #ubLaAZ7gXOtTuCFx8U3Slgtf4l3GzoV3 { top:7.375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#ubLaAZ7gXOtTuCFx8U3Slgtf4l3GzoV3 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #cuzs8Fdq4ypTUJqUPwt8Vtc3vV0UqeKl { width:35.4375rem;height:;top:2.75rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWeozTxCBnsJRx4HChWlnDFC9xnsOnqf { top:9.1875rem;left:0rem;width:16.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drztgnfZu4KK6USDdoJfSQafViRenSGv { display:block; }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xV1dsGovWa2iPzQdznKTEsBisn7uOzR9 { top:13.875rem;left:34.750001907349rem;width:3.75rem;height:0.9375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TywvpF5N45ruOh0muNtF90d8XvaCRZ { top:13.875rem;left:38.375rem;width:9.375rem;height:0.9375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThD22x373TD6FBpbRTvGNmTIeckEVVKQ { top:13.875rem;left:37.6875rem;width:10.0625rem;height:0.9375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFlKQG6zaB5Rs3gZVDZhvPsuJyc2SEgU { top:1.5625rem;left:0rem;width:10.1875rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXqt6qDXHFbDOSQdAHnxv4EGDPX8148u { top:5.0625rem;left:2.3125rem;width:9.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VegvEqxCbcq3zhFt1dLLqLgiS68hxhy3 { top:7.375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#VegvEqxCbcq3zhFt1dLLqLgiS68hxhy3 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #vf71dPfasB8aUvWJMf9hKONBHncE9BBw { top:7.375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#vf71dPfasB8aUvWJMf9hKONBHncE9BBw > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #FJohV28Mumlp1Tas3OmWaCoi3AoXi02p { top:7.375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#FJohV28Mumlp1Tas3OmWaCoi3AoXi02p > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #TqHd4ozfmHZB7N7R1Ol2QWUuT3zNEsRw { top:7.375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#TqHd4ozfmHZB7N7R1Ol2QWUuT3zNEsRw > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #LVi2vTbSX6e19yqW9H7ax8bP6dAOcXVF { width:35.4375rem;height:;top:2.75rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6TUfUlzV6nkw05ge46XcOpyK5kkXfUr { top:9.1875rem;left:0rem;width:16.1875rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BekXukU6bzUFJZf1zxz1MdXhBZAHbuzU > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAvQRRV2LSfPi3WkAt3ZPh05rlm0a2tI { width:5.3125rem;height:1.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIT1uTVE8iTmSrQCw2Q2XFcQoR3CFNZS { display:flex;width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.875rem;font-size:0.9375rem;display:none; }
#gIT1uTVE8iTmSrQCw2Q2XFcQoR3CFNZS > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vqovaUsJzOPeFzgo8OAhaXvM66GpAbIM { top:1.15625rem;left:11.875000536442rem;width:8.125rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZuDU4UohgkA6BMm8Dgl7UqETd6uc8FJ { display:block; }
 }@media only screen and (max-width: 763px) { #HXBBG3XLV3BNn0FidNrgdN0To907TXvk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28586c14-7fad-470f-93d0-b168ed4b87e8/VCA_EscorregaDeAgua.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk.adaptive-delivery-prevent-bg, #HXBBG3XLV3BNn0FidNrgdN0To907TXvk.lazyload, #HXBBG3XLV3BNn0FidNrgdN0To907TXvk.lazyloading { background-image: none; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container { background-color: transparent; background-image: none; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container > .video-iframe-container { display: none; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row > .video-iframe-container { display: none; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .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); }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container { border-width: 0; border-radius: 0; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXBBG3XLV3BNn0FidNrgdN0To907TXvk > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3EyDZPzyBzUWviPok8hhcTWmWfHJirJ { width:20rem;height:3.59895625rem;top:10.162326812744rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D4TcvqCWQXT5mVla5B1aAfZPh1pvng0V { top:34.925000190735rem;left:3.1250000596046rem;width:13.75rem;height:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHRvWs9gtvdgRhw5FH52ExMd9dcCWXd { display:block; }
 }@media only screen and (max-width: 763px) { #nrlxqub1vdgXUPOaOeJ9hSfQZrKpcarv { display:none; }#nrlxqub1vdgXUPOaOeJ9hSfQZrKpcarv > .row .container { width:20rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DTf9JW1wbw5OxTit7KKPcglWQbcQTFbJ { width:20rem;height:1.625rem;top:2.40625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 { display:block; }#mPLUpOf1FJtE99DwuN1ga2DAD4sndR68 > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V33s19qrO1TFAFVkayx03seXyxCAfViF { top:25.375rem;left:0rem;width:20rem;height:2.1875rem;border-top:0.125rem solid #149291;border-left:0.125rem solid #149291;border-right:0.125rem solid #149291;border-bottom:0.125rem solid #149291;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9ufcGO4xBEHRKL0w31v1ppMtgvlJiyg { display:block; }
 }@media only screen and (max-width: 763px) { #TnNhL3igk7kmeXMKbaNGPpyEz6cNquKX { width:9.875rem;height:9.6875rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfowura9FW2vTCu9uidtvwH8JQ3epS4R { width:9.875rem;height:0.73125rem;top:22.4375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk69RDN21r5DP5QmNnQJRWhVJgs3Si7z { width:9.875rem;height:2.275rem;top:18.5rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOP9n5hHnGNttyJZmZlKHlXDW6x0W6zc { width:9.875rem;height:0.56875rem;top:20.6875rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8M2bE8qRoGiD2C1XPJs3fhOhpLhkpDq { width:9.875rem;height:0.73125rem;top:17rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5acLKEgTUswlRk49t38NfGVK8TtQ8db { width:9.875rem;height:0;top:13.175003051757rem;left:5.0625000596046rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8N39lSDW7Z1Z8z7ComfQNSezs2EeV0O { width:18.5rem;height:2.8875rem;top:5.2453122138977rem;left:0.74921876192094rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #U0pqtdrUqG7qVpiefD619BUOELQodTR7 { top:68.4375rem;left:0rem;width:20rem;height:2.0375rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgNfJdKVNlwClMZJZ5m2B9iGtIMqeuTc { display:block; }
 }@media only screen and (max-width: 763px) { #zvZ3XO9Vp1SwqzP7t5AGtwF7XsUQhXw3 { width:9.375rem;height:5.375rem;top:30.375rem;left:5.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EMs1V03f4ETHU2iB7aW9Uz32k7tw9rPc { width:17.1875rem;height:3.875rem;top:191.75rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3bOi45h39Uqq3cfWwkEW6QpSwWKW711 { width:12.1875rem;height:14.375rem;top:45.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoHKzmwT9s7OBrQSiLuhTlurU5a5BzoG { width:12.1875rem;height:0;top:55.75rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZVXTufWM3DQJqsu4pZRLWviIfRuygTl { width:12.1875rem;height:0;top:50.25rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2X8cweyPhni5rFmtGhTTaMLS1bLDX0e { width:12.1875rem;height:0;top:53.4375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiZJRPJkJzDuFEnpwERppfBOguCB9kIN { width:12.1875rem;height:0;top:58.25rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpxFthH80rk6ZDla8BxuylmriSZAwOf8 { width:10.3125rem;height:0;top:55.112499237061rem;left:1.9250000119209rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;z-index:15117;display:none; }
 }@media only screen and (max-width: 763px) { #SOpRiFM9AfS0xTAvXnMiOHQiiQQZduCw { width:12.1875rem;height:14.375rem;top:61.125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MycHizJgSSP2SEtTxbVotiB4VqcyVS5H { width:12.1875rem;height:14.375rem;top:76.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeMX92bNq04VSJMOT7M8PgSf1WZOmucr { width:12.1875rem;height:14.375rem;top:61.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9Rod3dx6bHTi5XDHqWtoUvPHNltu56l { width:12.1875rem;height:0;top:71.9375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wothAK92aZakCIesI4LWFOHVC1KLgQKA { width:12.1875rem;height:0;top:65.8125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5EkSfweUfBEdaWkqEnJ3up5m6EefGQi { width:12.1875rem;height:0;top:69rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXoIEVfgQ2KthU9HH0ktmGZKD8S7UCzH { width:12.1875rem;height:0;top:71.9375rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #knVsRRIpMPT2TaOgkrBo1OSIPLbGDQzg { width:12.1875rem;height:0;top:65.8125rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dANlhHT6sBqbZPvKgbqLHVLRpsVz6I7Q { width:12.1875rem;height:0;top:69rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUw2D9lRQZozIxBU3PnuZcuVTIpm6J7i { width:12.1875rem;height:0;top:87.5rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhpKASaWNf39ThOwGwlOTQpedFhDMebA { width:12.1875rem;height:0;top:81.375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfgrKvogR2F5TAcZxTORLOblmIpFvCu9 { width:12.1875rem;height:0;top:84.5625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGMdk4CRWGxFv4c66ZlkSaL3aQ7495a8 { width:12.1875rem;height:14.375rem;top:45.5625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8FnktdDqyopG83w0wlqVCGk6qTb4DGc { width:12.1875rem;height:0;top:32.437503814698rem;left:3.9062500596046rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTI9FAIaN6GNKqpP7rdNIf23iQ92bmAb { width:12.1875rem;height:0;top:50.25rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTfNaT5NQM106qZS4hRAJ8FM24oyEZAq { width:12.1875rem;height:0;top:53.4375rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMGpPsk5MZwsDho0tSUw787egTSJRFh1 { width:12.1875rem;height:0;top:48rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0oAUbqCTRIMcZCvf9z4c75CiRdGi59B { width:12.1875rem;height:0;top:63.5625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRBu3yC8tlo9sQC9RdvBlANSBH0T7TUJ { width:12.1875rem;height:0;top:63.5625rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoDcAfUvnEX7XD1ut9Vscb6HdINKTfC2 { width:12.1875rem;height:0;top:79.125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iywMSL4zdFtWnZgeMbqiGfdxWczPZi4q { width:10.3125rem;height:0;top:34.062503814698rem;left:4.8437500596046rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfBbJyC0yvbAX6B8iH8N3hgyiflQ4Xi0 { width:12.1875rem;height:18.375rem;top:68.5625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbEMCiOID60ekXqS8D2X2M0cWJaO4OCD { width:12.1875rem;height:0;top:71rem;left:0.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9fMUwVNcaf5usnahTdJQA4OhmpUmDT9 { width:12.1875rem;height:0;top:71.9375rem;left:0.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrWhK2OC1IFvNxiF4QL39vq4sTwbgRtl { width:12.1875rem;height:18.375rem;top:68.5625rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVm6qFqFEWL80ym7ytMMlGtgTPlEORF0 { width:12.1875rem;height:0;top:71.9375rem;left:7.875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSdkpcuZ3IpQGXrbglZJ301Zsbtr3Qwp { width:12.1875rem;height:0;top:71rem;left:7.875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeq802OPPv7DxBxLWJzv2rCAfahvNxvI { width:12.1875rem;height:0;top:75.125rem;left:7.875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rANOvHXQEbMMrs44SPBAa387QxzxlFpi { width:12.1875rem;height:0;top:75.125rem;left:0.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuTdera0wAZzhqhNAVGALF3xIotnpVgA { width:12.1875rem;height:0;top:83.875rem;left:7.875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQElany4kVUS23Q3reD2TELv0NUOeG2m { width:12.1875rem;height:0;top:83.875rem;left:0.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPJAvAEKM3JugoE4CSTbdLVwduRRRGgq { width:9.875rem;height:2.6875rem;top:76rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DGdWk3pbnXmUBvEu9uPGEJLt48eBS2uy { width:8.125rem;height:2.375rem;top:76.125rem;left:11rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xk0yVeh003QmzlGky9TKs7zrVfFM9QCI { width:12.1875rem;height:0;top:78.5625rem;left:0.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTFK6Xy7WqiBrsRf0vuwd9l6WyU21Irc { width:12.1875rem;height:0;top:81.75rem;left:0.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XeSsB80Gzwtp6mKrv2L2ts63CFNwO62M { width:12.1875rem;height:0;top:78.5625rem;left:7.875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTwBP6PaTvvcGkgATL102zgHrONNRsHk { width:12.1875rem;height:0;top:81.75rem;left:7.875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UINRcxoFWvkk6o2DTGP9WvTNBU7VafJA { width:12.1875rem;height:0;top:77.625rem;left:7.875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCyO57keR7T97CvHXFzZF2peTsuD1ABp { width:12.1875rem;height:0;top:77.625rem;left:0.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKFfOm4Uqu7VxNrrdoAmHSJGK284tlUM { width:9.75rem;height:5.625rem;top:8.9375038146975rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VeMlKei3MTkrx2BBZEyDMQDaNRmdskCH { width:20rem;height:5.6875rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx4TDDHTRVtccOCnqBK2OTfzkobPbb6v { width:20rem;height:5.6875rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7MFHmpMJvizQdFcCIUZnXIMObDgKT8Z { width:9.875rem;height:5.625rem;top:73.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gTaN9JKfDUvr8PHeVuNq8mghKgiQpsnF { width:9.875rem;height:5.625rem;top:73.1875rem;left:10.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LqstCFpuSwkiMfknUCJiA17xlIlxFEvb { width:12.1875rem;height:14.375rem;top:70.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kbbh0repPHFmJOQfBd9ye04JuTAk8O7C { width:12.1875rem;height:0;top:80.75rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQ1yHkXGTMvrVlJDIrpnFN58RSMwN0wu { width:12.1875rem;height:0;top:75.4375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6uQ18dtZMN2iFtkfTEpRqqqw1HXb0r7 { width:12.1875rem;height:0;top:78.625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPX6Jnk6bgp7lpNMLkfmgT33769VvIT4 { width:12.1875rem;height:0;top:72.375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcnKdCCZvk6lJfCnBay9Eo70SJNtbTHs { width:12.1875rem;height:14.375rem;top:70.1875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UabzVzxJpR7ofzm8IExh539Sy3Nlvmy8 { width:12.1875rem;height:0;top:80.75rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTTPniUO4amSS8KNTTKGAGULPZurd0Nn { width:12.1875rem;height:0;top:75.4375rem;left:7.875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nl2TlcTtHXX2hQmGeb48gSgl8VUX9Hbe { width:12.1875rem;height:0;top:78.625rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMv0kdAPVsxMVIgN7Rrgkq545oUtGenr { width:12.1875rem;height:0;top:72.375rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lcx775g1OXM0o2XxFqQ6sXlEBgWSkOqr { width:12.1875rem;height:14.375rem;top:68.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHOLxQEGVCoDx6TNstxnu63oQWUDMiCG { width:12.1875rem;height:0;top:79.375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rpt32ZcSBFbaX0VDIRGxxlg1lHtu5mhX { width:12.1875rem;height:0;top:74.0625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgN7TNTV3WDEditef7sodnL5xkDnEvPb { width:12.1875rem;height:0;top:77.25rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8e3IpqemFAdzPAmzPd35rDeaBR9TOt4 { width:12.1875rem;height:0;top:71rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4VyHC1p0pzt31gn0dmIReniHpM6D78W { width:12.1875rem;height:14.375rem;top:68.8125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLlalET8WZQcwoau72lAqOkUO2kozUBX { width:12.1875rem;height:0;top:79.3125rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6upu8o9GAnvFxbVNhJubvs375CJUudG { width:12.1875rem;height:0;top:74rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNfofSgw5ynEP2kD10oJJTul5ii55xiK { width:12.1875rem;height:0;top:77.1875rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9Bqxv0aQfciX6v467pHBGFiK3iW7TSq { width:12.1875rem;height:0;top:70.9375rem;left:7.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIPqyb8EJBwuSi54kTuFlHk6neHQHR5M { top:47.5625rem;left:0rem;width:20rem;height:2.1875rem;border-top:0.125rem solid #8dbf40;border-left:0.125rem solid #8dbf40;border-right:0.125rem solid #8dbf40;border-bottom:0.125rem solid #8dbf40;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDohTPMwQkMHhWkEbCHQHIBa9RS5UAgO { display:block; }
 }@media only screen and (max-width: 763px) { #k9ZilTA6DhlTgWInE7kopOihw4IcHxwQ { width:9.875rem;height:0;top:73.381250381469rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ws5Wmd4lrToUOoN80fMqqsoFr6lsu1cS { width:9.875rem;height:0;top:73.381250381469rem;left:10.125000536442rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFdE8QNWTTrLKDIzgJk3EziKtADE8EpQ { width:9.875rem;height:0.73125rem;top:17rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #rmX6ckZ3UP9CRAHgciXcS0EKJxtOT1m2 { width:9.875rem;height:2.275rem;top:18.5rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #TWJeKwvp8Nlp2m6vRHAHIh2VSLAP6TgW { width:9.875rem;height:0.56875rem;top:20.6875rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #RawItilmZNZCCZFFoCAC3HMs2AE9xXM0 { width:9.875rem;height:0.73125rem;top:22.4375rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #c7v9TpWscp0hs9VgnaSHXG1BoWNtGpyU { width:6rem;height:4.5rem;top:10.25rem;left:1.9375rem;overflow:hidden;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zLwFd2NxeMbbZTu6fhqoBTmHWz1oUUr0 { width:10.6875rem;height:8rem;top:19.5625rem;left:4.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UKOGt4V3xiH37KNRfbZDTTyG3AX1thgT { width:4.8125rem;height:12.125rem;top:94.125rem;left:7.375rem;z-index:15022;background-color:#f8bf4e;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #qTGw9HzAGuqAfwKRO9Lh572STGVcLJI3 { width:4.8125rem;height:0.65rem;top:86.375rem;left:5.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #wIOcEPRDzF4waKqSITFoEk0ZLJrMStvM { width:4.8125rem;height:0;top:98.5rem;left:7.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15065;display:none; }
 }@media only screen and (max-width: 763px) { #gp2Hwfl00rqNFWki56QQEWvRTTQDeuw6 { width:4.8125rem;height:0;top:96.3125rem;left:7.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.875rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #fk2hVGgodTzETyZTA4wlU1NHwyrPCfZ4 { width:4.8125rem;height:0;top:95.6875rem;left:7.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #qOaSqbkfxTLsFhNb4Baa2OckhpecKSVm { width:4.8125rem;height:0;top:100.875rem;left:7.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.875rem;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #txhTZ672DEaleDWTEBxEOER1RD5UVVDP { width:4.8125rem;height:0;top:103.0625rem;left:7.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #OmoPwxMLHnv9c3czNancJS7x0xFsaLE8 { width:4.8125rem;height:0;top:100.1875rem;left:7.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;z-index:15071;display:none; }
 }@media only screen and (max-width: 763px) { #iS8Ppf2AzdHS0opWWoTy2G9mc1bz7Rb3 { width:4.75rem;height:12.125rem;top:94.125rem;left:12.4375rem;z-index:15030;background-color:#00696d;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ezuFVgRDfX1gT6eMcTTdoHFhut2rowNB { width:4.8125rem;height:0;top:104.5rem;left:12.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;z-index:15075;display:none; }
 }@media only screen and (max-width: 763px) { #Dsz32rJ8T2mObGSWM3lJStsNE2eNJvQO { width:4.8125rem;height:0;top:96.3125rem;left:12.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.875rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #zTF67CsEUQLeADmDmHM28vvreMz6T5TX { width:4.8125rem;height:0;top:103.0625rem;left:12.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #DAs9DqUvwZhOfEGfOSsD3GTdrKeWUohe { width:4.8125rem;height:0;top:95.6875rem;left:12.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #Elor46ZvV8bGvSzeZFC9teZ0uHTuKkhs { width:4.8125rem;height:0;top:98.5rem;left:12.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #IDs0bX0Wc9MccaCJ8ZEJkSm6ZLIDPHsm { width:4.8125rem;height:0;top:100.875rem;left:12.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.875rem;z-index:15075;display:none; }
 }@media only screen and (max-width: 763px) { #fAh0J5mfyEcE3aQtT2PdvSXnsSahpkQA { width:4.8125rem;height:0;top:100.1875rem;left:12.375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #cf73bGBRZ9y2yk6UzPNFb4TAWwuTSkWZ { width:4.8125rem;height:9.6875rem;top:58.5rem;left:0rem;z-index:15022;background-color:#d54a15;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GtDGxsGc40PTdEp4iTLEMNAqbmXKkeia { width:4.8125rem;height:2.275rem;top:61.875rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #D8nAcxMAbySHQlTT6iXowFwG5v75swFm { width:4.8125rem;height:0.56875rem;top:64.0625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #X2AG85epamERRHCCEO68IKqRfDSTciuA { width:4.8125rem;height:0.65rem;top:65.8125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #kVfuqAGOIgmZPuCb4B48ARksVpNUm180 { width:4.8125rem;height:0.65rem;top:60.375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #aI8HgSVC3nV5Au4hCuRvQ5TMfHsTViK5 { width:4.8125rem;height:10.9375rem;top:36.375rem;left:0rem;z-index:15027;background-color:#8dbf40;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pw62L9IOLNTsZPcwNK4MTqFEJkZc2Xbm { width:4.8125rem;height:2.275rem;top:40.5rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #GlGM9ARW30A54bReyiznwfTdyTxD1v3Q { width:4.8125rem;height:0.56875rem;top:42.6875rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #JvuanvFbqaCeFFh4qLyhPWJr1I7s1q91 { width:4.8125rem;height:0.65rem;top:44.4375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #DXt9awASLiA8p8FRFVn0O8F6OkUpZKET { width:4.8125rem;height:1.2986125rem;top:38.25rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #ewNf8NVmJC7cNxglEaxrN1o2ZcmLV1Np { width:4.8125rem;height:9.6875rem;top:58.5rem;left:10.125rem;z-index:15032;background-color:#d54a15;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hhqbBanoWZP5ntTaCgDSPfXTXKdPVrlH { width:4.8125rem;height:0.65rem;top:65.8125rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #SZ150dHTJ96chJ5NEEIMXuQgk7hMc86R { width:4.8125rem;height:0.56875rem;top:64.0625rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #vFEZJvcZICyv30vhZsdLTkTIJK5vueUL { width:4.8125rem;height:2.275rem;top:61.875rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #v8uio2iKtd5flhBug5aTa0ZveaXuJ0Qk { width:4.8125rem;height:0.65rem;top:60.375rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #gQH9hI07s8DDdxTSgTBVyOgqM5svX0RU { width:4.8125rem;height:9.6875rem;top:58.5rem;left:15.1875rem;z-index:15037;background-color:#d54a15;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AJWXe3R2kunafLaqLApqlnGMkr2TksEO { width:4.8125rem;height:0.65rem;top:65.8125rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #SusUvglzOaiwX4lkqgcK3kkVCfFKRm9I { width:4.8125rem;height:0.56875rem;top:64rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #ES7NpKbUllW0kT6ceQFprep6flmM9yhh { width:4.8125rem;height:2.275rem;top:61.875rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #h6hTzgryiMXNzWt4g5Lwq5urGeVfuQpV { width:4.8125rem;height:0.65rem;top:60.375rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #W5udbSVdv6FhSPTeMQz4n3fV0N0cwsOm { width:9.875rem;height:9.6875rem;top:15.4375rem;left:10.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #s6fPEg9imM5p8uuIwgylT8BaqoQOt0BD { width:4.8125rem;height:9.6875rem;top:79.0625rem;left:0rem;z-index:15027;background-color:#f8bf4e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qydUEy4oXO8srPzedEFO7p8GWHf22sFt { width:4.8125rem;height:2.35625rem;top:82.4375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.8125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #FUZlePGM33pfHTeTPr1v2Eh73dMgsNgG { width:4.8125rem;height:0.56875rem;top:84.625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #cwWJGCMPQqa6WptQdMEcyoAoKST4KAWo { width:4.8125rem;height:0.65rem;top:86.375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #SqVoT4KfeqTXWErHUO3Pvs7R6vytAPwg { width:4.8125rem;height:0.65rem;top:80.9375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #Jgqk1s2bFvyETPFq9793Biq7TJzG1y9c { width:4.8125rem;height:10.9375rem;top:36.375rem;left:5.0625rem;z-index:15032;background-color:#8dbf40;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dQBiTWKE1FPRrFb6WaHx2LoQwunsLQwT { width:4.8125rem;height:2.275rem;top:40.625rem;left:5.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #pqK7FDT6ZoBz0IqTGNLT1pxOr3KbT7V5 { width:4.8125rem;height:0.56875rem;top:42.75rem;left:5.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #Uxyyo75t0z2NxC6xvpdUUaggfti9xkTL { width:4.8125rem;height:0.65rem;top:44.4375rem;left:5.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #TyKNmSUTJoegcOFzdhJrNTXSG7P2gTpC { width:4.8125rem;height:1.2986125rem;top:38.25rem;left:5.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #dxftnaMIi4cUpDNmChA03kH1QrHh442t { width:4.8125rem;height:10.9375rem;top:36.375rem;left:10.125rem;z-index:15037;background-color:#8dbf40;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MWU9pvJ3eBn1lpFMM9t1foU1PmpD1DK6 { width:4.8125rem;height:2.275rem;top:40.625rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #iOGKymGkg2rgfvrSzNgOL9V4IWvrT5pb { width:4.8125rem;height:0.56875rem;top:42.75rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #LOaiVqogeuqCTzarxTSkGXnNhI157EHe { width:4.8125rem;height:0.65rem;top:44.4375rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #QiZl7DxtRvV8p6fZ82vRrItlbXnZcnhE { width:4.8125rem;height:1.2986125rem;top:38.25rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #xinxnb94lXXWN85UpvunmZzZwit6OTp7 { width:4.8125rem;height:10.9375rem;top:36.375rem;left:15.1875rem;z-index:15042;background-color:#8dbf40;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CNJ7zzpBWGXyMgynuo8ax1zqOOP4qITm { width:4.8125rem;height:2.275rem;top:40.625rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #yN9bgOaPvdeLOJkknzGS7oE97acW8pgS { width:4.8125rem;height:0.56875rem;top:42.75rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #LK1k7bmeVqFnbzw1C33bcVmJHID6qFJS { width:4.8125rem;height:0.65rem;top:44.4375rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #FFhNO16eSawctc1SXEDJEIk4OGOH70xB { width:4.8125rem;height:1.2986125rem;top:38.25rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #sbmCiaXb1te4STcxhzPqC5LfkzrNlvvK { width:4.8125rem;height:9.6875rem;top:58.5rem;left:5.0625rem;z-index:15037;background-color:#d54a15;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SVT2C2vPLwFymCHpTMTvz8mF34WmH3lp { width:4.8125rem;height:0.65rem;top:65.8125rem;left:5rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #VwBZ6oEmCFlS0TpSy6houSOFhIMrzAS5 { width:4.8125rem;height:2.275rem;top:61.875rem;left:5rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #DiBIIeUNohAHTQhnOPZfA5d8zPCkXodg { width:4.8125rem;height:0.56875rem;top:64.0625rem;left:5rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #xcSM4xxHNRJXRGS8BDtoOHqQGQGC8gS2 { width:4.8125rem;height:0.65rem;top:60.375rem;left:5rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #dCQpadRee5ZLEP2DbgpTxFA3mCz24A1X { width:4.8125rem;height:9.6875rem;top:79.0625rem;left:5.0625rem;z-index:15032;background-color:#f8bf4e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hGQvwgWBd9QXS6ABLdCmARguUsHrkDm2 { width:4.8125rem;height:2.275rem;top:82.5rem;left:5.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #HQf5D60wk7PoKKmCoqanaLTyuFtzBLK3 { width:4.8125rem;height:0.56875rem;top:84.6875rem;left:5.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #d28rx648CG64Lb8g79sJEf3DvblKsxTf { width:4.8125rem;height:0.65rem;top:80.9375rem;left:5.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #toLaOkdU8afbvf27fWeVVf4S229XaGc0 { width:4.8125rem;height:9.6875rem;top:79.0625rem;left:10.125rem;z-index:15037;background-color:#00696d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b3ghonqhsCML4WlAHTcDb7KtRc2lUafs { width:4.8125rem;height:0.65rem;top:86.375rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #OmFNrFwBRTyBrJNTEfbrIkbaUrsR9B79 { width:4.8125rem;height:0.56875rem;top:84.625rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #oKEoIm6JG7R3EK38Mi9Gbb70CAgNO4ur { width:4.8125rem;height:2.275rem;top:82.5rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #D8FC5Xi10dlMhoO7U6AhnmmXrXA2vgiK { width:4.8125rem;height:0.65rem;top:80.9375rem;left:10.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #WLNTdHV8wc6U3skRPf7duZAumlXctemJ { width:4.8125rem;height:9.6875rem;top:79.0625rem;left:15.1875rem;z-index:15042;background-color:#00696d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JuIUTiaKenbuXsl4whwOssQGqto6trD6 { width:4.8125rem;height:0.65rem;top:86.375rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #tEJWELcHiK3Ck2RLPVZlTmTs1PQZCv7D { width:4.8125rem;height:0.56875rem;top:84.625rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #VVMCfllPJc7kfLDsKBud4A5rePpEWiw5 { width:4.8125rem;height:2.275rem;top:82.5rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.75rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #J2T0SM2voHSXo1vHOp2USQ4uwHMaXsaM { width:4.8125rem;height:0.65rem;top:80.9375rem;left:15.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #WUDBhaQsuWOmKtfbIKnmVJuAO16ie5qi { width:4.5625rem;height:;top:10.125rem;left:15rem;text-align:right;text-align-last:right;color:#ffffff;font-size:0.5rem;z-index:15056;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #pb8eUqf1fQ1XFxTX1smOOp1SH41yTzvB { width:10.3125rem;height:;top:53.125rem;left:9.25rem;text-align:right;text-align-last:right;color:#ffffff;font-size:0.5rem;z-index:15084;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #xBx2BUS4JZ27la6gGKUV2yyOhe4cNNia { width:10.3125rem;height:;top:30.9375rem;left:9.25rem;text-align:right;text-align-last:right;color:#ffffff;font-size:0.5rem;z-index:15118;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #XeLnOcMdrOnXldqTl2JGg6R7AoTLQwFp { width:20rem;height:5.625rem;top:9.5625rem;left:0rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mtWSlu6HnCmPfGAnTf8ZEbBcfyDByMLw { width:12.1875rem;height:14.375rem;top:89.375rem;left:3.875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #g35shbTmGg7Icu16Ce3oIRp9BQtvLgu9 { width:12.1875rem;height:14.375rem;top:105rem;left:3.875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EKLtq3Q4qs1CtbE6pTEJJaeV0baZCoxa { width:12.9375rem;height:2.9375rem;top:54.1875rem;left:0.625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AM8E0f0kiZgAzp0UXUoecaJQ50oL9Gh0 { width:9.1875rem;height:;top:73.75rem;left:0.625rem;text-align:left;text-align-last:left;color:#ffffff;font-size:0.5rem;z-index:15058;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #xrs8LdztJyGoISNqaqOXSdmqBsz8a3o9 { width:6.5625rem;height:;top:73.75rem;left:10.625rem;text-align:left;text-align-last:left;color:#ffffff;font-size:0.5rem;z-index:15059;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.56);display:block; }
 }@media only screen and (max-width: 763px) { #CfK4MvQX8Drqzn1FBI9XVfFnA5AVW5m3 { display:none; }#CfK4MvQX8Drqzn1FBI9XVfFnA5AVW5m3 > .row .container { width:20rem;height:1.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ukr8zmDTs3E3HIIq0yQ8siRkroaipHd3 { width:14.5625rem;height:0;top:4.4492197036743rem;left:2.7187500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #fEvmSO2B2fPNNguHWyO37WsCpbZ5aKBv { top:57.8125rem;left:0rem;width:13.125rem;height:2.125rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p56i1iGAvc237orgSWn4Zoq9CHTOVBHw { display:block; }
 }@media only screen and (max-width: 763px) { #poBterJAUnxdTVCiztdpCn9cwCPXLnhy { top:55rem;left:0rem;width:13.125rem;height:2.1875rem;border-top:0.125rem solid #149291;border-left:0.125rem solid #149291;border-right:0.125rem solid #149291;border-bottom:0.125rem solid #149291;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ucqw0knXaymxHett5kFnwRLki3HaEct9 { display:block; }
 }@media only screen and (max-width: 763px) { #cZLvJkt3RMLrdSyPiF1IL8XLdmCA6pvw { width:9.0625rem;height:2.5rem;top:19.512500047684rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhHTKRx18JpmfBJvoa5K2AJUDwpcIbb7 { width:8.125rem;height:3.375rem;top:11.550000190735rem;left:0.68671876192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTZ5UcPdgqc7UfwsDMX51WDss8cQIkJB { width:9.6875rem;height:2.5625rem;top:41.631251335144rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLL2fDkzHmHdnTlcU7h7vPxqXDdA9T3E { width:7.875rem;height:2.5rem;top:49.010937690735rem;left:0.84296876192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNgVLB1rEWstpEP0ay9SCC3t7eEtvcdT { width:3.75rem;height:3.75rem;top:7.7999999523163rem;left:7.0367189049719rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3WC2TcwTotsZAWLE2qo1I39zaNqzm4K { width:3.75rem;height:3.75rem;top:15.237500190735rem;left:7.0367189049719rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8Ms8lW8puIPwIb41Q2bE1tTwURmZ72U { width:9.875rem;height:0;top:16.612503051757rem;left:10.125000536442rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #egSK4HoKadGSJl5vwiyzbdsvaRCOJyqe { width:9.875rem;height:0;top:26.793750762939rem;left:10.125000536442rem;text-align:center;text-align-last:center;color:#d54a15;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #eyk9spl0EwKi43OvLNELrhHsPhLMznAH { width:9.875rem;height:0;top:38.743755340576rem;left:10.125000536442rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hb4CUu1er7yy4Z2U7acRKawBGPCyFHWT { width:9.875rem;height:0;top:46.187503814698rem;left:10.125000536442rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OG8CLfskBFl90Cf7RXhaWimgR8a0aHIS { width:9.75rem;height:3.75rem;top:40.887481689453rem;left:10.075000345707rem;border-top:0.125rem solid #f8bf4e;border-left:0.125rem solid #f8bf4e;border-right:0.125rem solid #f8bf4e;border-bottom:0.125rem solid #f8bf4e;display:none; }
 }@media only screen and (max-width: 763px) { #Wvb3o20rnUgZtH131bEKHdHg1sDh5NRB { width:3.75rem;height:3.75rem;top:22.668749809265rem;left:7.0367189049719rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3ewUh9nnVuQF8AsbVTMvUqST3GF0ryN { width:3.75rem;height:3.75rem;top:30.0625rem;left:7.0367189049719rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHykiV56q1olMMpQGGfnQvaTGtZpoZAg { width:9.75rem;height:3.75rem;top:48.235931396484rem;left:10.075000345707rem;border-top:0.125rem solid #00696d;border-left:0.125rem solid #00696d;border-right:0.125rem solid #00696d;border-bottom:0.125rem solid #00696d;display:none; }
 }@media only screen and (max-width: 763px) { #otLVXJpDZcPX2fDqmeaV8IzdVdzB2TnW { width:9.75rem;height:3.75rem;top:26.112487792969rem;left:10.075000345707rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;display:none; }
 }@media only screen and (max-width: 763px) { #K9s8CuIHlbXKXMDtSu5gvZsdIpFaGF0T { width:9.6875rem;height:6.5625rem;top:8.7374999523163rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nqc8SM02imcMSkANFETTLfX8eL9RoB1x { width:9.6875rem;height:6.5625rem;top:16.162501335144rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT2WN6wVbtWu7daG7lQyHvrCI1kXN9hr { width:9.875rem;height:2.1875rem;top:8.7750005722044rem;left:10.125000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #SToZA3nbkHQH6fAKaQrhEquUuSWLVyDs { width:9.875rem;height:0;top:9.2375030517575rem;left:10.125000536442rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTXbKsnSUPRn6S5zsNsuIaTenxVhd86a { width:9.6875rem;height:6.5rem;top:23.550000190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvech8wDw2K3ne0eKFq4tVnOVTlEtMNe { width:3.75rem;height:3.75rem;top:37.43124961853rem;left:7.0367189049719rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiXZ8qXF241brlWHZR2nEeb83mTDLd7q { width:3.75rem;height:3.75rem;top:44.8125rem;left:7.6875005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtGz0Z7BsMe4wMWSND6LwgvKgzutFLzq { width:9.875rem;height:2.1875rem;top:16.143750429154rem;left:10.125000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #k80M7qlZRTpqU8L9ffe1UTkq237Gf2E6 { width:9.875rem;height:2.1875rem;top:23.550001144409rem;left:10.125000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #e74IgOSpVdKfksHJg1EThyesyatQcBsV { width:9.6875rem;height:6.5rem;top:38.337501049042rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mv86PRhq15sXIdbfLrdNTihfeIHVo50t { width:9.6875rem;height:6.5rem;top:45.73593711853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXKtBHxiQ838ux2DZMS2727yBxNLeLO7 { width:9.875rem;height:2.1875rem;top:38.312501907349rem;left:10.125000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1M5d0Td8eGew2HwUt982sAST9JMzTQU { width:9.875rem;height:2.1875rem;top:45.71875rem;left:10.125000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #lx0iwyHg3ST2NrcnRpmGN2zvCN0NSfTa { width:9.875rem;height:0;top:41.50625038147rem;left:10.125000536442rem;text-align:center;text-align-last:center;color:#f8bf4e;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #AVd3r5mQtQ5e5ybQDCmGfCVSPA77xS2a { width:9.875rem;height:0;top:48.854688644409rem;left:10.125000536442rem;text-align:center;text-align-last:center;color:#00696d;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #n3mSop1RsJxmkrt2cAUHBU9XSrqMq4gc { width:5.8125rem;height:0;top:77.125rem;left:6.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIfZAkB4Th4V4S2eN4gwCFUBmwTkTzKJ { width:12rem;height:2.8125rem;top:78.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTvHazvc6UFGCyuw45c2nNb1wL8TDmKl { width:5.8125rem;height:0;top:80rem;left:3.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMpQOhdGTyD58KxuSvnOCkwB4t1trO2J { width:4.6875rem;height:4.6875rem;top:64.875rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdHwwimx7vEQb3yloGFr01E5gWI2XQyu { width:4.6875rem;height:4.6875rem;top:64.9375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKV7IoLkDlorbWPNmOmp1ThQUssDemGX { width:20rem;height:8.125rem;top:83rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbwBaxGhhvH3HvnXtZTWT7T7GpI8Uhkb { width:9.6875rem;height:0;top:93.568740844725rem;left:5.28125rem;text-align:center;text-align-last:center;color:#d54a15;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #dLQWQUg9nRQfdp8m9KdKO68VGDmCDOPp { width:11.75rem;height:3.0625rem;top:92.375rem;left:4.0625rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;display:none; }
 }@media only screen and (max-width: 763px) { #NOHtv8BiQ8TW9gm9t3v6b1Gb1BtXHf5m { width:11.75rem;height:3.0625rem;top:96.8875rem;left:4.0625rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;display:none; }
 }@media only screen and (max-width: 763px) { #t7I6ulhww5xTyGUN6xiaDovcXLw34TPQ { width:11.75rem;height:3.0625rem;top:101.4rem;left:4.0625rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;display:none; }
 }@media only screen and (max-width: 763px) { #pWcqh59RwhzOGuAivheOwkohsB8gzGk6 { width:9.6875rem;height:0;top:98.081240844725rem;left:5.2195320129394rem;text-align:center;text-align-last:center;color:#d54a15;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #wUFsmX1QMAZMOMqnJt5LoMcMOCcJI3bc { width:9.6875rem;height:0;top:102.59374084473rem;left:5.2687454223633rem;text-align:center;text-align-last:center;color:#d54a15;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #FN7yTmTBJ781BEm6TJfoz1RVtlL1UnEf { width:9.6875rem;height:0;top:111.1625rem;left:5.1875rem;text-align:center;text-align-last:center;color:#d54a15;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #bTpJlmCSQZ15luaBOc6e1heV3zDK0prc { width:11.8125rem;height:5rem;top:109.975rem;left:4rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;display:none; }
 }@media only screen and (max-width: 763px) { #e75verB3qlv1k0pdVXFJT5s4i6GexaF9 { width:20rem;height:2.8125rem;top:105.9125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnN8BXgU1Tx3yv5qgUfMVX9ghM6LU4gH { width:9.75rem;height:3.75rem;top:26.112487792969rem;left:10.075000345707rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;display:none; }
 }@media only screen and (max-width: 763px) { #mQKH79E15c8qQIzo2dsft4hxrzXgw4b5 { width:11.75rem;height:3.0625rem;top:122.875rem;left:4.0625rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;display:none; }
 }@media only screen and (max-width: 763px) { #GDtISwy6Fze8VoqyQaKzLOAWwpnmkUiH { width:11.75rem;height:5rem;top:116.425rem;left:4.0625rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;display:none; }
 }@media only screen and (max-width: 763px) { #PaZvLximsNClDSwZdoZbuZRCLtMOKG73 { width:9.6875rem;height:0;top:117.6125rem;left:5.25rem;text-align:center;text-align-last:center;color:#d54a15;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #u40ZMwaVba5ZZiOdVJpfxKazIumd86Th { width:5.8125rem;height:0;top:106.85rem;left:9.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWup2euNIo8RmkhSS8KZkPQBwHAJx9Ul { width:9.875rem;height:0;top:26.793750762939rem;left:10.125000536442rem;text-align:center;text-align-last:center;color:#d54a15;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #dRxhNmdmA0d02bbrm4B4Rhc4gLXtMyDF { width:9.6875rem;height:0;top:124.0625rem;left:5.25rem;text-align:center;text-align-last:center;color:#d54a15;font-size:0.5625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #gTo67NXE5Z3AWKKHKsN7rCg2AOLub6Uk { display:none; }#gTo67NXE5Z3AWKKHKsN7rCg2AOLub6Uk > .row .container { width:20rem;height:1.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yl8WbVQakWtpIZDFcnQuTZbkI1XHqyOx { width:8.125rem;height:3.375rem;top:11.550000190735rem;left:0.68671876192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHKgVJJT2mkiNRw7NU1kBPbiOo0VJcON { width:9.6875rem;height:6.5rem;top:21.112499713897rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LncwgAGntySTyVlXhHICi2b9pc8WIGnk { width:12rem;height:2.8125rem;top:23.9375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBdRb31tSFhiuob7olMFyPAwsa4QzV0t { width:5.8125rem;height:0;top:25rem;left:11.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u243lxwT617cmng4ao9oz1ulg2oS5PQ1 { width:9.1875rem;height:6.1875rem;top:12.812499523163rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOFpTTlv0HsIaG29u2chfzLs2JBr7xIr { width:17.1875rem;height:8.25rem;top:60.0625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPe1F5aA8GJ7QDmEGqe6H4pHUbUirUkQ { width:20rem;height:13.532110091743rem;top:32.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #st6yTtsTtxnZRFlg62BJrKUXHBZFTJVV { width:9.5rem;height:6rem;top:21.662499904633rem;left:0.68671876192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1EZUJnQ4Irvs3PLGow3BS5lFozdZw3b { width:11.375rem;height:14.375rem;top:66.25rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6HvMGS6VPTildKDnP65y6Ftz0sClWAO { width:11.875rem;height:9.375rem;top:155.375rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KI4H3B53FbipoRL4tt9n4wTQUs5f8lCB { width:11.875rem;height:9.375rem;top:171.5rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckB2BNxDbJNvB8K3g7zA5gGeMNp2dJmx { width:11.375rem;height:0;top:72.0625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUKIdXTH28ExiakGMPV3CcnditIOD5mT { width:11.375rem;height:0;top:75.25rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNMwQbLlvUrmfvWF783WCKlAxeNRKNKi { width:11.375rem;height:0;top:77.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhrMAJFyDGcvlVJDHxJiu8Pz26PTsTpt { width:11.375rem;height:0;top:68.6875rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuxtI5UKGez9a4fPJXUb92dB6Ib1zTip { width:11.875rem;height:9.375rem;top:142.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VflgdPSbyrsShctwpnxzzM4GUFemytNf { width:11.875rem;height:0;top:144.6875rem;left:4.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXWcGfBCZLfJxVMPP6H1isLhNeeGSyaz { width:10.3125rem;height:0;top:149.1875rem;left:5.625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qt0Jf9TdMCNdecUT2tWhWPI2GGsh1FuJ { width:4.6875rem;height:4.6875rem;top:149.4375rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rpf7KudGnH1SLvrFBOZBtoJOAVCrTqTR { width:11.875rem;height:0;top:158rem;left:4rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHCrI0tFyGKyB0tNRTepEmW1pZsq8FiD { width:10.3125rem;height:0;top:162.5rem;left:5.625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkxKxJE8EqHuA1d2QRVzNLaoqqasn0VG { width:4.6875rem;height:4.6875rem;top:162.75rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZzfcOefcTh3S8SQnq7nOTMlvoJz28DG { width:11.875rem;height:0;top:174.125rem;left:4.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFgztvXyFLQ5B1NlvuxyGHcZn4UsvvO4 { width:11.875rem;height:9.375rem;top:128.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwcBEniwNLdB2TRN89Kp6zgliVOWknru { width:11.875rem;height:0;top:131.375rem;left:4.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOBIthQgVgqtTMnkUGlSo0tNEFqP7IGH { width:4.6875rem;height:4.6875rem;top:136.125rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4EeFCddpoXtsaXitdFCqfxFbAOZgT1u { width:10.3125rem;height:0;top:135.875rem;left:5.625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUohSeNLs8PiEqGwUGMzmFG74XBFQ24N { width:15.0625rem;height:2.8125rem;top:167.4375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSh4SpLAwT4JN1OTc8CFgbSasPukNwFo { width:9rem;height:0;top:168.375rem;left:5.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQ24U6FbnGweCKwdkPq1oq0AlX9Hir5h { width:11.375rem;height:14.375rem;top:81.875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFfxAvEmnL1QmraXoRJcvadT8v24yZFA { width:11.375rem;height:0;top:84.3125rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERt7v68sTSS8E0LOHCJaklZu1MzJsulT { width:11.375rem;height:0;top:87.6875rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJGTL7EKnfT5oOvTqodlGF8aA9ixeTel { width:11.375rem;height:0;top:90.8125rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmDrMJmERFrfMeOIRFNdH6nToIdCZVFI { width:11.375rem;height:0;top:93.1875rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGmOgIK6fz4VHUO8K11OKOnOOEGUzkfF { width:20rem;height:3.625rem;top:56.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMoTwCIsIMbQwFwtSnWTI5vknyMmPl44 { width:20rem;height:0;top:57.8125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X71K7fEmznLAJvxJPIpVTcRRIViDsy0G { width:20rem;height:3.625rem;top:61.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJTUbSgmLkH6940EIX6z2Zt3KbWtefvR { width:20rem;height:0;top:62.625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrNSClPvkrPA6am8ttXnspyxUXkMV7Lg { width:11.375rem;height:14.375rem;top:124.375rem;left:8.6250005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6n2ernQoR5lf32IIeUr6bDIhZqFEQsH { width:11.375rem;height:14.375rem;top:97.5rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPucKMo7azGeUNq8KOacRTtqe9DHA6OT { width:11.375rem;height:0;top:99.875rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RL8bLQ5f7h1FdPKqSrEy9hdrq4EmolMa { width:11.375rem;height:0;top:115.5rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBvTdXNO5wyvhHKakSNzD2yc96m9hMJT { width:11.375rem;height:0;top:103.25rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPm97EmsCXNtmba2ZomqTqpALT2QVcIS { width:11.375rem;height:0;top:118.875rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlrPkCwzmE11WfX2PwHgThTXa5Sebs8u { width:11.375rem;height:0;top:108.75rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #php1ds9VVsqe1aPJ21Ws4eykBM1TNmxo { width:11.375rem;height:0;top:124.375rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbLqfPmtZsROs30WRkSsTnUlZXIOg7e2 { top:52.5rem;left:0.625rem;width:18.75rem;height:2.75rem;border-top:0.125rem solid #149291;border-left:0.125rem solid #149291;border-right:0.125rem solid #149291;border-bottom:0.125rem solid #149291;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgPBHvPggTTWfnKPecbDOzK46ek6DEgI { display:block; }
 }@media only screen and (max-width: 763px) { #LFcnnof82SqMtbD2J9OLSeR8gukszPcw { width:11.375rem;height:3.625rem;top:28.9375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHJXCn8Z7DIZLL8ztiWGlFWXD2Q76nUb { width:11.375rem;height:0;top:30.25rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNPqqex0tImW1vJC25dTLqRw50UTnZyU { width:11.375rem;height:14.375rem;top:37.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpN4W9JZbDp964G4nWbMC20yi2nF57mJ { width:11.375rem;height:0;top:48.75rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5G5Z0DUtMfQl58Q4i8udqdpIzmezIAa { width:11.375rem;height:0;top:43.25rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3IES9ll8UXLXf34ZHk1Im2k6TPG0sI7 { width:11.375rem;height:0;top:46.4375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1bIVeLQ7VucyUozKUufciqzb0mhWnIe { width:11.375rem;height:0;top:39.875rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xA6w5qMxkOmSEwIJkyr3bGAEXs2HOQZl { width:11.375rem;height:3.625rem;top:33.8125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQ8fqUGx0HdPr31TzAltfz1uRG60PKGm { width:11.375rem;height:0;top:35.125rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vcvrtt7qi8pI7OCuyUo0c5O8DrreAdie { width:11.375rem;height:14.375rem;top:37.4375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZrCsxgzurE3ggXgBmbLlZL5Haw25Sbv { width:11.375rem;height:0;top:48.75rem;left:8.625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFMbdhIERpzQQaTysOTLpBm5TPMTXGKK { width:11.375rem;height:0;top:43.25rem;left:8.625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEBpq1qbnPWIJ5KMCW3OKk96elukkJ70 { width:11.375rem;height:0;top:46.4375rem;left:8.625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNRTAMScU9QWDtscwPdSS1XJJ0WErIiq { width:11.375rem;height:0;top:39.875rem;left:8.625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCT1uTcTe7iaElTdo6BRlrOsMJgUGR51 { width:10.3125rem;height:0;top:22.36171913147rem;left:8.8117185235025rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLK6trdUmPg9IQw2Erhfi1wVkT7mJeXD { width:20rem;height:0;top:2.9992189407349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #cespk6zalv40SkWiu3EOeuq7Ord4Nc9G { top:182.125rem;left:0.625rem;width:18.75rem;height:2.75rem;border-top:0.125rem solid #d54a15;border-left:0.125rem solid #d54a15;border-right:0.125rem solid #d54a15;border-bottom:0.125rem solid #d54a15;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZTCImui9HcuXfskCnKM9LiEAXfKKJFT { display:block; }
 }@media only screen and (max-width: 763px) { #HvV3ur8skWkhBM6dWPVlVtWX7TNE247Z { width:11.375rem;height:14.375rem;top:186.125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqHcX4hBx9nGP5NwDaVBMRgp91vl2K3D { width:11.375rem;height:0;top:191.9375rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIATKG5ON8Qg2voVT9yc2vvOWQstXFpc { width:11.375rem;height:0;top:195.125rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ps0clppd4lky7tq6KlDp2TMJkzaC0amF { width:11.375rem;height:0;top:197.4375rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5qqcAx0Ff3Q7Dv0M67mcr3IpuwhGVSc { width:11.375rem;height:0;top:188.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyBvwuwllqwMK2ZWLxroN5inikerq3S3 { width:11.375rem;height:14.375rem;top:201.75rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfuwgTcioOePXbfgsSI1FbIxwdwBaQ2R { width:11.375rem;height:0;top:207.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGl2LAFTLC9IP35Aa4W0qCiogchu0n66 { width:11.375rem;height:0;top:210.75rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQMBbDtKT3blL7VaFkCVfHMWnqX5NEKd { width:11.375rem;height:0;top:213.0625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDLW8mHI2ZwNSVUGoK92MpHE6Zn5xTgp { width:11.375rem;height:0;top:204.1875rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFyLLqsn1904mpRumkL9RKgDe271PbpD { width:11.375rem;height:14.375rem;top:217.375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKRvTtzNZTAZa7xCqRQs5Nfe61B8nt24 { width:11.375rem;height:0;top:223.1875rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QA4i7xF8zpxezKqL3A4p8WFZiSC1gZnd { width:11.375rem;height:0;top:226.375rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uu6IBPXcUl0A3A3azUWQslZSOgdbSyUU { width:11.375rem;height:0;top:228.6875rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wL1K4W0uDy4zkUgze1W0vvrCZExLQ3tq { width:11.375rem;height:0;top:219.8125rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRlIttMyFCKPCVihT5JhTi243MXqB7vc { width:11.375rem;height:14.375rem;top:233rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaCLPGHqKby05ux1ApaPosF4sLDD7y8T { width:11.375rem;height:0;top:238.8125rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDZeOObCAQ0DhxrTHAPmFWoqdzzv96z2 { width:11.375rem;height:0;top:242rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VW1SgnfQ1FK5fStfyPEzABtGGG6qFaKs { width:11.375rem;height:0;top:244.3125rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLU1K7oLgbDv9M2Tqb0Qq4hpfGXspilb { width:11.375rem;height:0;top:235.4375rem;left:4.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA { display:block; }#k2NahsbkZeeN73sqFHxG6GbvrFWs4RnA > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSx4kycV8gvsTNd0VzIOMzgyf6SMLkor { width:16.1875rem;height:0.974825rem;top:22.4375rem;left:1.9375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.75rem;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; }
 }@media only screen and (max-width: 763px) { #O7TfqL3cPFpa6XruSiU2ntpcl1e8nzsn { width:19rem;height:0.974825rem;top:9.9375rem;left:0.5rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.75rem;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; }
 }@media only screen and (max-width: 763px) { #V7bJdrAZWdMQFbvTKGWrFxKQDik3FSvD { width:15.8125rem;height:0.974825rem;top:34.25rem;left:2.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.75rem;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; }
 }@media only screen and (max-width: 763px) { #Ezuf3Kd4Sg34IJtV6TVwWPFyrbii0Gc8 { width:4.1875rem;height:4.375rem;top:4.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrFgTo6ygrPXzTUakGEAD27xrHVp6hfC { width:5.1875rem;height:5.25rem;top:16rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPn5nbisVE9hfriq3xLicfCmXq2GVw03 { width:4.8125rem;height:4.875rem;top:28.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3tIpcSFTfa2MQzpWd84uVK0voMbqPc { width:17.4375rem;height:1.78645625rem;top:11.0625rem;left:1.2812500596046rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.6875rem;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; }
 }@media only screen and (max-width: 763px) { #WuMEgc2LRPSiTrirpFnTfZhE3pmKc0cH { width:19.75rem;height:1.78645625rem;top:23.5625rem;left:0.125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.6875rem;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; }
 }@media only screen and (max-width: 763px) { #QFR9320adzMtsPPi2noLCmcQcwsgv6VQ { width:17.4375rem;height:1.78645625rem;top:35.375rem;left:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.6875rem;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; }
 }@media only screen and (max-width: 763px) { #XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21a14f8d-f6b0-4bad-af38-7c9dc0d9e641/VCA_ColgioCondeDeSobral126.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae.adaptive-delivery-prevent-bg, #XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae.lazyload, #XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae.lazyloading { background-image: none; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container { background-color: transparent; background-image: none; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container > .video-iframe-container { display: none; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row > .video-iframe-container { display: none; }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .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); }#XB9oFoMT6q8CTGPHl4znwNSd3zu4Tkae > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSqfww9ptWN0ZZkDf1MxKzAf9DdwgglT { width:20rem;height:0;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #rIFtuJKMTU8u7xVa1P9bOh40OW3aTWUS { top:31.5625rem;left:3.7750001549721rem;width:12.45rem;height:2.1375rem;font-size:0.75rem;background-color:#00696d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #LSGTGOfM3AAnEg1fBBzVsphErfWi2PUy { display:block; }
 }@media only screen and (max-width: 763px) { #TVCXS5HALUwbMhferKfXVnGgOk62qT4y { display:none; }#TVCXS5HALUwbMhferKfXVnGgOk62qT4y > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wccKTSvl3FGrrLgdwuJbKQ8EIXAuhP3I { width:20rem;height:0;top:4.2500009536743rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.6875rem;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; }
 }@media only screen and (max-width: 763px) { #eM1Hg7OCI1KCgt4wnO5gDpkhqdx8WH2s { width:17rem;height:;top:16rem;left:0rem;text-align:left;text-align-last:left;color:#ffffff;font-size:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XRpsVtq7rBzalAOkQ4t1dGEwsDakZSas { width:20rem;height:2.8875rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #p5t5p3m4yESyRBHZFN7h10e1iFo4wEig { top:9.4375rem;left:3.75rem;width:12.45rem;height:2.1375rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cr9gsAA2BTzevcktHi9PthTpgOlOuTpo { display:block; }
 }@media only screen and (max-width: 763px) { #Xdpuaai87nDsOqVtbiSHt39fECsiN2mr { display:block; }#Xdpuaai87nDsOqVtbiSHt39fECsiN2mr > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIRCZ5fbQR5drpeaR3z5wBmxqW6137Bn { width:3.6875rem;height:0.8125rem;top:15.874998092651rem;left:0.50000005960464rem;text-align:center;text-align-last:center;color:#8dbf40;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx6U4y0PDILKlvR9vx2r1mICDozhO8TH { width:4.875rem;height:0.8125rem;top:15.875rem;left:7.5625rem;text-align:center;text-align-last:center;color:#8dbf40;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDxVmeJb8Kr11GWzXpvIBtJ9STvR7Dy3 { width:5.5625rem;height:1.625rem;top:16rem;left:14.3125rem;text-align:center;text-align-last:center;color:#8dbf40;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRnCRaaiD0TOP6iDTL5VO2eMidcTFdS5 { width:2.1875rem;height:2.1875rem;top:11.624998092651rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #roiFC2fKZBqhxIx8Iy9rOS2uG1ImiizQ { width:4.125rem;height:3.125rem;top:12.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfH96PLA1Ikm20R6s4HghLo7c7zTeWRx { width:5.125rem;height:3.125rem;top:11.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwuzJIG8RrP1mpmt5U76WIk7TatM9qmT { width:2.3125rem;height:6.5rem;top:10.374998092651rem;left:0rem;text-align:center;text-align-last:center;color:rgba(141,191,64,0.15);font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCe6DlItn9K5Tx9pbJwDmNEkwLGt3gtJ { width:5rem;height:6.5rem;top:10.375rem;left:6.25rem;text-align:center;text-align-last:center;color:rgba(141,191,64,0.15);font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkDTKelNcFNJWZmeIQiFc7dLwBTZ2NQV { width:5rem;height:6.5rem;top:10.375rem;left:13.4375rem;text-align:center;text-align-last:center;color:rgba(141,191,64,0.15);font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZfCwk8Mfgy5xP6SSveXdmdBfogbCNKG { width:20rem;height:0;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #bEGdSpvXtq1QQysDpkHDHJatw9fv3vZs { top:20.625rem;left:3.75rem;width:12.4rem;height:2.0875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnlMVlfHbE5PbzPAzoG1FlMAQrvTRHwO { display:block; }
 }@media only screen and (max-width: 763px) { #l5UZN2zFylrpACG5vyboDFvT4qIVgw6b { width:20rem;height:2.6111125rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;z-index:15012;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; }
 }@media only screen and (max-width: 763px) { #PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf { display:block; }#PPHWxSPXFaPGate8OgIoWTAXVGN9IMgf > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScnh3W6c7vTFOAxX1WNw8TSipTo4JmV { width:20rem;height:15.25rem;top:4.1117191314697rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gfo7nZ8ct7S6KFvWPWPn7lk0BkKTpgMJ { width:17.375rem;height:13.0625rem;top:20.500000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3DQzOpAVDdXigxGSArVxxzlaH5Tl6Fu { width:10.625rem;height:2.75rem;top:2.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I3asde0MuDQeq4L2n0IlKnyP11AhKrOO { display:block; }#I3asde0MuDQeq4L2n0IlKnyP11AhKrOO > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtsGCBzQIDUxrswqSPiaAXOR1BOJf7RL { width:20rem;height:25.0625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSSugNmEKZUniyIBHAdFDfQTTJoKSzX { width:20rem;height:21.5625rem;top:14.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpHoOJWqFVgEzykFsRszAvdWoCadBrnX { width:14.6875rem;height:1.625rem;top:4.9375rem;left:2.8437500596046rem;text-align:left;text-align-last:left;font-size:0.625rem;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; }
 }@media only screen and (max-width: 763px) { #WW8oBIS397chDOUME6UqrTCsS659srkU { display:flex;width:2.375rem;height:2.375rem;top:4.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv { display:block; }#rhwuhztRPooeQyhAMzbsPZs4X7t8NZNv > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.25rem; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-text {padding-top: 0; padding-bottom: 0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-select {padding-top: 0; padding-bottom: 0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.9375rem;overflow:hidden; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-container:first-of-type{padding-top:0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x .widget-container:last-of-type{padding-bottom:0;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x  { width:17.5rem;height:auto;top:9.1875rem;left:0rem; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#brTw8BvyNDRM02QpblJkXVRE89NTg48x {display:block;}#brTw8BvyNDRM02QpblJkXVRE89NTg48x { width:17.5rem;height:auto;top:9.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #m1wNUaOA8gM9MDwpfMIx9dTDNgDOon8f {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #GUkpTELWLFltAE2rhV3VyeDITEAbTNCA {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #U2Q8JMA55xQcx9zC3AGDAwizsyLTbQ1I {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #PcgA8e8rRZHGOfEgcxn1pe1oKnBZ1AGO {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #mO71ckTvOHg9aHVlrPeqoDkxrD4xzP6x {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #PZ1DQHgSPSLha4LKTcA0qJ0Wy3a7lLSN {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #tG98AvqxwldS1e5mWgqyPvGAa8TGDN7N {  }
 }@media only screen and (max-width: 763px) { #brTw8BvyNDRM02QpblJkXVRE89NTg48x #wc3TcUeeyQNXFA4aQoJetPltOU1ZmDtE {  }
 }@media only screen and (max-width: 763px) { #lrbbih4auwoTfdASf5t1mcQPdGiPgA7L { width:20rem;height:11.0625rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBcrBB34B9GdnGaNwPm9evQgumNig13u { width:18.8125rem;height:0.625rem;top:7.625rem;left:0.56249994039536rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #T8dqMVVx4THPtR5XftEHOuu2nGyvBfe3 { width:9.6875rem;height:14.5625rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1nG9BKu7zVreks18QRk3VJMEkuyJK9W { width:9.6875rem;height:14.5625rem;top:24.0625rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #EORtJTFBiBWKDu0cOivqt7GAcdeeV2Wk { width:18.25rem;height:2.2rem;top:4.125rem;left:0.87421876192094rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RNWtHk0dow2AoIFR6xhdnTFmX0ynqcG9 { display:none; }#RNWtHk0dow2AoIFR6xhdnTFmX0ynqcG9 > .row .container { width:20rem;height:29.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTTdi4h35oPT8aIEbZwwTN5rOLrTMf44 { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc { background-color:#ea6425;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container { background-color: transparent; background-image: none; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container > .video-iframe-container { display: none; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row > .video-iframe-container { display: none; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .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); }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container { border-width: 0; border-radius: 0; }#zworpuE0yXTOHvGLTNFEyTzZ2ZZHyIgc > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQWN1hl2rw4TIMqPcSNzJ84m7964E2lS { display:flex;width:1.5625rem;height:1.5625rem;top:4.8125rem;left:0.875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1));color:#5d92ff; }
#UQWN1hl2rw4TIMqPcSNzJ84m7964E2lS > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DhSl3KXiTuB9q4e7qPa9sU3VgnhadZpG { top:4.1875rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ea6425;display:block; }
 }@media only screen and (max-width: 763px) { #NQfveG2eFlJLTTVguETGPo1LqkW5PcRD { display:block; }
 }@media only screen and (max-width: 763px) { #SOTGZMmWtFrtyiKNSo1RUhPzZK7d8SOa { top:7.625rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ea6425;display:block; }
 }@media only screen and (max-width: 763px) { #Lbx9odKLMvm8CDdb1BXO53eZ7XLa3odV { display:block; }
 }@media only screen and (max-width: 763px) { #zgcsLbz3gdCCAtySC49MOXVgUVLHKOde { display:flex;width:1.5625rem;height:1.5625rem;top:8.1875rem;left:0.875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1));color:#5d92ff; }
#zgcsLbz3gdCCAtySC49MOXVgUVLHKOde > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Lh3WXd92vSNymmlKG54Pqx99frrksLWJ { top:11.0625rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ea6425;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOph9qJp96LaTKJeT7qOv853iRclHTW { display:block; }
 }@media only screen and (max-width: 763px) { #GySTAQHuAdMK30k0HXtKo7edlAaWV8Le { display:flex;width:1.5625rem;height:1.5625rem;top:11.625rem;left:0.875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1));color:#5d92ff; }
#GySTAQHuAdMK30k0HXtKo7edlAaWV8Le > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk { display:block; }#du4IpgZGq3tK5oa1HMMPsJzrqRxkbJLk > .row .container { width:20rem;height:112.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1;height:2.5rem;font-size:0.9375rem;overflow:hidden; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-container:first-of-type{padding-top:0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .widget-container:last-of-type{padding-bottom:0;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9  { width:17.5rem;height:auto;top:8.3125rem;left:0rem; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 {display:block;}#ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 { width:17.5rem;height:auto;top:8.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #GoIktlRadmvc6oQoi2VO8yxJMi3VhEkI {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #ThskaR0zbXfCqvZ8q6WNSuihqs9TvAvl { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #lL3TSqetrEF9ZddUwOHNJ4r3iRdNe9Sw {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #cLSbZvZsdt6AUiTpgNGdsxGDvRWV1cWG {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #IXxKXA6mBbzp8nA4zKDiFMTJQVdTf7ZS { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #AFUautGCrFv8nbnu90MzJVQrxLFB0s1H {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #Qak4dXwXTtR96MoJ81NhFgQrFw32vhCN {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #QgwETpbiCV0kNkRw6i9KamTh2Cos5He5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #BgObcvdnxpXhV5SaftAei8pXn8ne4S8b {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #EZreaHK6JAOCZFVeu18SKuuQ56iSDTFD {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #P9Sn6JwDmvOfFrkeHt7yHeXUuzR71UTu { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #gJtuB7JXQLwQtTumZegoT7ScaVAbbIuK {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #aX7aeDmwiTcAcwiFFFcHsuHxRMrfMBEG {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #QlcsCJEvLBybXycZi9n6oyoMdPJXWoTT { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #QQVkqTCLTKUXAD5wJz1TPDLgNfkItLnW {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #dnabgEwPln47DCBTAmrddUqcFlx9BWJz {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #qyFZcxbwnReN9KwPfq6BCB0175y5WUVX { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #Ct2gaa7kZbBf0bum0iKM9G1s2dh0dMIN {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #BlvQuLbwh8sNWAdgJdLJVeiZ4T6Xf9tI {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #FJHMJZzyr49CiCOtw9oyrsTg51TUWQdd { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #BEdBVBsckKhfhK6DsgKe96hoU4nJSLOX {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #X6FQatfHnkqTcp1lnxxwknCErcoOo7RJ {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #rhoCiEwPZTSrqUloFFUOyG6WOXamg9oT { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #dA7A509qQRisuCfESuA76BFw88S2mH43 {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #PfVUlp1yOSOzshh473c3E4EZBE5crmZI {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #hIaGBqMeGKK6VRfkih6loLiBeZQ8IcvF { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #IofS5DrG2RREkQXzLswVstXGFg26TMt8 {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #MGIzQmsQVSkI5O1I6oH2z7yq6OKowIvO { z-index:15000; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #onycVTJ6mtiPKAUxR6PoTokKNRFTIhy3 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #IBRA04wG4bTPX8n8586AunIVR0xP8gDN {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #kePrkWN7ZlR0LLsSqQ4odbRcZXhvyexB { display:block; }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #ZhkTVnSuqL6B0qvxpWA8R0n4Gnhc7fJB {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #HPPKa2TSxKCiNItC7GOL45Plnwbz1M64 {  }
 }@media only screen and (max-width: 763px) { #ZEhFKqxpJ4TCPCIGEpzdnU8TzzbhTNA9 #lWSS3WVb55147AwBkPDLrOFEHenG02Qg {  }
 }@media only screen and (max-width: 763px) { #x49Ea85GKNKHIn1qnnQxuqBDcSvhPqB1 { width:18.625rem;height:1.5625rem;top:6.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bUkIUVCqPxLhMr5VmVhiCrehFJCVbkBn { width:20rem;height:47.875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX3GFDi95ZEldnBefT1d8hQT0cdZQtKf { width:20rem;height:8.75rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb0B2BgIUFIAWrTK9nPSk18JcsrEowhi { width:17.5rem;height:1.7986125rem;top:58.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cogsn9fv1waeisv8Ci2V1VmGRSihwyJH { width:18.75rem;height:1.19965rem;top:61.75rem;left:0rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmI2OsyiaIiJNF9fKxfg32fObxBX8CzU { width:18.75rem;height:0.79948125rem;top:62.75rem;left:0rem;text-align:right;text-align-last:right;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnwtnbTrmrwnpvEWIs9J9H8dPkMJl5t3 { display:flex;width:1.25rem;height:1.25rem;top:62.125rem;left:2.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #syADet0koAqM1bs1Q3xd2QDM6MoVnNvt { display:flex;width:1.25rem;height:1.25rem;top:62.125rem;left:3.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #CG390sQoVsofh1TZ5nSXMcUFwqe5kZZC { display:flex;width:1.25rem;height:1.25rem;top:62.125rem;left:4.5625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kJNHy2rSyinq2cqBZ3ZSvhZTwGdhDBXK { display:flex;width:1.25rem;height:1.25rem;top:62.125rem;left:5.8125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #RXrC8AbUefiDTDqprRJcENGy80Gbcp64 { display:flex;width:1.25rem;height:1.25rem;top:62.125rem;left:7.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #aKzTOtQbebxUEEK0TwZITodGITwlP9El { width:20rem;height:10.9375rem;top:74.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTu8PDMDxo160IWR5uxTVWLrCXDG2ny { width:18.75rem;height:0.79948125rem;top:82.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgR9tGCQEPHekOAO1gF3aduPbqJyfgAX { width:18.75rem;height:1.19965rem;top:81.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5avvyLURiIOGC7kG9JGqWmKGB2RDDSM { width:17.5rem;height:3.597225rem;top:76.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt9B7Ab8PSkNi4WZnERMN76JRs5HLbhz { display:flex;width:1.25rem;height:1.25rem;top:82.1875rem;left:7.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #z6oszHnoWTSQ0JdXMdko6ZBTJ8khivKO { display:flex;width:1.25rem;height:1.25rem;top:82.1875rem;left:5.8125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #T9nvulPk8cZ3Z57XIy3G3IgJo7tpVWWT { display:flex;width:1.25rem;height:1.25rem;top:82.1875rem;left:4.5625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #wJc8Du4KBZb1f5yEwwg9FS7si3xoeBK8 { display:flex;width:1.25rem;height:1.25rem;top:82.1875rem;left:3.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ZTS1V40sTBTOPmlxvFbOlcA2urqt2ONS { display:flex;width:1.25rem;height:1.25rem;top:82.1875rem;left:2.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #bmSzMBSVsX8CqwzS55THXGXtnCLXZ3US { width:20rem;height:10.9375rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoFTW4ZJtaL9eqkkoXFWr34JBAyOQ5wq { width:18.75rem;height:0.79948125rem;top:94.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBlSoZ1huTEFvEawtTwH0OV62ofvpu0 { width:18.75rem;height:1.19965rem;top:93.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TMHV0szAX83JN0pC6k17xxiK9xqgan { width:18.75rem;height:3.597225rem;top:88.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ8sPwDgCbQbeiiFWSSMVPkbnJbhitls { display:flex;width:1.25rem;height:1.25rem;top:94.1875rem;left:7.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kxG3o6S5snn1ZuvmZgc9NFcv0VhCtpZX { display:flex;width:1.25rem;height:1.25rem;top:94.1875rem;left:5.8125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #NTXu4MHZX9cTxCI5FNPg9U0NuAEGR6Uh { display:flex;width:1.25rem;height:1.25rem;top:94.1875rem;left:4.5625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TO3dsgW8g0vGevK7oI3oyXutWakW3Iy0 { display:flex;width:1.25rem;height:1.25rem;top:94.1875rem;left:3.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kVeXFaWX3vBSAq0KaS466HTXHMoiZb0e { display:flex;width:1.25rem;height:1.25rem;top:94.1875rem;left:2.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Ob1ON0dtTXeOxiar7lXPHa2E1PSQpgWg { width:20rem;height:10.25rem;top:98.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #au1IaGI3gPXABtDKWidF7so0QkeSMVKr { width:18.75rem;height:0.79948125rem;top:105.875rem;left:0rem;text-align:right;text-align-last:right;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOO2MNCS5O3wGwttJ0V6ZXTEb7WBFuu { width:18.75rem;height:1.19965rem;top:104.875rem;left:0rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD6KF4C7Je1xbUEwqfFRlWyU1SxTrakh { display:flex;width:1.25rem;height:1.25rem;top:105.25rem;left:7.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #vIAiPiG9GkRmrMZknREd9oEq53aLdvG3 { display:flex;width:1.25rem;height:1.25rem;top:105.25rem;left:5.8125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #BX8eEaghwPlxEQVK4nwJM8mG7BzCKWRX { display:flex;width:1.25rem;height:1.25rem;top:105.25rem;left:4.5625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ifQ9NKerxrxCC4qQDn7qnodgnODyTks4 { width:18.75rem;height:2.69791875rem;top:100.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qksV99H7StTGHdeOl4sfntPOC5g6tOzr { display:flex;width:1.25rem;height:1.25rem;top:105.25rem;left:3.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qSwzxsnxnNG2P6BJuDeaPQ3xvDTbIbVs { display:flex;width:1.25rem;height:1.25rem;top:105.25rem;left:2.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #lM71pRzdA6TDhO9UC8nJWneiwA7sZrHZ { width:20rem;height:7.3125rem;top:66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDuuo0Jfos5HQCx9wWM24tTB0xxUGV1G { width:18.75rem;height:1.19965rem;top:70.0625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF7dJrDTyeVcTHehsy6Uk4e5OF09Eyu2 { width:18.75rem;height:0.79948125rem;top:71.0625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHZuIk6iGcvTp91ogzawxD9Z3FTkLliG { width:17.5rem;height:0.89930625rem;top:67.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFhEXgrxL5OsJwAO8Xbm7iLR1JErU81T { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:7.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Z5MonnQ3CWdcVPTcgUWFldnXQJFs5N6d { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:5.8125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TdMxWHtA45l9x4pHFVVvtyirBs5rgozx { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:4.5625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XpEUwrgZWPxs87dCurP6SNZbDsNhiOdm { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:3.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #vkfPAXR08kAPcsmsT9HRiXnakmGfGLJS { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:2.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #UbgpWtGDM8A6wmd8wS9Fq8FX2v7Lh3De { display:flex;width:2.5rem;height:2.5rem;top:109.1875rem;left:17.5rem;font-size:1.75rem; }
#UbgpWtGDM8A6wmd8wS9Fq8FX2v7Lh3De > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Vtr67TFxTqp5fI2azGnUXpPMNfeIPrg9 { display:block; }#Vtr67TFxTqp5fI2azGnUXpPMNfeIPrg9 > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwlSkoTNStwRxWroPnFPoAkTBmoDNsch { width:3.0625rem;height:0.8125rem;top:20.346354484558rem;left:16.936631321907rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uXr9DTF8SUthVCUTKTH1sPmuOXd3b01T { width:8.5625rem;height:0.8125rem;top:21.41579914093rem;left:11.311632275581rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EQ97DdNaCN85G4OVOTkAXZ4oCA1TboB5 { width:8.3125rem;height:0.8125rem;top:19.276909828186rem;left:11.686632275581rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HVf4nMPTa7ITIrH6TKq6BNrX5X34ir1P { width:6.875rem;height:10.625rem;top:13.312546730041rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0nxgiIMVovUb7IITE2uWWv2Ei1CZlH5 { width:6.3125rem;height:1.8125rem;top:2.0476560592651rem;left:6.8437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0WsiKUv1tV2WceSc8w7UHfitLVwMo3N { display:flex;width:1.875rem;height:1.875rem;top:15rem;left:13.6875rem;font-size:1.3125rem; }
#i0WsiKUv1tV2WceSc8w7UHfitLVwMo3N > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FKrKvZHQsAUcBKm6nnBBVFBdbba04aJ3 { display:flex;width:1.875rem;height:1.875rem;top:15rem;left:11.5rem;font-size:1.3125rem; }
#FKrKvZHQsAUcBKm6nnBBVFBdbba04aJ3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #gOXFBedZWB7G2zqW2mUQ4HTJwtdD0dTo { display:flex;width:1.875rem;height:1.875rem;top:15rem;left:15.875rem;font-size:1.3125rem; }
#gOXFBedZWB7G2zqW2mUQ4HTJwtdD0dTo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ubLaAZ7gXOtTuCFx8U3Slgtf4l3GzoV3 { display:flex;width:1.875rem;height:1.875rem;top:15rem;left:18.125rem;font-size:1.3125rem; }
#ubLaAZ7gXOtTuCFx8U3Slgtf4l3GzoV3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cuzs8Fdq4ypTUJqUPwt8Vtc3vV0UqeKl { width:13.625rem;height:3.82291875rem;top:10.6875rem;left:6.375rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWeozTxCBnsJRx4HChWlnDFC9xnsOnqf { width:16.1875rem;height:2.924475rem;top:5.2473955154419rem;left:1.9062501192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drztgnfZu4KK6USDdoJfSQafViRenSGv { display:none; }#drztgnfZu4KK6USDdoJfSQafViRenSGv > .row .container { width:20rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xV1dsGovWa2iPzQdznKTEsBisn7uOzR9 { width:3.0625rem;height:0.4875rem;top:18.393750190735rem;left:11.343750536442rem;font-size:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1TywvpF5N45ruOh0muNtF90d8XvaCRZ { width:4.8125rem;height:0.4875rem;top:18.393750190735rem;left:6.1437502503395rem;font-size:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThD22x373TD6FBpbRTvGNmTIeckEVVKQ { width:4.875rem;height:0.4875rem;top:18.393750190735rem;left:15.000000536442rem;font-size:0.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MFlKQG6zaB5Rs3gZVDZhvPsuJyc2SEgU { width:6.875rem;height:10.625rem;top:9.4375009536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXqt6qDXHFbDOSQdAHnxv4EGDPX8148u { width:6.3125rem;height:1.8125rem;top:2.0476560592651rem;left:6.8437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #VegvEqxCbcq3zhFt1dLLqLgiS68hxhy3 { display:flex;width:1.875rem;height:1.875rem;top:15.3125rem;left:13.6875rem;font-size:1.3125rem; }
#VegvEqxCbcq3zhFt1dLLqLgiS68hxhy3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #vf71dPfasB8aUvWJMf9hKONBHncE9BBw { display:flex;width:1.875rem;height:1.875rem;top:15.3125rem;left:11.5rem;font-size:1.3125rem; }
#vf71dPfasB8aUvWJMf9hKONBHncE9BBw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FJohV28Mumlp1Tas3OmWaCoi3AoXi02p { display:flex;width:1.875rem;height:1.875rem;top:15.3125rem;left:15.875rem;font-size:1.3125rem; }
#FJohV28Mumlp1Tas3OmWaCoi3AoXi02p > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TqHd4ozfmHZB7N7R1Ol2QWUuT3zNEsRw { display:flex;width:1.875rem;height:1.875rem;top:15.3125rem;left:18.125rem;font-size:1.3125rem; }
#TqHd4ozfmHZB7N7R1Ol2QWUuT3zNEsRw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #LVi2vTbSX6e19yqW9H7ax8bP6dAOcXVF { width:13.625rem;height:3.59895625rem;top:11.3125rem;left:6.375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6TUfUlzV6nkw05ge46XcOpyK5kkXfUr { width:16.1875rem;height:2.4375rem;top:4.8109359741211rem;left:1.9062500596046rem;font-size:0.625rem;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; }
 }