.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:245,249,232;--color-primary-1:222,236,178;--color-primary-2:188,216,101;--color-primary-3:94,108,51;--color-primary-4:28,32,15;--color-secondary-0:255,254,228;--color-secondary-1:255,252,166;--color-secondary-2:255,249,76;--color-secondary-3:128,125,38;--color-secondary-4:38,37,11;--color-tertiary-0:255,255,255;--color-tertiary-1:192,192,192;--color-tertiary-2:45,45,45;--color-tertiary-3:23,23,23;--color-tertiary-4:4,4,4;--headlines-font-family:"League Spartan Medium";--paragraphs-font-family:"League Spartan"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/22e78818-1fbd-436b-b4ba-4d2039155cea/hero_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#fTpiM9aF9WzioCQZ6izQtaNn299NQ3ZQ { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #fTpiM9aF9WzioCQZ6izQtaNn299NQ3ZQ > .row .container { position:relative;display:none; }#z1xLHnkLcVqSwWwp6SFrF7xaRDcXTTbe { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #z1xLHnkLcVqSwWwp6SFrF7xaRDcXTTbe > .row .container { position:relative;display:none; }#taBuJQh3yqLGzZfGk1qMMMVfp92GX1JA { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #taBuJQh3yqLGzZfGk1qMMMVfp92GX1JA > .row .container { position:relative;display:none; }#n5nZfvgqsvWy022s6s9Uy1fRsup564WX { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #n5nZfvgqsvWy022s6s9Uy1fRsup564WX > .row .container { position:relative;display:none; }#C6u2kVT1hbtDFa6BNOp5GJ9gviAQyMQ3 { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #C6u2kVT1hbtDFa6BNOp5GJ9gviAQyMQ3 > .row .container { position:relative;display:block; }#TQEoV26FTdDOT2TercTHEZ3OmG94t3N2 { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #TQEoV26FTdDOT2TercTHEZ3OmG94t3N2 > .row .container { position:relative;display:block; }#I1OpAHNU1duee6AOPPwFKKEp6WVQtsL0 { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #I1OpAHNU1duee6AOPPwFKKEp6WVQtsL0 > .row .container { position:relative;display:block; }#FTvoSzuSokQgNJLnapGMMbBNaIIeC2QH { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #FTvoSzuSokQgNJLnapGMMbBNaIIeC2QH > .row .container { position:relative;display:block; }#b8frRihIIJoKVBRpm7SzAC8AB0fmgQEy { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #b8frRihIIJoKVBRpm7SzAC8AB0fmgQEy > .row .container { position:relative;display:block; }#E04GWmAGsmiPs492P5GJScdBDTw6wvcv { position:relative;display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #E04GWmAGsmiPs492P5GJScdBDTw6wvcv > .row .container { position:relative;display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { border-width: 0; border-radius: 0; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:none; }#QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { background-color:transparent;background-image:none;border-top:0.0625rem solid #95ac27;border-left:0.0625rem solid #95ac27;border-right:0.0625rem solid #95ac27;border-bottom:0.0625rem solid #95ac27;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.5625rem;left:27.0625rem;display:block; }
#y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { background-color:transparent;background-image:none;border-top:0.0625rem solid #95ac27;border-left:0.0625rem solid #95ac27;border-right:0.0625rem solid #95ac27;border-bottom:0.0625rem solid #95ac27;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.5625rem;left:16.625rem;display:block; }
#duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { background-color:transparent;background-image:none;border-top:0.0625rem solid #95ac27;border-left:0.0625rem solid #95ac27;border-right:0.0625rem solid #95ac27;border-bottom:0.0625rem solid #95ac27;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.5625rem;left:47.9375rem;display:block; }
#VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { background-color:transparent;background-image:none;border-top:0.0625rem solid #95ac27;border-left:0.0625rem solid #95ac27;border-right:0.0625rem solid #95ac27;border-bottom:0.0625rem solid #95ac27;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.5625rem;left:37.5rem;display:block; }
#bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { background-color: transparent; background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .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); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { border-width: 0; border-radius: 0; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#WthLx12B3fWep5hARGk6TrOgWQiBIiHn { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:poppins;font-size:5.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.2);top:6.353515625rem;left:18.71875rem;height:7.1748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n231qFmkgTKoLsQl9innx27eLr49oIo0 { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:allura;font-size:5rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2);top:2.6875rem;left:19.03125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:28.375rem;top:19.15625rem;left:24.28125rem;overflow:hidden;display:none; }
#IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:7.6875rem;top:6.0625rem;left:12.8125rem;overflow:hidden;display:none; }
#y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.3125rem;top:8.5283203125rem;left:5.3125rem;overflow:hidden;display:none; }
#k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:14.59375rem;left:30.4375rem;display:none; }
#smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZF0XZnmBqp4vH6tFn5HLbP37doimtdqt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:7.1875rem;top:0.46875rem;left:7.1875rem;overflow:hidden;display:none; }
#hfnPozIwwdpFmNxbVNe5Kq9O2pI5hbTi { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:7.6875rem;top:1rem;left:55.96875rem;overflow:hidden;display:none; }
#OBcXJ6q7dTe5Oymp17BZ0I5ZHCOc71eh { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:6.75rem;top:8.5283203125rem;left:57.90625rem;overflow:hidden;display:none; }
#PAT9QXa5fq37MzGsaUAKozQ99V9knglp { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.4375rem;top:4.0654296875rem;left:65.4375rem;overflow:hidden;display:none; }
#OC41BlP57AentZiIXz2tV2B7RSmNMvNe { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:11.4375rem;top:1.1875rem;left:6.35000038147rem;overflow:hidden;display:block; }
#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { position:relative;display:none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { border-width: 0; border-radius: 0; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row .container { background-color: transparent; background-image: none; }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row .container > .video-iframe-container { display: none; }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row > .video-iframe-container { display: none; }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .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); }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row .container { border-width: 0; border-radius: 0; }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#AMXEVQoEw9PzBWOJ1RJasFLqVkgVcbMf { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:74.625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#OwdoUqEZ4RgGMwuTwXEQ1kcfuUEg0uvU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:37.375rem;display:none; }
#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row .container { background-color: transparent; background-image: none; }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row .container > .video-iframe-container { display: none; }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row > .video-iframe-container { display: none; }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .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); }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row .container { border-width: 0; border-radius: 0; }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#gIbTSBOyPNh6TtKddIKzB0dfbuzTiQa1 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:74.625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#nogQy02hsceC7A1B1DbfngV8uwO5EQEJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:17.6875rem;display:none; }
#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row .container { background-color: transparent; background-image: none; }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row .container > .video-iframe-container { display: none; }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row > .video-iframe-container { display: none; }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .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); }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row .container { border-width: 0; border-radius: 0; }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#b2V9Vw05Ni7eRWgCtzzuXp55fgFlnTxI { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.5rem;width:74.625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#MJmwiwGLOTQoeVC9cety6eaUiIFbUDeL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:37.375rem;display:none; }
#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row .container { background-color: transparent; background-image: none; }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row .container > .video-iframe-container { display: none; }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row > .video-iframe-container { display: none; }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .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); }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row .container { border-width: 0; border-radius: 0; }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#rA8A0vk7yxT4BxDeC2KTopH58AmpyAH3 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.4375rem;width:74.625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#hokaVQIC6nQaQZPmJiLlDfv782q1pyU2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:37.375rem;display:none; }
#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row .container { background-color: transparent; background-image: none; }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row .container > .video-iframe-container { display: none; }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row > .video-iframe-container { display: none; }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .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); }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row .container { border-width: 0; border-radius: 0; }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#GdcZgX3w0P4NNkF3C8R3SJSHKybArWgg { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.4375rem;width:74.625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#uyHhd1ZFAPZy7L2cikPGDwX52CRkZ9BV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:37.375rem;display:none; }
#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row .container { background-color: transparent; background-image: none; }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row .container > .video-iframe-container { display: none; }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row > .video-iframe-container { display: none; }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .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); }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row .container { border-width: 0; border-radius: 0; }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#r2pMKwMQ4OuXGLsdtxGEv491qim0vbcF { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:74.625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#ZgFww4RMXU5uguVBUGp90zovGeCAbnLJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:37.375rem;display:none; }
#pkftyndUZlxrRex98TAm7lTr3zTVPSXl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row .container { background-color: transparent; background-image: none; }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row .container > .video-iframe-container { display: none; }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row > .video-iframe-container { display: none; }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .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); }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row .container { border-width: 0; border-radius: 0; }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#KXhdwnoHgsarxlx5se76OxaAX3dHhZ5o { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:74.625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#vBTTwcIRfMxVcS45N2q819I4vS4NlDdI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:37.375rem;display:none; }
#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { background-color: transparent; background-image: none; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container > .video-iframe-container { display: none; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row > .video-iframe-container { display: none; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .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); }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { border-width: 0; border-radius: 0; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#ZUJN6bLVzeyONnrGDLuRWFFFSCyXoCU3 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:74.5625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#TfnZ8v9MTtTQLhGcMnwDJu3NPiuAW6vF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:40rem;display:none; }
#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { background-color: transparent; background-image: none; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container > .video-iframe-container { display: none; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row > .video-iframe-container { display: none; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .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); }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { border-width: 0; border-radius: 0; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#lZDz0LJg0T8P27LZOdMDTUzaKHDuIGR0 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:74.375rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#L32eksdKGPmCZhAq4844PRkI6V75Uzdx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:40rem;display:none; }
#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { position:relative;display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:2.24975625rem;top:2.125rem;left:27.375rem;overflow:hidden;display:block; }
#R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#fff94c;background-image:none;top:3rem;left:32.5rem;display:block; }
#eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#90a71f;background-image:none;top:3rem;left:33.75rem;display:block; }
#JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#90a71f;background-image:none;top:3rem;left:35rem;display:block; }
#iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { position:absolute;display:block;z-index:15001;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.25rem;width:2.25rem;top:2.1875rem;left:45.375rem;overflow:hidden;display:block; }
#BnNKtlalD0k5N7Wr3EnwGa3LQinC3yoP { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#90a71f;background-image:none;top:3rem;left:36.3125rem;display:block; }
#KfIa9nv52EAMrNGpMsffmVXxJ0rln6Bo { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#90a71f;background-image:none;top:3.0625rem;left:37.625rem;display:block; }
#Rrt3zbXc2n8ucTTv3gkEI5G9aHBTT086 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#90a71f;background-image:none;top:3.0625rem;left:38.875rem;display:block; }
#TmOVvzJxTp9UczxTh70NkJ27x1qeXGJ4 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#90a71f;background-image:none;top:3.0625rem;left:40.125rem;display:block; }
#HT1dmznHT8hd4kZlCCu6TkVEaMB1DGzB { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#90a71f;background-image:none;top:3.0625rem;left:41.4375rem;display:block; }
#ETpxTN5r54a8AlNwKbHdIuWUbOhm06Dm { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#90a71f;background-image:none;top:3.0625rem;left:42.625rem;display:block; }
#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { position:relative;display:none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { border-width: 0; border-radius: 0; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2);top:1.275390625rem;left:3.0625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { position:relative;display:block; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { background-color: transparent; background-image: none; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container > .video-iframe-container { display: none; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row > .video-iframe-container { display: none; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .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); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { border-width: 0; border-radius: 0; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:12.937500953674rem;display:block; }
#Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:23.062500953674rem;display:block; }
#TnfMh32xCuaQlTgNyyKvDW3WZtez2RLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEGiUEXNxCAOy2y53fZm5rw0Rf9dsAoS { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:33.125000953674rem;display:block; }
#fOEDZR3JttCvUqTIBAJ2ZGfr1pWDxXqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiRTBnkmovD4i40sTi2LUSRSUzWoeJaO { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:47.187500953674rem;display:block; }
#q9X9efpWq4uHRbBTUwr8B6gl0rXbAqf4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWPxQhVzvOz1ALUiiOfn19ayFxsTa9nE { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:62.499997138977rem;display:block; }
#OgpIksPqt38kUOKoqbApHNCSek2RcPrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Va0IAAmN4xzfFgRc8kQFJwEsTvP23FvL { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#edkTwvHI6X5tbtoIaavbm5v95eG04KKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { position:relative;display:none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { border-width: 0; border-radius: 0; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HT9r6hghdmTLvxxCQuDrAxPKJkXzOS2p { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#VD8SVJ9Q1nvlJaytdWqR3N7UutQbwpru { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aF0krIp7FV0FsVqZ46D2wfECGe6talF7 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#VsTT2wIEcfpX8yFxT0Pd87gORQOkqAW0 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#cJgqV7KapsF951tVBkpa8elnJ7PlexfI { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#TfzgeDakAz7JHS9K9fISmTlD5iw7FaAm { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:11rem;top:3.75rem;left:3.09375rem;overflow:hidden;display:block; }
#tBPf8xhtzytC24KEOyOsrznZaMzPHAnT { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tUUvez9XM489nhgwUKwiyIM20ua1m4AP { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.92578125rem;left:0.78125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBo26kmrsPsyiHLcatA36NdvoTelLw3l { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TSqSmnTXBoUugZNK9M1icBwccxbrsbQl { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.5rem;height:4.125rem;font-style:normal;display:block; }
#u0Jam4hkcBwrVSmyrMaWZvzMraZn13zK { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.523986816406rem;left:3.9375rem;height:2.275rem;font-style:normal;display:block; }
#bcBd2XpuBngRgdpCeSOG1cKX0SlVDUn8 { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:3.90625rem;height:1.225rem;font-style:normal;display:block; }
#wspnXOzp7MP1OpQ6TwMGlVODZiKpeJa5 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#J0gXrxCzlaLLQxD52QoqGtKiylJDNxfz { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:30.9921875rem;left:1.5rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qseL3mht5VKuCN0sNgdPwz8glfoBJkTJ { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:31.255859375rem;left:7.224609375rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyvfFheamNm2sEPid06gmWvyWVZ3PpLJ { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JT0NpyGnZI3L5b3ft8qJ6IhtqN2thhfq { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:30.037109375rem;left:0.625rem;display:block; }
#cmIHcW3xfPmq1utPIa970DSnoJHbQJA9 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:30.0869140625rem;left:7.03125rem;display:block; }
#idJzThAnlQkBCmCDgIpXDVq9JKGh1iJ2 { color:#ea1b27;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:34.4375rem;left:1.4375rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhdzIJU9rhMDrZ5mdCfHKzFIhohXsBuE { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:34.75rem;left:7.25rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbzBTyTMDUrNW9aqp99MlDtUBpq6cdqK { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fneQezPFNEgn8AfU6fKpmbJuv5oaVXcP { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.8125rem;left:0.625rem;display:block; }
#QSLUNp5qJNGuxDZGocskvtDEvm8sb8kL { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.8125rem;left:7.0625rem;display:block; }
#TLCKalyCimsHsu0vVlz10bvRhx79UKnX { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:37.6875rem;left:0.6875rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cJPQlaubCLk2Ju54SmNzxJWdhQoufqFe { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#GiNr2OAIzli1GcLqfxRyLUvvDtEyKNUs { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:block; }
#g0SPfSe2oURw90M7hAWGXTJM1r4U8alD { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ENb7pNNpIMKl2UiEnbWzd0EX6blapWF7 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#DH0k2wtCipLz5S95fyu8rR0cleMHf7QD { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:27.125rem;left:0.625rem;height:;font-style:normal;display:block; }
#C09qdq5Q0qzQJan9eueutUZtc2y8exAk { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#HgrOErOkfQg2eFtvcecTdk57AGBsGU2X { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fQO1vb7gLi9RkOI7Q9aXTTDJOuSu4rHK { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#EZWF3XuWgmlnA96SW5XpEmJrcSIn0vDu { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#zLHnp8Xuys2APzbQEPOn15SErOruEa1V { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KZPA69e5mNAqEC84JQETsx5FoSUvlLZg { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#xx6rt9TXNR6UUlkWltAiOBSTRCUabxB9 { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#ZPC9TxrQynbHAwhaQ7cBBQxSPSdL63ra { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:9rem;top:2.35546875rem;left:20.4375rem;overflow:hidden;display:block; }
#kIK3N8tXrlJch7TF6Vq9izzOAkV7D7os { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dcl0iomCSGnOXTwgqfcynFaShmBeGchh { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.5625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCHCsxLV9AW6yxErEy3G4eVVe1pnkhuk { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.75rem;left:19.625rem;height:0.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0uVTGFAyKrprVItSCB7CRav1AxwqEXP { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:4.125rem;font-style:normal;display:block; }
#UCtx37Xl3JftgutsODcU0pk84iZTB3W1 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:;font-style:normal;display:block; }
#dZqABafKi8AqDfEQmn8UBOJkTDU2rMEW { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.375rem;left:22.90625rem;height:1.224975rem;font-style:normal;display:block; }
#c02aCTh0NX7OQzAdBPEUwnUTuNwABmDB { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:25.625rem;left:19.375rem;height:1.57470625rem;font-style:normal;display:block; }
#mKCTe7r8AXG2XoJwUU06eGuyStkzZUsc { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h7OLet5CovSOH7g8n4x45GtEkZRFGL7M { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RNbzegI18vB2fIwT1eyDrtPLUG3kaMcx { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g6F4OtCREqxLUCsJq4bD8TGG7mdbJXR7 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:30.75rem;left:20.125rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QU2tDshrrurCWKncR5Fx6y12zZOhxIuf { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:30.625rem;left:25.875rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mUlvRJ6TzfXULa8db3gVw4rusNz3W59B { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.875rem;left:25.8125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iheXdxscsS3JCntS9WFk0zoqavl9VVf8 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#q0HGRAuqeL5U1ZTcl0f8bhJroeuMkln5 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#nxSv3vCMpdxVaaT9WDNJW9lia2x1Fag0 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.0625rem;left:19.375rem;display:block; }
#kcTVPuWAFvhuMozMIMwCxrnaQCVsXBW0 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.0625rem;left:25.75rem;display:block; }
#mQ5DkW34EOcl1ivvKEBe3tACBFIawDW5 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.9375rem;left:19.3125rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAxp9zoKaIKcDa580SPerWbwJ65yGHGH { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#RKLCRkP1gB2BSiuRBf5wPNObk1Pbdbap { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:block; }
#uqLpvimTiA9Jern2LJwXzTrmVrGoKPhD { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#sSLH83TczWpbuZKTvwTeHvcKkvl6slfZ { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C7EZlmaU7KK4KSVKwsGxs4aNa9FvzkLf { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:27.75rem;left:19.375rem;height:1.3995375rem;font-style:normal;display:block; }
#JuyHy7ttaD4cMtOqHEweGH32nS9zAga3 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#sCM9m6vVituScmmUTDGIkuTL1Ag8xJEz { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NQEK99C2Vibv1POzy2xIVmTrKTCUXNa6 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#vAiTuRzrPhg0IcRtKfIBs5Ep4BXcC5xk { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MDMTR3pE4bfdM0XHGO30VoOcR8vkPOsA { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Lh32K8616AkJskN9UA85tMdU5oOEtQ0t { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#wiQStQyFV4qGbT4MLdZBaD0rzOWIEgUb { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#sCpvTgGM2OTZqUkz3wrFe1ozcySh20c7 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:9.5rem;top:1.9375rem;left:38.75rem;overflow:hidden;display:block; }
#yzhRZTOKqqQUh8dwvsHLSWtdBulDXRA3 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2Wd7bRnpmSaoVmqTLHufZoOnXQbPU1x { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dklMDow1HAiNMTkgk6OIrUg1Cf0aspIC { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukWL41OlBuAVALMMNo07BrvWxvDp4PKH { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:block; }
#JuUQZNKxfkQh2h4JAQoH6xreebXtGNTt { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.625rem;height:2.275rem;font-style:normal;display:block; }
#UhKAT2eR47nWWMvcglzpoSXgZgIKdVpg { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.750001907349rem;height:1.225rem;font-style:normal;display:block; }
#Grp6hHCrW9comUs6b4zx11TUUIJJZo3w { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#Nrl20Kgi0hKXiULVTtg2kJtaTauTf9CU { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:33.375rem;left:38.65625rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MysNOA7dIxTTGo2VQfXZe7bRcIUKGpAr { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xu3uHvoT4SzvaTIqO0QmaCQKwyq3AFH7 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yRAcPKOFIWUBZXfR66rt9c0EE7tVnyyN { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:block; }
#OD5738EUy8Fbwx4kecwndBTfLKm9k28s { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:block; }
#KFW2ATTX0myr7OlHF81S07KpvIfUQvBG { color:#ea1b27;display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.0625rem;left:38.6875rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9XZDlil1TG2LSaP8R5aNsfWJuVxJdEa { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.5rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqAHQCgCWUcpdyXxkkz4D8VfqgX9lNup { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:37.998046875rem;left:44.75rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkzodzbahAqxrNG3mx6E18O4o6SXT9aK { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:block; }
#wIvII4lc9cNfzqL9tOD8J4OIupDEJeaV { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:block; }
#WGySCydz0HXwu5qToXcgzfnRkXwRQUM6 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:1.224975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QCD5adyLytUVzy0dVCTm2kVTdnHUIxI8 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#k812c5MQq67Dc8LtyhWpuukqvyIud0iN { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#ZexgKxl6fXiwDDlvdq2Bz8OLnCEfu6GH { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:block; }
#h047Rq43JDgrSBU35OeIVy0h7piJM8LN { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#dK4IKKyNfqO8syhXTqO7e4sc3nIqwF5T { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xLarG7KdXQ9bAN6cLApEXK1P6iVHPFiB { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.3995375rem;font-style:normal;display:block; }
#gMyqPoSh1OFlkcPtRJpJ2PAOZoMlRLC0 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#zVrM3thzSKX2mdcqgaQfUu9aUzQz2pne { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.65625rem;left:56.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#IlbvRNpD1FrZOsRQbBaR8IZgCyQ0xhzo { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#uxSNuRwwRzpWb95HQLP4Ga5kqGudH1xR { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#dEu3KC89gJXWqtTny07vkEVTkgNdMINa { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:1.5rem;font-style:normal;display:block; }
#re5ZwbdlArTFnouek7BEwHyrvDnBnMBS { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#ITI1odKG3BtE03JMWBTeypd3Xr4MxqyD { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:12.5rem;top:2.10546875rem;left:58.21875rem;overflow:hidden;display:block; }
#JFlhkcVxTb8pRmDnMtdZBn8ZIXWq3WGQ { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#flyw7zgWfasqT3NKE39KfmEJysGd8bE1 { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.375rem;left:57.25rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIpVVG7kC1HkFQnKZGTwueapUPe8tUi6 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHqh27ID2NSu3t6AzMfaME5JDATL5cfW { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58rem;height:4.125rem;font-style:normal;display:block; }
#JKD0TtFg5srsUKhKlgp4g6SxPwxSdUss { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.3125rem;height:2.275rem;font-style:normal;display:block; }
#uQSvh8TSwkypN4oGNbxQgFlc57zTu0b6 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773986816406rem;left:60.375001907349rem;height:1.225rem;font-style:normal;display:block; }
#lhdAD9qP15JwNTXpnKeK4e61IFu4kCEa { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:25.625rem;left:56.9375rem;height:1.57470625rem;font-style:normal;display:block; }
#Mqq59CpnXEqkRw0t3pVAdoDetfTPF9VU { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eHL24eybbvDgfkDym7xKM2MDDpg7tpGT { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tQ3rf3ycAwrREV49087a1EznCpX7isi2 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ihcrz2Tse90KT1fUUdTDC5ZJmWJOsWZ5 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#zMraU2JI4yH42GcQy98GIOP1pettlDwS { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#x6w1AScJm6QRGronTVdSNmCBWBwhCFGs { color:#ea1b27;display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:31.23046875rem;left:57.59375rem;height:0.962525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#veqmhNbuG6kJTbFnPBOgN8VRqT95B4oI { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:30.6875rem;left:63.5rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAi9Vu9l8EEI79Tp7Q3JKLPllFE4bgDO { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:31.9375rem;left:63.5rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9SqX52B17dqbZvKlP1T6daiBBTINww7 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.125rem;left:56.9375rem;display:block; }
#KMq1dRzDZQof86Ef3Akw4bqAzZ0kQ1vT { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.125rem;left:63.4375rem;display:block; }
#blwH6lchsMLKTs0ulo0Aq0Ot0STc4PXD { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ozVhpB1rppLRfiyFopHyrS8VTRNZkrpn { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.4375rem;top:1.73046875rem;left:66.1875rem;overflow:hidden;display:block; }
#VlpBPVuB97FHQhIimQDwqODkHOPdDccI { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#Smv8D3bnNQTI3fivF1pcedsNSM1p30LN { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#QcedAauZthBvHVUzCAgu0E04NNI9rSmo { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eCiIvF2aPbBg8VvJi7XQGoi6QHGTmb1f { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.75rem;left:56.9375rem;height:1.3995375rem;font-style:normal;display:block; }
#m2GXk0guQFaVnm11W6Tcy59Q5VZ8KeI6 { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#lGdxa9M3qQAGA7zFoIR2qO6eZAx1flK8 { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffdc92;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#NcZAlfUZb8qWKGCMTMCpq6wZJHtL3KQf { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9rem;top:6.875rem;left:25.5625rem;overflow:hidden;display:block; }
#pZBKhr5UvW4mfNSA5lnE59Zm4WspxzR0 { position:absolute;display:block;z-index:14994;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:9.5rem;top:5.6875rem;left:44.25rem;overflow:hidden;display:block; }
#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW { position:relative;display:block; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW { background-color: transparent; background-image: none; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container > .video-iframe-container { display: none; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row > .video-iframe-container { display: none; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .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); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW { border-width: 0; border-radius: 0; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q32Awd04P5RxOKL3c8DNM6Cui7iMbZkP { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#tbe1g5vZTSXoklr8gMc5VmlkB8EwcyCp { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sk6HpBBok2cuKuO2uLpbGQAbulSGcSy1 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#H1FqkMpzmuC9GkbUBLGSbVZDl4iU9ItS { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:;font-style:normal;display:block; }
#OMQ5nFqbGpEDcHGcEZPNld1kr4AyPwlA { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#XeVrPE5fFfHdPBReLe8fCClI0ElQvCO4 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:13rem;top:3.2614583969116rem;left:2.2250003814698rem;overflow:hidden;display:block; }
#MpvrSUL0huQFSksXZu4UHLDWxv5hhFGw { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.6875rem;left:0.7373046875rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#teSw3P83GdRN5O9BWi7NwF7yuT2W2bD7 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.301036834717rem;left:0.78125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpuOkHLEuT6USWSe3ItKB3Zwrvba2JWE { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7TL0TNcJHaIlVVKDIzOuqgGaDbKQ7N9 { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499996185302rem;left:2.1875rem;height:4.125rem;font-style:normal;display:block; }
#A7APdEEFf8wKq5cNRcfnouXZrhyPRM5O { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.523986816406rem;left:3.9375rem;height:;font-style:normal;display:block; }
#ZIyMb3TkI6zU1kqe6Zh25CRm5N9nKeq5 { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.562496185302rem;left:3.90625rem;height:1.225rem;font-style:normal;display:block; }
#TZmiktiaw7wudNnslhdtafTFDwxIvbTr { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.875rem;left:0.5625rem;height:1.575rem;font-style:normal;display:block; }
#aTNbKXBtq856X1czZX8yO7mf8PnnRNqe { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.930210113526rem;left:1.375rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTxbhVNewArXaOGHBIZtSPMH0UJchWBs { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.193752288818rem;left:7.0999994277956rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SaaumJfLqoeL0r4ifGTT8FSbDm6Owtah { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#klOD5qL0AuP8T1WHHnJZ2nsbeKh9POOq { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:31.975002288818rem;left:0.5rem;display:block; }
#pARmtFpF7g7pg0TUlgmT0xRdWQTqRaUy { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.023960113526rem;left:6.90625rem;display:block; }
#osSFdaNpCl2T7UveaEM3F99VU6afkMk8 { color:#ea1b27;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.375000953674rem;left:1.09375rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fJTdOcpgSDCHnXxCLWTaeEEBE2lSmA7n { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.062496185302rem;left:7.1250009536744rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRllr0MyravBFINS4HOHSI4T7u9sKPJG { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:37.3125rem;left:7.0625rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCSp1Ck8dGOXdMGrdrPyn2AzmSuXxgVc { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:35.749996185302rem;left:0.5rem;display:block; }
#TSAPsUgBKAGV7zHVFxOsDZ6AyGeoGRC4 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:35.749996185302rem;left:6.9375009536744rem;display:block; }
#TCM47tALVoNnSoao2Fd51rbm2tJLNsvy { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:39.624996185302rem;left:0.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mCTD7tacWLOnlQKUvmJpTXNuTRNApLVi { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#SiuZszVvzOPvTSffzPRKrpQelizJiP0L { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:block; }
#eGRd5TmwXtwibaHx1rkyBGVeK6sGgnd3 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ofyUu1Wdn6ukI6p8lJpTG2VR3JBAEZK8 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#wvACKoWiTGt22vEtBBeASIlDKQkicXi5 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.125rem;left:0.50625038146973rem;height:;font-style:normal;display:block; }
#I1OLzhpQm2dBqkNKcsRX4TVsREFUyRX3 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#JNq4r1nSUR4grdD6ILp1My1qiacybbaX { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rmhib4D29U0CD4lJJUXQg2BVUqzzT92h { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#lMpKIDourWlp9NqK4QsFe2AMPFNRLNil { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#zWBSwMwDuAlUcTbRVuMuw3QCqX8GQE0q { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Xpz3TXN4hGukLD3bLb6b31bV3dArpL32 { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#ImyRcG5kgcqA9Bc68VfnbTLk6dBMCrNB { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#rlhiBZfPes9Krho3miT5EbcBzhbVgN9Z { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:2.3551940917969rem;left:20.437500953674rem;overflow:hidden;display:block; }
#neipUdPKqsP0M2fWPoMpoXJRiyxG3iBR { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XFTU4bPt18N9dSFLxsgZpMHlLqrdArMT { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4HlRA4arr8Z5gDqUaMq0f5IT9pUbSTw { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.75rem;left:19.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FknkvBNVRrQfxp53tATWwoVfQIqkTxvR { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:;font-style:normal;display:block; }
#bxmyTPlwMMyLzqKRU3lfF5rROOSzcCkX { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:;font-style:normal;display:block; }
#yc6QQrXM8T7aPtlp5omkGVTntTZqCDWV { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.375rem;left:22.906250953674rem;height:1.225rem;font-style:normal;display:block; }
#HwwfV3e7B4rQKZrqQTsfa393QkCWfUGW { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.062496185302rem;left:19.375000953674rem;height:1.575rem;font-style:normal;display:block; }
#FroxoPiFAXCpqOFVO1aIv7u8gMz9iZOS { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e5f3SwJSlzogTWRlIdv65FXfmfauGda4 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nwFHu6fPXlpgr7qN6fymSogmf5vrrcfC { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nUs92TUEycd2BWGBQEXaiFXICSbbGhxm { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.187496185302rem;left:20.125000953674rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SI1UcQuVOJ5Lilgbplq6oLm55nphGxNB { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:32.062496185302rem;left:25.875000953674rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecpzoaaff4DWpPw4dm4vdgRnSGqi5ED9 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.312496185302rem;left:25.812500953674rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gQWUG4LJSNq4B9TC9wQRUVdqEstug6L1 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#VlXTTIhVH8tfth5164gtpVdcWH0haWGT { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#mqlgEqVAWiBURluUIG6CQOftvwTOPDeB { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:31.499996185302rem;left:19.375000953674rem;display:block; }
#PVLo9tSb1fzNp5kLvqee0tNBrMrZtKUN { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:31.499996185302rem;left:25.750000953674rem;display:block; }
#G5BUOuhH75QTvO4Upt2X3nba8s0c3atT { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:35.374996185302rem;left:19.312500953674rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JamvxwnAZuIFoWw8sGl2QSVa9v6FgIVI { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#QFd9nrOB9mwKLAplkND6xvZP9diPypxz { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:block; }
#NXFuuEbdSFC3ftSiiJboehOs29cLWT6p { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#ZIZsiA18OAJgU4TMkrWFDbOsy1lKVV7D { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BRRMkAa3ozFaeV2DsV3HOh0awc5DoiM8 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.187496185302rem;left:19.375000953674rem;height:1.4rem;font-style:normal;display:block; }
#nX7fVEDiezubuUznZTH71X8twtftbVQM { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#N2s5A9uNMqKg0i0nD8km43r8tIvXvqh7 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#M3qzzlu407u8aim1TI3t9C1zSNTWBiRD { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#T6c787Q8Z9X7VJObFbqZl9JRDid9DWZI { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#zyr2Pv8CGBDsJkcGGBXUTeSRAL5WqgUy { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MZPoWqHhSknpizyXXhlWHUB2iBQpAExt { color:#2d2d2d;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125000953674rem;height:3rem;font-style:normal;display:block; }
#yyC5epb8XxE8CCVKlxMXgsmXGBD9R4pp { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#P76xtpnsJkHJ2XROS3kaNFUUn9toKZyb { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:10.6875rem;top:3.2614583969116rem;left:40.881249427796rem;overflow:hidden;display:block; }
#SaTo1A5D3Ml3KuGB2rzuoJVk2XFqcSxp { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eZOePk0LQaz9GJEi3GnOGq72TIQd9JLw { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.625rem;left:38.250001907349rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NF2IsVXDx3NOAkaUVg4t8KMgJJ1SrdXv { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TtT8yBCOTb7N1DNDAiq0g3OrNvgI3eR3 { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.4375rem;left:39.187500953674rem;height:4.125rem;font-style:normal;display:block; }
#v8TzDMReoG3VwNn3yJba7RU6O6Sek3O4 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5rem;left:41.625000953674rem;height:2.275rem;font-style:normal;display:block; }
#TKTzidgKLE3UliGMdTLHAEvOP58exv2E { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.750001907349rem;height:1.225rem;font-style:normal;display:block; }
#eGqFnV3oflQO479P1HtvGWIAel1AHSBU { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.0625rem;left:38.125000953674rem;height:1.575rem;font-style:normal;display:block; }
#uNhZuB5upNmKWdPT3R4STqbmgk0C5uFe { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.812496185302rem;left:38.656250953674rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dw2fqkAMDiFP9o7gsdl767tNSIuvtQfG { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.0625rem;left:44.500000953674rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6Qc00QCAf8TLXBetlOUEKCkNSEx4A8T { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.874996185302rem;left:44.562500953674rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cME3SphAOPAoKMo60ryMtSTAB2hgh9Ih { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:31.987499237061rem;left:38.062500953674rem;display:block; }
#TcrxhuwrbDGMeSAMbUohoGALu97G7au3 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:31.987499237061rem;left:44.500000953674rem;display:block; }
#spS7avQ1Am8gucZKTzqzzKELPZB3hTCs { color:#ea1b27;display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.499996185302rem;left:38.687500953674rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EAXu5kVaUKQ5LmDDrMPfXQVBdlLutEka { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.75rem;left:44.562500953674rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKOVHvMTphmI0I29Mds8ppucne10qEDC { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:37.435413360596rem;left:44.625000953674rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pOwbWArwQXidyLXNEmAR50ge8CfHBTre { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:35.749996185302rem;left:38.062500953674rem;display:block; }
#TaG9MFNTFmVTBA33VawE87tZa3TTVhJK { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:35.749996185302rem;left:44.500000953674rem;display:block; }
#bTyefF0U01BmmaVT3JUP6kmkv2DMTfLA { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:39.624996185302rem;left:38.062500953674rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QB7MdVTEpVBK2t5Pltg3NWt8EUuO8XVN { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#QnT3WSEsJxXQSXg8s90AGuGcMdw9oMVO { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#eZkbgMxM2T7ClzTWQhqFNTT65DM4lux9 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:block; }
#nTbfxDLpB3W1EMfHbUElVVJlIUOq1vkH { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#wfRnRmLz1Lgx7ZDIBvQdRiiLTiACKtp2 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CBIsDTxUbJPdxrTCve23SVOVOJ5WdTCf { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.1875rem;left:38.125000953674rem;height:1.4rem;font-style:normal;display:block; }
#oaAwluIMlncXIAVgmIGeLalGlOvwaza3 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#idHs934Wcli76peVWaoqkuzH0hkInX8a { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.65625rem;left:56.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gSgslZE1eHqDtvnNmlnsHIA8TVsbJJN7 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#IabQeToLWa1Juws2nDcAKnnCSPDTqTxF { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KXCfdrLzBhhy27yhAxK95XSNe0Qdh2Ns { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#gRl6ZK3e4wNvyT273TO1NLAzSv2OZkwt { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#DQ64k9eF7p13hLf9CEJP2UIqOClH7bQL { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:5.6875rem;top:1.3812503814698rem;left:62.193753242492rem;overflow:hidden;display:block; }
#VQZgMFzgiP1MLJxOIQyLnACO1rwBQVEI { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AywmqhWvk5W6Qi1xXnqmwPtZXGmOzI0O { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.5rem;left:57.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PK8Ow4pES4IOc3uLHBssPqISnSeqd0PO { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z2vcdcZ3IAxiAy3UqCd8JqH42fLGVzZw { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.125rem;left:57.437497138977rem;height:4.125rem;font-style:normal;display:block; }
#LJA5lMKQZkU6zTQCBRTqFAqaDxHVMlAi { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.1875rem;left:60.937497138977rem;height:2.275rem;font-style:normal;display:block; }
#mOSIdAwBbc5yL3LZTyi8hnnaVJwZgevB { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.398956298828rem;left:60.999997138977rem;height:1.225rem;font-style:normal;display:block; }
#S6dnxz6TtcT7igD2xTbTCie6pk2aTAU0 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:25.625rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#CxtmZ2VdT6lZp8yZQc2gM6OtcSrdNgQK { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.1748046875rem;left:57.53125rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JtOaWlrlHxO690lafcvDRD0s7xHIdpN5 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:32.4375rem;left:63.4375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTFXSLhKT6SHSwiVffSEFc04EeOENnKQ { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aPbNagCl0uXg8JnuLSsViweXHphSvwaN { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:31.3623046875rem;left:56.9306640625rem;display:block; }
#QhrpiwvhaFmmIuccrXxN5B9xdyHXIiTC { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:31.3623046875rem;left:63.3681640625rem;display:block; }
#czyDQIio4gD4tvnGBdkImoxPt6vOP8TH { color:#ea1b27;display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:35.667694091797rem;left:57.593747138977rem;height:0.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c6PSbAffQQWDWCD71azVrmePJQQMUpa6 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:35.4375rem;left:63.5625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMAtA6X3VfLsAGCPLpy8KuV3U77honw5 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:37.625rem;left:63.499997138975rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dcfz86DUStskBDFJ0dsRZ2yXle7F91nN { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.5625rem;left:56.937497138977rem;display:block; }
#GfVaW7b7qfWiTf9WASDsgp6kVRxWd11w { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:34.5625rem;left:63.437497138975rem;display:block; }
#xb44uPPDvihzHCKMO0VutBU5JlKlsDdh { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:38.9375rem;left:56.9375rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BLc4A27xzFasxrZFfbSpDuTAPOWwNqwR { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.4375rem;top:1.73046875rem;left:66.1875rem;overflow:hidden;display:none; }
#TJHU5HEkezgJGBfOPwnz7sTbVsxVRSeA { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#AtyDyOITaHQi9yJRfslp6rVbWnLZQCPd { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#zyOT5bAtvef411Hv90yD80mTtdfaD14y { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zt3pPssTgzLquO1nTXBSF8I8lRUSLKMM { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.0625rem;left:56.9375rem;height:1.4rem;font-style:normal;display:block; }
#W3b6lJTynIedVgZOgAneSz6451nBklhn { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#wwfA1sIfGTQcWBzWgB0qn40msUTKPGml { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffdc92;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#HFKx19F6htOR2hmSRfTCCpiwPsHIVB8V { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.6875rem;top:5.8187494277954rem;left:25.750000953674rem;overflow:hidden;display:block; }
#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { position:relative;display:block; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { background-color: transparent; background-image: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .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); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { border-width: 0; border-radius: 0; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bciA0IPoHaTG88nzpvTgFMTpLbMGQck1 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#O2d1GhavcGk6cUmiyI12Edigd2sgtzfz { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NJSHZbS4yP610PxlRVqEVTQ5HzCwCbtO { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#I1p7wuZiQAPRfAxV5Ue3iasvKahQZS45 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#bsAMDAxCmaADwVeWQXymlTXz100mn3hf { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#CP5ReGouT2yquV2feoKtuFbRvKm0iqJz { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:2.75rem;overflow:hidden;display:block; }
#kefDOQXeThgkDTiI8rKbQXKp8Z0EEt5L { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hAc9yIoFqtUn4pqyTE4EyJltAKa3H9EO { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.92578125rem;left:0.78125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yiH888r5IuQ2uHQNSRlP5AcTfHqmTi9x { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hiVHo0wa6XfPdWLMbZnhvRBU9tA3FBO5 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.125rem;height:4.125rem;font-style:normal;display:block; }
#WvkKkZpNnQCXQGerG2lLnJFAqvZtE70A { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.375rem;height:2.275rem;font-style:normal;display:block; }
#iFb9c8V6zV39lugxwE7OSEuzoo67AZWO { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.34375rem;height:1.225rem;font-style:normal;display:block; }
#IM30XZMNJOlsDBOP9vwXEC2qZVgT21H6 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#Q92CsfndgHMdpgNgvBu168T0TvwUaqtN { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:2.88574375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qTWbT2VEnhsXoupTLH2Bq71wDTdZUhia { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#atS2XzP7TXOTl4FqiL7oFNuvqTDI4TF1 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RczXiKx3RfluUbX7KmtmTNUb8SUZ78BV { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#tyBJDk4ixpMlGXRxAs32qpXzv3CtolPz { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#wnx8oIA7MzaFHFFCAeLgBlRJDvwE4GgG { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SJEriW9P6FcUrSxRAQDA57BOCWAuV61M { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R3qHfuihQyKHRtNzHMOCpKrE5aPbta6T { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hP0E8A8gHiPQh1cz6AwniWtAHTseosA7 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#ta6vhGJE2C0TxLLw3VdldsoerNgwgaAB { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#PDbnw9MZBSLg75h3SU4A78K6v9iBR2vc { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ddZvK8cPMlLgDf3vgRIKGBgDgQw1VXHv { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#JfPH8D1fbFgZ9wpRousbNhKP15hAg53n { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#odcUpGzMA2rK918dOkSuTbpAgsbNCdwN { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yxurQheIxshOg6l8IxRF2P4fzTJvB5zD { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#lMwnKnN6fCyVwTBRuCJHvVsTp1i4D8Wk { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#EciBr1sUCH9i1SM2Tccg7N3Ii7vfBO3w { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#T1CwPqX1hDn2nmRUr53GcmXUsptxCEHA { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DUMzRkosTumIRr5EhHMMF876xxzfdvFe { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#T1wdLx6scin5zFKsgwpO1sTOnyF56yZZ { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MmrVRhelqmizHTQ90kKr7NPV86uQ8RLD { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KtyPzTeaTEsOA5M1qeTqTDoBgaGTZV9W { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:3rem;font-style:normal;display:block; }
#EoZbgaLrqfwJwFhzsgMUsTPQutVsS5iZ { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#WMpE7cuf4yl1uPnp9I8SMAI9DzkJiAxr { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:block; }
#gSW3W2RnqJIOCwNalXI11FxW286fNK43 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HnmgebmcJNAFAdkUX4PbTJw3qV0SG0Fm { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.875rem;left:19.625000953674rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcGrrhr86ylwU50CSGsCbqB1hUafmhtT { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZwwCvFSEwN7D1BSsnBV4kiT4I8CU1ol3 { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.062500953674rem;height:4.125rem;font-style:normal;display:block; }
#V6KumeJXye62ZcVSHBGsyC7fT6HtPA4s { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:23.0625rem;height:2.275rem;font-style:normal;display:block; }
#M4m3idIqPiRzkhqeb08mHoAFXXM28py3 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.96875rem;height:1.225rem;font-style:normal;display:block; }
#GUA25l3spnG34thBlbtroPhQDdSHS2kT { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:0;font-style:normal;display:none; }
#MipbAvVQGgLctS4GiQokFT3U8kaAXlZg { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:30.8125rem;left:19.875rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PM0dZpHmh3KqeURtfdUVzKVbHin2fpGL { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.0625rem;left:25.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTv694yT8JPQsqd8uE4ReQPIDQTbLecs { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LqolXh4NklqwWy5vnumwNpXRhvAbGQKB { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:34.3125rem;left:19.4375rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6JrPrwNftP11WIq3zQrbqC4RW6wBuAS { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:34.5625rem;left:25.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXAgTKyoE6sOwGfrqeQLbAqVIuNrUfP5 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LW2v7TTy97QmLXaPss1Cs7gZx4lab4VB { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:29.9375rem;left:25.75rem;display:block; }
#oMo8lE632mITNcWQx1KqSCDTyUvOiCFB { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:29.9375rem;left:19.3125rem;display:block; }
#NOwld3TyvmAxWrQrchgFwcMlXIq51vGr { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.6875rem;left:19.375rem;display:block; }
#WEB4Q6bqu0rrnhNIy0ZOHQE1N7DU9ai8 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.6875rem;left:25.75rem;display:block; }
#NvScdvGbZXnBJZFMC2XXwXPOIkZIWBGu { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RObdQkkkEiFAfSOQB31pPBhc2FOdvTVx { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#f2D2FlFdR5EXVVxSllQIIRUn7JCU5Gl1 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#rcgsUxGL898ualFgDv37H6VnNafDT5QW { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#LQhigDNWwblCEEc2vqaAotgBNKoKpc0F { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nRBs3lv5wDgSwbOzac6D1SsoSNFouhDX { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:27.375rem;left:19.375000953674rem;height:1.4rem;font-style:normal;display:block; }
#MMLBqnhq9HgbMHlDhRQusEFenSx1bQZ0 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#LPVRO2XgKoPxCEcL7Lp3hskgse8sMWLD { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rtCiSvLL6LDvHgJAeVm2tyUlozOHABAP { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#SyiUJnyMBNxF7pc6xzPrfU22wpLtCnAG { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#dJ15XbcstlOM7acmpagLb3LembtVd0TR { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#T7TCUDu1p3suRQcEOWHwHSRU7vG149XT { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#NtEwLGFxVdrGrarLthTqifBacae9OO3u { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#gOxrJx2Vf7eTfJm68VO2kdvseFLXnWXN { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:40.875rem;overflow:hidden;display:block; }
#ndBEMyNVqazgwGaVqlsCdQupievm17sl { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.25rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBHN20gPIc9NRvtU69XWQ3WLPvRJFITR { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aheedrO15cQzJE7J1T3eAk5DgUXSac3o { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tq9LiECergGJ4tJil0deW1aHsvUVRAEe { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:block; }
#cPuBmb139DO2qSa4npv49qPcQ2XxC7I5 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.625rem;height:2.275rem;font-style:normal;display:block; }
#MCekfV6TrTLzVeCEmScf2I3Pv6y7hZGy { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.750001907349rem;height:1.225rem;font-style:normal;display:block; }
#RFvub808AG51E84WkfMOQFNefqTfQFDf { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:block; }
#NoOKturqQFx4dSvkl59VVBFbxSnry5Dp { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fule0xtEvTDVUXtViWLq1bIOkFXbPyfc { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l00B7yHVxufD2NmSTcx1UkoCZcsuZv0o { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kKnIXt5p6eXOGgA7D64UH4qrWVcBnhyW { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#bh9yB1NlxhI7XOWflxs3P9KgrpdnBQWE { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#JLZrrLPkrX3pLPrgJQmvOSwoq0CSZ9qo { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V0HyRUf8EwKPAUpqTkxFJH4MhKCKMDOG { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ARra4DUVTtTu9xTw7vk6avCE7kftesC0 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#EuRp8cZWe2I0zHf7utFm5eeTbLrEUbPb { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#bqb16McpxFgNNmnNwFyanOmTNwKTkxsM { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EXSeuLrkCT5iVMNauHRMBrBSP5Py2Tqu { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#drTT2ToyR4OfUu6M59Ulycd5Mfixfln1 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#pQWPZU3m8aCxT5ZW1EvWkksJTZpPTb8C { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#uD4VOBn5m6UszUd3XxE4NHUT23hqKMaT { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#bQaQ1nLAg3EFb4eBHanypLK7L6yl7ghn { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TWZ2JIxxBFpsaPukGBPysoxHnUeUFrcM { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#Dc1vfxTDpU9RMlc80abeOikKzTxC1R8M { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#XAXHPwcP45slDmDasdGTC2lXnc7Hrwb5 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#or1AV7NXcVgdm3buwtAsDIL69fQNzMH1 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#PEDTuuT9vn2dx4o9kNsK5ulLgmt7yRco { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#w0v1oVbBTweRhEIf1e5AuP7TM2y1RkL8 { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:3rem;font-style:normal;display:block; }
#oWKDTHhO4TZ137Mx5ZJkkDm47ub3TP4H { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#GzITOldbMNTFuXUpoF0FiCbTVLqs9biJ { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:12.9375rem;top:2.25rem;left:58.59375rem;overflow:hidden;display:block; }
#O7s0bSZPvgSyLhwaZdV0KFypnFQNrczC { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DhBOonJH0ucOgxItGrtVzSv7zsBRzzcG { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.375rem;left:57.25rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKE9E34THHm5oJDo9tod5391WO4GXmpg { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QkeaqbIUDrOOQsulXq6rdOwA2Gu6cLeu { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.375rem;height:4.125rem;font-style:normal;display:block; }
#EhV60duQZNg6PM6hmQqsXQkMwfJoObL7 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.8125rem;height:2.275rem;font-style:normal;display:block; }
#E7WqKVIaomHr3qxHFOnZ1OrTNF3CUmbT { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.875001907349rem;height:1.225rem;font-style:normal;display:block; }
#WGx7wEiG6RB2gvJUizXBJqpTzRZ99qTw { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#ge9TSpJQiynBRQMCqHcCTpAvTiTKr0LT { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iWQKTGvZ1ZM1CLPpds3hwEr6xSJme0dC { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mLKnVSVxpVETFOnL8T0baVfTRQ85L3f7 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fE0aaQSy0d00RciMRlUhIyodAkKxT9SX { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#Z7pG5CdgTNo79by0BzpS09wL7m8DHaik { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#tm0IskAyLiT0NZxGbps1pK8qp4lp08Bz { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oV8TVX1MPVyRMH635xafsJMcex7wyNSi { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pdKJHHuJyGMyRtcbVrvdPK99qpH2Q6CV { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eKC8NSkXI5yb1y1TzT58DkM1HbcQqKLa { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#p3RRC3hJt6no7Vwnbv7eQ09xhFADh2eS { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#QWnGHTNoVreoULHcSNtNlI4xIrZCm0O4 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OSHWX4Fp7wKRy6s5fBAmXt8ebMolxVVe { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#QI5EkOLwiRoCucfrLTxQWNiV9V8KTKS7 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#yfO0c4qT3tnWO6so2dT5racpVAwUqn6c { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#kvCgz7bpoIl6rlCmEoJxLxDhre4c6SVh { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oQxHQvIKvVNPP0GNJdifG8pKpO8J62C5 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#TxPVfMTiJThtpZWkV6gZfcoGs6NhTmTA { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#QifCzh5GLtiJkfJ4V92gvXcPe65PM8Ul { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffdc92;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { position:relative;display:none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { border-width: 0; border-radius: 0; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bHtxMOOSyKgsz1U66gN0IM7C2dedIvIp { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#olWlLkdm2nLX64m7kyqBGONsnoESwP5M { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sCxIx1pGMhW24mLmZm8MB86T5PEBRwq6 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#GhPm0PcTcQZau1EMGvcIA8hBsTSlEGo9 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#IkSgnIOWVWpt7phfHobt0hiansi0y78C { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:;font-style:normal;display:block; }
#ACORKquG5G2FqDIEGdDTPUWrM1gcW1ta { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:2.75rem;overflow:hidden;display:block; }
#tlgyUZfkGyCMtGN9yqbGUigU0MTcCaTk { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfOx60nGkNO2OLA2kqPFfIPTnWcVdx1R { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.48828125rem;left:0.78125rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEdz2nmrE1vJPZTWecWPw2oLkU89ycsw { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ztmTSeMV2NIRXHdipQy5K2tbQ7AS2lZb { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.75rem;height:4.125rem;font-style:normal;display:block; }
#u5yOh3fOGMWU1tM3aNf4x2EqmU5i5lsM { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.125rem;height:2.275rem;font-style:normal;display:block; }
#DBtiv7pPXP5n86cslikqMRQK7B8CWscT { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.09375rem;height:1.225rem;font-style:normal;display:block; }
#PzyFwK3tSSvSQxDpz5eig7HGMLZuE5Nq { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#vLmrX3TTx0ifK9fwnzZXrllcTAmk9vQ6 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d1zkxirtrQn1bGPReaeHyCRTgiviKdIT { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T28TkJoLTQsuk3QSSzghmo8m1y5PhxpH { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FAFp2SBIarWJBUuW8yTQr2Tyn9r885Fh { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#VRr4GLnHU3BOhXwTkqbwZRInd6evTeNG { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#G2gZnh1v4PCklixzzkWaXJ5vfWCP27Ol { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cNJzRzC3yghCxWvCtdIODDeKZOzXxPr2 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TGs34SOgumUFTtintrslHZCiUANR655u { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vscrt5CIL28wd2uakuB4aQ3iJzRAloK4 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#Kl1LBNEZ62JwNxVuaFNk0gExR7ZiCIIi { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#W4hneBpX3nkuP4AFJI6SSrO4JXXStsKZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#g606U2Ax24q9TBbesVJy0J24sydVTOa8 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#NCyTcRiIuACcOdqIk5Cph64rXwppfvil { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#wKDhuhJh8kXnlpEOSMJwyC0cSl96CvCf { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R9eoHUHq7IncXwnuqAzatKu7mVSVQ1Ft { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#VF0TbiF2654qAWT1ixedTFeJcCyoH9Jd { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#iFh52HKWebuHyfmb7XSfH24GXEnueRMQ { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#WpPNbZmkM4tnRrZ2WQZvWyH2mJJKGLHA { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PimHi7ebdJKd04EKunfBlsVxHIJqqCh6 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#xPEKQNpl70iJi8W5P0T98Vcc57SbOXir { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#bIDOdp9LRZSHnKlFnn37qSivvLxSxAqm { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xut6aXkmxkcyZL1WEOix1hkI73SIk54O { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#OLMqciwhIKE9ph3VOOiN44QRzp0O6UOz { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#P7QA4KDfuerSVFcy76HOwtWTo43xzgbK { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:block; }
#HublEOWGebErnSdJM3xchxtDoBn45CP9 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRB8RxikVRVIpym0JsZFThixS1Ep1Xdv { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRtBcJOe71x215958fcV9ZnDWI6EO2XQ { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#duF8KgFFUab8ZfKqJUuxzgQgyCGXTiis { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:4.125rem;font-style:normal;display:block; }
#DHXWWaUKu6q1bvcyOkyckvKAWTK19n9o { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:2.275rem;font-style:normal;display:block; }
#d2oH1UXPbROU7O1IekKxBwneSea7C1QB { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.78125rem;height:1.225rem;font-style:normal;display:block; }
#uJ6XTFUiOl0iB0VmqlEJSug8TOQ3x6ce { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#TUo3brKII251D0z290bkAze5MTeteRT4 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AL8n8XECMTK9CJImNHdtsvXgWgRTB3uV { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#owZDeDsVOshZnyMuKqo4turMb4ymFHpw { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ynZu1yBM6rQIrFTvHB2wf0GgEe7Eo3wZ { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GuMD13254i2z00Ae40ttoL8zUABmqqgt { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mhKyPRFyMoC2GCzMJ0BiWoaUWD3A8uUJ { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mSbDeqIImQODrm94Z1mfCuZt69omtDyp { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#FlXpVm9r2Ucoo5ahxeTQlokl2XhaR3HN { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#gRH4s3UPGRJOSeEuyNqGcCvC4kMmWRRQ { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#uoz748mB9v2mASFktOsv6SOBQXi3ovgB { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#aQiJ0ltbw5JpIhLHLT5NUxvSSHvZEfAc { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hKI6OpWKIg73zi4XQvGZN9IHhONx7PMt { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#ugMeqty6gJbDGWoVeBpbNW82N01LsoPb { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#TkTD4sUpG9HcElaLyUaEwFUGpcxWRsJq { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#CuhveyPlTFtLOgGtDAvw7HlyhTEknoaF { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eKvTDDJEZqaqoTG9gKkFlTeiRsSkzm0o { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#xAMdREM3Dl8AgUibqRAiIB6N2ZkeEGmd { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#B6aT289CT7ibsuD6nWKNgyivc0gWZdT9 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rTVGdPk1sCW3sw4bxAosicZMWtRxn0Vr { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#GCnTThoTnruFAlcSXx1Hn7kkNgfkwvDq { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#qyTMLwBRoS9ApJAINnZD7oTWTXLPzLPV { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FWKaAaewwWCUG4IquMm7BhWC8s9PiMLO { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#V0TrSmD9mnSBFnVT2BielhqpMFIcksFc { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#o9I1JAnDfOv4WhqmzShgPmfVwJ2LVT30 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:1.375rem;left:40.875rem;overflow:hidden;display:block; }
#cxK0OfL73KEz1HB8kriC5mvvqbpw5ToE { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHsIPdT6M5uS2bXIxq4WtdH8QWhInAoa { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWsQ4x6QxiaVvxJgga9U03DOAMEb2F78 { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rz43hm8uKopQ8J0PDTlJLUoy85Mtk7Ly { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:38.750001907349rem;height:4.125rem;font-style:normal;display:block; }
#c0SXl03kNtPIWBoxbmoSRGfvoA2xWqgV { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:42.3125rem;height:2.275rem;font-style:normal;display:block; }
#MwXbwHT0MenTqSftAZiUnAKHNT3EveRg { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:42.437501907349rem;height:1.225rem;font-style:normal;display:block; }
#czyfAcNH5cPkNZ17KI8nCe78oT6g9EBe { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#tNvSRs3USxO77fwkCK1KWLLs3veZRPun { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fRdcW22zGULnWTIsypw0fm4CfQwJ3AG8 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yyTnoTTJCmdTrGPG1v7fwTwdoNtuUw0O { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rI93MclX2elTgNC6AeyMf8FeWscH7ne6 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#hxckahINhmnyMy2JNnhvRraaRm3sDJfm { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#VlntTOPfIMRyy6eyJsCtClfP8oLOstVm { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#evc8L4heeUkllabTxtngtW9QbvGftupU { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oBt3pNpcF78IGsfdtzNP0UULTyaJUiZf { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#wLfMKT0PHC0qHGkxgrUVS1aJFGoeL0ht { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#o3yGntm8lqOoVpbfZEnyJ4rfTl89NQFP { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dMSUtCxxI5iW2uZDbnZ1GrtboqQR7SXS { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#v1rDSlsaKmQZxo0e0ZfdR3eTwxUrUDqt { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#C6NXfnlGSnpsf14XidTlDLJkbTN1M1MS { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#GVFT81tFvpFT9nzyRnDfI23KphNKLJtP { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#WrMt9R6Ml4hy2hccMri9coXvpWnV0IfM { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ndyO1livl85V9lfKhFFTgLuT1D4aOV3J { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#suQprJSR9B1XoIcQhB8pUiPf3LKp0EzZ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#EXs5eBJ6t5GMOIoLms8JuGIfc9KswQrf { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#whgTfK2wmApTpre7tErIualnUzPenFTN { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#s2aMGAm8ftiaO4k4Q1TFFvg9mCJFM3Hs { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#rXDS3LlzLvycFTdtVUFodEEqTq37fcC6 { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:3rem;font-style:normal;display:block; }
#kHn2Hw9pcmTGU4xfrOeATiaS1GJ1xwSf { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#MKZsuTbC3SOEVidHmyGAUMEyMQ2s783c { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:59.03125rem;overflow:hidden;display:block; }
#iSl0vJlpgu8I7ccEzuTPB5GmO3V1cwkU { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFKTfTiDnNpxCzFo9f6al3JQIqk7WssP { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EO4iKlBEgSiH5QaMUbNPJGA2PH6kpBPE { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kDypyp7vx1dlxCN5MhiIhAUEx4TRB4ll { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:4.125rem;font-style:normal;display:block; }
#TIv9oXpP16g7acko2XXz7SspcMo81wCl { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.625rem;height:2.275rem;font-style:normal;display:block; }
#NnT9maV01DPITgTI32Hl4p3iAtbzfmto { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.687501907349rem;height:1.225rem;font-style:normal;display:block; }
#gV5GqgLgl2o47mxWGKyki68UnP6pWUMr { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#ECkDZT0RHFKr8sOvOCRq5uSefDqV1nDm { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PeMEUyAEXIvqN4v8xzTxsrsOSkOANadB { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DWui3ncomUpxNrWAUPhFeEwTxO9FcUB9 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p6TcLhf5tOT77M83dq1mnXCRgsVFhVZv { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#NFlStuB6x1eMrgLLgCzFWoLSS3sF5hz5 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#CsBI7JVurmc4vbvWF83gTM0uSEuzWehb { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U7Da7pCC1R71T8tpmdDleCCUbwoeu12z { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Og8S2Uc73GeWUCa1B6QAdxbnq3WQuDfm { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ThadT8u4meSnPhVnQgb0LEw5C5Oy7bUw { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#V5NE8DMTR1snqm9qUKGdHcQaCdzx2Kzm { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#BIineZOczBA42zSI13hz1Ki1wlnWtS0W { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yU6sS2Gc44KMP5xfpxie7nubHCQT3rxu { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#dx9gatecJAnrQ0LcRv3Nu1nzPPWtIKe1 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#QbyuTsO798bPB5wlzyPHeTwoE6xHAhN3 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#aqoZCuvAtdvyC9VSzICoHRF1zove1PGx { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VLRUFSn6SGMiy8g6CF81JGLgs9yuk2xy { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#zDRMMfp3AL0PD9BD4iZZbs1EtN6GZbwF { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#svaC5TOZBOVbP6KNupWKeTO7POWsT9ik { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffccd5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { position:relative;display:block; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { background-color: transparent; background-image: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .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); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { border-width: 0; border-radius: 0; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v0NmkEKisKOsdOswftNUDrwTppqRcW9b { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#xdNzZKzPLTKTDoKAuhGby4muTTVpaLA4 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pHqbIw7JopltHEewCROdfFur6AwRtUzK { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#E9xOHmb66FNySTnKbott3gTOfpqk5p29 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#BsWuTwWJU9loVlcbbNc5gpVHIcyVcVir { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:;font-style:normal;display:block; }
#qtaZ5Kq8EnpHCX8r7ODa4n6Fzy1mTsdV { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:2.75rem;overflow:hidden;display:block; }
#sZvddse3AdKotCNm8r06sbtSQS2A3Abn { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gl49JgIsGbQTGUydVGp2IrRaH8ZODCW0 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.48828125rem;left:0.78125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UT0LInFl8KefrDrzuo0BaaL0kMC8uRvH { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KhStEBdzyOwukKJxV7cS7QyO2nRcTUDJ { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.75rem;height:4.125rem;font-style:normal;display:block; }
#aGMsXIfatcpbDTP24cJSTZTTIxVqlnCc { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.125rem;height:2.275rem;font-style:normal;display:block; }
#OxkTzr4pTZlpOi5iz2EOCpk65RCtkEr9 { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.09375rem;height:1.225rem;font-style:normal;display:block; }
#pWsAa19lP9P9GbEA3oy51TVEn6ay21gO { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#NVivRC8WAVKmyzUx2y3pKthqDqOF4USv { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p5CnWFTywVXhqzk3izmzRfTukzKsrV1h { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yBXa4Gg68M2tR0FtalxKruK2LKg8HfMX { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T1DtB4FHBVtcR3aw65t8csPOlmFRGaPU { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#lvXkawtCDP0JsNo5UPrzZxTMwLa72olc { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#hA8x3TdsMrXO24Ak7pUPk0FaAlxnm4ah { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qeqeUNTrzliUwI7gkT9QmBq5Ty6OlBlw { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rzkv91AhRwOlyZ1aE5OM9W2LBBTpSxu6 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w3Bd3C4Ds0EkAd9KsNc9RW8txnRrgJ78 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#KBmyqwuG4KcnCUzIR9utmBU0kJ1ghBpT { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#lhx1eUU5XZDwmbUBZHULDtNqpoUaNL1F { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#s2tZiSDFCbozZ1sdbmwwxegmlfiAUyZm { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#TbNoe3L6n9KsXIJ29TTnoWcUlqWMwwcJ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#csi76WCQGGtwBNToaJrliI2VoCeAF0eV { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o9quBBqmdxoQTuT6OHuQ7fruSUufN8yV { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#A5Em3hN51f36BFQWNGZ6VEGnSLr8LJzZ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#L6XzZbISmCyiBDrJ3qcPdTMtTOq5cwCx { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#ralCBu1RxTPsNsXnpafUnfKf4263lTkd { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IlOWK7hTcSbIUUTiMbCsTM3xWXa3LTJ8 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#cDipWHt7btbg3ZO7LIHTwyXJalkS05S0 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#UJKr17lNmyupQhtN6Qm1TbMDUXq6PCeU { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AcPmnpqvxbaFos1ZzVnqVIJvrcEpKeEw { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#t0AGCpIzpWShpS7WAiczgC000oLXz2ND { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#gR0lthmgCKUWGhJmO9WncL31vhXcRkeD { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:block; }
#yLmrQskML1vxlS9GqMRJ6EsSNlsi6rDh { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEaaEL4N2A2vENfs43boRpTeDbZZyVAe { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WtouTVthKD4i4PkIkz19uFxIgh5Wql9P { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RXVpmnIIIMfyrMX7UGczoem7sH097iMq { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:4.125rem;font-style:normal;display:block; }
#IPnZxts7CHaOTJJKvQSOWKcE46lXwNub { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:2.275rem;font-style:normal;display:block; }
#rXH5DMhrDSC4AF7up8IfOBhCXn5NtgUI { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.78125rem;height:1.225rem;font-style:normal;display:block; }
#Tsg7gsiGeHmxOchASiVT76kutCzGZWTC { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#KmJxLC0hL2ban09TahdSRpgwHLvoEAMb { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nvvEyuWCzWJT10fFzqxJd0QXle4pMsdA { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k6aByxldBozL6KJgBpmDQnggFfV4Tb0l { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZNE1owSHav9AXliy014atvQ4a0q6Bqz8 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eDzJgFG5VLuMCuxOC1NkLAcIa5vOHNuT { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nN7DOLLdPNkpdKTclCM7rJdvMzo2vIeW { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fMS5KC6DZv4P1rmNQdfhJe88urLx1XBV { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#DpZvE5qyQ8436ko5WBDLInFTRmZ9JT4D { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#xHxpFFknrwnAdQPBfR3WxnlkfzgySWqe { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#eCywhCThvVCtxilFFPex6i3lqqZED3oW { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#LOwoACg4FU0c3Gwu9m6p0fFHAgP54LFy { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VtBGMN30SwQFTluhtEMQ3TKt9Rb1POVG { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#ecLvbag5afv0Sk7z2wMUV034dAg7PXzN { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#bLsvoZwp6tyskKQx26DVPk5TM750ZJ9z { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#gfOnl7eKDhAusDVeNl3U568JB11W4fLh { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TdTALx6B7rgkb6dXHhEbXL3VJTJuRlCP { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#WhtEpEu8zvrBfVln4EQGMtE7pDKCfuHV { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#ReOAlHELRtIwCSfD7nLie9O2uB7a6c6w { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bpyKfexG7ac6LPkJd4S4oTFOV8UN4gBC { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Rohhz8yQPmiGbZditogsIJAzzBWykLdc { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#kHctopLqiTfZ8EvMvZPTzmAOmMIMuZMM { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RHiZXXkGb05XOOI8xtvKC3DwZucaGk8q { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#UBq1iLNLCxT4te8UfT04e4O8flPcfhyq { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#v5xqCLCa2IVTLDMsWEfxwElLaaVTvvUK { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:1.3624525070191rem;left:40.22500038147rem;overflow:hidden;display:block; }
#BaNlp9V6CvV7VXXTdJQKm7F9ANI5gclW { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgzKkipPeoUSt1BxHHOfcDTaFnEpRATv { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG66CS9e6HT71U2ET79cQ4Pd7D1P6kKK { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HgHh6ImLy81I8SoLhvTMWDBVrr4IrpqU { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:38.750001907349rem;height:;font-style:normal;display:block; }
#xPX4hIZrFgIvlcTW1I4CuHZ5CbKTnFBB { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:42.3125rem;height:2.275rem;font-style:normal;display:block; }
#TU67T4KWMwXvRde98BJiO2ZwKaCT6xKf { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:42.437501907349rem;height:1.225rem;font-style:normal;display:block; }
#uX1HTvfJOvAIp6BnR1Zn4FTubNC39uyp { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#OObIiT7yTh0bgBXysT7Zqonv7JGOXSDB { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JQPqdqLmLa2dbZL5p6hh1Rwyt4wriWKs { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CfzcMQfyES9mOiodyWaFWcKgaPRzQqlt { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WdmilN7eMAKxvi9gTebvtIGIeI8ILTr9 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#qXL2rolr3kTN8WtsWmi6n2kddTGMdxg9 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#XW4S4LP0Pd4THr2cQxrsb94QTFgHJ06J { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RsI2t5hrB6q71BmrXKQLrIcJx0Zr7dL1 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EGwhHb3PhCLu2xra0iW1gQfcTNV7TT4N { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#qtfPPFwx8miIbD0MFc0ei1hV52veJXhp { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#HguMAdoCa8ZWRNAJXuBqyLxrOP279g3h { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#U13HBXcJ1ixocU9gvHyyVU7V9Nt3sDIT { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#bFAFT9boOfl5sscvEwfvTtD96HpdbgG3 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#olflNdAM3Qbw9CKOefgv8TZb9in89lGQ { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#x4lp58u0Ofci5oRkDpzEnOSaiLOsOxkl { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#LXBhJTW5L31keu763xseebepwdst95VK { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M8iurRa7UOVbFPboJt1iZG3mGOnnQ6vZ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#vu3UtStIH8zT4w0HgL2wqAe0WxVfdVEp { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#BQ0fDM9J0w3FnLoVP1SENHHP12KDnSgw { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#TIAscUu5gvy3FfAZyWwJvbnLsuy7U6TT { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#iAqG8AwcgSSs1Ir7bW96vBo368FmV98v { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ho0GwQJzCGxIPRKTaKKAKIUxc4bpnumu { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#a8ek926SzPsGTt1W6rUm0gRK7Xz1GmUW { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#uhyzEOEKMKJJ8ucNU2fsh92hq08KF1ka { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:59.03125rem;overflow:hidden;display:block; }
#CTekvsZyCB9OL2U5fmTV5PcPwzZ3A81Q { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D4ur6zM6XRukLqTZyew1kCOzqGW3lImk { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HU11uwI6StfbQbgn3Zz22FErWQJcSZHT { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FK165ENmlAcU0ffpRtTVlMB6Wtr4Cic3 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:4.125rem;font-style:normal;display:block; }
#lKi5e9XrItTu8MoDeoBSzmTUldURTkFf { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.625rem;height:2.275rem;font-style:normal;display:block; }
#UtZ6T298vHeSQTTgyrElMxHCfbee1NF4 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.687501907349rem;height:1.225rem;font-style:normal;display:block; }
#Zyx6sGnxksRCq04OTrSUaWHw64sVD9tT { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#hOEsVJetQJwk21FOcLoHZbia3hlxL5yy { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cnfzXTmzcbBJQcCWqf4b4QsRdrTfK0nF { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NKhOSP116PVTDNplrFUTm6ozhTTha0CK { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QfkHxD3Pf6KbdaVCsCh25ZcooTDqqLzQ { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#b5c3BTr5u1xnl6qam4kzO4yOcsEZNLSI { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#VhVTrN8kaTHWxwo6DpOGL8nNz0wXLQ1W { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pxnBnulACytsrtbTzSXJ13Gf9J5Qmt89 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IZidF9LCn4IBSq004DriOSpWlc4UwUrN { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s67R3KdcVU4Wn7NdRC4LWrfiX0DwyOeR { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#iecTUzI9ZqWvpE3HxbKMm9ZkGh53XdsR { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#kBeFe7EVUyrThAUavdUfenGo5UVwo6Jk { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wro00DKxUzkrGZL7eyaEI0ytaT06U9w4 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#OkCHqVT9NuzRGkaEXTg0nd3anT7pBTOh { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#VFK2Cf3DIGbUQzLIRZe9aHpP1ERKwKq7 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#XkE3ua1R8peExOow0aWdM1VQ8erqWb1w { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T3cdhxFdH2W8iTJ1uw8054J1GuNhHn01 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#TyD8Ry3GbkQaZCdAdzTLhFxl49IMdl7Z { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#bG8SHXmCtfbscZsMA2x5ABwnBoaPfJeQ { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffccd5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#nrbZWV4vdqtuveZSnuICb7o3faG4WCte { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.0625rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#dE5TsyWPZAIhsro40na1RLhOuyElHhmN { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.0625rem;left:0.6875rem;height:1.3125rem;font-style:normal;display:block; }
#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ { position:relative;display:block; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ { background-color: transparent; background-image: none; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container > .video-iframe-container { display: none; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row > .video-iframe-container { display: none; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .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); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ { border-width: 0; border-radius: 0; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pwrm906nas13pZOVfzsEgzUxZCctheP6 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MOtmsbZzlTfgDVr5EHMT0N2iSEmmb09S { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.637498855591rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#AxDNVkzMUrLWiP4NRCxlWhIcVPToEzGn { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#eiqFpaWqvOeiTqFJUReUW12dRRcqk1kF { color:#2d2d2d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#MF57i0Bughoxdin02nXl9inGyHCz8KVf { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#utt1V8SpVKXhRsVqmw6MV7PuRhFcTnyD { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:2.75rem;overflow:hidden;display:block; }
#Mf2nVFsMHS5vKFpK4l3lS4EZ4KbHEhAU { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B42p7b9dZTvruav7Ay75n42UUieDZ746 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.48828125rem;left:0.78125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8H3svqceTOS1mR22VFVmTWPqJsHm6c6 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#absni6ZHw3FJgsXAaUZmT2qExoQIQVdg { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.125rem;height:4.125rem;font-style:normal;display:block; }
#g9TzqllVt2WoSuiat6AhTbepURDTLNtg { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.5rem;height:2.275rem;font-style:normal;display:block; }
#Nk492wEWmApxSV6c1VOvzQq3wAW8Brrh { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.46875rem;height:1.225rem;font-style:normal;display:block; }
#ohfZDwCWGlUNMUqe9oklgTMXGXfShf8Q { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:1.575rem;font-style:normal;display:block; }
#qJ6wapROXX2Nd8fC41fwPrX3Iy4ko3NF { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L1C7oyxZCre5k2Sfe9Rpu31yASxsUd8g { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AaO2MxdVDvfIHNki5vuyVJ7WhhVceBwF { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D8XEgiIzoWnMRRfDVzbQD0XGZyGWxv3Q { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#P8hcLSRbztN3vdLncZpkWSAbvz32nCRw { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#rieiX0ldx6o4pnFa5ct97GExNpAUKGVr { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UbhWvfAdrPkh7ZM4llkeqkn60nHtmlJ0 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tvDQKweU2giUPpkpTkP39IdWqXKVgSpO { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a4RWSBz5dP5M49ipaWgqsFbbL9DF4Gml { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#XnLOIA6x3IKKhRxUX3cQkzllD6XQALQP { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#gpzrmGAbGkwb5itXg1hQlMfTSb4hFJP6 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mEuCtre6TVv1UJTeBcXTi9drC1Egsqto { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#TxlNFXOiKXRm3TJRw4Tp91TfQzFaBkz1 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#tUL1n4C3iWyiMzZ1y5ZnpOaeTT9ZnsQa { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sy2wid1w9nxbWTTGhqvBnzzl07vTed2N { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#lkPT1whbDoXTwDSxbrXzpZnn2XcdXOwW { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#R6CXeKZfBS7kBweke4GO8ORr9R2WlxUa { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#foKhuCBJi62vlionxbWJCqtXO0fLtSnK { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#W9uIOUspDWTgqzrT4LlqV2RK7O2OLohx { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#vLMAlzXrZAGa4CizHewBdpTvKlTttTI9 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#QkZGQRzXLpG6fcOpbPKNHlQwTTax1w8C { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#i0R18I5WRRq6cen8gQAXAmppIzOWpwvH { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#KKyEpXs5ZicFxCKpkxBQ4laWl4ztiJff { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#N3NABDM6KmsRXySypZWeviklKugGRltn { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15rem;top:1.7614583969116rem;left:19.3125rem;overflow:hidden;display:block; }
#Hh8RfQNhGvnsnT4pRCfDXE7PJqDEVnoa { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uv9fOwP1OhmCb2c3xD9f4IFcebdTCIiL { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yl8Lw0SoliHktAeb0KT1KV979eFi4lZL { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#N9Z4gnaXtBdVGF7sTJfQpbwFBc6fGuLs { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.6875rem;height:;font-style:normal;display:block; }
#cK4gEkI7kN8HOpxiS09Bt58mywIIHKbU { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:23.25rem;height:2.275rem;font-style:normal;display:block; }
#Lf27zcXyVJq1GzUISux6CDOB1Mc17SIV { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.156251907349rem;height:1.225rem;font-style:normal;display:block; }
#cN92dcwfsg0AtIR4TVaVg67wEIexdyUO { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#r7uGr2ONlsF18REHxxeWCqw6VNaKwWZ9 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#heaJLZ2vw2ODWO4spdgaWNle6b1OCC9v { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ECx0bHIoTrU6HIFLBEUmTwwZBOc0J9aG { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o1bVtJCiooKmonaWo8V1VE8lClcMqNsv { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PzodqALHgSHrQNN9ATyc1qin8H50w5dM { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kdCwoZTchaPDz6t8IXBegH9dHDKiXPtZ { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JzOA1gTWNzAzSEBqFzQf29MBHX39rOVH { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#XlvDx9NUh3fKa5IEp64IdwtOmJ5STIHr { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#VQIB7oETTrsq1T3MkaGVCs2H9qcqAiu7 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#LfbrGNGBuHq3hitZqu7Dpuoc8HAe8Z2h { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#PL6HeU7ONNhF8DQ0fgnpFHGmwHNN0toc { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aff6ZJ8q1arqAi5TXUtOF3KlFbDAT3l1 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#nqIBlK6WbF33wU8Wql9I8C1ytqNgMtid { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#uVOGCcEh2zNTz376DOZ95V85Iwv1zFod { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#VdZAJuMrczCs7JXz8ExBGOlkw4d2ww2k { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JuqtIcU35DDDPMFktJsLM5oZvlG0o3DV { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#tBCxNX0sTWcbSEOXAepBm3tiGndf5pIr { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#aerSAQqegTDaawCJqzNhs5tMe5ICClk6 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Eme54w9qhEQHznchQcO23hu3gf3km8ZK { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#AIf8nXftR8sh2IaGWW0th29mVXBOV2XD { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#NUiti5B46EVKdJyN96nphHMoG8TvFN4n { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#umQFmnWErgSW1dEMavWzd5Hck8OMBwvl { color:#2d2d2d;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125001907349rem;height:3rem;font-style:normal;display:block; }
#O50sF8Zlr4zVRDfiohowg3kcAThwiS08 { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#Zk8zGKfPWpoHzuUUkuTUFKFFWGTThR6L { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:8.1875rem;top:1.5625rem;left:42.13125038147rem;overflow:hidden;display:block; }
#ry4k8gPuNTeTFNQ8KQZpczIlwvDpffuk { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8PZ0KoIEtcAKu23l4c0v9XuAgoMpaqr { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssbooKDmgvpMlmzN6pAqBJBvu68PTKcl { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kgXolwkaoE2RPTxDCFwz01P4Mpta81pm { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:;font-style:normal;display:block; }
#PCDfVKJ9f92acDnfLqcbu5IpB9WCTuNK { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:2.275rem;font-style:normal;display:block; }
#t7ynsKOkwwkGAs2QG6I4dHWS0KLXigbI { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.812501907349rem;height:1.225rem;font-style:normal;display:block; }
#T0SI6u2qytEDLkJhauiTKex6kmWLQtgR { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#dBHzdQsKVNTM6aC9R3OOBMxalEJa2sny { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ednwh6UxuTRcLt7vgoNUVaePLhu5ym2k { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kggWOUJh26BZlsQU2pol2eEtesNMeOzL { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u6bgTCkm5TT4oSVC9E1bLyvFPDVXyp7W { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#h17IAiOXIUxXk4UR3zZ261SLtH17yzVM { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#tHgKPkmDEKWMZbGKyEwa7iBru4wHMgk5 { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IlEa2dJga7BRUuJ0H0N46tP0kM5Qnwo1 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aeZC0zUWQ7RxVwQGrnFnUcCzuOOuuCxT { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#hxyF66uFUb6TDlIQ2HzDrqUcub8JCzrC { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#RQHpw87d2mX7J32y1hKqzxPnEzh9IDZw { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Z7onoCEdZzSd5mXWcluIysvwo7PwuPui { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#kU3bJW3Cg9X6H6Tuu4zDJIu9ubDzT4sA { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#tOavVlBRT3EMJNFVJ8aPqH6KNiKJPHxZ { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#WTsQmdEPPCud2E8v0qbKhuEKKrHyQ3Zy { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#J2tSbAg3N53pTDXSTbndxDqTaULd3GQn { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hWeeovrBeODsVJnqQf44CLUuFL62U0FP { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#whxRcIIUH0fGtlmzRhDXrwFPBMtdmtVF { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#bb7JzeVnrV30ThQGtpwqsg7OTcVO8Fvw { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#ZRzDtsupncCRH29zxhdEJlrCRGULTACV { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#NtOavmypmz2wnkECB9X9J6IsLa92J7ST { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#dUtSGdIxaRKth8p62UFy2GAQa6dzvMeM { color:#2d2d2d;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.937501907349rem;height:3rem;font-style:normal;display:block; }
#tuKbz0aqS0QeS37QJLEssA0JqPBbVO5T { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:1.4rem;font-style:normal;display:none; }
#v275usBT2elQyduidCPxhn7FxIcKchvG { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:13.9375rem;top:3.125rem;left:58.062501907349rem;overflow:hidden;display:block; }
#pI8KKQE4sgNqRgwrZN0DetLcEhnyauCA { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.156251907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wuzVx3AA8GAg2LoAHZ3lpL3UyHvO1Pmh { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.4375rem;left:57.250001907349rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WD5SPzwsysO55UiTNhDI9VyVRFrg3Dkd { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0.9625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RTLrdZhm4Agl25cgBLkpxZiOJ8qZKfTZ { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.625001907349rem;height:4.125rem;font-style:normal;display:block; }
#pk8XKpNI6SGJgK459D1O4UvAedATLT8P { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.625rem;left:60.437501907349rem;height:2.275rem;font-style:normal;display:block; }
#ypF57voIWConbi5GTA7lkD3GppsWdHFK { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.836456298828rem;left:60.500001907349rem;height:1.225rem;font-style:normal;display:block; }
#yXDDPSMcIEX3scR9RGIlTORUXTtKy7Fy { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:57.125001907349rem;height:1.575rem;font-style:normal;display:block; }
#gvWdPHIamwKukaWPTmm3TExZ35NqEOny { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kAHNIMXxeBrscGf5L2EI5fEf5GkqCoGR { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BBG0ryUIBT8nSgTOE91KuXR1kq9v7okL { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bd4eAzFTIsMyxmlTlb8RLZTTducUsNCn { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#AagnBGTEI36XDOGT9PzTPbr1NI4rwSDb { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#WvWCQst4eVgrLLRoFXmBXrg5vJywXgfA { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KPT3sgfagAO4c2kkUB0fuDHmISLWNUFi { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QuyFx4TKfgWDRvI47RcmNT41CVWVqpnW { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uRfUOpufyTlVBvWFgBUseTGvCfABnuDP { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#h8nRS9rpETiQEKMsTcw9AamIReGRm7gT { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#i9i7ve8Ih0i3RMZAgPmy6kZwwmiWPGAZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MKpli04G4q37yhxyqx1thVyTxcQ55wed { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#S2mELTnkU3em1g9bwinu2O0ZF9iLJNI8 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#nyUchkp1NiWo6nZSmq8RnlfMPZkpOnNZ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#WTopk8oMMvAGXOmXHTTstf9UHTWvGDvG { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yngbL7IXQTxvPQCPibReQUINatEJr1xO { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#KOgxrdoHubLzAzLskPg2n2FdmMxHKZ5h { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#qm0VRUZOKT3TXyDUk0k3lIUNZEGv1dzf { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffccd5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf { position:relative;display:block; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf { background-color: transparent; background-image: none; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container > .video-iframe-container { display: none; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row > .video-iframe-container { display: none; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .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); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf { border-width: 0; border-radius: 0; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SVIKPOTEkAfNPr39TQgafStGZvOtInrJ { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#vRl4uxeFIkka6d3Tii3eRQo9VM4u5gce { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#T7rTgZkX63WLA3kJsKFZyif0hcW4AlT0 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xRbEXmnyMpwOsG7eEivvhFWfMK1XESwq { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:4.5rem;font-style:normal;display:block; }
#bJnmoMVD7X7uhMiWSQB9nbuZiTe6uqkF { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#V2EmgpTcJiHlICQfzZfKShPACOTfPeDP { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:14.3125rem;top:2.3552083969116rem;left:1.5687503814698rem;overflow:hidden;display:block; }
#hzrFOToZk44OryhpbRO5gSZImCf1AVL9 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RdtEMACrF0qmVPuJs5ToaWWHTwpIFovs { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.301044464111rem;left:0.78125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeyqchL1b7q3lBw9BGf1lRfACKRuBFoe { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WtADM6A575RQZWB2XEuLHMJx5JZwipL9 { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.500003814698rem;left:2.1875rem;height:4.125rem;font-style:normal;display:block; }
#uroFzgd1m3L9n4X6zpi3oQvNy7T1CuZn { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.523986816406rem;left:3.9375rem;height:;font-style:normal;display:block; }
#FFcfTxTAfUPWTWwsqpV1rTQ6dHL2JRhw { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:3.90625rem;height:1.225rem;font-style:normal;display:block; }
#aTwtBBwizITT14deXRUuSfibJX78TzwG { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#ZBfW1MfLuTo3aGknnQTTXwkPp2mTVnwD { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:30.430210113526rem;left:1.125rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ugr7X9NANRE06cTrQTJ6u7hqA3JiOCyg { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:31.255859375rem;left:7.224609375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGg27ofuudqmZp9k7CkgIfCcHypUO4lT { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L8z916ulTyvMGcHLQpU53esv8vHcpuet { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:30.037109375rem;left:0.625rem;display:block; }
#bNo0XFTmbgztM8HOdI1sqTUb3fGxBL0o { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:30.0869140625rem;left:7.03125rem;display:block; }
#fOWh19yN7iCvR8DwcpZ6PM5yuP8g1Dw6 { color:#ea1b27;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:34.4375rem;left:1.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KW8IskztTdJeltZXcGtbGHy9gS7r3HiI { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:34.75rem;left:7.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAC0DssPw2HTsrWe7Qm2OayvQ8AJesy4 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qJUwCqCGt8fhVIHuKUugk05eKGR23EKe { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.8125rem;left:0.625rem;display:block; }
#ADWMDVT2eBKTZVb1PBKIduWrxri9WpXr { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.8125rem;left:7.0625rem;display:block; }
#OmcSBpbvrbqD1baoKb1RSeE9pfvHO6dg { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:37.687503814698rem;left:0.6875rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oe7sxOROOcHf5B0NCASy6WG04Z9Q2OtC { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#RKILZp1bIg6dkSJE71IQ1zmILxM0KHTf { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:block; }
#qWz96MBz973cdJWGxclwhbh4PUlA4WK1 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bNJsH5vr7ueNidPlr91xaO2khvJD5GOu { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#zxD6Pnq2T4BHQvtf6RJ9wwMAkKsoKInq { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:27.812503814698rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#F1NdTKCciZTGTwDLcWMBnQ5mki8SITVN { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#OI0uHhe72PDmdMRPdJFObXTLToT1nZJw { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DGdV4qNDOJOJclcaVFxRQoshSgoxnClL { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#xyMAVDHPsJ6RPdNw6XqhKqlfN7UAMBr1 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gqwIkq9G5DBwsfkIClWTGkocTu6vTBdp { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZDTbsZvxyeZoBxs6lVnVtptRiaAGBLlM { color:#2d2d2d;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187503814698rem;left:19.375rem;height:3rem;font-style:normal;display:block; }
#TsDtyeh69So3mMXb2x3db2aMrEir5DNl { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#krtccPsxWO86WpD4OCP2xunPxtp71nrG { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:7.25rem;top:1.75rem;left:21.125rem;overflow:hidden;display:block; }
#PFNUn41M9fLdgv4Odb7TRpLP2enUGTPn { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.6875rem;left:19.53125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQsJHGVxL5usxmnbGZWIgJRg23dlKMPP { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.250003814698rem;left:19.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhFTs1mJJBW9C30btvOxg96KftwiUnlt { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.75rem;left:19.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ghfx0etDcWDzirIchBZ5XS6OyP8tcBlf { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375003814698rem;left:20.25rem;height:4.125rem;font-style:normal;display:block; }
#PLyc7DGPM3NMx4nbNLD0J1pyP7fuyzPb { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375003814698rem;left:23rem;height:2.275rem;font-style:normal;display:block; }
#Bka7VS7CC9qT18kGd022OzoqyAbnaZCK { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.375003814698rem;left:23.03125rem;height:1.225rem;font-style:normal;display:block; }
#pQ46CpPew0ym7BoLpcKWCXJEATB59ztq { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.562503814698rem;left:19.375rem;height:;font-style:normal;display:block; }
#PoV5r52almu0S7Tc8xwMuFlxeCQKAdiG { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.875rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CltIXgTmtTheMmuy1OAzdXHhcFK6ZFub { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.6875rem;left:25.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCCdhIMq2hroTmREJFlqXxvMTdmEaRmE { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uexh7ZCepDqckzVyiDu9WnTtFsGGkPkQ { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.937503814698rem;left:20.125rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHoPKdUNtl3gzG2UiZhiOMntzdIOMp0z { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.812503814698rem;left:25.875001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJQTbTPNtL9BSrDmpQGCw08yPWX0MZ9P { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.062503814698rem;left:25.812501907349rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtTnoqS2qwPx34l4mRZTgMeipxB1qwfx { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:block; }
#q4tdoDIOw1dKLnu2Ldbi7ik61dqXnG7H { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:block; }
#dtpPevUP2AiiH1LkdkGUPP0J2dBNEAIp { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.250003814698rem;left:19.375rem;display:block; }
#XkESw1Ig1FSOyb8Q7mlS3GNOTydTPSXz { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.250003814698rem;left:25.750001907349rem;display:block; }
#qeDTemvUM5phXOnnTVmuJ8AuISCSdy3W { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.125003814698rem;left:19.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQkZTqHUp3bzC4kTRULZ9HHUpVDGaO6u { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#W7LXu0gRxyLMusxJEZMye7STNAUeWFuL { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:block; }
#NspWLTvOtCwutXD2uGxq8tWp0A8EzqoZ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#n9fQsOQTlrVGQGa81wmB4ZEcZZHPNSNR { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X0vuIRPqTl1RkBoFFscAlhRNrxtvtTNQ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.687503814698rem;left:19.375rem;height:;font-style:normal;display:block; }
#CikL50Rpg8VxkCiKeNzSXBP5cLIIuw3r { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#RtgDbuWSlraMHGnOH0Ux9gxIIQgeJFQq { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TiuBcE6rNOty7E9UyDQ5uZEdpTqBqxtx { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MrJs5V201AtnLoA09Zlu2treCNXEI1Lb { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#se5Dgr0Og5FsJwGwgmhbM4zrg1qhTv33 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ywtFVDU35Qqwn5sDIVv3HvF2VDTJg9gI { color:#2d2d2d;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.187503814698rem;left:38.125001907349rem;height:3rem;font-style:normal;display:block; }
#ALdfcSXR2AV458Kk1MdtJVUUALVWaxNS { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#RTDDQcAWhgvyRNwtpmrgNMix6RJz6AQE { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11.6875rem;top:2.2927083969116rem;left:39.218751907349rem;overflow:hidden;display:block; }
#gx5RiQetBH6UpGzWafZrIfgwrK9063bq { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.687503814698rem;left:38.187501907349rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGATUkNCm9TW9vf6AW1LUTRWIndJp4cG { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.937503814698rem;left:38.250001907349rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqTNow0we7FIy3GdrxNQ1IcW4WNaPVGr { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIJaReJ5eoy6D6cTgwu0QQth2QuO3IPm { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:block; }
#nwschdop8kNmC4XyWBsOo5XDMJE2TPyv { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.625rem;height:;font-style:normal;display:block; }
#c0H81uh7HkIZWAnIs9ld4tULtnfvLNc7 { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.750001907349rem;height:1.225rem;font-style:normal;display:block; }
#IIsxUC64QTPqnXuQFwul1GR8OasHUMm7 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#lE7gt4hUTupX1Tdve889TxBE2Xv3Jewh { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.781250953674rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1bwp9ZOHpvxqcqueAER30b3XMn0OKh8 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.562503814698rem;left:44.500001907349rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7oa5eshW1VLmrd82Tie5sRi0lDKwp3h { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bCsf5TxT1lSDyfbGPS2JeUCJUMqARMap { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:block; }
#womQ9XkIfTg4qlNxmOZS8keAlunMhUpf { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:block; }
#aURU8aKCsn7sQDpC8PM9GNhyiPpdsI13 { color:#ea1b27;display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:38.687500953674rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRvbK6d3IJytTJdTISP5VTPISCAro0uN { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWuiU9BRcXgeRW8ilesJNqNFpVU4BuGl { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:37.997913360596rem;left:44.562501907349rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBRss7Erl1UidslZ4hyzTn9koFXC3Ts8 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:block; }
#UbweN9dFWbh9ZNnWoVLQEzPOFL2AycKe { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:block; }
#yCwkPkfOQc3eXqgOW02HgsaFzO7WFAy9 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOsngT2SlvrCiuZJu26K26t8tIqgSrzW { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#lnNNs5PXVX8DIuxQ4wBxlSExWNBfE0xp { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#FA36v5ale9vbwMku6sL8ynfLZvzVRrRf { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:block; }
#GZfQTDfQaZbCmzZu6ge4pnUlvm7V85XT { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#RMT938mEbTgroXaoRxyucR35oQKX2mtn { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aCrpe3sa0iLIciFlDSdxlatzz7azDbCC { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#KRQwsAFyCGwZyrGdN06olGTbHBnnUXfR { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:none; }
#F4WgrQCd4TDN2zqQrRoxCIdi3whEyPnK { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.65625rem;left:56.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#fTvFh3NxUnLiferGTXuLhG6WQoTS4gom { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#NwSgrWWTi7eTGoseB7lnfUABcTJyH2eL { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#MJL4FWU2TD0HGWQFIzhWcm4QpCMOiSaP { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#iBLWx1PeSCH8MCfWQzXlpJHqeTUlGMJn { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#TW36mr6ifIQmzC0mm6slnTQTBZgChoIP { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:12.5rem;top:2.10546875rem;left:58.21875rem;overflow:hidden;display:none; }
#mDsGusgiNcHNNTMZffFNGk3zTEi3cUBC { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PLNMMFrhv1uO2TaNNx3nNXUWNrTDd5Xg { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.375rem;left:57.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w8XnrnR1t8dBKFDvivAipsPEOcvZuq7s { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lD6W73pUJP7FAZ8WZGC3ESoxQHrNVvTm { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58rem;height:0;font-style:normal;display:none; }
#Pt0mGrzxRp9DEtQvDKgLAvsWMVcaBf1v { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.3125rem;height:0;font-style:normal;display:none; }
#HylzeFJZJqGJUNzR5GlSNVtJacCR320W { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773986816406rem;left:60.375001907349rem;height:0;font-style:normal;display:none; }
#gDlFE7HRsfKhfSo0MuWvZIoWBlh2P14P { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:25.625rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#yhkTZDQrZdJTtzKZxdJZsMdHSddUTRW2 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QTEdnM5RCynw8Nzd2oWFDuQwarBC3JOo { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CMS2rFglFOGacVVLl6xvwSK2q6QMlalu { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mSMg3RnrgGeVtxVvJvmG2AvkGpqTb0eA { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#lCXW0te0AURuXloTnUzZtW3duTwS4JdH { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#UwdI9d6DZbHm6iSI1IyGVWW4gXNIJcTX { color:#ea1b27;display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:31.23046875rem;left:57.59375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JMcQ7eqIUQ06JZuAFVNqUNbBJhmMaHkw { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:30.6875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UuRWqfonQe6ZENnQ67hRErKIFikEnxFF { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:31.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BGJNniiSb5iWaMX2ylXvfcXkuFCWdeou { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.125rem;left:56.9375rem;display:none; }
#VxfZefoZvqZAHTk6bhQDAAu4NDHHUsRA { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.125rem;left:63.4375rem;display:none; }
#hHDVuPC3RtJgV6gQPxggdbhFe9mc0eZ7 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dLzrtu6Fm87a5r76EaCA7g5OzpKeIRVK { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.4375rem;top:1.73046875rem;left:66.1875rem;overflow:hidden;display:none; }
#tyyAGFuEz5s9UBpiuffknTHLwplzNTze { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#UltGn4MrXtehWZmCHxEyXofRb58Ildz9 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#nOBEA5BlaaI6hoKPmHM28EUxV5KEa7aD { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TJEuoleJLC39oUeMJ6yEMGUbdP61TF1f { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.75rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#KB2LffASGQMZNXLCCkGQ7ZqvezPxs4N7 { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#TNm9qXAdogXX2ybCVhcFtyyolozJKAkE { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffdc92;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#WUm7vqv1axiKian2s2rlqJxxUd3OqFp2 { position:absolute;display:block;z-index:14994;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11.875rem;top:6.1364583969116rem;left:41.562501907349rem;overflow:hidden;display:block; }
#kFLSz6txS1X4pgmBdNDdavynqM1evTBR { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:7.25rem;top:4.1875rem;left:26.5625rem;overflow:hidden;display:block; }
#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE { position:relative;display:block; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE { background-color: transparent; background-image: none; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container > .video-iframe-container { display: none; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row > .video-iframe-container { display: none; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .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); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE { border-width: 0; border-radius: 0; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uuTb2qLpi9fAshJ5DkNKfWXSqv0UeTDO { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Vehha5zzmz70I8XwDtfD88Ow1cbh5SRe { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TQU9FTR2gmcwmLBbvC608obzR58gtCu9 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TEDuMQRDSZnUnq9WzoQkQsWO4EZmwVOo { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#QSWFyFJcC1JV7ezv64vJwHJFVzaeWUyM { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#GmvOCqPgaQAzdqBqEJIM8fON7f1hQT4r { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:12.4375rem;top:2.3552083969116rem;left:2.71875rem;overflow:hidden;display:block; }
#g4eEkxisyJFUsd1AiFSr4FPktP9hoo0e { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vc8lar0cfTGDrk92VRLa8tZWZgKeerwq { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.9375rem;left:0.78125rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WtsFa7Le5vBtED5nOOKhWCdORMX3vnLT { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S4iQDv8JzGzSAq3NL7zycuTPiZK0T0OS { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.500000953674rem;left:1.0625rem;height:4.125rem;font-style:normal;display:block; }
#ZCuOAi7J2S118U68sOTJZfRamfqcfq6b { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.523971557618rem;left:4.8125rem;height:;font-style:normal;display:block; }
#CEQwkzLTKGinOmcCzDHLPUNbnpRMFZKA { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.78125rem;height:1.225rem;font-style:normal;display:block; }
#QVL84siZVTHVK6LfJ6uV2N0Jr6TW312d { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#cwvu7ypCykQgMxEgLWROPTobwfcmTJMk { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h1JVgFXRt4ot3shaVtpBLwkNqaPObJMa { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.625rem;left:7.099609375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LNlqXmxDig1x9mETZ1G1TkxB7w1qKvkE { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QTTLE8XdAqUF7Zhlt8bU6ODatKbKtAoD { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:block; }
#N0TzWSFfNysvRxga4rXnEJTOLSCttCXU { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:block; }
#RiXwSgxVL7I2QK8cwHCKzJVlxQQbWHHu { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6n3IM7guq6CqkLdClEk1aQvDTHWk8vZ { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzsnI9dyo7w6ozuCUNdazMHCSL4Eb3MT { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.0625rem;left:7.125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mv5TNh1qZczJVRXWX23RuTS6t6TxgDPO { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:block; }
#OVWAswFdwTmgpMRK7QxkMvbeVKN6S7AD { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:block; }
#zBFFcFxLL7paMLwx03mNASSaLbDBeXWJ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.025000572204rem;left:0.75625038146975rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eL1sz0hCZAbrB333AJOEt0ie51PDcLSu { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#XKMhKVFc7v59KEP6uIFu9i4BTOcebTub { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:block; }
#fvy7W3KgbscRMMye9iDxWFy2NEvPp1FL { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IECDvc3HAKJuwERD4aL04zNOBSVrQZGe { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#Jy0k4bMtG6Rzc4Qc8UQki6UTauHHsCx2 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#H9AQ5IysyMkCQdZtZZIgCT6T4yTX9uTW { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#DaxJF6kXMnryKM9n3emHFpka0FtLlkIo { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uDhASv2IE74nZoCwTS6VPipA7BoneTOT { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#AJZS3vyfW8g4JpIMM9kgncTtp97MpVSf { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gCnGHzQp4ZX92gdxqREP8qMrvfsNbXXP { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#SNdPFvzb6rC8uXFyPLfUqu8pM0aBVg37 { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#XIAEfu6dOa1DXFqA5h01ONpeJHqZrPqh { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#xptvOFgIcKoWfmrJOsK4LzJ7OK5KiQ7i { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:block; }
#o8qz2mDKJ1rMVh02QeUUt8uEOskAamKA { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fho0c0h5PXiCQLKD3rAweDHCEgkHD4zL { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ktIvLhvSmBrJ54xlvmFUGUthxaqdCHXC { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Fmr7wFVonJoL1xv0TooBADoyCttoamsP { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.3125rem;height:4.125rem;font-style:normal;display:block; }
#w7STyuOxoppe2gZiQ9ycKQukxKWrgVLd { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.8125rem;height:2.275rem;font-style:normal;display:block; }
#LRr8R3deOx1t3hQk0XCVQnhfDhmRTBwq { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.71875rem;height:1.225rem;font-style:normal;display:block; }
#AdWsuyczIzvzrRWfOw9vTtTyx2ghaXRc { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#RE6hEWaZk1sTVefa4BvTGmh2g7TqXQ3x { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F8o5s0NJG2TpBBzekliKrhCriQ0l7g97 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MTBZXidvU8DgMbD2BmoBTceveShVFv7D { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XRdaSQHNDLiEvdzhhSybFy0RzEpLKdTy { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MZNAvzNPIuBv7TxH5f3a5h9bt085Zg6U { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hwtxaJTxyTSzfNyfsWuSACpUPg3P8hEG { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xEQVuA7vm1gQD3Zxzf2bCdt9HBuFMUBW { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#BaTxEawIDNr8G6GWBdOBn83GMMqPz1Cc { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#Htq6THrXpdGBOy6OEeGHeD1T6ng2O7LK { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#XKMBwNCnzMlmpSkZAbuSWViXz5huseqG { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#GmVexdNyglFVFX63bGAnRyoKRyTNk4g7 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EREQ8xVUBaJMC0RJMrpKRFNB6evQJ75S { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#TTEScyVXn34uB3wIpyVoinbPedTOIXoO { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#OrpsghJCZ9iOKNzMqtfriBQN9J5daRo9 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#VhnOhT998XXJN8ZmW3MdauS97aRTNZmV { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S5KpUgKADHvnyPD9UNKlTJ5v08KHRiKg { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#EZ7INf5haxFofoOJiod17QxfZCEShPN9 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#eWlUXxBRKvJ9ynoX2bcgl5tbhi9gOQlA { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#omOQD8iBrduL4UUBl8x1FJ3AvVvZM7mB { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gf3Ov0haWTCGg58ormWRVVxvQzia3BX5 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#uEsT41go4nlSxe7hKPHsnTtauo2pyHrE { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#gZwRZyB3LUSyQrLQTwZNQsThC2UWTzdI { color:#2d2d2d;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#ddowWZZ65bQOmsIALPTnk1Wipc2zNfls { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#Ri1teFVnzMUGm24acMl8lNJxfsk58WgP { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:13.375rem;top:1.75rem;left:39.5625rem;overflow:hidden;display:block; }
#cNLQb4KAXVak1emXB8AhE1hiJIHzroKT { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkiTb8DsUC3okoyB5uD69bmFqxXxCCV2 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDR1Xdy5fX2KGFSRvklPgKuVqz6vE64h { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#adyzH87dg1DZHy8Gey0LUOn1G9QWTLTS { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:;font-style:normal;display:block; }
#v4UfBc6nr931lvFQMd46RqHOdyN1FyqL { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:;font-style:normal;display:block; }
#TTgDo2edFGcPNCvEFqay641D20Ek6iB8 { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.812501907349rem;height:1.225rem;font-style:normal;display:block; }
#eZytCS6e8DpXLA1IfzAxRUvlsNZHnU0y { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:block; }
#TP6fzuBDhHWEKhl7kPdaA3AQxFO4zuD0 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w0WrTreqhe3uZo7UeaOvSNlnVlMxHKv2 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TTJQE2THv6a1Oa4pNpBKe88TeNu62Wc2 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oGlxpqluyaheNkr825C3ATLueHbx2TDd { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#hcTwxFS0ChF9QIJgVgFW0hXIzEzJTbPZ { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#BRImhHXeidcARlqbu6iSwFywJAztmEo9 { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oRXugoTLTO2bvXrkIbHS7WZxslxnkAkt { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hLut6TfHpKqrB7UgC8XUcnevVzJ2gUHy { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#hJSHOTBQyqU4XTnhksynpBEOOPSqJ6XQ { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#SGtJcnCSOV6VcxAOhTlzLz6f7RQiZ4xx { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#A5sqZAZoNgVEuHdv41JauZ3381TU4GbF { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#InvasxBesnCHFXPAulHnoshoJiQXDmR3 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#hEH12z25ksGqEZ0BLAMSZVlWEeaSa4vt { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#FscT1Z0481AcrrCc7I7bW5Bm2V5Be3q5 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#PTHDTMVz9SMiZFy8KqHCaA4c2sTRwBIt { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iNq7sMKCtzqkTRhLXTxuTOR1sW0zMuv0 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#ho8pNXrOdUBGCbzXcz92uxd9Cyd3RLIQ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#cIKVUTIwwViZ4IFI2CbRgAgkMrrDxuHd { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#HcnCnNUUKm28vJb9r9MpglZA4nucAIoo { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#IhxTqcPQR0QuhlEdNFgEcwD1LwzFn7OI { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FnKOL8uUDJIS5ntanewOiRnORc1VxbqG { color:#2d2d2d;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.187530517578rem;left:56.937501907349rem;height:3rem;font-style:normal;display:block; }
#T6sCl88on1zVeAhcctqm8NoCMI8KBvJv { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#zQ6HMhrZxfNX0kNLfFqyJXq37whvmzXc { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:12.4375rem;top:2.35546875rem;left:59.03125rem;overflow:hidden;display:block; }
#Ik0qmWKG23ST9M25y3M91ff81srFtanF { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3xuVVx5EW2DMmppTlrl10uGTbGVUUdt { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOqXWuO5qRCCOTzJmmhVcCpkmGnqq3xy { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vt8eMiJbqoABMNPieKWTxRPrihQXDckN { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.875rem;height:;font-style:normal;display:block; }
#kDxN7OoFHowGbdyCosRFOQToThT2NTTO { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.1875rem;height:2.275rem;font-style:normal;display:block; }
#Mxi8XguDRw3uRaIGicf0Np2mGwneQg3K { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.250001907349rem;height:1.225rem;font-style:normal;display:block; }
#NqOR3Wv2eR30UHNnKMJ48TKgJPaXWSPD { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#ItaOtUGBbWipvl2fkwSqmV8EC68orvzV { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rRvhKDBtcUuT8760EpgA46NBWXT88THe { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qRHnfLDmPoov4N52Nu8JS2De9sxED8Sx { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RQ1vCEwNzDdg447f7dabBDBDrPF1PwNg { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#rdn2OfUTnKOMdwL5px9mHZ5okxBelLL1 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#IfHeGrwl4sRZg4PNSJ6THqInrE4eek49 { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hydTvboH0XAWeB9oVh2NMv62804I0p3l { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FySc2SsnVMRb1nie3LkthMnSW2QQkiP3 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nP8GSNOupxAP8cr8SbCiqarur4rD06ZP { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#XSR8O3FDk9pR4LC9waZx7XE3lhuxJJou { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#kkp69xuiFOgQBRA35Hd8FkQsTLuAzyiD { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FxHxadMzSQ7zo3c4tqfbRB8gw5RLVgtq { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#WF7OUmZEolnKAfkUCq4xne7yfgkapECD { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#q9HnIQGXZDG8LsxBbMQGZhpptZAqd0t3 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#xOiOwbPXAyMLgtbwzCFlMdSLosT9FWV3 { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E26PXXfbt2t7wCPutCq3QvQ3LXUcm3gs { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#mOeXUoIt8ue7odRmH2kXPN6hTUvqbINA { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#ffAml1dIuI7dmmOc0nNxT47fVV6PAgeT { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#f0ffab;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV { position:relative;display:block; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV { background-color: transparent; background-image: none; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container > .video-iframe-container { display: none; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row > .video-iframe-container { display: none; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .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); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV { border-width: 0; border-radius: 0; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GRPEI0iSN4M43GvhRTo0Wdhon89ebJUE { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Na985PRlB1aL9eGrdZMTOZQrvdKiLNUZ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WMw0F68Ruq7UAbD70qFbJdoEiIAt3bma { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZNaT75maQuiTNO69JWGIohoPxrXr9vBJ { color:#2d2d2d;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187530517578rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#tJEsdBg6KBKyvLLTEHhmpFcgG5bH4axT { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#ic5EyTo8R3qgiz4TvM3eyL5T6QHkZ1SW { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:8.0625rem;top:2.46875rem;left:4.6937503814697rem;overflow:hidden;display:block; }
#K21llGKLCkTtzLPnvcTdQsp8VGqq4J1H { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bz4RNmXfRnsE4avCKSNISfsE13qxrDG1 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.48828125rem;left:0.78125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oNp8Ftn1K4BWuTEz2SUbXyPqmdFSxx6y { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tms3StyGcTGqHTuhpBNSvzTxOONcf5d1 { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.9375rem;height:4.125rem;font-style:normal;display:block; }
#sTuqL8wxH0DUBbQ09MZnPABftpGaIFqP { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.5rem;height:;font-style:normal;display:block; }
#JvhiRfu201MpVAVQ0Pm6Uvsp2taIARLq { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.46875rem;height:1.225rem;font-style:normal;display:block; }
#VW8TaXJTff2bJDrtAcWeQ5tWgqoabI9z { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#hn1WyXSewxuieoBqduVP3x6NfeHTOvOX { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OmaZvd1Bz5QlkMTeuAyBHa9uLPDp5wui { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MQtQGBGFtA9sSTDwxvyCTpD7urvK9zp0 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nz4y5v67gwavwhnvTthwew29T4EnbaDc { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#daeTffqwrCey788tVmBdyHB75V57DGHS { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#D6fZp0gTO0dnNnKXydToPdMq8NKUKS0K { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iDvF5logkWgXPI0gXh6pPBgMixDDa9VR { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JetGezg13Z9uMDef2v8h8xhTU165Zbv2 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VTzTdNIXMCVJRUCyK1VVTEuvsbxMHTVy { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#dfLeUvPmF7DOXa1QA1nbh29cdbuFHaQt { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#Fc4P8i3llmmKAFZWhfRolGf65Wvr0Zvl { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#O8vMi3X0AkK7LeR1wLnvWhiJtmTMk4IL { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#HWspCo9478NeV921zpJgQC9dFGPq6oQz { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#IKqMaAU79WfMWFJ3u34FuHo5NgN42GnA { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#USWKrVNwxDfFtXPrwtApguwCwWoC5CJR { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#OGBAuRdcnbwnTDPqBuPLaCssemr9u8JD { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#S1km0SESpJAdm9bZ2CDbQov4RrVd3lMs { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#ASp0ZTDJP3Sf7dILWuzW1rsyx8BEeTwl { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#kaETQooq0HTF3lhMTbIyhQL2pGJUEn7t { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#Wul91V6d4tvxCTCuwQuG0L4VOT2wm3ws { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#MVCXQdnKnz5VQndNNg7xuNkVd27hEdF2 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#eqJQwuCeJdCgiOWwndwyESiEGFN8xcrt { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:3rem;font-style:normal;display:none; }
#WLHDcVGcfZ7Qv6y96wKVMEpV0axixJqz { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#Ty9BKPwJu4wDQlzU0M5NsnTmke5syZUO { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:none; }
#QLJ6cTzAfoHp5ZTD8OhvqWqmxvFousPT { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wvnbUGZcpcyVZmcGnbiKFM6249N0y2oi { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s997T0cKGhHRTanqIJoWWzH9TMXQoDEk { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wDEOU2JvwvdDD4l7IQvGVDBWrvAiGVUJ { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.3125rem;height:4.125rem;font-style:normal;display:none; }
#i73xfraacTQrT9JSnLbda4FTofA9zhO5 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.8125rem;height:2.275rem;font-style:normal;display:none; }
#blr6dnwKsaXTCarKen4pAqWLgyVIOhwD { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.71875rem;height:1.225rem;font-style:normal;display:none; }
#HOVi1ApLvWUmaO8abOlCkzoIMSAOikCT { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:1.575rem;font-style:normal;display:none; }
#JaQOBsthJx5RXkyP0ddfSLbR9Hy1TT9A { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TVrIXSKVaENqhnSongv8cLZgcaTrrdea { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lIs8mqUrQ2o0KugueDw5ElCphHWI2rKz { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MhKoOaP2tZWJCTo1w5EyIzzlIEz9i6Tu { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#y2kfdBivrFl37MzAPzy2GeDRpX3PqVZJ { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NBmKTss62L2EypET7Ht83vUpa5CSs1WS { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Gqbe3kkRfnIGechfDgolyLhyW57pSs5v { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#mTvNuHtycRkpQLxt5S5HzQgD6Z1mIiFO { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#Mhl57NwiMyWdfmV89iuXvooIu9rh7WPW { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#RDUvf1vHgztWihstfqeA4Hn1aiZphSTn { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#X4bBfOS8RWBpq9C8mFRp9kmcyv4KKJ12 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gQZKxb6fuv46KanCuKJABGnCEzC1Nd4Z { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#UNwRUSrdlTnwqw8XBE7Fa44xw9Fn5fPb { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#iuwBUAraP77ofR7lcIBG5VTgIFm9FLP8 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#yJPg5NKF7aRlqhoFrXkEeIEItbJbf4t8 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MV93scLBKd25P3DirrUAvITODUAylrWl { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:1.4rem;font-style:normal;display:none; }
#ycJHkGc8Ff6Kg7cJUmaAqHp5aNBa7zJ0 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#TfnvSIM6yzvxOHnkpiP52i4FvZfcAi7r { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#NWyGGFafqyNHXfIy92KnlsP3kDvTCHMZ { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#IT2miaKRe8Ap72nNsuAoJ0sLBDOv5Qqq { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#TQkzvp62wz61pbLQEOVsiXFA1lr4Q7DF { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#yVqT7dbXCTNhpbiCESkPN7HKyutJIplF { color:#2d2d2d;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:none; }
#JB5R8bqN7sulofhc0TkTByNe4LNZ7lu5 { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#B8TaZARnIQpwd8dWw7xLFnTsk6KXTFf3 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:13.375rem;top:1.75rem;left:39.5625rem;overflow:hidden;display:none; }
#TKB2w2ps34DVEqOM4XizPPxENXfcy4al { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wgsmdgk4hHObeH7n3NMdbr9dhyrwJ0lA { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sFvc8uMf90z1obO8NGaZv3u8J0ggMglP { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ECnLqTyx4ynA5H7LA2eMGkbLf1mTxZSS { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:none; }
#HpJR2EODxzvEDI3RRc2L45HWyrXbk57u { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:2.275rem;font-style:normal;display:none; }
#vkFRcTqNOerBganKccnwpd1nEfMF3V3F { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.812501907349rem;height:1.225rem;font-style:normal;display:none; }
#cnkzQAK5zkSqRt7kVDTioa3ayR2l3fDz { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:none; }
#ckKlpLDGyxQN80K5rc34SLXE07M22HyD { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Zm0Scom4JaoTTf80rAHOETW3lOWiDOOG { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ntrtTADk0UsRuQcHRoBwaUwZsdK7Zqgm { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S3f5fDFmG46T3bPqoSqQiKCQTXFSUC4H { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#iAMT3QzZhJXyw7H9oVJQkrovznAHgoCI { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#Qy5b5mZRMBZ6AAWUcfJuMdTFdShbmGaO { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XApiVDW7W8rrUgq3XRTEU7ECwCTSvf1I { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dwo89PnOhqRGl6uHv6VPpqrHMpreG5wB { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#MIZgEWX9XcuKk9WCFVlJrHpzsHNsKyzz { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#qTIWEw2IKPTsXkt44ExzZvaGW6IZqtme { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H9XI5ZAxbXxkoVDSU19FOUsEWKeJRuyl { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#lkK5TTTK3Km0Px0xgwGoKT62CVsEQaLx { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#tBsrsclyGfscTaETT86XH7M4nHCDLUPI { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#BxAoxfI0xUUQMQlJ4V9fTTtM416BP3JB { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#h2MlN7XNMDeenPCDd1Zteg31zxmueE03 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XNbM4GBiTc26tAbvc3WWKMx01sfU1B2U { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:none; }
#ddvUGE0TyMI7TqvvtRoB9EKuAEs5cVp6 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:none; }
#awTUfLb9xo3ulIa8JywOFlRXUCvm7Vud { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#qDIQIVStUiUJfROEdN0VMptXO4KLFSf3 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#H7BwmOdkoqXXQKoBfZqRSxtDmfkvxlPK { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#oOO3cEz3DO6G8ySyvhnKJlHbyPQFDBcF { color:#2d2d2d;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.187530517578rem;left:56.937501907349rem;height:3rem;font-style:normal;display:none; }
#orMi0q5xNGtHHwmfadZEvFP1G7WDtNRJ { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#xnAmwNhJyVzyVlQLTMPx9P1VJq1a68IF { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:12.4375rem;top:2.35546875rem;left:59.03125rem;overflow:hidden;display:none; }
#TVykBCEe0S3bvd3xKSKeJJLZLB1CuSQd { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DKBFSkH7yCFMm7N9UQBuqr3tyN4PgNOp { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qWiMkEFOJnUbOzLnz4ZdrmOhqT8CtG5E { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DsQwIoNUfG26yOOa0ZUxEUvrBy6kKZzk { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.875rem;height:4.125rem;font-style:normal;display:none; }
#OR2UtkUaEWTbDKTEWW8FX8PKzoFe7BiT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.1875rem;height:2.275rem;font-style:normal;display:none; }
#C03oU7nZxZk7NhylFqcuWDbPl9MtUHsK { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.250001907349rem;height:1.225rem;font-style:normal;display:none; }
#qIqoCXKdo4IyHQiaNluhHU56BER3PsRb { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:1.575rem;font-style:normal;display:none; }
#ziGnz21kH2WMPm5PmvaPo63VWx10aO8U { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#if7R9yTAigD3auSp9oB1TOM0G7N0ZsDu { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Jx6EMrpfCOTU81RfHvvbRIMCsKsmGWft { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u3q4RHQVRAELybRqRU85e9ISkrxiqeOK { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#oWdTIeKXWpIDNu0X3CWrqBQhvFKQTxKG { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#ubf40NQqC7Cw9DatTkpUz2ppTpP8TDhW { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lKxB0PG7alCdeV6OsqR7vP0xXd116grr { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o2MOMwD7czqKFCGRiayVWr1NohrHcNz8 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IxeG68TkIfqG5Tv7eEiozB748CeW5rOQ { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#p14EMVG3UH6ovHuSCvTo1qTsk8eLamTH { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#lz92U6z0r8hSbDJhFJWXiEOXKLJ3RcUs { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hkF68h4aGPNKRl1BvdmiX2AITwUvyLHP { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#erBmSsgBGXi5OrD4MFIo4U22Tis7BrEl { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#v1wOGSGWIyfNEJE9hboZzXFJ5IkWA3lA { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#B3Dqkkl5ZIDX8KlesVssIiGqgt6J333v { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pnBx0VXtLcclR4Tiv1TRU0phZK0MdoB4 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:none; }
#OmJuZs5GlwwIpyxNEJgXihcawGCvLcwS { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#sSexsKx7vfCyDRyeFNHD9BI1zWcSO4T1 { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#f0ffab;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { position:relative;display:block; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { background-color: transparent; background-image: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .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); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { border-width: 0; border-radius: 0; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lS4Tn7lLasqnyTQmdGrntgWTrHRwuBKs { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#WSsVtLyg6g9mBvC5uR4ul1BB4gADWOKZ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#nafSCFdAgdmtwf3CMUZ9IuHvD6m94dmz { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#g2cAsuP2xTm1E9BDMpAG1LpmmVfQGeT1 { color:#2d2d2d;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#ANN7qHtNNBJmefUsPB3ty7p0GKfcXfT8 { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#xWoz8380h8QXh3thQROMdtql8FPGoF3h { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:11.625rem;top:1.8125rem;left:2.9375rem;overflow:hidden;display:block; }
#BZQ9HoeZQcFu3rqTBVl7FZPNt8Z9zAN3 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODCnxvm5dmTaGnN858DbdgyfhcwLgoBq { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.42578125rem;left:0.78125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlokfFNpXUmCEuPoy0SNxynEJB4QHAvv { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z01VhwvQHKXO1I4XgzllVOv4VJpVTa6p { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.3125rem;height:4.125rem;font-style:normal;display:block; }
#pxSbhshDhnR3oJpbXtn7xCG3f85nK4w2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.125rem;height:2.275rem;font-style:normal;display:block; }
#eFou61vJVapwEg3HTNqnaset1CyOZb4s { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.09375rem;height:1.225rem;font-style:normal;display:block; }
#EfqH6WTDOm2zHrTF4oXZKWLNwWme8ra2 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#awzVmeQWm6UAwTgn0ln20Xh9NHaHb91T { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QFoMsifs10TmnTJl3Gdigczuk9JbQkrb { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O7tX5pBwXWgKIXNJVKDtQbsQDsNqOvor { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IZMmh13DJkJRUGc8iRsfsngCKKEaf4Av { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#G23EFEKa1wSi03mGzLqTbShh7fR8FlBa { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#mgg8vvNnkAeK6W1vCBPRTp0xFkHzwAm9 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b8om5VNAb8I7hGVFVNwvZG2PltOv0WyH { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Fs8wlH84rcS7Cctsf3rNtPnPG90E1kTg { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rFLD9Vb7IFuyz2A3dgSCJi53bbFrGXmn { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#dpp3KgXfvLRgMppXScV8LJ9LMhQWPfsf { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#TN4xXCUrXi4379nxMbJswnEXngdZ9LDz { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bVr3dVDJtS1Bh5K2w7MiRPvxa2GCJ7hT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#NZxq3Ub7Gcy7U8n7TSWZFrCm0IQxSRCV { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#O5EpdN0EoTRWsKhIycJOUkUgTtHRJxWr { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cg7qfH4IbmeVzZgIIpTrKPDtbtLNQiu8 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#CVwSG5N1nqHfGDn06rWlwP9FGJOdH0Dg { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#EeuhTfpIZ5cNoQ6t3i0p73oagP8FOuZQ { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#F3sIR4LBHbTxVlQotGfdve5TvDM9ncOs { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PsxnnhUr4392TT4lwFB25IMAMqSMUri5 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#wggDoKhIHLeqK1fvwtxUqnG6hyXDllT6 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffeea0;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#IUMg37dksBWys7FpZndi5QsF9mtJqk3f { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mQ35TcEfdNSSLy41V6oom4rKb5nptOan { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#LiBxIFnu9zzHruUB6AkDwAKUpZsim9Je { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#qOHpHurPPGPDPTpg3AXFMWp2yFWnJHR6 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:1.8125rem;left:21.3125rem;overflow:hidden;display:block; }
#tKGmiXHTmslHpXbdHN0zCwG3eac6yfc4 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdrMSH7S01HNuBfrrJHGJL5Zh0GbIxPi { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hmm6OVCWBwiZuk08TZSUT9DiiSoU0wmA { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wAq98cEG1FCBOLUEq5sXTKwAK16dUgFH { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:4.125rem;font-style:normal;display:block; }
#vTgPZ7nC5wxTx6qb8HxkCWSa5Zs5PJX3 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:2.275rem;font-style:normal;display:block; }
#UytoJwIaH2D4mgovthNVV630JLDa639R { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.78125rem;height:1.225rem;font-style:normal;display:block; }
#p9x2uRE66TLSHLKgVHAFBi8kM6WCFe8i { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#g4ssPZk93C2k2oxyoTrot4zDSfVF9wyl { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MVaIdcshTaLdtUZR5gbW9KQGu7iM9suD { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zOXvJNCpyFNq0k9IbUnI6iOt1vUA7OZh { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#os5UKVr0numfczxTITdtxFSUDSOz4dGK { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hwWFfUTsWVhX9IbPVWHcQMiTZOWCaNJN { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o6eiAqOG9dyox9GNCp8h7TsTHteHWZEe { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VxsURLBXVJWEZiQvkKPrUw5cDtryJ5AT { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#BwnewtxiMTQZNhft2GZiHL1oc6a7HqpC { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#OAeuTU7bZUnrGWB1JNcEw3uwwqSUT5eA { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#Aq9VGTvpgGpGsyo6cVwlBi2BbEZGI3bD { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#lQdoeOszIeGn6cp8RQui39e6Om5L7VT5 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OnXiF3hLS1l4x4aDGukSwUzh8i67OGH8 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#VIrAlI3EdX1hnyRi7kI2NXwNNBI7Jb9x { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#H6ULOzpaqFIJ4uK2r1qyDVyRtTaW7fNE { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#aOozQ4Sah9tITUJz43ea03zWPNe8wgT3 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Gqgl8r2SgXHyUmQG1Boh1oTWbZR4xD1H { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#mahUEKAqEb4AKP4wsCWqNZn0gtdt5Wln { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#k6pTW6dFHUNNLm73tx74Q8r5VOclKIJU { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#A0tN0DFAoE8JIq309Sxn86OZma7bplAy { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#vKIuttyN1vsMZwvg0Vfk8odtdc4Es77o { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffeea0;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#yfoeQKR5TG2SQRW6Z0MSlgwN7DT7wp5t { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#P3VDqU3R1oyqxcGvs0TtE7Bg2rnTf3MR { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#SysiTOHUr0OFfAynvEbXmfSqou0QBG9b { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#ZgF8okWtmPwsMxnHPLTqUg4eDkSRnzDw { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:11.5625rem;top:1.875rem;left:40.46875rem;overflow:hidden;display:block; }
#dK3uQ3MdOv1TUftlHb9u7wMTiFvrJ7gk { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQlAVzcQLKllzA2dMFbeN6iLwsfdoblX { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxgL9M5crXUxtSteKv1i8cGkdTFDf0Fp { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eTVAsvVOErvfZiPGZOQiGTKzfeid3OZe { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:block; }
#tSv2mhzdeuRQshB9F1DCHFvJR4JxWc0K { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:2.275rem;font-style:normal;display:block; }
#Nb6liG9UN9cWuXwz4wVuDICPln9Tmpdz { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.812501907349rem;height:1.225rem;font-style:normal;display:block; }
#oOi2WE6uEACoNVW3QGMCJaTbSDNxW2Os { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#IBIp8lfaQEOLG5nlG7W1Jd1fLvdQcTDO { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s8QE3bS1O1iechAk924bx8IBpFz9oM01 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hM3gXp7708NMLl8NeKGc6F7t7Xqoe5Nv { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eqew6KaLKpnNrWncazheGogdcJKGJ0pO { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#KOJyBm2NtnfVvEk6FJLkyUolBPzOXGMK { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#urMPcMnOaZwTkJnVTb854c5dEb4oVq3L { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ftvoDmTvxTFzLxqeaizmrOmJygKyiQCv { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#x9p7ROdBBzTzRlu2zWN9eWqhE257bvnC { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P5UDfk0358UHReFbD8QotHBvDihpIllk { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#KSaBwF06lyGH3U2sWtWX11Swmup3ZJao { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#BKnLekid2aP0Kxk3B1Fkezhl4DrA4A0Q { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G0N0ev6LWtXncTXfhikeTfv6ofiX6K3I { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#HCCagqfZ12XZwrqCTgLPpkFTZxBLcoBW { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#EIBdVJooT43AtTO8o0lgwihsRbS1IBrB { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#pDt4XiQ3t84WpBiN66fzLtWTgqxfAFcZ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#Cy21vXmZZ7p0OpTWMzMl0SMamo0d1Dl0 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h4mlhtMW6HwgeKloVs9S0Rau7favXaMN { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#JpqCnXQoJLT5BAKmhQTZH0gy8IAKPO0W { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#b6t2re440KN3ys5yuMztt50GXrk5irHx { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffeea0;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gO0MkgtzZst8Zzr718lhMksyFKshhHJM { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#RFT2V0tW37qUJeMyKynZTqnCG7lNpq8M { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#o3CqreTPQKL4FUrhVcFAxWo3Z6LZ0km4 { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:3rem;font-style:normal;display:block; }
#s4m9Z5zcLHAO1dcBJd4uNqw1T5Um5UZe { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#U7aFTKpJCkmkswimLImmIcmE2Xo7ROK6 { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:11.5625rem;top:1.875rem;left:59.25rem;overflow:hidden;display:block; }
#SUP0gJEOJGktm2SlQp2QQdcMIBABlv3V { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZlSnzUW5iqzHpHglIPS0919y85THqBx { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZ1oFwSzsJAlSZbRLp043khl8ZBLJacs { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l8KAAPL7DW33DTcytmtvthRiZlmxG0zl { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:4.125rem;font-style:normal;display:block; }
#ZyGTF0hhesUE4MXp0fdTgweg6RTEpXRT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.4375rem;height:2.275rem;font-style:normal;display:block; }
#nOSOKJWEt0o2htPv8M0gTy4ufui6KZNH { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.500001907349rem;height:1.225rem;font-style:normal;display:block; }
#nfTEOdRxkZ0dht3fa59tM7l7cPZpMxgZ { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#ez2uiEtrwwNTNDoQpge3r0aThONcETvM { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RDBmSQ5v8z1VM647GgnSTab5E8EVsoIC { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rvA5IwnogrSuRlc34I2iXxa6PF6Ss3fb { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GfSwfZNWldcIfosJAOBUPahb7TTRZ6Wc { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#ZSSIKB1yx3LM3gK6bd5ZJO3DMplAInRJ { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#g1ep2I7esvBNyQd6Fxfd9fTt57X6tOsM { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S6nUJ0Bz0AF9MyT5EQCt8qwBXLGiqEhQ { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lZaNRvl5Ob8Lxb9U6Q73qtchq0V9ov7O { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R9B50Z4SFdLKpU2Qve4W5vCZUGqafqHv { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#ns91foKNcTuLS6dcb91qGldquTbV2xUx { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#TUTczqbFFCz7HDVV3nEDStsea9hVG3If { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZgXK7wSymO2QslcWXScdc6niHi8dMl2e { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#EZbLtBZLdZb8SaThcPoMOzWpDBrxJ2Bh { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#Tt6anqvCi9q1xnJXO61GmtvUIyyqRXk3 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#OPRvCkbW4zltlh9R0tWPJrSTDas3lldF { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PL5bKMW7Z8KQ8qgw8CsFcTe7OZ0X32kW { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#h7du2iS6ngnUGZJ2BUyrCcqi2JarBQQp { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#qQmWXmg8Bi69DqV2wCvF1XglHfeMTKQG { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffeea0;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { position:relative;display:block; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { background-color: transparent; background-image: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .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); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { border-width: 0; border-radius: 0; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZgrKtBg1xAUyZRttCDRk3CgSGGFik8XW { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MIsm05sAq6sy5A30fWCwSoCCLu0qh6W1 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JI8EuCfggXbTAkhMaaxDmcHLc1VIdZcm { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#U5IbD8glF5Ne1twAz0ZROAXwkn3rEKwW { color:#2d2d2d;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#gLUkE1OPVPkw0pQAGFkDZH6IqZQHL8iA { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#yX31JN4WHTp9Somvnddbe1cLWoGpeQCf { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.187rem;width:11.9995rem;top:1.787109375rem;left:3.3740234375rem;overflow:hidden;display:block; }
#gM4aZNbs0DcKIgGS7bcmbuV6LgW9Qn1g { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wMlJKthB4BrP59DXfSVvo987Lff07Dt9 { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unfyy90TI2ypm19CniOJzv6vfGAJbpVS { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pt4vatFslo0xxDvlyhH62Ra7UTiuMQuv { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:0.999755859375rem;height:4.125rem;font-style:normal;display:block; }
#TtG4KTtPpdnHZ29AtmaqKDBa6nHW7fqe { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.562255859375rem;height:2.275rem;font-style:normal;display:block; }
#HEoTcTt3twhK39AiqL5hsB6zPIrDgil5 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.5311279296875rem;height:1.224975rem;font-style:normal;display:block; }
#rAna348JayWQ4HaRIRLZdqAwoKtmWAEi { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#ec6A0rTP1r5RoanEkLV9tMEqZvgE39NI { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XyPBU5pANvBrl94Tyqsqx15JZZOOHDRH { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pBB3LmhFaRJADRgslssSckAyUeE4JCVA { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tJAhTCzkvMy5uLcN2vrox8Cv7r4aIgoD { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#b7pBOq8u5m3dVgr0x9ROqTX9ZBgcAG8H { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#Z4uL6ayuWT0r9mzmyefW6hTw67nud0wf { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fHgfU7cxyKlLyk2PEgCl25uLfhMtqlTa { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sBmRsh9RG4afDb40ihgIXW7HDZ8Cu2Vx { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B7htsyX3N1NiSrTMUVILytXIqKTsTLhE { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#veSKtEc1MHPcaXmlEf8nOrI7mhi6Mc84 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#Vym6khOTmQ6vV6EF3TJRHnpBrrBDkx7M { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#N8BqwUpMnLZ2DV24MHpT24tuMruqCg32 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#ZZZPJ1Zhw9acBLTUDQ4C9Q8H4w77Hfw6 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#WPxnpByfVbxKJyV720IAVD4cUpKTm9iJ { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Kn0SXdTa8MQ6FB0cpiFyXGXvTJF3yiaR { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#vqDyTl0b9xvbZpAJcIfsFVD7g5phCdxd { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#otmmDchZNRXtmJiO19iEWngpqZuZNloL { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#m1lzoGUPNTWNkheOcWTilrSw3aimsatk { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#T9VNwQbCHCvq3FkPKs5csJaR6bwi2Pfh { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#LCS7gzFTHashThBFkFsoILKabqRZ0fS1 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#JLRrFsJGvECJ2bMCRUDCopwnxFl1RP7i { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#h0rTmOB65vHKDaHzpwRsAdNH5yScPEaq { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:3rem;font-style:normal;display:block; }
#O4gG72wa26Rqc3KQ8TV5WIqBiFI0JPui { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#qal19CDTPsyzco69HocGDWNIyc1aaKUp { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.874625rem;width:13.4375rem;top:0.43701171875rem;left:20.772705078125rem;overflow:hidden;display:block; }
#NKRNtc0g7dki9vWHaOVnv30wFbyyiPPJ { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#URKAIzItcLCSBJ3UzgrPSX3WCLK8Ae2n { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.999877929688rem;left:19.562377929688rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RX6mmZPfAtMlQ798fyWczshwA0uHce1S { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SmJ5Xs2hZbXR5ZnF0EASqdAByGSUcu7Q { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:19.62451171875rem;height:4.125rem;font-style:normal;display:block; }
#ZVgqxkB8aLpDV1NPiTuJqEqu376dRaZW { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:23.124755859375rem;height:2.275rem;font-style:normal;display:block; }
#Py8G2bruyeKXCsoTABKk3IrqtTLxEJiT { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.03076171875rem;height:1.224975rem;font-style:normal;display:block; }
#w4nLe1Ls5NSdRhb7TEWcyECSVGJS322g { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:1.57470625rem;font-style:normal;display:block; }
#XdR3DF9aJipDvQkizoIipd9BL8tIvTGM { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gBguqKVdbDNiNy46SrcIPDFl5iL9VXhk { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wPTTxXpMRLKrWoXHTk0qWPZNDdsScnLF { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BP3sTNtWuvuT7T9cN9E2NDWoMnF52vTT { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZyflZ1zSduBJcOz8vX2E8RWI8SROb4Ln { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#htZeG1tbK2cLBpbmiEWJ5b38HwneXc2Z { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QhszRVO6SV5rCztsQwGDE6BTJlCKaphX { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#hVJLC9BQOdifVJasidzoRswxJ0eddifi { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#WzL1oDy8eHF9TbEM72BqiZTx6Vm8AT2g { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#qUpkRA7rqL2MgpIrMFMwUureaID1TLTA { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#aTtW4Mhw5oySSwOSpqVTynw6uxK8bC8v { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JZTGlb85LwUXo94hPCuxUKCakTZsMOPX { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#MwlJCwlrsso8rHUPfWN6NdSUxH8OaRnX { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#phzgJR0JhgKvmpxcK04ASaqzO3UuD6ib { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#qnzPZtzlTTZmfHUagFRnFDrOaB1wTVUq { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fdS1byZnO2DZUZxGOrnAIUNnE2uTxU50 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#x4sVBGDell7fWAcofZonV1AyOSle2J5K { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#p83yvUxTRA0Fn6NSqba3s8E7wRu24vT8 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#eAJM28GdNwVKdlaUrTIO49I2N7k84wSE { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#yvAx81StUIzdlQPseJvkNAogiTKZd44a { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#oN6G0N0usaDCsZu80Epxf0xcTrMouKtT { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mISsNlAd5gll1Li3i9g4PRvMQRgKCRXa { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#q7dvIAE7a0HeppirSBaypsXXTr9AB95V { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#Muqdkt4Rz8EkNlrTkxtXzHsWIKo14wkf { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.562rem;top:0.9747314453125rem;left:39.46044921875rem;overflow:hidden;display:block; }
#ZG53K5hkE0z6xTFwsoSsBUWnEDW9TsSb { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#deD65Um5cWQdaS6h4OwApKv7F6zhBKR2 { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhVQvVaTNW3XE5h80URNyGZgzbMr2wOH { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l9TL7d8UeFqzk2tIegK6dG9T8DmSHpEO { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:39.06201171875rem;height:4.125rem;font-style:normal;display:block; }
#X2akvAVuVOGXBhiXeEEziim8DIRCHcRg { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.49951171875rem;left:41.56201171875rem;height:2.275rem;font-style:normal;display:block; }
#tX5MD8WU5wdhCBZGtxT2HELK6yVmJJ3d { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.37451171875rem;left:41.687133789062rem;height:1.224975rem;font-style:normal;display:block; }
#UD5DMyqhMohReT4D1MEQ0r5iabhDW3Kb { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#KmhGrJRWmfOm9Gqh2THHqHUatxcWPeWV { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nb0zCuSbhJO0fn8MOzimKnBomdtnpAHg { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LqqtIFsanS3ecdrDxEdcBhkqbreJefDK { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#veU3bOeQ22HK2ceaBkrs7AEnytTEeXK1 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#BRctXQeqeX2lG1BxHx4uqewke0ceInnD { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#HatttgJDGw6h8rLSO1xJy6vagV9SQAvE { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yrB5qhgkTHRRO2SaeDvtDB7ZfqMxqNMQ { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F2dBAhkaTm5KUqmoUoM3v3qE71KIOUZc { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vIPWZtB6qT4p9D0WXUk41OhKrb8hJGUH { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#U5A7GRhxsaMoZoOQ8XPA9yTJkhcKBnRn { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#WaH2XMQFC8AkPTvO82eU5F763mPS3xp4 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ShIr70D1NLd4tSRGSIBpC7605cZHgPCo { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#pk47t775726A3my0LB3L8UetEWq2Rb9S { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#rRmpJodFHe4m0otXMETTlVeWpB8HftUs { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#pTqALLAZHbktbhMOktrg2ncz9P1fX2XF { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#FwUT7y4Qm0ys0EVOANhuuEwXPynyDaot { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kZcmKXOULPH4oqTBoxooKLaXW6MUOnUm { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.3999rem;font-style:normal;display:block; }
#nqh2Oca3GC61paqcmtxUxucQSTkJXh7T { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#szB7mcSEs17mOAHMAH2Pygs7ZMvE2BZE { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#O2PsCDbEQpJRzN0GXw6kRwTVt33WFFA2 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#GZKzoweXtao6hWkmascZi71yt2x2xrxC { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#OkNUORKT9ywcq7ZUhkJ07kX012dydhFb { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#eelutsfswnlUQ3aZ348WKSVMhkIwiEXC { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#rNGObtO1eLATvq11cXuCI4UxMccSTcXg { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.249625rem;width:12.999875rem;top:1.8109130859375rem;left:58.529663085938rem;overflow:hidden;display:block; }
#ZpsqCuDkkwhwORanF09VlPFn5FCT8yq5 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mUvTcHrtfUwMZcrcnusNCnrRLyuIBquW { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT2D1l6ZgrsfmyxN1VganQ1cFhcatP3n { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NLtPiCRVe81RZOBXZs91Cwghuddqe5uo { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:;font-style:normal;display:block; }
#LVI5QvwVctTnfiJFx0UBPrd8vTwS3Q9N { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.4375rem;height:2.275rem;font-style:normal;display:block; }
#uSlLTwOQNWadOcvV7bBT8y2k6UQwdpRm { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.499877929688rem;height:1.224975rem;font-style:normal;display:block; }
#Dkn4kI1I21pkqLRoA6lLIrM85izKuEDl { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#cXypdszOpPLK0U7Hrnm7ivAhspRD7rtV { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eZsCmr72mQNk9vPdsNrIwh6BL8BItbNl { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VQCra7eD5s8oD7b1LfwDv7bn5ZUI77Ey { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XwB0U4QlEcTTtvaiAQsW9tF8Fy1h3iPK { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#bA0T3dfazCHHMzvXbDR6c8fkp0Fh9b44 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#IUvRTb5QTVvvaoU1eARmGtpb7x7HdRe4 { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pTJbxt9Hu2wS8s0itTtTUUnEwcegcLlT { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UWkJFmNNyEVERCex3eClkctI85TZucCT { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CmvoTJOA9vaE4VtGIUCXmBeeByLNE6fp { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#CMCsGA4aA1oFB97QnlgLCfsDtpBxFIWU { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#XGFelIfyHX0HzHITc9C2sw2ECm1gyOXV { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#apPkkpsTV4rJ29rr2vT4p1CzuE3KHUv4 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#oVCL7BOqxmzA9WtSEcPXKBkzJKKGzBze { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#HmdZHmShilEpK3D4JvBOXc094kFg2eVX { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#RJIPuzTH5SdJvpscWimblDcIOEETpGU5 { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w68etO8dU24eACiEhAx95vPQhNc4QHDM { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#oBgwPoCfZMC11uTTFtnI7iiZ1TbXPdr3 { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#WpgUq6erLJznpfi0awmEORE6AMZiP3oD { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#o8zkktMFRiqZymMptat2NazUDDKvPqtS { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:31.25rem;left:0.63125038146975rem;height:1.3125rem;font-style:normal;display:block; }
#Rk6P4VrbBC3LQXT1qIferLNvScKBol6T { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.25rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#FthMTT1iKZCMZFkFaqzItBof6NpTGwzU { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.25rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#TGU5p9N0DPKaGMctkQuGT78W9RWOBeio { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.25rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { position:relative;display:block; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { background-color: transparent; background-image: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .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); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { border-width: 0; border-radius: 0; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CD5UG399vch9EXAzncZZFVcIzad0rtMF { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#JwN08ThVc3Sh1TfEP71T0MMzPphlLaDh { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vLikeLasENUJmyDkWtdS9Ag38ZR32ZHL { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#gMVmaTkT01U0OxVCHypTRe8SxLasA1bU { color:#2d2d2d;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#bo88bk61v6UEydgEfuiwbMyhKotDliRG { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#UG9TfbkT1iIJnwgva3qICOTgZ59sAnzd { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.374875rem;width:10.562125rem;top:3.1011962890625rem;left:4.0924072265625rem;overflow:hidden;display:block; }
#WVluc0wmOXTvzmHuScGoHRznPTlXuiRS { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#etfg3eSon62PU7qlNPhe5b9hZqafK2cG { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vt8IIP0xtOvAtzT8zUnS7MkKvRzJhDgk { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LvFLlI9hTnDMp5d5b0FL3BGNhiMDsuTh { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:1.374755859375rem;height:4.125rem;font-style:normal;display:block; }
#QfZ6oO6Zr1k7CKdHLIkAH6qVuvXIHJ5f { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:3.999267578125rem;height:2.275rem;font-style:normal;display:block; }
#wtmX9fZ2T2vgHupsXmKb6JTnTZWw3dKP { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:3.9681396484375rem;height:1.224975rem;font-style:normal;display:block; }
#lO55gFGhPlBQAHDFfoST3uLTJpsHc7SL { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#zc01hsUAGHRTRTCd33mvUzLq7i7iMPTW { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D5TN413GX5e2kWaiQOLNvIb6KiHCOafG { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GZJ5LhZBCAFTBW4RvPbgQLDVB1aZfSD0 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vVNTC3MGav5alu2lWCfKr9daPobArE1K { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#ra5zEbd1Q69USu5lfmb3fBgKAMW47mev { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#TCAUb2AiHyQMFX28xsetdRvWtZIRErx4 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KF1kWXiOlSkPrTyrM1naHvRdMWerKs3E { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p2ADGTUhOUwmF8KwfRnt2gEtnwX2W6dQ { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h3xH94flps4p9qRxIv3OATzR8SFtPJvv { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#XffcaJewix5vfMvS88zNs8tIgy6JVomo { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#tpdWEhoG13071JwtXZLFgPm6q21pyzuH { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AJDT6HBgwM8Bv37N4iobSoRxF6trffNx { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#UdlS8ndvnb52m1QoKqC2TdCg3s3ggIm0 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#NPqClZZaRr1II30rpPgTiH4UftCtLVFZ { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oDnEBp4uG83qJXCnGrAHzgr54y5ZDACT { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#XDky5lXlFi0yenMZXmT6edZJ8xAMKQU0 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#E12TPQcHzaJ7LLbxEuw5gnh2qw0LUEkf { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#DH7cXBhX5npBSgcnzsmhb5G5ywB4Ih9H { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cumDcKCfXQyRftMoHbv8xnSqvCBksVR5 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#BQAItmOMSsBO3tRKTDT5BUbUnZob9vcI { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#ZQQhEAGyPFicnT5Geb1lXraKZXykrwl7 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#oa8AfD9rmrto2ycke0kw85CW97maPcVD { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#klLkJCLysHTvOQ3GMEUSMeEeWxTQqw66 { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:24.9375rem;left:19.4375rem;height:1.3999rem;font-style:normal;display:block; }
#ikMOtMEC3M6sfvF32CNOKbSdOdviDzqd { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:13.4375rem;top:1.380615234375rem;left:20.772705078125rem;overflow:hidden;display:block; }
#x6FlGy8a9xTgmJ6r4WDamahUgI5NsOCZ { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cRslTwlbQXZ43ZliDpvhEAsIvHF7B47f { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.999877929688rem;left:19.562377929688rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2EgTubWelcT8Zxr2ZVWTGPT9VLtUh0X { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EC640TGplZqQ3tkRnIh3wRTdOgbF9aEn { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:20.2490234375rem;height:4.125rem;font-style:normal;display:block; }
#FKLAmufLkTeyV2AKvHUth01TPr2Xe4X2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:22.811889648438rem;height:2.275rem;font-style:normal;display:block; }
#XIV8sdcWq9qUWuoAInwwb9X6aSeMCigL { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.717895507812rem;height:1.224975rem;font-style:normal;display:block; }
#Hqa9RVcovykgpOqVFvuMkdyIDAtb0Ige { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#xiIDDaUlTUOTMFB3qclZetMwUbw82CFW { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GZ8OB1mPS8JQn4p2hM6DKhksE5WVzlAP { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HbQNA6elEqNG7wmuaxFVPLxP2n1WoiAM { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Asg7nJPL8lR53gemcZ0rBwuylRxz58tL { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ES8usp7DEKw4lvXED1Rm75XHVXNattJd { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uy2NNVbSOykLXLTX0JDGvH1ZyTBG6UC5 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mCdQ4ztyCsyZo5NOXIO4MqI8aOiz3kDv { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#TGIJTv6RATONhPC5PU0teOXcsVHWsPQo { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#AiLBRLpmbhp7vvBEQ5S2ci9nv0wHnhaz { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#AwRPTd5gn4ecbGamzhMB0C6gCztuel2g { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#NUSLyDnUPJMmBbRlfdWAcBZGWCm0X0PO { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#APnQe8S0I6ymnkkK6Qs2stURGWGt0Z2F { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#iPK1u9itVNhiT8dAgTvkSUkHE4TJBf5m { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#pLhCPLrqslhdOEVSrPlTWFwxtr5GUFox { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#ESze2Ctb0C8iKMh2CV8iT3xn3xtO9aSo { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EWWZwlXFhc7MoLFCTeUEJrwVbsKMOcQx { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:1.3999rem;font-style:normal;display:block; }
#R0koDqtW6w0a1aOxZCB6AxfaOTtWtTW7 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#iP4sQP4PdbJaE7bboHpUm1ctrTxuEk1e { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#GqNSkviqipe2xVTdPOMtN6nOnAVyJ5BQ { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#EKn2OvQ6QTXORJOxy1fwaFEUtV5dRnwZ { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#kUolkz0TTReuU1zOQoaNeA3Ox81zrmTn { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#eTerT5MGyTiQkf0LtBfWPW56uP7TibgR { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#bnJxA39nhto0iy5QpWwSRqx6yMUyAJkq { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:1.3999rem;font-style:normal;display:block; }
#KokG8XNW3hQs3KpnuZ1BxPmVQ0eaTZcn { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.624625rem;width:12.437125rem;top:1.9744873046875rem;left:40.021362304688rem;overflow:hidden;display:block; }
#E73hHTLuborT5OnoWh3MsraM2MrsCTCu { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wwHaU8AZefRbrGqmy4R6oFox8QfGgVcn { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbJMGorVsXBUCRXi16g2iWwuiAZmnITG { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IkZukEJMl9I48uSI4RuQQ63LKEyTnFb8 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:39.06201171875rem;height:;font-style:normal;display:block; }
#OTlofZQTUA65FSEJCaOBKf3wnwS5uSc2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.49951171875rem;left:41.56201171875rem;height:2.275rem;font-style:normal;display:block; }
#xDalmU6i2i8AVmrIr4BK2RvuZeB7k0DZ { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.37451171875rem;left:41.687133789062rem;height:1.224975rem;font-style:normal;display:block; }
#vQEmgJnF0qdIxKwBZOqlBzkBCCJAK76e { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#iGpBWLKNINSu1wcbWaR8tB7MpTTJqE2X { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ITgVkCI79cbUbPRm77K3rFXLdHBnlag6 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SlvTqXqT6ZSt515bew4ZKrPyE7gJ0Eb4 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tk6qPPMl5VOW4reHtww4Rbt8t2hcgUbp { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#hShBm1HLzAHgmgUTKzmmVrv6vikgqG85 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#xktUItbvwuXPvpTGD7JJDEBgOh9qcIdp { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RtIi2phg3XT2Vx2WWrU32AloImW79CUD { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XPbg9MvSV6LaHVKU9xM2G3KgSsRDmWy4 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MaS2E6Vm2ziNRsN0PadlT3Ii7oo1s5MR { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#e7E1TtfKcTk0D7shfSFTaJUXSpRvnnSd { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#cVhOZ8hA7HcNzflblXcob328MTVwMHSV { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hs2s458tPfp64RNWhkGCWCm80rnH7o1t { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#meQFL964NzSTLncSHOWBiTGTZn0KKB1W { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#C88HvTSPOt3FrySR9ARypCqFDouVh6rD { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#bBOdDcV2PJxEkIbFKdHEltor3MxdoA2y { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#a6QMd8ChpCnQmMmKLzr2cnpHmyUJNTri { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rTK0fKQqOtlOKhRwzTyb1DS71lsJP0Oy { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.3999rem;font-style:normal;display:block; }
#VT4dQTsTcdoTJxATOtAvMIAoKXL2ocLO { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#GsgTp04La7BN2GRxTQiH0BivdarGa6IQ { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#ucSsVLFzT1IRWkViM7oo5c7lMgTtXSAe { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#LL5UNg07kyKb6KOgTnHqgFxQNQDTMNJP { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZcWKStT8Fvip70JOsL3GFTJhtCiaU0S2 { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#A3z08XBSAsGa8cm5iEptxIyDdoTHHNm6 { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#XV2TktsloymSHG4uSbNe90b14E9T0u9M { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:12.9375rem;top:1.8109130859375rem;left:58.529663085938rem;overflow:hidden;display:block; }
#wpTXi26tIQOWdLfTMBJaVitcmTbukVhw { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zFyiAECgMxplMeEgQCFGGuHQGAQ4Cmle { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:57.249145507812rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O66X2zUMqw4e57aJ46ud5KBrkIK1calP { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#atASdZASNuooAPmDN2Go8v2JzUdWn5PV { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:57.25rem;height:4.125rem;font-style:normal;display:block; }
#L6yJyM2lP9kBBZRs7x8TiWn4p1oqL4SW { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:60.81201171875rem;height:2.275rem;font-style:normal;display:block; }
#q2yHwLfsD93oJaSJk9QHpeyBTblmXLpm { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.874877929688rem;height:;font-style:normal;display:block; }
#zxOemTZE2WWqgKSpNug80TzpVCSAsKTk { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#BMfQwJEg9cdQknvd6RkiyoppO7V4AHTh { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gPTqzVPR10fQPtVZMAuoWwc6hCZT2Ohw { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RcF4BMF1NJFdIeiZinhndZ1DrNaTuUeQ { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e5Nk1nBfEFihydfq8EOGvFtkgo8084T3 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#BLZIfvpqJVv8dLdKAmJ79teELIZOQFin { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#wPWCIbRU9lL5d9a2gqPrHcTTKG2kJT3r { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#adIfOJWGrVHEIEK5xkuRI4pNDrCIECz5 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AUWZHVSa3ZmaHm6NGzsfiHZvTPH6TnXJ { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Bc77CzKJ3HETZv8De45T4Ht95SzUIuqO { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#i6q0TSrmy2NT1DtknctFevR0B9WiJDQe { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#N84oBGXRlh16REZiqQOAesDrKzIxPJCu { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SWfImHdI5Zo0IWFKF6JQ8XiZUVikHo0z { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#iytIx1umg3l7hicOexzST9gfCSxTBghX { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#rz4OW7VOIU0iP58xQGtyPb1WCluHOn2T { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#Ox9X4oDP3dOGzxZ2fvwyhB9N07V15AJs { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZmNPzu08grZ2dyzNVdlpPkv07HPrIm0u { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#s6LS7lxb6lwG52To58TeHNUePf6CsXqV { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#oUdT7I68FWhyCPRIZN3f5s0El2JfQUQm { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#TQPehS1m9xflrBhkqtQoZF3Hmit4N0MQ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.149987220764rem;left:0.63125038146975rem;height:1.3125rem;font-style:normal;display:block; }
#i9tUTt0DEazRw2kNApHIDviMc40UQzkw { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.14999961853rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#c906vqqQWcaMb7hUtZGJIZgQTS45T4u3 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.14999961853rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#bLtmD9v3NK8nRq5WyxflQat2FgUQdW50 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.14999961853rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { position:relative;display:block; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { background-color: transparent; background-image: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .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); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { border-width: 0; border-radius: 0; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L5VDzFbJrxHUBkynANztOaDALU75xAOt { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#EnsRBUFWTSdPsvIMTavnGms888K5sWZw { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#heL8rRvM346hVllhQPO2AtlCJ1TbqlBC { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uoxgZThvWiu3T1ogLGi6bni0h1LoHHUG { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#stfg9xe6xlHgU2NiCyP0dVP6S0a6Qy14 { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#BqMc4Lqodx5FRa42MwDNb3WunWkG0JgQ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.437125rem;width:14.874875rem;top:1.1016845703125rem;left:1.3031005859375rem;overflow:hidden;display:block; }
#tkxRMFp7D9Xguz346mAxUGvlCLZxEWuZ { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rkSMgK7wWOuN9SS4QadVTamiLSTkUCnE { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnWkGMFeAEXr6B6gBELRXA9ndtGSu2KX { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yH2S57tCShfIm6NGKtQVw0n9Vyt4hq9P { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:0.68701171875rem;height:4.125rem;font-style:normal;display:block; }
#FKGEkWTXKgarPKuP5TFguKyJIqwZkk39 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.9365234375rem;height:2.275rem;font-style:normal;display:block; }
#A1boS3LfK8ZLgMbyFphoe61BE5ZGqor3 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.9053955078125rem;height:1.224975rem;font-style:normal;display:block; }
#VkJRVwcqrmwtqGlBLMNRVLzr87eSOIDR { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.760986328125rem;left:0.5621337890625rem;height:1.57470625rem;font-style:normal;display:block; }
#NOTLz31NsTad6KXhVoqrpRfDXHUBEF9s { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P1rGsCK3mSo5FkgoXuv7xG8TKTafbdPL { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uyWCgdcxXIalFzHIUFKMzTIuTVl2c9fa { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#byVB9O8rXMEfg2TaA5O8DVErFL8fKT4k { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#nRLIiot7PIHZSSNoFc1LaV1CJ40oTbAB { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#pgamBIdR78OPEbqiiaSOFndO5OTGkaL2 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iGSlgyWgRcrZc9hn9zEgzfXF7JgEfT2x { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uBEsMAgoUEb19zWcQnZfOlW2qIORPBJx { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gMh7KHBeIETNTDi9NcxzKFlW9BwIQ433 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#wCH6vrBAKfAnH3tWbmTfqtCWwMdSuo6W { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#yebxqkoAtFwby4rAFIsISA4ba86PpK2e { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wLZRHyy6p54vXaBIOQBr7I8VmTyxiU7u { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#gGrfc58gJCXPaLZoQxZAVGlHFkyVJZ3U { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#wuqo2KOXQfyJMiVWFRx80PCfQ9e44tRX { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EL0eTMKozeQMpT1SwUKCmgJ7D4TKcdB9 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#g1o00UTfsbzPb4FpxibKTlB7JrgSvFMD { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#O8BwOTWFSWnFHFv5kxTa5E3FgxpvV2Qt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#pz8WimIIz7gy4r67Xmh18Ur0mQVC3xvR { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CVIy6xKyVlxkJJhBrmqLwzxGcdoX1Ds1 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#swhUon9v3OieEs3tIi8Vn3TZIg0XaXoq { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#wQDEVtJRl521cfIyVUCd606QNTDX9iA9 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pK3SpbpnIzyUos7i2ns1ot5sM3zNgm6q { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#rTJbyA1xTfUr4gX95KxTkS3AHiD7n6Tc { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#UTTThwTBeDvCa7MS85rdQ4HISZqdLg8y { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:13.375rem;top:1.380615234375rem;left:20.772705078125rem;overflow:hidden;display:block; }
#erPv9aCUgiWtldRk6E4TDVTlEpbgtESS { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XDRc98TabBRA78s5KTsxaiIFcA2N78fK { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.999877929688rem;left:19.562377929688rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tA845hN6h7IoC25UmmXNSyL4QDuznKom { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cgrTdto4etmauUITTd5TrBHwVp4UgAci { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:19.4365234375rem;height:4.125rem;font-style:normal;display:block; }
#qfTVhw0Sr53eCHGECoUzIQSqpLV64bAc { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:23.624389648438rem;height:2.275rem;font-style:normal;display:block; }
#ITdTEPtXqe516u07sW73PXNvsKW6EeyQ { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.530395507812rem;height:1.224975rem;font-style:normal;display:block; }
#bxUVyMnNqyWg0spwvZTVeh04FX0JmH4S { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#gQByaWWstVm3OhwPql7qNc8KeGSSRDTB { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QTVBZhtVNL6TPlddKfgpUH8SVoC500Hq { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H3C2lMh1ZebfsukbIxObHFnTMXrLmCkm { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k2MnTcyMr1PhVi6UpJmL32teUUfH2VLZ { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sOLo0VnOy9hoKXRekzTQThzhD7mFRo6W { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JC7digFZ1VEo4vDhFLmEwRNiceSutfhW { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nwRiQXcfBNFQa8xDJFLZVQNaomUlEodA { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#cZtHLPuDfeX3DJkDtFbSPZAy47HDrVtw { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#sUNCppTPOCr4qGwUq0ruqMnXoHagsKV7 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#BczGHwOi6FhZibbViPEB1uyqNmOSgJ44 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#OAfBUwK57B0G4Cc3iZGnagkToFEG2h5w { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#y4a1SQJbEw3KIxgaonSKolBC5ftogF8g { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#UnBTfzQRuab7Crg5ETeS4gFb9EX5oVqb { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#nrgW0PBUsIe8P58J1m587aslaH5sLyPK { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#ypOlcx7x4EEsvPBU30lPNJiMddXbxt6D { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yuU7QrUs3W6kTNgPcK5TFvOSc47XdThQ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:1.3999rem;font-style:normal;display:block; }
#E4xRO9WUshlfTHEveOaZJKNTU1l3KT8p { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#E97wKJrLVMMsECsV2fSQXpToXQ9DhI94 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TnLg8qb5zvgtdORrwNTwIBfXTO3UcgdE { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#NrxV9hgSVauUFIfPehMxs2sUmkuILhNE { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#LrTrETgOqUiVbD4a2CredzBLf34zH4Kg { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Odmq9h99AZU2OR1QTHTquAIaZqSfR9Mq { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#oFCoUcyBkZbSUvxmgQpALzPnOIltVTUo { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:2.8rem;font-style:normal;display:block; }
#yP0BNbzzTZh0bVtE8CE2HHSp4V45doxT { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:1.9744873046875rem;left:40.021362304688rem;overflow:hidden;display:block; }
#CGfwmPMV7gVF8ExIfz7vyPc2RgoxOp8Z { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TaBvfKA7GZ8mui7InqHmxT44m1ZJ6C5I { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoG9FcJpIsvprWFq8sRFFxAWikyCuSws { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sdEolLSOvGzgoBqJRtWcUzgBVTncvBF5 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:39.06201171875rem;height:4.125rem;font-style:normal;display:block; }
#ngeuJvvwzQymTAX0pzpSR2ORnKKAcMBH { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.49951171875rem;left:41.56201171875rem;height:2.275rem;font-style:normal;display:block; }
#EEraLCCJUv5vqPTzukwdqnKoeCXZuUTQ { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.37451171875rem;left:41.687133789062rem;height:1.224975rem;font-style:normal;display:block; }
#LAxrvD7ZqN0A4b54Z8o9rgk3x7m1rRDu { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:29.375rem;left:38.125rem;height:1.57470625rem;font-style:normal;display:block; }
#KFVIE1EBLz4C6RuPCZeoh0M2pBwwyZkB { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zJyhxTFipGieuGI27LqIMEqQovihSOyK { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TJ56xhf566WrRywErnoxnxaEDTKuF8hZ { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JOB5zzkszhxFv7HHu66mU0TEil5bfqAl { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#RR5F8GaOS2JCR86cIXImh6p3Ei2nntl9 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#kP4xGXkiBtXPSIdZImZ4L8AV3F2lxmXd { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PEMrxIVmT5NDMABGq4Xi6aG76Tzl148C { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xhiv8Ni6ruaz65SW6unZdTrlGRfh3RkN { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#so147OGLtvTbkttAOySb6UdUEWwMPXgH { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#BUoyqxvHPzvK2Rz2ZHLfGrAfPmniXUhL { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#GHMvt8HaruobLiM9LIx1fy3ZZpa4N1iw { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nneJ5xFT6uOQXo34dHOEXpo7tvxgn2aA { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#htdfs4Cr5iOZ6RH7vROC5BAE6SoRKR0h { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#Bpz3H6wvRhRBIkW4GRzuaGxzH671uZTq { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#pzTkpPVF6WTcCwMTEhuIe0425DLK4vX2 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#SO92FMbFNpMcERdC3H4xDgOTZZ3zF6i2 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#A6h5L5u1ArsCGpiW5KK0ESCyqfetPJKi { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.499633789062rem;left:38.125rem;height:1.3999rem;font-style:normal;display:block; }
#sDMRi09AfT02txMHDiuRuyClaho1phfL { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#zK4iU9gRqV6kGNiUfmw01xaz2TwQFhec { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#yT4ip2zpyhKKw7Jm5dR2R2cfqNRRnGsR { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Wdif4vNS4KEpPdMHnUnXv9rRzFi3s4T8 { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#gXLziPn5cyJ3OCv3EEftwvpI5NGKnDr5 { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:3rem;font-style:normal;display:block; }
#SIncwZUtTA2VfaguSIHUCleALkVRZKBp { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#cmzyO7SPFQNzCgO4hHxteVnQ6coJdEPm { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.374625rem;width:11.3745rem;top:3.131103515625rem;left:59.342651367188rem;overflow:hidden;display:block; }
#V4rxkkT03kxpd9s6TO6fK91XkvKWJ0lT { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mmglX8a10e8mp691DOqa0c8Z935CuGc1 { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488037109375rem;left:57.249145507812rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOb3hof8tFJIdt3R1K6uWo334ItTiLTh { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ayqJCh71q5gaS9bCLLydXuNkbxsD7IQw { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:56.999755859375rem;height:4.125rem;font-style:normal;display:block; }
#ioPOLrtErBLDkESgIa8AuFCrdti7GJOz { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:61.311767578125rem;height:2.275rem;font-style:normal;display:block; }
#kANgJRWSM2uVXnrJnXXqihdn9mBdwL2I { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:61.374633789062rem;height:1.224975rem;font-style:normal;display:block; }
#WPr28EZnNdZeIhIrT4hTvCQtxarG2UsV { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#n4V99qfWzTMpM3n4kaxoQXThWT96ge8o { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H6cuM8xcLJD21o4NtfNBp50ivhubumET { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xVTCMyko60NRoZu9Tcc7IMcM7aXznze0 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hdmbaZFLO16tFTuAaod4JxLqWl2tZTmw { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#EZ3GQUofXEZTpL5xAehiKGS55s48mh1f { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#tihXJoRQzNg5i6gZR7g38QfT7MJ0zWUG { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p94koKT948ox0HtwZnkLQRRGzhxoGgd9 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RRyAUfFdG7r39ciDTGDlPaEex16gxNei { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O4BDBSVeJrJt0TmSS26AAH0ivZBHOO3l { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#AnlZhw4vKqVe6rUkpJM0NsbTBGSUFi8o { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#LUy5g1WTE010C3z3fd2Ss9CTh1lnNvPo { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pxzVwBleEZBvuv1JgLiT2txPSBZ0wN24 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#F82RL3xBZc16gDr4dqITTAcw3IW2tntK { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#mRR5F7peJQkC8wVpEzPh8UgBVSBIl9D8 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#TC62eVD1HlNzd8Pv1vkwStBCg31qNA7S { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rIThHtuHcCoT8PF6zrbrhTaI9HVZXQW8 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#QaTQvnJqlwJitEz62I5qAr3c9pHc2Dig { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#SD4aimcivcg0fA8ThTsu4LTVMTBps7Tq { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#s2gB68x4T1TlvVhlMkJG3LepBP1mTSU0 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.293712615967rem;left:0.75625038146975rem;height:1.3125rem;font-style:normal;display:block; }
#lS45XtzR8BFEzvkiGdffAszqFDGPn120 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.418748855591rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#ZnNqoXu5IOiflcF0s8SJr6ykVs1Z6h3K { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:33rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#Tu5tm343V7BnXvAyeM6fiEWxvc4NKGDp { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:31.437499046326rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#MbmhX565cS2p9CBz879on9Xe3qRgAopT { position:relative;display:block; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { background-color: transparent; background-image: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .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); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { border-width: 0; border-radius: 0; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T2LlIzTsJIWAoSBhXfl3qZ24deUlncuE { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Zdr6DkVaQ1D6ftdD9JcTmhsh3Szv40DR { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#eGBrVqcA5qrORLI2qBKTifSvywawZUtE { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#afFitaxRwZHvH9Ecfw0ePUEZwstSbgCu { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#cUmpnbWQh4U3ewXlUKdNAkqL6ZExG9Go { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#prdFNCIO9kgDTaXyTkKVy3xWCmmvNC1Z { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:11.187125rem;top:3.6480712890625rem;left:3.14697265625rem;overflow:hidden;display:block; }
#CIm5t3GSrdl12UXDdGxaC5EWP0663ssr { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xTBsBp84tIOFA5NSn5eXNdaafmwZ8Nyu { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1WcLAMvNo1g46ezn5VfrmQfBPQWLKGu { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UmOmsN1DOTSqJfoTrXcokigfRBc9LzRG { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:1.6875rem;height:4.125rem;font-style:normal;display:block; }
#Z09BfRWMiExPUekFo1c4vBCt8yRT5TfX { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.1875rem;height:2.275rem;font-style:normal;display:block; }
#e37pHc5UwTHT6zGOMrUxKdtu4Cse394G { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.125rem;height:1.225rem;font-style:normal;display:block; }
#REISIzgSlpz7EGxE7ipx3e20CwCPnNly { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.75rem;left:0.5621337890625rem;height:1.575rem;font-style:normal;display:block; }
#USNtTholMZRLvZIxVyOcmZmzDLWeWcBI { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fCk1qrPE41oKX79txKORBBCTcIgtWJDR { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lePANIOSLeMDSxNg7x1NbFfRRTmlMGLH { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sFCI8sof4OaZktoA1UUpqnpzZ2Df8nmo { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#OC76kyz9wMimHVGl6Wf9S6H8UbgK30ho { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#TibGEex6mbHs2SnUC05LEOavebE1Uu8M { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U9kbGeofKw0plF7R4tQMMlqJigPMULfA { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tsny9u1RrT1T7K1FTgUHMwCITV08gtHN { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pdaHDK3L6xVohxfKSAqeltTBqAGQAgJ3 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#T4Q9KZDJ8q8dJIVgflUSsdDG1SCAhnmy { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#XlB1DI6rI1Ho3qQ6eMac8sSgON7N5AkG { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eaXIHw4hTw8qNxp9LADICmxqTreOGdqc { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#Wug3Vb14LIAZgILXoqJt5THERo1ks1xZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#NkeXkaVQkMe3wBR0k69gJ5knTxTcukrg { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kAmfB3d4CUCv13K6sTm57QO6q2rf1wdC { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#D3ybRRTr82KhD3R0aHOJWTTrkyyBf7PU { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.8125rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#OWa3ODrT0rZz3TTVnqwg70e0kCJaIuPH { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#i0emt8E7IEH2oeSu72kPyOaSw2Pwu6Ii { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vh6uFGlNgNz9epH3Q06OpOxGhiBRT5Io { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#PlMhD5tnsoLNlbvpUIhR5zJHZbV2yHde { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#IhtFFfTVzf0Ve3pEdRgCPaQGw32nEn1m { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZGOgBINDz8frpVvT4tSSl7b94VZy8E6b { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#vCvbNdnySeAkd2oLw43MmLehIDTbG9PP { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#mMNVToiXqXRGuwrRcZPEk6JII0mR8FTa { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:11.437375rem;top:3.4918212890625rem;left:21.771850585938rem;overflow:hidden;display:block; }
#RErUo2bO7zvOl9xZUpvG6SKGPxaST0As { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eeeNvsuVbGOCHQFmc6lraFtZC3OfoyJS { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y06QZJWsUqvtcuEgZq65aAFkuTUdACJe { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hi8PubI2egGJsWrtmN6WhETzcuCGe3VW { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:19.68603515625rem;height:4.125rem;font-style:normal;display:block; }
#kmgleHO0lzXR6Arh4214lw39QpsF7gQ3 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:23.561767578125rem;height:2.275rem;font-style:normal;display:block; }
#ZP5mE2kUQmymNNfmP2hPaCCrPJPVmslS { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.4677734375rem;height:1.224975rem;font-style:normal;display:block; }
#h7onRs3py7cAC2TGdGr1dohiPANK7oSu { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:1.57470625rem;font-style:normal;display:block; }
#zswZlBcHpEXVT7WAC29yBeulTNhhRU7d { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ElJoHkazkMfvJRlo3k5RC2UbpudEJarp { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XRTgWVLgJdnk063VvnuZuvHxgRrEFSte { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MrwOMRe4RvxdBEGWsUab2p52UQCQ8bZG { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pgObK8p3VEC5eBpP4CHcfITVSVKI4io5 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u3OEZ322ksSA8dMcgRw1JNuTINln45aT { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xuW0JoM9S3lsOxM3QX6cRgOWysVfAQl7 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#DG4BEdlybBQw9hNKp1hll24W1AxJg6zx { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#TSb3UbaoL2B1HT3Vg6t4Tk7qvleIARHI { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#lz2wRcsRlkN5lCJ2XcnOcPJD3tJO8IHx { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#sQBc91ZyL3C7iFvLhrGIXgle2TS7uEQz { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UZSDfogV6UvnH9kAe7Ag7KNe2gMNBWwQ { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#rfoiDUShKxsshuLJUk5oGTJvbRxo5t0Q { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#PAbSHHpmcyNZkeLPBHNrdP18kUGwGh1W { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#ualanyOOMSIHDIwVWnXb6skzevolJkEi { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DOGWvL5tOD6DIx40ETPD4wGIxA6M9cAr { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:19.375rem;height:1.3999rem;font-style:normal;display:block; }
#SWJ1WhvL27MtdnEWS3ng5edkGdcJZexS { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#TEUrmRvaxlIE44UcMzkATfP69M077gRy { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PT2TnxVFolTV6KDyqeJJOCOHp40V6xOs { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gRga57iUCWEOqwxsKCxCy4vbOh5mFalC { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Fl2irER6bgNSrqEsxTMQWHoyqqsIBEMa { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#tNQTSg31o4VELxdglg7QFZeQlXpI7kc7 { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#CgVEEOptZFSg2f3gzyrzEWZLA3iFnfup { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#aROUSB9ZlNx6WTBwmfVWPL0c8B0ON3VC { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.75rem;top:2.0855712890625rem;left:39.0625rem;overflow:hidden;display:block; }
#us5IdwE4DFXPEoqvRCmGUlU1XTkdkviT { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dfiLU3IoDoo2R5OVidI8TuWsfnZdzFAg { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFTTRVQdUDRn5izbbcbHLlhBWWK7Lw2v { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hPfm4HcBz62a3BdTzABab0PuGbL7kq3T { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:39.125rem;height:4.125rem;font-style:normal;display:block; }
#WCObBoOXTIMEOqur0vDx3tnT9oUx7pmT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.499145507812rem;left:41.5625rem;height:2.275rem;font-style:normal;display:block; }
#DKprOhX6kg9t7odGTs2Er8Xr524t5HV2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.374145507812rem;left:41.625rem;height:1.225rem;font-style:normal;display:block; }
#ys8gFzevScxRTkJorGWaPkD42mUvhEqs { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:29.375rem;left:38.125rem;height:1.57470625rem;font-style:normal;display:block; }
#da7yXsnwWCunb5WKMTuQVdPSAKBiMnga { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lvPRlS1sA5fSebt6oJhEAMIOIKK4fyMH { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EplGnL8ARPOS7vKdNxsMJTEuqhqcpwrR { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MCdBil7bT1HD9lB9zmhZGdKZ27NMnNs9 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#PyXcf1iRPgvwyfE4pniTq73zbZInQRlA { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#svVCZZHW9ZkTDBRXe56SXChiIqv32CDC { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HtZworiP7K2yqnxqlXkbhfTBxrsEh2mN { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HqWL1dNA6aO47P4BdDRZ7V6mBenDDXwd { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#frxztf5GCKQVUcosXTpSc0Sc9sZaJMrq { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#PNSori1dvMd9LJEobET7bWoIQ0bCgZvZ { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#gOu1MOqyRNtuDiTTlgMIyn5NT2dBdMLa { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#w9u46eezT3TTT3ezX8iSnxERTbxNLSq3 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#wEyVl4hCon8hF7yD3OcTLX6E1rmrmBcx { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#X76sTTO68if3D4eOA4vqMU8OZ8zw8iOR { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#QEPwwuKvSgBKC10ZJPRgiZtN5ux1Csiz { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#kp20heCZSKRBKu9aMksFdaMaXf0TBTHr { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UnpHpVE4GSxpxUEoREms5qTvsX2kpzaC { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.499633789062rem;left:38.125rem;height:1.3999rem;font-style:normal;display:block; }
#PqnXJZgfaxCW4bz6PQNPZWt3sCT8Gd3u { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#ksODD0WHFBCqCRgkFa3DCDEQWifR1Auq { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#T3dfzKPTD9tR8oeRA56MINlrUsdiBIdH { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#lDxFs4xLuOI5gzEBbcELXA9XJLSe38JB { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Er4XwalZmaRivh3SpFXDxqPyu2514qfA { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#rdz9tDslSbedWqGl0hsfThicwOELUggn { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#eL5i4tncVezxBeoEkXBqSVNVFG635fbe { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.624625rem;width:12.437125rem;top:2.1875rem;left:59.404907226562rem;overflow:hidden;display:block; }
#oqyabeQXTyRy186TBx9FzUkIldzeKAAb { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uIJNL3SH64xlRsHKJJpESSLZrylIPmhs { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488037109375rem;left:57.249145507812rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1MrAoJh8thZ55spHrk9aTXdTBWWMzrV { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qzAlyW34GAvr843Aa0z9vlf63EzqucaX { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:57.06201171875rem;height:4.125rem;font-style:normal;display:block; }
#MGc8tFZDaPIrlPG1mur1d9hHGnGNzTe6 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:61.311767578125rem;height:2.275rem;font-style:normal;display:block; }
#oKnxQxfylLV8rxTtl3ntsAZx048AQJl2 { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:61.374633789062rem;height:1.224975rem;font-style:normal;display:block; }
#aZM7805g4QDd8OToqxe6LOiJgVELM0GN { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#BWFlh5WuoZ8yyNBMF76WmUGxXyPvJRbF { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VoDdqoBrLZ23T1SMRMdMqiHJdShSnVy4 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wEhOKyIxAvkXGmaVdAUlMQzgaFXiIqVM { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HAfmWcaJ8NTfWJTaukB9btpD9bx8Afmg { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#sqsT5d3q0Qr8GAvvOiuNlRwD8P64VrrK { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#QACVRa7O7NHv32hkrqZ3KEIpOQ4RPmvZ { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KR6GiIU4c6Twu4pxoln3wWDQAzLTPUGM { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XB4QpCNwn7KeL4KAwFsuJ0TLDArK5z4y { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S2TXiimqO06HHfuzaLUtymkXyHysdI3z { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#FvoyMHiX5wteIZyCqyfMCuyQURxNUT27 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#fWp5mifPA84gfNSdTNZztLu9l9hCM9Pq { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KTki3itRmJAXglyRQ35DaMaZSaa3Byan { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#E3F7yRNT1zcHfkOWE5h3NiISw86kAk6E { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#fBb0r7TMixBDLAULSpskNl8zvfTFKtWp { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#Hi58cqZVitFFrNsneDsnmhn5ZsEeBIw3 { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IHmx5td4dUImWiCtE57GLxe93Ts6yvAf { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#OA4gEa0mQfNGWTeb1efdro77uBkosStO { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#nKHwIWC8SZtJlAREyUhUkzzD4vaB5GxA { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#WvVl3IyN9apD4R2lATZ6mKqHTc1Lh0GF { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15077;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeNvfHvbaEgvmrRvQR6pPckDAdeFuDqz { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:30.3125rem;left:0.63125038146975rem;height:1.3125rem;font-style:normal;display:block; }
#gMr5ZiCTF03Fg8KeuqNqyUQm9XvQwcR8 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.83749961853rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#WDwg5AKssoXt5XC7V2FvT13y1TycXRDV { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:32.83749961853rem;left:38.125001907349rem;height:1.3125rem;font-style:normal;display:block; }
#kupvsK71hblTA52ws2V1TWxT8fy5qSUv { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:31.21249961853rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { position:relative;display:block; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { background-color: transparent; background-image: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .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); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { border-width: 0; border-radius: 0; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DpNDIKxpztpwea6VS8iU7xrTrP4eH6Ee { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#kTy10kDUN0KB1SnNq736CS0nMNNTzidv { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bcBeeMxselMqG2eilgrnM6Vig1fbESaO { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#qa85ZtTOzReZoFTBAU7ariMyicraoFDd { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#JOVT9nTnT8hIRiQJCDr1Cvh1xQmvhy6M { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#fiJpKdK4rWCvoZSm6OO35ol56gpIX8HM { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:11.0625rem;top:3.6480712890625rem;left:3.14697265625rem;overflow:hidden;display:block; }
#vdDr6ebbQ1Qrvlx402E4SZv88G78V77D { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qIi8OwgMVRlCDXw0GiuR1DyPMqLg4rdH { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vy4gWnIiSiLZvptb6Z3acetxW8NAk5aB { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EMf5VJ3PAkOMefuhugnZKgW81fwSdCs4 { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:0.8741455078125rem;height:4.125rem;font-style:normal;display:block; }
#rANTPKtm1yD8p9betRTIbHwappwcyDoT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.4990234375rem;height:2.275rem;font-style:normal;display:block; }
#ZbvWZxUb7XM55JrJ5LQB050OkgcmZcza { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.4678955078125rem;height:1.224975rem;font-style:normal;display:block; }
#uq6h2P2xTo9vZSACuToWlfNLZd644vBP { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.760986328125rem;left:0.5621337890625rem;height:;font-style:normal;display:block; }
#mTzrwg7TTtMnKhy9L0fQd1sT9T22DxeG { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#se689TcAfJiNuQTGJCbruqFGORWqN725 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k5v3C41d7oQT1eV4hKDrzTgS0PbOfUez { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eMhgvxm7qLMgvvI5tbck0KTcePh2C3Uh { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#lAcIX0hvUPMUNHPOsugAPZrLTzUrfKFC { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#buld5OscnydlpBdLkT0CSBnTxQq7wZbC { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zaFKHzDAw6THiCKonGzteilGRX1fOmPH { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oI9dJHHi54q6Z7fpne4zkU5ea1aT28lb { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kSTm9TXJQcDuF791VTTvfa9HsLx7Tq0F { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#ipRBrCsJgoyN2D15ih6rmT2vMagTb67J { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#XPFseXZbmZ8uxw6t5Ktte2209GK7pTFJ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oBXlOSJgmDPFs7ccVb7viWIF1nK6cMlq { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#N624QFMsKu2iNR8JZsTiBM8cxA3gd7C3 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#a5EkLW65DJ2fhsdfQpimOqHntucfDhJ0 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IC5Ai4VoTTwgUikS1wquB0gsTqdxnlwI { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#vP51MSTSemaqmFTcIfDqZgNgWXkJ9dmS { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#NybtT3yJ5Ce9wbUAxPTfbEKT1MMq1hQ0 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#xJSO8WneHrAa9ShOx5ObTS3aDDDq3MhW { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IuoPiB5367LB4NobEN4PKddmggTr23N1 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#yiJMPm3rfkP5CDFD6uJKHu7iRuB4tmO4 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#u1aNwc1yTnCxPcHCBDyUWOTnyrcswwRD { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lMilSlwc8ZDENNHk0HwwPbPTVzOMdiiA { color:#2d2d2d;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#Vfloa6kbT4Flg6mdnndo5udn6zbDK4Sd { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#TRKFX9TTwmqEDMz3mtWf6gu4JcVVg9BI { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:11.3125rem;top:3.4918212890625rem;left:21.771850585938rem;overflow:hidden;display:block; }
#I2FfzKigLErTu0cXOGsx3rOvtKL9QhI6 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UI68BfA9Eym8ErveuQiGmlWAI19gZtH8 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k76dseFenbwi9Wz2OAr73BqifEUrp4HL { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SbZ0Lay9xlfq6ysJXRbDpZbZhaCcrvD1 { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.560417175293rem;height:4.125rem;font-style:normal;display:block; }
#yuzleFq9VLTGwpz2OXvEiUy5HVvpq9SM { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.998956680298rem;height:2.275rem;font-style:normal;display:block; }
#mM4vEzOd3Jai7bOaMIq587TSCGGiWQAz { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.905206680298rem;height:1.225rem;font-style:normal;display:block; }
#GULWfF7OtsNnFV97fbHTud302deLLHB2 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:1.57470625rem;font-style:normal;display:block; }
#EK5oTrJi9vn1TEOcTm580QOgBy8pTNLl { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SCDdRd8F2WQFfdhTUS5EyGvJlg5R46sn { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ic0tS892Mdn61T2lC0ILBUmLhEZ6ypcm { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CyvJVvv7Ghed29Umin6TvuBsbLihzaVx { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uPbnUnEMnriGTBE4gsGNq5ynyO1z9PLD { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XsuBiNQfa28rhNTZAVGkWcDVshPHidx2 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GTfIsRNEuT5nd3gCr3EKNZ3fhWgTPzMC { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#Cg3ZaD0QeEv4ACNQeI2ot0hOElnrPgW0 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#qvOKTXBueSx2ptxzoMRlxll1aimqO1bl { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#GnahV7UUNgfiiruGwxbQyGx9pJTrmAKo { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#rp6VCksdc79I6oCuZqlsI1doIdTN0ZOL { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#knSkGFqv93M4LLhaZqopyQg29vuMA2U4 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#zHRpui0a1eXSJMRgn2QQoa93dmTguF5p { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#iKdR3MFWZNCMm4z1EiD7MZKL7pP8u8oX { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#mK2ZbmSTPLprtyppg6NEIXDT78frHKOC { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xGI23VFTru8MIsLdXZDcdm47S4D1dgNQ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:19.375rem;height:1.3999rem;font-style:normal;display:block; }
#pzNfxNxOSS1mmwbdelnECy38qQ0T6HPf { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#vmfCcgNISLzrtG10XgthXvvQFpNXB9Xi { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#lpWJmqOTwqzs0BBnzG4AT9dyTh7gJ3GJ { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#tzrunGqlTUcxeEUXBkDAiCdq7oZd9W34 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#HyTe5i494WJXLrJKKVHLEHbDKNqBACJn { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Ta5XZCuJ12259OXqoeaL7FppvrGV1sov { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#EQiKfS0Xgrvm8BHiQTU8GgWoE0B0l5el { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#xIdI1yweV85G3ulnpPnz33WU58y54mbI { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:13.75rem;top:2.0855712890625rem;left:39.0625rem;overflow:hidden;display:block; }
#SgW7E7y9WWsLQ5FcWmFSDfOEvDb6qKNr { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h9f5Z6bsK5yVidlWpZDxt6Rc3T25E79h { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.113525390625rem;left:37.812501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkD5mTT4SrmftoeGD1fKlHhEKpm6mcgT { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ebr09bepRcfTF2HeaaokQffmrae4WiKC { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:38.811889648438rem;height:4.125rem;font-style:normal;display:block; }
#TF0V6zW0F5ThfGceWFbb9LL4LGmKQDRL { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.499145507812rem;left:41.249389648438rem;height:2.275rem;font-style:normal;display:block; }
#BBR9zSeFCxRwTCGzv0JBowg3Nu3eF0mp { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.374145507812rem;left:41.37451171875rem;height:1.224975rem;font-style:normal;display:block; }
#uHTgnryG61b3fRh0TlWxdflvlkvacX4X { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:28.1875rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:block; }
#pvXgvz3DhlK9JUK6Pi2orP4i1QOp6uBR { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LwClVp0W3B0TO5Iy0R6Xer7mfe0reVHm { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qCUiTBHc4oWmPUf8OKnIX2Adm8gixDHg { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e49TE2299hBTsgAGbTM3iAZXNVMBlGPR { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#Dfd4qbmvHQ6wBi2Ttt0ycz45paFWFg6d { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#tDRMxEOyqlzPC9Q3nBcCeeEZQvBCHsSU { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bxBpxteU2BXp2k9n19EIxhAo6VxpxTMh { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gBgDxl1nyrEpbKMF5CCThoJsXNuqOCnd { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vKluIrHulsO6dA9wURBzorrTt83VxB4w { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#LoyNwKveXfaV0DQ33LIUO9Z1oATqxtsy { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#DPpCk8N8GKVeWTngKh1n3VDIVEQzZ8EG { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#inMqZibo2Cs5WyBxtNk1dC9ckkwC5LBg { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#rl0UPxMqCW22DJlcBBLZ1KKtxBxO1Tfr { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#CZtA1s5H5MW7umrJGe3TeTTQ9xIlOivN { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#VBGFWUzuEkOdahs3Ti3TWkgTI7yk9TTy { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#o9cp7bi23CwhxAEQAGcr9R7IQyMiThb8 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Lqq30ovJdNTowatmmJxLssIZP4TsQ7um { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:30.3125rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#Z42DaXTupkc9pHL4ooLJo3wgcQoHHTr6 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#QdydvprP9FHzdXmpqgThE0PyEGqGhem7 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#DxzsKcL9kPNHBZ8QCcfFqrddzdw4x2xx { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#vSJMZEp4lBt2FpkTDnyoSaRagPTqvCD3 { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZhCZvKHzaudzhfc5eJUbVSlp1P56vCBM { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#Ip8MLa1DPhDwh6O7k6ITu7k08ZQwJ0Lz { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#gWcDmElWKeCZWVVxOsTZkDlpcsauN94V { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:2.1875rem;left:59.404907226562rem;overflow:hidden;display:block; }
#ildxvvxT5Ks1fWLRTlwZGI0FGTSXnivp { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#q0u2vHTxGhRrExNPN2u4Dka8oURJin8h { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488037109375rem;left:57.249145507812rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2G9FoFpV4Zq6gq3STH9zeZXbiwGpaML { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tfu0hUDuZAsHPZatVLgTvaVVcPTp6Cuc { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:57.249267578125rem;height:4.125rem;font-style:normal;display:block; }
#fIMKz7fPmLPkzSKm9uKyaaV3Xqg1Z7Tg { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:60.811645507812rem;height:2.275rem;font-style:normal;display:block; }
#zv1SbnMHeQL6pTESSQJZNDVzJCKdZWwK { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.87451171875rem;height:1.224975rem;font-style:normal;display:block; }
#ifNpODa1WK3Er0b9KTCqJ972cV49cBgO { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:28.125rem;left:56.937255859375rem;height:1.57470625rem;font-style:normal;display:block; }
#KabFsW6bx2pvx8EIM8kfuxoex80nKgwI { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h3HXlJUoFJTZnSo5oaiJmRQIqTaT5eOJ { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TPOtkzTLEHQh5y1qTiC617NrpVyExXnP { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s2QE3xtgF5H6HMPWCP3a3d3ekuSG6sdD { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#vCBdTfw2UfulGIoayXeGO6eLvuQ2LbdP { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#d6t2ggvykF9Dx1e4csxw3ZXq7omvp7ko { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SZsrtptQ1daqRbOEfKswIsroi4JBPq1J { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fBUq7QAJzTetGOQxliesTcBt8KCnIW4s { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IwTZTc7hotd3tkAvsg7tKWOZon2TNC0P { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#VenT5z5uWdGK2gvALo9zL14JHEG2PoN4 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#ETBz2exDlE2s2NViEhp1cldnRV1cHSyi { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yW943oEXaG5pZCkLAsP63dPRbkwXJMuL { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#h6AJellI3F086JdcKKddh7TaoivvrLcc { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#LCMiQK8iSuLZKCOA36aOo6Sg8l1PS2wf { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#TumIeGtqsKhyICibJDOxuitSWTMQzGgK { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tTpPmzL1JcgR1imkUHHDpCGd4nWdFnnc { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:56.937255859375rem;height:1.3999rem;font-style:normal;display:block; }
#a8dvlBKdNdIe9uDwHvpdTyOFg9zXLOSX { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#OcGzc2lQrzageEFlIkh5ol9V3gbLkHLX { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#TsKk14XSwqb26woWiuq9e0HKEOVsgXvX { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15076;line-height:.9;letter-spacing:0;top:15.749988555908rem;left:19.53125rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2J1uTM8dvSVGtTKOEcDpF9g7oDgLZba { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15077;line-height:.9;letter-spacing:0;top:15.75rem;left:38.281251907349rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElWcsBu4xH0beEsMaJ9sbidPiK0koFH0 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.212501525879rem;left:0.63125038146975rem;height:1.3125rem;font-style:normal;display:block; }
#RZNR8ysAE8zyVEspmU9vdmhbGVCgtKhG { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:31.712500572204rem;left:19.38125038147rem;height:1.3125rem;font-style:normal;display:block; }
#k1b1i8iIKPsagTkU6OptcHukOX6iT6LF { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:31.712524414062rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#xHyVd5JaGDaAUdbel7kyf4tb6sXuspJe { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:31.650000572204rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { position:relative;display:block; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { background-color: transparent; background-image: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .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); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { border-width: 0; border-radius: 0; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lLq9OPO2SJsS2sZLZ5T5ack1uWqGSBlT { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#cotReWGa7U8edAMVNS7U6D8Khrsq9vHx { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xv0QvclnWaGGM3Jt9VzWy56hoFU4WHNl { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#A42TFTBNiiHszLNHLOtkcdWxt1Fr04cC { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#IhPKihVUWcAoEg6zNiSt7M6PDDxNOoif { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:;font-style:normal;display:block; }
#Z6vSt9awegGMw73GiKNx6orantHXkOKb { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:11rem;top:3.6480712890625rem;left:3.14697265625rem;overflow:hidden;display:block; }
#cm7F8TCNBNB2LNtnop4e46WOwPdiu5HN { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yXNtCeeiWRhvL5eZR3M3ALznqdOroIAe { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jv3TtSXMJHFGZmDJU79q2hXEnKpJnWmg { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QlkBwVderznkOmaeVaCXQEOLHt2TpEwm { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:0.8741455078125rem;height:4.125rem;font-style:normal;display:block; }
#DrcuGushvaXwDhGDnIwSswDp1eBACLwL { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.4990234375rem;height:2.275rem;font-style:normal;display:block; }
#dqcVcXAlh8XwfNhlskaiNhQ6u8iZPGxF { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.4678955078125rem;height:1.224975rem;font-style:normal;display:block; }
#snBc4l74cMITFMrKvZlUoIiMwpnwiSNB { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.760986328125rem;left:0.5621337890625rem;height:;font-style:normal;display:block; }
#XDMs1hWngDTX0COLWA99q1ziIKaZaTl8 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RsKTFG2WSE6XvK3nVQG6xqaieciPNsCJ { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uSZekfHx0362TMOZoIyZ4JBhoEPi9Klz { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PQzzG5tsFiRX3JBeFpaqw9Tmw760aBQ4 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#QUxtX3V2LBDHxbCIkOK5746bhX8bCsi3 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#efqWiwK2uaxvkhM9UPWzDi8v5bqVQQBu { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rWzz753kVE8DH8EJQAgRfydLptlW0lyH { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KsnWXa49yVNhJxG26fLFUTrO8TAmnZux { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wyf90wWPq6q3J96nb0sg6dFgiHAZoyu2 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#OWDVUe8g5U9CvkxKFGDzz00cy3k5E7S6 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#EJGGmI7qM72OPVGEmexlzIVpeEWbJ4qD { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DhNK2ldR0H3q6F4VPEcQUv2WNlt2GcDg { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#NLvbCTI6XyuWlQ5e2yVCXLnWohv6pqFy { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#fhXxxbxW0TQxZ17T4bgaPDv6aWLlJtCG { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ba0aIEwnbhQhPkD0zTZ92RUnQ46VNL8M { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#Nvl3RuqDyswE56klubCqZLbkSRvntnXy { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#WCRRdos6TmCXT47HzMJeoSiBC2J0btfq { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#of6sxfbUfWCXrBiBRh6eQbu3oIF8yQDR { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sAVd1WMpkETfkHJ8N1ouH473w4pt1Sbr { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#X1P2pGTdq5JN723X3OCGT6HvTBd8TQp4 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#VGcfPQp9Qb3BXRK9TDk0zZ9PZwoNTWpS { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#qqta3f8p7sUeokDB3ARivKVqHcwXda9z { color:#2d2d2d;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:4.5rem;font-style:normal;display:block; }
#HB9CeAxErykdzFVqRT0X2J5R1ERHGtkn { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#XG3ZI7OUltqo3zRgW9bUmZHxygXdl6Ws { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.25rem;top:3.4918212890625rem;left:21.771850585938rem;overflow:hidden;display:block; }
#LCTzwu1ODn9y5TGiBSlcSVBCIf6EWKaG { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FTLM41273iJaHf8qZNRauOQdiKTmqy5y { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.375rem;left:19.562377929688rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zbufb5vI3QA2lE2PrsPoda56b542eRZV { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h2RLfbGFI02VWeL1uHdQdTACep0AsA5G { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:20.060668945312rem;height:4.125rem;font-style:normal;display:block; }
#q5CLK3befsbkvxNQF3sF89D7tbWuTXOZ { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:23.561767578125rem;height:2.275rem;font-style:normal;display:block; }
#SVX6C80xyuJpchgJaceyV2rSwubB9ooi { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.4677734375rem;height:1.224975rem;font-style:normal;display:block; }
#hCTTG4bSg4950455dcpk23FKTqDXofx9 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:1.575rem;font-style:normal;display:block; }
#Cqvfo6JApt7txssZgUvG5XMyKrOiGV3x { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LlVB0KuMNVb7G7qPuX1eqD5OwV4mnUXv { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hV6NUfI2DWbBt3EkpTndg8hGcgq0Plq4 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pIT9gI0n7f6SS7bXWpub6zBdBrb3xCKs { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rSPzaHLAguEXCcyST5OIopFFCgLZeQgy { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HExWfTVdbnoiiPaqJxuXRTSnbnPQL89N { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iV1bn1fmGimANmWKoPqvJKckBd5xEp49 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#ING4xqxwDRAUVbIA50yZJAxNWsgr7THb { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#SgDGHap662B51xxH5etoERAmqopdkQVK { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#XDe49UPLCSFLaKcm8tTOfPMtETl5FzUI { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#Dv8gOHJdKZqw0VpPbS1aXLOKTIrCBMwZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gAHzbh2HUuIIqSUZZ006klhoIfW9XJPT { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#Oe3w4UiCgVIrXhyBZIt3va9QTDgZZfkX { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#KGqsu5TKoPUf1bAnhmVFiTVDxwt8p2se { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#SACpOZMcF6cTlIRuT3kFNevrku2mykVg { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S7KITXmBAVU9QU8ooVsloS1gfJ1NT5DB { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#gfcmOJ7AoJf6ryqPWJD0MPrvV8WLWKew { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#OKGcokBaFMxA8Vbg6mFTBeCL2vuUI0Ko { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KUuTOPhElTFWOcZXuNuZSy4BLwm8Arwa { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#u6bxdxkgyidfopFgIXt07UVb5mS9WUHX { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Vo6hAGPdseaHgz0V8F2veFJZJXVTnRm3 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#bues6IsKK6Pn5Juv9c3oiTlJFVbalGqx { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#T4UXpyntTn1Jv92OIVC0BJV60DSXeP7P { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:28.062133789062rem;left:38.125rem;height:0;font-style:normal;display:none; }
#JfWVORpw3TZs11bxuEaozUyTGatxd2ox { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:13.6875rem;top:2.0855712890625rem;left:39.0625rem;overflow:hidden;display:block; }
#V6Rs3Q65BCgD2iyCVCMPfbcnuHvTu28m { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hm2LnV11wyEPcly0Hk36bwcVT9VNdw18 { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.0625rem;left:37.8125rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VpB5dXTiHEZTVi1G6hSIwOuOXdrSLwNu { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E05Iqmotr4NlZH7OvafsHIWCl4BLtmnb { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:38.499145507812rem;height:4.125rem;font-style:normal;display:block; }
#rT0DKSiaeegkX0adaGg1IdsEVPD8dwqH { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.499145507812rem;left:41.436889648438rem;height:2.275rem;font-style:normal;display:block; }
#B7PfnQMAvi06BMIFmq22ep1HJxovdK0L { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.374145507812rem;left:41.56201171875rem;height:1.224975rem;font-style:normal;display:block; }
#Gg52CDfUulPzLXdoeC3P2hepCPyb7DFz { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:28.125rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:block; }
#ewh6P1Hoc6aufZs4HeTDkd1skP7dbhNb { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P8FJ9doMomugmnJxkswVsL5ZXBuOeLDI { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JVmcultUVUaPZMfHd5HisnTTn3Z5Fvll { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qc7Kka9LGHDlUdTzLK1HqsxinMxlXadO { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#IqZRuxRQeUZbUyLpoTXnhGgq1hF6KTPm { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#tFS7dfS1TmMzsQwiSanTpr3S2J2DIuPc { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F9sQDBOtyNk4BPLW9v5FFyd1oGJNcbGK { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FLUI439yXidfoTzLXKDTV8npeeSoRDyo { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NzSFZSr4xxKsqbuKPM61FtqhmTz2pStl { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#I7JFfWeGpamfgbKuybXbD2bnr5OyNOCb { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#lhOv6WlAh329brBfm8fEe2G815yqTkmt { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lm4Bannfnps2XrmhtMNltToAHzqKLR2m { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#BrrhhdZuPLCkKCnzTMePbXNhF5KnpPAT { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#Rd84KxHp1kDVqQtb7orHzCmQQzE2vAJ9 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#EgOuKr9ZRnZDHvFboCChpFPzX9J6udz9 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#gqb8AMoHag5kWm9yEb5wnhEd6Qx9pXPH { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Or9sByxUy4pRSxXc0OMRNehCkPBk3B4g { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:30.25rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#BhorCmkPGRBubqDG3s46DyxkCd904Krs { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:none; }
#e8aTGn5iNSWMG7fyXfGxRzcOnzkSsE0u { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#HrTQTwVB9cDi0bsZJkHfJnVdTQNU7uat { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#ux8yNUDiOJmBEcfm1pBWMJwuTm6F3VSN { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#EkFMnM8OxOkedHmf1EtDvOb6T1RGUToq { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#MbiX7mPLLldMTpyZKVyzQxw4RFlQoBMK { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#XHXs7MTfDFRZTLzr2rixrvOS1vuuuFqK { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:2.1875rem;left:59.404907226562rem;overflow:hidden;display:none; }
#IbTrdDHPcISkZnqqc00NsDfkAQKA9lUO { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rl0bR28uA1pfeleS9sTlbT1tTy6PkF0V { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488037109375rem;left:57.249145507812rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mmxdskemDbTz9g8RrGlDbF3a97eEq7Pd { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aucyfD2Ki2cGHFS1SEl0MocShmZhBkh7 { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:57.249267578125rem;height:0;font-style:normal;display:none; }
#VLG5EkggL1rRTWV22nEfZH7tyWobHXGP { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:60.811645507812rem;height:0;font-style:normal;display:none; }
#rT5WaFR4bk4T95OXd9gxCJn0qVNs9q9g { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.87451171875rem;height:0;font-style:normal;display:none; }
#xXmpIysEN2I9PQdvm4Tu1yDTGBtpeMoM { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:28.125rem;left:56.937255859375rem;height:0;font-style:normal;display:none; }
#yrSFcroG5Rhyi5WLTBS4S5cInVWn7pTk { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#N2lCsmiizDI0USnQgyeFm3KE8S1Xs11L { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xd2754U8zFhgzDUvxBPdhxTptpWGKURT { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wEl9lIxZ2Su223VJPAeo7d2S7ZeBoO5v { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#AImI9zyNIi8LM1rs4w93U8fwv3fVdXrh { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#lgo1uTOJTlzm7iwuuEwlPbyc2rzcRL8A { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rdL97FxlgNM4QG27bs1Ba35QvqL9OJ7B { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KbiXfmlB81e6v6nB6nAOfntTrHnQCzm0 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qGZJVtD8EwIMxed4FzpSM0qMSuzHuaB9 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#t7pp5TaGSAHQp3ucvlCibw3viu2AvHwF { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#AcHU0uNJCbrpTwvJ4XOs85rF71ceK1KM { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bKB3V7TZesBOGCiPnqSidpc2qhZUzVZ4 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#hWr4nJeGG7b4qnHZ5JhhpSub2pedmQ4Q { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#gVgBxfaWhMkLBZCylUFhHPwH2enCBQhv { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#ViT6km6mpT57wcLfAvbXJx8G5UtWq5qM { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U9Q22mEpoTZBRZt7LyfOs07VQ0w5EbrX { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:56.937255859375rem;height:0;font-style:normal;display:none; }
#PEoV3PR9KOtcTse4h5QZhNTkvFHPtqBI { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#PwsN6AoRSSqlXSx5Zocwrf7BPd5HQASl { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#O2kk5waI2xw99WxhLaKQJWWU9GRV5Guh { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15077;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vs9nKI2sQ1dkH8qHUyMBXbFNM2MRxHNW { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15078;line-height:.9;letter-spacing:0;top:15.75rem;left:38.281251907349rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmRi38lqx4orGfnT7xqKUme8FQUs4KSt { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:31.212512969971rem;left:0.69375038146975rem;height:1.3125rem;font-style:normal;display:block; }
#BmPqKoRtcrxByZhTCpt0CCoPCKTEuGX3 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:31.650000572204rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#epg2XQOt9gTwGNPZpqKryUBQknyX3LI5 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:31.650000572204rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt { position:relative;display:block; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt { background-color: transparent; background-image: none; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container > .video-iframe-container { display: none; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row > .video-iframe-container { display: none; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .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); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt { border-width: 0; border-radius: 0; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b6GuH8qsAxoHhuxMsvUbFRm8pkQcJUDQ { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#uKO44aVboRBdJTR7btRL4VAOuMTycLTh { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Oh62hw10mPPFV7tTZFAnzFvIoekEC3rJ { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#B4Vop7EV8vEvBwHeS0pVbeTJkCZy4s4N { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:;font-style:normal;display:block; }
#HK8oQIHVt4P6JlV66Let39EgehOqlT7y { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#zGRgnqacoWSdN38XQs9o1ofUs7FXeum0 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:8.25rem;top:2.5500116348267rem;left:4.6000003814697rem;overflow:hidden;display:block; }
#sngoZncVZMLXy4lULpaJkm9fXaHLZc9B { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PnIMlAv8zTq5iBZko3vhWbn6SiqtTq1J { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.92578125rem;left:0.78125rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHhi98Q8o7Nz0t85ZgVb9DBuETHy8img { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUbvt1W5o1SJi0CoLLh8A3FqAQa10wzG { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.5rem;height:4.125rem;font-style:normal;display:block; }
#UOIMd1n05a8CXh60uWJ7K60yF2dWs2TD { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.523986816406rem;left:3.9375rem;height:2.275rem;font-style:normal;display:block; }
#oJ673XWNo6ymwHrTvCTQoP2M2pMHQuGN { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:3.90625rem;height:1.225rem;font-style:normal;display:block; }
#GeQT9cSBMrpBFs43wLqdAO8BJm61fIJZ { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.5rem;left:0.5625rem;height:;font-style:normal;display:block; }
#MLupeIU1Qdd6Lpv17KwSz31MKK1dPJ8L { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:33.367706298828rem;left:1.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ghrqrL6WhFNmeT0Ruq4m36WIOgWPMTKN { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.631240844726rem;left:7.2249994277956rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FZfTR7NMkvcAePS4dmCdolyuMf92NTa1 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KAhqW9lGB12G9d0T9dIaMkCZTPJkSvi4 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.412490844726rem;left:0.625rem;display:none; }
#nAtgNZ9MmwtQOwHTsCE8m9kpy2pkVXwX { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.461456298828rem;left:7.03125rem;display:none; }
#KalWx8M5T2RH6GuJcgOWLuZi4T9NqMyh { color:#ea1b27;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:33.25rem;left:1rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bd3HZRTzUMAavsMEbEEFkm3vD8ezFFWh { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:33.125rem;left:7.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCpLnQc7bKEC69PCXTc5BC2ez53ceH1q { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:34.4375rem;left:6.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9XSr88i4PTcVGDf59RH8tdfXe5cm5AS { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:32.5625rem;left:0.4375rem;display:block; }
#TzhnGyeErfBxXs89RgViMCSvEJdJSA6X { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:32.5625rem;left:6.875rem;display:block; }
#xI3gWht01p5nQ8KkegVeNFQpsA2xuf18 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.4375rem;left:0.5rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GRs4lr7Piw1K04wDUfBEOEk12he8nMiT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#eTKXfc5qTf9uK6g6gTLKUekGItIZkTHk { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:block; }
#pX5h9UK7EFIINzu7B7lzH5JOAIEuKdTq { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pn21nIbIiOfJ6pEpSsNHdbbUlwxi3xVB { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#oNTNzmA5QQmoJCvfbViyFRgWamBGWMl2 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.6875rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#N9uuu4UVlRHn6PBNVqJLyIDzMz7uRTcy { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#fhorboi7qM1O8i9TTHGTM3KsbAAP5AAp { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cRR370Qf2hbAwfP85CULblVSSghz94Mk { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#htm9OmLQJrnGRvAkl1TwwcA6z1zSooih { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#efc468;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#PEtrDpTPZbOKeFcdq48nSTPxBKHVa9Dm { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nJXD1TelFw1bgZQUKn7llChOq7xOwPyJ { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#ygzUuyUJHOac4fZOOUHepLgwMoin7QLu { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#nM0ZuCo0RMZbUhXNyqCkUZJCxWbW5Tee { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:14.9375rem;top:3.8125rem;left:20.656250953674rem;overflow:hidden;display:block; }
#uerfIZz8y76WDwD2tZ6yu53mZLOUBsQ1 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lD37cR73ckLkEGS4SFyCuTWl50zumOZo { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.3125rem;left:19.562500953674rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1yieKRlhXqvSXVEXGKMfSo9wtldoiv1 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.75rem;left:19.625rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCP4InWivmh53NGnRwUnpKOa2TwRzhaQ { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.875000953674rem;height:4.125rem;font-style:normal;display:block; }
#UEar8uxkPOX87MOmnU94LVVJGaKq9cLs { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:23.437500953674rem;height:;font-style:normal;display:block; }
#ZTmxuRzJtFFBwtvhJd3kzXbEU0tX9ptD { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.375rem;left:23.468750953674rem;height:1.225rem;font-style:normal;display:block; }
#FklWF1LxcemNPlWL0NskTFO9yB5tOBnt { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5625rem;left:19.375000953674rem;height:1.575rem;font-style:normal;display:block; }
#VmeX3Gau25kef1T0rD2q0d1TQeUgfLlD { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:33.25rem;left:19.6875rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDgA6hxw22nN0dPfnfn9lOmMtS53XK7X { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.5625rem;left:25.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDazoMacME5LF7i6qgas2t6ikO5hEwIC { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k8Ul6c5RxGcbaXGX3ovBXgp7kyTeWL7z { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.875rem;left:20.125rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeiN737WoF4vVhhEQgQClLpkK3ASNTH4 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.8125rem;left:25.875000953674rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T52CBq7shQeqEDedTCn7bR5Zk79knnD3 { color:#ea1b27;display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38rem;left:26.0625rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rsFBe9WckEAibyPm4bnpcalrxGUZ6Vce { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:block; }
#qnbu7BIdcfSU1pcbAr14vMoGPTs6xiW7 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:block; }
#UfiTTmLf2xNZxGK0gxZ3Ggn1D1w8QM3H { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.1875rem;left:19.375rem;display:block; }
#XE0ARhZ5b3vdEzDu6eXNB20D9KKADv7S { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.1875rem;left:25.75rem;display:block; }
#XZbpITkieIu0FXPMrpqqgO57BSJvPETc { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.0625rem;left:19.3125rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c4I6o14m2b4RycF2guIqJLOqPJFTof1S { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#mJKc10GOU7eMTuUzR2FLmZS6RTewRCm6 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:block; }
#oUzSJv52Z15q28RRUNd1BOlzQCxOEvtS { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#PWwEIt3VQ8sAGThOV0ATJ2lieJxJav1t { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TaSMkwMzs8cTBZJvXGVOINgy815D4FSB { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.6875rem;left:19.375000953674rem;height:;font-style:normal;display:block; }
#aPbQmzOkzPw9HHKSC6Pqf5urfHCqLyqA { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#fEr4ttWsVATSP2KFMdTENZreyGp0HoFZ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KsDBmGQgsDkSR4hgQVT7k60hpf429MgW { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#WTWuHU0gKZu2gntJRr7uM8EtTx8XtTbI { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#efc468;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#m6saKaI7gilsm4tvXnavK4KubvEehM91 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#NoTACGM2tEZGRVon79q5lU8TLPNqyO1R { color:#2d2d2d;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125000953674rem;height:3rem;font-style:normal;display:block; }
#CizmrkAwcLeSKtkgoR1N92cLKrAFgDaa { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#HaXWs2xkFOTZaMX9CuQsUmiVT1Hc0lzT { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:9.0625rem;top:2.2374992370606rem;left:42.343750953674rem;overflow:hidden;display:block; }
#Oo3ML9ICg8i0d99b87tkaGyT6TrvLZ1p { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BDHOHuHNJieIt2DnKGZHVRMD0NOTbKiw { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.6875rem;left:38.250000953674rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmUCFxgSvozqh12p2SJ6bqusvGuKVW5f { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#izCF5hagKO4M0RLim06VH4k3NN3cwQlB { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.625000953674rem;height:4.125rem;font-style:normal;display:block; }
#yDO1yGVTcpneW7W2TlupAUToQJlbp5lD { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.187500953674rem;height:2.275rem;font-style:normal;display:block; }
#LlgRN1AbvVD9vRAUASlHZ00kEQGT8FEd { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.312500953674rem;height:1.225rem;font-style:normal;display:block; }
#GUMByOJH4eiL2eA8yhSpJn6pQ1m3MUCd { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#GLyZbQlfF03nyzSZ3aROuQz1VP47kexv { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:33.375rem;left:38.65625rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7UGTAXQG5aeDIu3y0ZzUwSfzsy5eBRv { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.625rem;left:44.562500953674rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2N0yogWCNmWyFOhCnpGB0Nq7MOKJGhU { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#smThlzr5Kv6TeA8sa6lILimCZagmnOa2 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:block; }
#T5rO77Iv53mKTGesKTaGSUfkUseQ9IaI { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:block; }
#BFpNGu4JJTAecT4Tt120fet8K1XJuxxa { color:#ea1b27;display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.0625rem;left:38.6875rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QpGg7Zl4HdTLCq8plbLZaTpBOS697B62 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.687500953674rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwXIouUGTJ8RzouAZrVp8MdtSZtguBh9 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:37.997924804688rem;left:44.625000953674rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRTgo3NZKkd4QQXvJre5GtfceotoRt9i { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:block; }
#wUQwaGGDf0iVLoerxurrNn7i7hdfH69E { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:block; }
#NFbzt9AOcAR64caV8HigJphXxBllSVFf { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M8IaWCOQ06Hrt7zASCrn9xWhRgvfifUy { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#oTAq7u3WlLmgRvWLTaIVkkqovFMTB210 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#xTUAhqUAnCw82mLddT77blT4e5nNKwls { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#X1gU4TMTgA62EOmUfXedpGKtIwdenb87 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#fXKdIiTDXmJbzf2ywfmFoTg1GMryaxIn { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BqRRLeiBEMXNHzH42BHHumay0uaIv7KI { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.6875rem;left:38.062500953674rem;height:;font-style:normal;display:block; }
#r7V9WsycslArx7hMdTzzKXoFdeGz74X9 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#WDpfNtXlbLPmTe1oLNNSnG5cdZUHpNql { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#efc468;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.65625rem;left:56.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#zNqc7bQQqXPQWmoDCbmTZfUgiCtLZK0S { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#lzgiKK3i2MHn8qOtulshSTrFZv9FVTJc { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lPpgrrDT3226dONWsVpSfBUsm79T8s9I { color:#2d2d2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.937497138977rem;height:4.5rem;font-style:normal;display:block; }
#CGoFhc3eWmlUdQCdnITUhVW8wonfzrVN { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#uSSlAIH2LdIs4D75BBmymM6kyXvbulJB { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:12.5rem;top:5.1124992370606rem;left:58.156247138977rem;overflow:hidden;display:block; }
#VzmFyNG6OvGPIECyFmtIZmUBn642J9We { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ThkMDLhH5BFPdLNdCe2nuIK2NGtPn7ZL { color:#381d17;display:block;width:5.875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.4375rem;left:57.249997138977rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsxNWMp3J6Aw3XgQ3xKbcHlR24gb0L49 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wWp9Pak2ba2pqUaC37M0RpgQEdk7oQPX { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.0625rem;left:57.562497138977rem;height:4.125rem;font-style:normal;display:block; }
#dJTcua5xD2bSekevwLvyBNbbdt35z8U3 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.125rem;left:60.999997138977rem;height:2.275rem;font-style:normal;display:block; }
#xvTt2fI8lsBFEuM4K9vnSDw4ns5dDqss { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.336486816406rem;left:61.062497138977rem;height:1.225rem;font-style:normal;display:block; }
#dNvkwQO7EMWTGGbTZyunPkNh2mGO6HMT { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.625rem;left:56.937497138977rem;height:;font-style:normal;display:block; }
#rP2om1IZKUV5P6v6LIQCdB3DIEiKhkpV { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:33.4248046875rem;left:57.46875rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4FSlLVPmeexvCigHG3QauUTf1zX0p2h { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.662475585938rem;left:63.374997138975rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SlZ1BQ8aiyszsLwaEZED8TtXQTcTd5wV { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qaStTzeGCe0pTxMKSCcPL8V3nfqPKNeG { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:block; }
#t4Qplshg4O25thcDAG4wGXpcr1tgQ1vL { box-sizing:content-box;height:3.25rem;width:3.375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.612487792969rem;left:63.3677110672rem;display:block; }
#NrJwpvM8CBhOAM5GMn8sNkVFwGpnliGg { color:#ea1b27;display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:36.980224609375rem;left:57.593747138977rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yUUOTgvT3ZqWF9y9cwxNU9RRboD47cME { color:#ea1b27;display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.875rem;left:62.749997138975rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tOqDQ3TS1ZqV4uZmRbn6Lau1M2LTuUwa { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.125rem;left:63.374997138975rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3WHFKMb6tf51TNTAXPp18IPc3gPJf2s { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:56.937497138977rem;display:block; }
#rzJizquluv40PUPnMetTUcJZKwy1l5Xb { box-sizing:content-box;height:3rem;width:3.375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:63.437497138975rem;display:block; }
#Dhn3CMphvLGvoF90GG2qn6cpAH0bDbZC { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UCznXAvHgrVJEHHnJr7FBCz3ZZbLSeOv { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.4375rem;top:1.73046875rem;left:66.1875rem;overflow:hidden;display:none; }
#EVpIhkBtO0LIZN9oJE02WnIbBQTbBwzz { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#z4Gk8B9H30gD6R0Q8DlAqptV2grzWugZ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#FO3L50hnzBlkIVyCL0XwP6E7kdz1s1Rm { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qfHOPa7sZhoTpHgqiaV062lDdTtqPlUJ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.75rem;left:56.937497138977rem;height:1.4rem;font-style:normal;display:block; }
#JztKIlcVEgI1y9EFGptqoHdAFwJPiAkl { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#ld79VcRhOZSxDbWtgm71BZKr5NWTJVsa { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#efc468;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw { position:relative;display:block; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw { background-color: transparent; background-image: none; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container > .video-iframe-container { display: none; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row > .video-iframe-container { display: none; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .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); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw { border-width: 0; border-radius: 0; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wZfHX53HKUatb0ExcAGHS3B7NlbSuW47 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#DAwVTOQxEkt6yuq6FdeD4oyEQ7UpLQTz { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#mqNkSLraPC6v80EeTtOLZwVt1vcLwCdH { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TWxQLhSe1LggU6RkIr56dmmParEZr0AP { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#GLd4KwDaRlCD8tTSGMGvOhy0gNeKRApQ { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#t6FdZ2diOrAeXuD2CA9CUO8MAK4ndB2T { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:7.875rem;top:1.9875001907349rem;left:4.1864585876465rem;overflow:hidden;display:block; }
#zI3FP8iN5sOLwGT2FkfT7HQXTzK7FUVM { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cNttIkGo8GCMWWyuKCnWCAXKehkTm0Sx { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWgCwH18fiEWfzsHlXXyd5wm3EHTm7wX { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L0cpq7JWfUVSpGgkiLoIrMVqWMuKGveT { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.3125rem;left:1.625rem;height:4.125rem;font-style:normal;display:block; }
#WTKN7MBivUgquMX4WsUxD9AAfp87Fl1O { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.335418701172rem;left:4.1864585876465rem;height:2.275rem;font-style:normal;display:block; }
#V77VeeO84x3rTpvsMQRZAb2iVandgF8E { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.4375rem;left:3.9677085876465rem;height:1.225rem;font-style:normal;display:block; }
#KxlzcgmdbI1vmT2SJhTRWNTaIKsGpBOV { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.760986328125rem;left:0.5621337890625rem;height:;font-style:normal;display:block; }
#yRR8caFbmOCEVv8zpxydR528vlSP09yU { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oJr6O61IJDGfsz4AdaviTeiSbqVg8gKu { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PoIWTv5UycmWxdWZG4fimEouxcpiMuC1 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UDv3V8cqFQxanKDrEDCnIulzhD7Jb2G4 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#B01q2MQgvtJ34dLb3c0J0aMQsSpzuowQ { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#Z4u4TIDz78nUOlkdy4948kIUJSc4hBCZ { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#guFvf5NxKq5aqRwOPaiDFBOfNEgvKo84 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QQDNm4GmeK3LT8EAmEQbsZU9NE7VdGTm { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KXJnRgEqrrKJN085wyAnRXCvOkHBpobk { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#Q13dJJOTTButVsgmPRA1OrrvocxutGq7 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#QVB4QiX3A1rsSITDlVdidCsJ0SmEackP { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#opgtKkTp7q35wKqi0pHg6PWdf3G7iuLf { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#Pwck0mFAkDoXhCSHeTwTBwG7TlB3HSDN { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#bToohU4MgXJG4eeZXVrnKlohQ4DeTGcM { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wmIZll8Pm2X4upBg2ulWZKJpbsIfWtMA { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#QnAJafDS0yQtFwq3bD8aS5Amyew3xpl8 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#VNIR4AbD7LODdkWHDnPPywUiw5JraJ41 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#vfR8AGlzsqD5DgXmFGTLm7g5CseI37BZ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#FThTvL2SdNlU5QVVA68di9QHGfa9ToDL { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#UQeNiC1yL5TFvMfczNiXuyJAtF1T85aE { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#efc468;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#ggGtVGTDNcPWvEW4JIGJhqy9XhA3GKEi { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#keuHQRKwaplIDJnrnGPmdSHn1QUgcnPG { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#WrUZolheR0BIUpuFKd3TwPrtTWuPfaDp { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#W4Mc41dEaTCk11sigHZdC0n1luAzGgxa { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:9.4375rem;top:1.7375001907349rem;left:22.756249427796rem;overflow:hidden;display:block; }
#EuyhQ3ZEAMcnASg9NQzI9xyFk9xXoCVJ { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wN7yThI3VqnGif6Zx9DTNeC4J1JtKyO5 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.999877929688rem;left:19.562377929688rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBu2vTtn9uuQ3nE5x4WzoDRLXBmJT1sJ { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#px46MdolSF7D4kLHPefN3Nw8gMbRAG1u { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.436459541321rem;height:4.125rem;font-style:normal;display:block; }
#NRFuvHRPiWxnxoss2hID0p3vmuqTBno1 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:23.748959541321rem;height:2.275rem;font-style:normal;display:block; }
#sTUdpzfdQlQp2EXNLOnofDWdqv6JGCTA { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.967709541321rem;height:1.225rem;font-style:normal;display:block; }
#nn0ZinLPSITtuFy7dLb7pQ9FCof41MgG { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#qrLyLf3uCeZ6BHlhyyaz0TesbOlXTWx9 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KJ84f3ahx8WZl8E93SGxHmtVPFerEdmd { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aLoeBrAXIzUX2e0GGOsKl3tTTFenSiRA { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ikqhAhWqO2UL4q6Au9KtHwpfmPwSyGQE { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cqruoWkGLa6opA98ocfOfTq1BfK8SySg { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ElkHcvk3xxoDJVEgf4cr0gTzGngeWp2p { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XqxWO9m9Q5FJBsXqk9nqex4pFRotBvPR { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#bhnTmUIEr0QLerhAFUE3qcCWKIwvmZ9U { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#lOeUZv5PvWVeoWVLl8PMfLHMTaVKLhVZ { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#MbCICZMRx6WDXHzV19TBNO3AK0xZXlgn { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#UG3CLQdxBkASuCFEs3MVgEdaQ6octaGm { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Q4XkdfKTTPg2V8bG7ICis1TQegDmzAsB { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#rFSc7kW8WD1pWwCDTTEwgG8ftma1cOLy { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#c7RzTR0e4e5UvnKZpXTMPeoZB2gylgLz { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#oiFfMBWCbznWOeIxCPcuEPGCtekJ96oF { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pZSXQKMS8I3QSapgUBPgDTmt3o9Bszkb { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#hI6qb7OP3RKwTs68AwoeMn0IEufJ0Qzb { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#uA0evSXgpCJq7BwO5NKunpXwK8GCKKlP { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NiUPIVQ5WK8GfVgxZdHqPHNXoJItsdb5 { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#y40U4rVwtIWbtAWTKnsADL6QeazPTm5c { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#efc468;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#hMnn0X8DxbCXnkJhnQEqMdOSbn6kAW6q { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#E58pTrEt0ZkHBJcHFUZceT4Xl4LBTwze { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#TmywAXVaS9HQ3v9QCL4RFi9PQxdFWICa { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:12.625rem;top:2.5999994277954rem;left:39.912499427796rem;overflow:hidden;display:block; }
#gibnrioEXfLpxbH2A78e3bZhsxnidOkW { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D9ZXn1Ub8Gmf3FK0DnzOtrCenhxBsxST { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iX33247IRzlVtr7svcoFUrZTz2kfZZTZ { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HhOGHI6yiufCebvstDqN7bpHzRxl84qS { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:39.06201171875rem;height:4.125rem;font-style:normal;display:block; }
#BweS0aZ17DZGTtD5SfHy1PAvlEMeI1M4 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.49951171875rem;left:41.56201171875rem;height:2.275rem;font-style:normal;display:block; }
#DyH2pBdTWG9r3y2xhZkWTfqpEaroRRUn { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.37451171875rem;left:41.687133789062rem;height:1.224975rem;font-style:normal;display:block; }
#goGGBQuG80yTbOnzRf7oREPpSp5hVT0D { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5625rem;left:38.125rem;height:1.575rem;font-style:normal;display:block; }
#sBx8z4ynlVQAsR0ZtdQtJQ4CewHXrJei { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ypf70ag24w8ARVpinQDFMTBvOvaAnwI3 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vG3uOq1rtyKQiovSViP0uOOEEoS1f4kz { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#peDGQTWHw8nEE896t6vvv66Lz24AM5qh { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#srHqg7stihq0nihzvnvPtNcDTPhluMxb { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#LGRweRU7TqXoPwIZk5qn880q2tU2Irk9 { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xEQ0ZZJQHrrCAXAeTbcfS28wITO5fLkV { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g304WkvsOvLONB2Pa3OaaAnJ4bJahEOB { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l2RVBbL5mWQ8Q8ctflF3Kwx5qDl7cII5 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#syRAiqmddpTeVn85zoomIO2CvF6Gyqye { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#RamNFgQZZ4Ia2FanIRd3MtiPEqHZKU6q { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bQvSBinHndFu2ieFBB6E2LeZI6TvMta1 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#RLgs0zZUmvHM86PAXQfO8bD79KVozPqJ { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#Kq44FWT5iSHdBaMHn93rZg01yGSoW7QI { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#Krrr3HSXDkaS03tby1cK7KRgrRqSxtM7 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#p4MV8BDCn1AKRATPzTJoJSI3LBpFQ3uc { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EIzzs8kOoJNmlfpazf8gvBlBVNnCPwWU { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125rem;height:1.4rem;font-style:normal;display:block; }
#KitnOBLArmNKuaxc4ksSmWFvgSXJiq66 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#qEUho3XThXptWmuuLdi2qBoSg8uXQLEV { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#efc468;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#hhwSIhTaMDrIXnI6QUNMH8T2LNN4Pc2N { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#QHkJ6dRHoo6oo6gTl6Hn0R6iBIv2z3CJ { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#m9GcBrvIOV4u4pvJkRB6hhIEQToehvHN { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#HmoGg38J6wSBlzBFUWO2AprTuzTUX23g { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#xW9XHAAVrW7Ti9BeORwJxhN7mDU3sei3 { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:5.125rem;top:3.0500001907349rem;left:62.468747138977rem;overflow:hidden;display:block; }
#kNAM0MfzOOOlsXzQdDkBTS0Htv0w4DpS { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pgceUbLGdByWOUrSVh1wnhNhNNOrW5xu { color:#381d17;display:block;width:6.4375rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488525390625rem;left:56.936459541321rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADIyncU2BuIPOlu5mgF2AeACIDMrHIdq { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oHTdI4XUcnM9t5ND3aPTFhFBUeaaAOZk { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.499997138977rem;height:4.125rem;font-style:normal;display:block; }
#W7iIJFNKCtSOolShxSFHEaHFuf1KsHlZ { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.936459541321rem;height:2.275rem;font-style:normal;display:block; }
#fCs8yTM6s2NHVqeFVTJGm306DH8FDhHK { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.999997138977rem;height:;font-style:normal;display:block; }
#srriXZbOXH9ciDZZzabDM4m84dRNpLWN { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:1.575rem;font-style:normal;display:block; }
#gT0Ole6aaCfUoLXdsmkssL8HciqAHdhM { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:33.3125rem;left:57.375rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SikoZqXD6UqEsBkir409sXV1KITpiKDV { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.537109375rem;left:63.375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6TVyCrAM7XwclrOdoJxcaT5s3qfchvL { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zeRopVxCDeTC3R4HW4R3iFfgvEOKNXUL { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:block; }
#HD1Z1sH0QJm41mIhP6y4u7bdmfyWwIHD { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:block; }
#uLDIcxfXsuQ0vHMvBduzbxyTvpnEIXhH { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37rem;left:57.375rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6Hh6dyCgQC7DazZL63bMZ5NB5CF4TCc { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:37.3125rem;left:63.5rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tErukuJoAK0JhS7hZXc2FDVJwaXs1GDz { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FJVaP2Gxtwn8lUvtvdfQ4tT0dToTxXT9 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:block; }
#h9z8F1wwa1TzCCqhBDEV0kJeePM33pDp { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:block; }
#KoC4w845BTpJsU7qFRaAnph1UU50rw9C { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gxVdxgXXXEqTfaT5xGRgTUivHoTk4cfE { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#vMDwGA8yTGZPSvK100RqoKnEGuR1NEuH { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#m7nAOxF99xA1EiTPaGuI9CNbne1AFL9x { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#wdZAeLdqsEiNsWzOoycm4SuGvN1bT6Nn { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OErysadrplym7fxzcMlX15V5zIBHTV2h { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:block; }
#i8CAWVzBBnOzKVG3CWA22zDPeGhirT1W { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#PmgSrJcxT2dTFPIlRklEcFwbu8k8AUvF { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#efc468;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa { position:relative;display:block; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa { background-color: transparent; background-image: none; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container > .video-iframe-container { display: none; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row > .video-iframe-container { display: none; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .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); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa { border-width: 0; border-radius: 0; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hEG7xRwuLAT4I0rNuqT09fHmCf82zveq { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#EaiAsTU2lJ2ib9LNTCHuTSx4W6dasxtZ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zce4yHr6EEzRkupdDl9rasen7KDdzSBv { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Ix7XU4FyaZaEe5W7SAclBIw9pIJbvaxD { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#OSNx3rBp80sFCqglU9kAmCWmTHPwgme9 { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#JIVCTetF5ba4gR1p3uXNnc2DHMXBUig8 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:9.625rem;top:1.9854164123535rem;left:3.78125rem;overflow:hidden;display:block; }
#LvCz6xfkP0MuVDvtNadLGZqdBlQCaQhF { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MdEGFJMyCPJWzsW4DCXpFSvAdmyXtzOC { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqycT9RagN3v74xtrVtrKq8b9GRcIgL2 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FblNXbnKQNfFN7mM9vlU7moHLH8Cb6ms { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.3125rem;left:1.3125rem;height:4.125rem;font-style:normal;display:block; }
#KxkMb1sU0TPFFiMqxP5lxhQLD2PuvEDT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.33544921875rem;left:4.9364585876465rem;height:;font-style:normal;display:block; }
#ThFuBWZvLXPliXWkIvTUQWBE6DWGysuk { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.4375rem;left:4.7177085876465rem;height:1.225rem;font-style:normal;display:block; }
#RDGVwzX2PtfTFHwMKyFXAQzAOPvxee5x { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:30.136474609375rem;left:0.5625rem;height:;font-style:normal;display:block; }
#hSuihGQTJQ6ecde1PyTrl9marl68dm97 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Wgs7WoS2lVIbLnhpIwa6Nz4E2UQn3LN8 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LvyhlUv7Qs8BwyCpbD8Hzfb87TAn2wyG { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U6LikcaiWm57UGBdXD9QcB7kCRDHRwQJ { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#bCUGlxyEU8z125TG6DuG0dDKrouWOQfR { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#dM3oy02R0ncDqkhUlg4C7dwQhykt7tlG { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rIDHgkDqkBnkZ5iNOBcThM56fLHJa1lV { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hs7PUSggtOmKWgygGhNKnfbMNE3JPO1m { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nWFOESSeOkeUuvRoB737fZoSk1CQFWSu { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#TvVuVXXZuvc4ricXGe3BCr9Pp2qDslRS { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#XypZpztW41n7XqXmSS4cdwVmSThIODQk { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sqWlXoC0xhGqM3T2MDtSZayL98Ln1ID4 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#ABlaU6NVhqEnXkl9u0254OQtOsXnRvbu { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#B1hD8AQZilmVTk5n6sZNLz22yCpwfklV { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NHkVKvu2bqoFVTNpx1XTSFMt7XhBobhr { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#gHrJfESSCWXz1m2C5sZ9b51waiTd0kTA { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:32rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#v9QJX8pBd1ZLG4oTfQcbBvOc2ox1GbmU { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#CEclJ2rdDeWT9CZE1DZHuCPHt4iRhrxM { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kydDqfTCa1Hytz44bWyoc7Cmp97MTzfm { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#lhsw8S4saK31GXoQFO7THDMnZmiNfTok { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#efc468;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gc8C9B0qwidQsqQxVWgfRb6UanUcQT0T { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TB3RiXCHMzeapNZx3DCXTNGI069RtrXA { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#zKJogefr0n3HLUksqiXnJy3lX95xcOI4 { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#geyq6t1g3kp9kmxUl1GBeaobh5zp6LVQ { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:9.4375rem;top:1.7375001907349rem;left:22.756249427796rem;overflow:hidden;display:block; }
#WdGUVCUs6vHr1T2TshQllBlKJMr52Q0Q { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U5rTcP1nGBuT7pTkzZtLwFPt2rmoUJpX { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.999877929688rem;left:19.562377929688rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eO1DQq3PSqDb7PxHH3begv6GDZfdyz6U { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l9Jiwep0xoF0OT3TOKrZCPIPkHsiTBV9 { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.998959541321rem;height:4.125rem;font-style:normal;display:block; }
#lkzuzeb0u4zEU54cVJGkbk8C6EltVttT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:23.498959541321rem;height:2.275rem;font-style:normal;display:block; }
#zGtvJGCaLn0avVygwBAExo0fWgtTzLQk { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.717709541321rem;height:1.225rem;font-style:normal;display:block; }
#pzRME8bInayLs3B4kyfBO8dZaHQS0arm { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.4375rem;left:19.375000953674rem;height:;font-style:normal;display:block; }
#ZFep5LkrTTNZTB8vCnogZ6wTcdaK1OBE { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:33.1875rem;left:19.6875rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XWJWM2ZiP5Qfis3QD6ZTmh7GuxEWdtLO { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.5625rem;left:25.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJB0pMkE1HAsWqJJw3SARs1qOtIefigW { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OmqbnTZmp3JXH2uiOr5BSublJv3H8bla { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.6875rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPITBTyNJiG8zTTNzdC7tFPsFy8N3SG6 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGqOqQfNaTqiqan2q52uDEJecww9SaBL { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.812500953674rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlrwcPscvgHaxObBoGxHHDWm32yIsG7c { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:block; }
#oIuCHVsEWwqtB5TE7ipypebMyANF66Uz { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:block; }
#TNsfh7VkKEfSSRiwWNU6wyXiUwToJnU0 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:block; }
#X90grEuVWwxf65lOy9WzKrXxOflbBXJv { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:block; }
#kFUEtoNhu9XXv5K8w2yHMuA1eCfTmDt0 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Twh3zJq1iTOGSmroUWNWIzH3hn94vKFP { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#WGiCzZgAoKaX0zSqu8wgK3e6OVUUNsNS { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#fQgpfAPA4TIQZQmkgKuPAkKuRq0pmiFr { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#WO5Ofa1xNHQAWWZB55tyUK2KKoVxrbn4 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E8cARnq1MlMfAANpkhgUJb8idk8UzzSs { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.5625rem;left:19.375000953674rem;height:1.4rem;font-style:normal;display:block; }
#GoxuE2R5sNT5hhP518M28LM7o5zGkN7v { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#GSZ5IqOeVCI6OCiMF9xtohBZ0PPfUqzd { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#g6yWhfQbNBrRc5NPrORZFDq0mgpTqe7B { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#wnJh4VBhNzonaThtb8U0HMpoTaqMhebT { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#efc468;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#eHPpPpiVdnTMRBPoPpOvAfF5CINI3l3G { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Dw5KDVkRB8y2qFh2sAUEsLKf1F0qhT2c { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#ku7C9f8lV3Gv8Vpdzc7fcJOc1KW6ztkx { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:12.625rem;top:4.1103429794311rem;left:39.912499427796rem;overflow:hidden;display:block; }
#amtmIE8aMGH2lQsEcw36pMwGZf3n1Sp0 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ViEDBCnv2TJJ6hBQgT5UKb4sa1aHc57c { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9pM4Nd2KVJgffEUi37LJXM0zow82X2h { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rJVt2C0DtTlqNUiERISpIJ5Jaf7z6woS { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:block; }
#XwoCg1qs3AeW3eiuWxy5RyEXzLq5AiBr { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5rem;left:42.0625rem;height:;font-style:normal;display:block; }
#Tun9WRWvV789BJIMFfdGAIWzQHbfMRIh { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.375rem;left:42.1875rem;height:1.225rem;font-style:normal;display:block; }
#NogVvtFB65TauaqpxqwqKql076kVf0NZ { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5625rem;left:38.125rem;height:;font-style:normal;display:block; }
#HPUKGb313W97uO9uT3I8zOydSs4ivJHa { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#omn8HfDshAVFM8SRXDSNfLs8dd8XcADn { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M6W5eLKZZVyFTBw0D3wG1sTbsVaythM2 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oCsVl14NaDbXMTCr5DMUPivMokUBSA69 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#Oy5N9iz8uZrr0F7teRyyR358D4LwZKt4 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#zaG9biBpSZDNaJcc4WKL09HGkQIQexuf { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QsO6DXgy6b8syFo3gipg5pdTFyOUTHS6 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UODWVv4IBuulUbBmfqyJshwlAMCxcvha { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NgoSvTLWb9eICX9ttosyFDs6lGpmAuTl { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#Uyt4tZ6KsiZf3uquibJAsBUlnGVaU0Zm { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#PtotambRq1KdwWNf1byCEpz7Hg1N6xb7 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vONz2ptHUW5ITHHKB2l0DctMkFXcFoO5 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#oiNANDOK4udezt4FUGnt5HrcBRy7lEy5 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#fZ2sx1Si8xI7H41wUTUCxtqciKQeOMpg { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#iBtMHU1opQkumLVifk5qwOzdkmL6XIAM { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#fwTEVnt2k0OB9Sd3h6WqdyUVXHc3vo1l { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#opFKMUQxoTgGCIuc9l99PK9HHLyMvs3G { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125rem;height:1.4rem;font-style:normal;display:block; }
#IEmbuWhLB7Vo8vWFWdhwmTR48STb4N7L { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#U1QUf0dh89laIFzp8fmV9rEZUTsTwToM { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#efc468;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MkHJC2JME5z2sC8436gatSapdrVdFGFl { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#oKlLpW6VyUWAMOxoAPnvgLSCZz2PfzJi { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#T1OmP3Nh4iCKurlo9zq0yZc98Ciyonu2 { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:4.5rem;font-style:normal;display:block; }
#rWq5uaxnMTtTmyGMqJ3f8oznidZi0Tqg { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#KcHe4zwvHglyaH7w7DwlPDrHRa4AOVor { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:13.3125rem;top:4.1416664123535rem;left:58.062497138977rem;overflow:hidden;display:block; }
#nKloCk3ZLQPobLppTQ75U5SRveDvdVg8 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GchX1E8WRCunHiGOEoMaC4XNon49qqHI { color:#381d17;display:block;width:6.4375rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488525390625rem;left:56.936459541321rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2tAmEwxdiL3nfnNONnbymKiH5NHPpT2 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xpBx6LQBx6lxSigTGCB9t2SJr7vw6W0D { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.062497138977rem;height:4.125rem;font-style:normal;display:block; }
#hrWvxJNTi3x7dy94UKJwAnUf6GnWTBXM { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.936459541321rem;height:2.275rem;font-style:normal;display:block; }
#UI4NSuvUqIBf72LA68lJaBL9wtciAWep { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.999997138977rem;height:;font-style:normal;display:block; }
#cksgydCeITQLWCX0hZwdCSGpTaE4zHok { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:28.9375rem;left:56.937497138977rem;height:1.575rem;font-style:normal;display:block; }
#iKZ8FBKUPVUdAqTn2FxXzdEJfML5Rw4l { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DMaWffPLdgwbJATqLgehFE2isIGPKpC9 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o0Mmn5ttXXkvgtOBBtdQ7stlucGIgxsu { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VFq8VsT7UC4rZS7eJDKbZWmoqGTT69ST { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#se5ZgdOueeMmhyeQZOfAB9zX2l9X8F9Q { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#X2rfVgIH3EI3LB4LO8oCEBziX5ViUvIU { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#tfzD49bXLq3LbdES8auFPBgf3qqtEm4Z { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tOyP4FmDtPHWyqF7ty5UVZIa9xIhWX55 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.0625rem;left:56.937497138977rem;height:1.4rem;font-style:normal;display:block; }
#xMs4WqrbOtsI7rexhCsliFSIKJlOtris { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#VKzphk6yreOU7rFMQuihcHFSST4HiRhD { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#efc468;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { position:relative;display:none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { border-width: 0; border-radius: 0; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OdTK3hC4JXws880HEDQl1ugcAZRdhd8O { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#xQGTtsS839gy56fmgfPNN5xtU43Rm4K4 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#I1uoSgqdnu64Ce0VxbFP8KKIfKwOE5rc { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DQn8Wb9tDFWDR57wgUyk0unMphhFWXLd { color:#2d2d2d;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:2.99926875rem;font-style:normal;display:block; }
#SrRn3XclC61prxv8oplFT1ywoEoSTo3w { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#QDgxQ01ZO6NUKwKKDuTromtKuV78uVTs { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:13rem;top:1.16796875rem;left:2.25rem;overflow:hidden;display:block; }
#ppRhRsQhTPw5W5MfAgSa3d230eJmtPSt { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQ8x7c4nIrlvcCi7qdgpQQC7KVCFiGKe { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.42578125rem;left:0.78125rem;height:1.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eo5Nrl5g4FN3VD6bTkL53TtK35sC9gl0 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WiM6mhWXFoA8m7ImVLPg7C375gDEDMli { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:2.125rem;height:4.125rem;font-style:normal;display:block; }
#l1RUagUnKi3ZCRqHQlR80BQXI2ASr1Ti { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:3.9375rem;height:2.27416875rem;font-style:normal;display:block; }
#x382TI77OuX45oEM3zKsiayRXdDZCnBl { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:3.84375rem;height:1.224975rem;font-style:normal;display:block; }
#JRzovAkgkdPMR7bz2OntQ0GmMmmrmX8l { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:1.575rem;font-style:normal;display:block; }
#RDMxN5Tq5uJiMlKydmVZ0xuVbtJGsXRu { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DOB6dKrGvaQS77gg5CRTBEBQQPlOGSwC { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c7aTtRuusIBLOLu1akpRq0c1CZRidVZh { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AqN4te1AVwm1k7D8UOhTPny1wHZAJfGw { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#XGV0EceTw4nCabTVEOH9BplWNO6unayF { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#mboIDolPZAalg6wfLD5aRBU9BRRoMT39 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o6OulU59vpiI9FGLblBN2DzA53T7Zehh { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LTBUduT2zX0MIgt9JfFtSaIUfU82kW0f { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TZvLZBh4RPsg1EpxD1A9Eb5s0NTsHHER { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#asoZBvwTop9WLSEPJPhXg5X84NnqmR81 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#Wl6sV1At8u6umGa3Hgt1HQuzb5gJOSqo { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SQ2JntS7wy4s0aGcb0hksF8PyKyPKNtq { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#Bk8FN9iSUargPQMPNTsRe6HKv431Gi91 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#sGUBfDI8REvdMKxxWo1BTQVwJFRocUQR { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oPNe3FJeIJp5BMTWtDxLIqNJB4vz7VlZ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#t0DAArpB9R8KyTXbFN7TfAsH3dBmEuE7 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#OxMan44OfnudJHdyH4WeAfD5QOLACIWl { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#uHIdCnQBGcaiAfaIgpH8LXaeMPaBof4t { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#o77UWSe22dIKADfJBlHzHE4Up0TQ4kHy { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#UbdxqAsRMTMVSg1NnG6oQ3yPiGHDZ5Xc { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffd8c5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#ysTiWVyyVRUqhoNNq1oHL2Ds5LswcZmI { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#q9UtyvaJbyer6rMtinJ4QVhGWURyMAuM { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:0;font-style:normal;display:none; }
#dKSoXeqoxenQlhkmWNTulcVpdpgMPchT { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#D0ksLRk4AVfyb78Rpwv5qcZtFePEsFPg { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:1.8125rem;left:21.3125rem;overflow:hidden;display:none; }
#HQbxdHCLQktVfTotmHTs2E8i7K3TTPp3 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gqN8gFI9NyvpEwmvnuZ6GMMndiONscK9 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#slXXEA8KqJm4XNP9TbWni57vpKIqzU4d { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JXDURxEpmg2FXvSWAwNmifdMCRETtK6K { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:0;font-style:normal;display:none; }
#aRMOBP5t4hPPlTKvvzAEoyXU34HaNHEz { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:0;font-style:normal;display:none; }
#zDssw6qhHuXuKqAAE0DTaWVlDXnbxw98 { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.78125rem;height:0;font-style:normal;display:none; }
#m1Crf3CMHXh7UqgfiST2drPSTkKGid4m { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:0;font-style:normal;display:none; }
#Nbul35LzUIsD18nAiKp2CHmcHJV0cUJB { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EAzsTgT57uods64HcxFb4yItg1pJUrTo { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#URv5AfZFhOleeqzVpM2n84rL1WnDDeg0 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UAVJLfPMhe59evGgueaewcRZDdKmw9an { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rq9IZ5AErPk4TgfTztGo4TiIRhqdLqoO { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XCD6ysiRkgPu4K2hUesOaSH3gltZa3mP { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZV1VxaypDDBBw8u7KEFH6RzWdI6eUidL { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#Luz3UMqLLbWE18Xf9fWXzxXTB9EVmoHc { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#xVNPHKNQGxx3byhBhlRrifid69DTUpkL { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#Z0R6tlarINcsVKkTVpxPHqMv3pG3HrKf { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#X03D73Nkbm9AexTu988fa5VX8T006ktv { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#w3FdoZTTSFrKa6WimkaUX6ydQEzBgX0N { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#As4oQ8CPgtsDnkPzuuCTD6RpNHcNM42v { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#TQmA8h2nq1nGGBh1dcwIwe55Kf8NTRxH { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#A6o7DWe6d6GozFpy7TXkr96cOObTARSi { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dEuCwsX1wSKBVKX3VuhS7CmiMeiHI9xe { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:0;font-style:normal;display:none; }
#XwnR1gPvvuggqsahWXhJIvOG6OPLld0T { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#cQVtgAFccOIxZR3l7QPetIZTniI29lCW { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#EORVB1Nw08pGQhhaywDldI2TvWI7f0M0 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#kfEOvGIB1Q8EHK2VWgE34i4ZOLH0AaKO { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffd8c5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#KOgAzHmbrBxQB5KGS64chxUIakFidyXR { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#kNkeAwNBqxZaw9W4DrdBUzdM0fOrdASH { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#eybv4mm3Gba00iFxsT1p2mUFP5L5eGKt { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#n7pFIPTzSH8PNqhpgqvNpqeoLOi0wvVN { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:11.5rem;top:1.875rem;left:40.46875rem;overflow:hidden;display:none; }
#i24RJz4dKe91WDeSyoIIfvmTHmSN30Kl { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GopzxsALlq3tLfA8TBsgvoTd3CZUqObO { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I2fZA4AgVe7VOSlrotXVkC35ntFsgLK5 { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n6TPc0PooEMp8ga1Z2rmdI7FffUx1s3r { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:0;font-style:normal;display:none; }
#J2KWlclKgO3dUEaV69hKyni5MPybz2hF { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:0;font-style:normal;display:none; }
#Te9o3fPMIOP0olltSOLqTSJhfLwAE9Jc { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.8125rem;height:0;font-style:normal;display:none; }
#ykqOJcIZJqvyQ3NLCTxX4zemphpZwdQF { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:0;font-style:normal;display:none; }
#EqHVQiCFDoDDgsw7NlOIs0k6heD5rux2 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nprJOnxLLbSDXVD4HzvwhPRFl5U9FTxA { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lBdfqGrmrUISm8Tz88xmvV5JkDvwfDAT { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TnOFr0x2BKuundD2hgsVUErQ4J2FkGh2 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#K9hsFBMtNmlRBbxxoVIdx4HXwbCPAlf2 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#SgKbx3DJUaWt9UG7x3nHnTSAbxpHTTkW { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MuIcbDeucTGutlOSaTZ7RENMCv73Sli9 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hPVzBQoCs6FUm4hlAgMD4hazoCR62nIu { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TBQstr21F8Hl3yhsfB8vTg1KO6vpoTGo { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#KfHFAzSSKTlt3mak2ZvU9uxlWaBx2gM3 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#qQHFEDBRtChB3ZVFsEh6eC1IyS87mT2c { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#n5weatoePnTAotmwOiUtbWIS876lTPDf { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#w1bPWmWoL4UBv9sZDUGs0xbaivQadlBM { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#t7n3n6qclb6blS8V6tFCFZRTxUk8qub9 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#KJWMNxGQQzutLb1qvnanVoswuKVvIGP2 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#qZ7TQnpITgDciTZQvA6JdJIAO2XGHe1R { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i97BINDRVmUTeEoipmKeV9BFQQGtGKOX { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:0;font-style:normal;display:none; }
#SpMzVCwePMQVXK9bWKr4wfb2haHDasmo { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:none; }
#XBotKVJvLMWRdu1myEEm7FPdhDT0Zi2l { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffd8c5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#M57OG29QG5xTZxN8n8JVmVamXWIzDTXO { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#vmkMMZ9cIOdSl0dm4PNlkdngTBDluALH { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#zMTH8UUdeWNuvTaSsQsUBa2cnHqtvCU8 { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#hurcfXFXIG4PRn0LnyD7z3x83VSQTg5y { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#AekrypkrRHxr8BTFr3hPau5dTfGDBxp6 { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:11.5rem;top:1.875rem;left:59.25rem;overflow:hidden;display:none; }
#gf5DPD76iu43CdMvl8HGwcmeU7611V39 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WtQoQWZe9LyQaMRcUsv8b2uuxPxvKx3P { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Om371SOgW6UTSVxEEqncvuKMVQEaCOIw { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BWml3yvERpP4eywaouXipAqAswXF7EpP { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:0;font-style:normal;display:none; }
#cnNwVqqyGUdAGTt82pqRycW08MQ7eviE { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.4375rem;height:0;font-style:normal;display:none; }
#yF8ka1cvm9fzmJVXlpR8bLRaKtwDfdqu { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.7744140625rem;left:60.5rem;height:0;font-style:normal;display:none; }
#O4Mor8A02dWLvpCueikvI5gM6mwDu7Ez { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5703125rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#txhVTTRJXpLWBbJuTslrsET04akp3yoG { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d4AO92ytvGEn22MyLSHepEZQwdDwh2qT { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mxMdM9fH4U50JgxP42ksoNpT8wrP7UMq { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uVzc42nLWICTVGrAAIw3i2KH495GA5IL { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#xbuIcT98HUpTATmffEzH3BymhUVTBGrZ { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#iJwyfguZqan1QqIygGxSEMmqQvfq23FH { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xFk734klVxW33XnbdrvNG3lJZVNA4Aa1 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X4VPO3QTzIssQUxxNKtRuGTdKamRfzfa { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wwHiID5ast2iKHmDTPRzXKsifpqdoZOs { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#rF6Z0V0ukQmd7IwmwEwq9vh0AacUTHVy { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#LcCCfwfTwy89kEdddPUzx0TG0SSVieQv { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ed28KNEMr0qL7sb90cRQls0xA1SCkF1e { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#Qv1LLP41vmnTVc34CswtzRaTrfrraq7F { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#RQPU6z7HFtwvzF5TScq4qORMmHh1BKI4 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#vu8IgT8q0BlVdwsc3VDVtphs0b4MJ6ZQ { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i34H7sALncevmQaFmPdSUXuAEHSW14xh { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:0;font-style:normal;display:none; }
#cOoWNPCEQK8J8obCxm1OXnLVMLgQX2oq { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#qtTPd7EET6ixdtAoZnmNQX9yskWSTykW { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffd8c5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gbTGvkVcWvVldL61Wovd31BXxT68II1z { position:relative;display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z { background-color: transparent; background-image: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container > .video-iframe-container { display: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row > .video-iframe-container { display: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .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); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z { border-width: 0; border-radius: 0; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { position:relative;display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.2);top:2.52783203125rem;left:19.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { position:relative;display:none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { background-color:transparent;background-image: -webkit-linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.96875rem;left:31rem;display:block; }
#UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { position:relative;display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { position:absolute;display:block;z-index:15000;height:60.9375rem;width:55.375rem;top:0rem;left:9.8125rem;display:block; }
#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { position:relative;display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:38.75rem;width:69.6875rem;top:4.7812747955322rem;left:2.65625rem;display:block; }
#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { position:relative;display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { background-color: transparent; background-image: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container > .video-iframe-container { display: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row > .video-iframe-container { display: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .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); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { border-width: 0; border-radius: 0; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2);top:2.52734375rem;left:19.9375rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7ba72fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7ba72fb5' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { background-color: transparent; background-image: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container > .video-iframe-container { display: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container { display: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .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); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { border-width: 0; border-radius: 0; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:1.9375rem;left:11.375rem;display:block; }
#N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.625rem;left:19.125rem; }
#fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:1.9375rem;left:24.75rem;display:block; }
#NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.875rem;left:32.5625rem; }
#E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:1.9375rem;left:38.125rem;display:block; }
#WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTPg2trcegTs1nH17paDTliOvCH0KXxO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.625rem;left:45.875rem; }
#uZgim0i25c1nogIcyK9U7U34TAObkerL { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:1.9375rem;left:51.5rem;display:block; }
#Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.625rem;left:59.25rem; }
#h5gegn5slwOpmxJqVZhVuRMTHP1veF4N { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:40.5625rem;top:10.5rem;left:16.5625rem;overflow:hidden;display:block; }
#h3CMn4Gom0QMxMG6BZ6ErE5AETeTFk81 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:6.75rem;top:21.25rem;left:60.75rem;overflow:hidden;display:block; }
#cl6eyroqZfPVwJ9KlRMOHBUvASaDVl4X { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:8.625rem;top:10rem;left:54.5rem;overflow:hidden;display:block; }
#sW3gMK0yXGazX28Ff9TzVI0g7o4S16Nq { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.1875rem;top:9.25rem;left:3.25rem;overflow:hidden;display:block; }
#OL5kvK3fcChCzbOvf45ybTgg0G1tocou { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7rem;top:19.375rem;left:7.9423828125rem;overflow:hidden;display:block; }
#R6s6EIt1I9goGyq7AZOdRIlrl3ZcbTkn { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #R6s6EIt1I9goGyq7AZOdRIlrl3ZcbTkn > .row .container { position:relative;display:block; }#zZpBmaJtrk4k2W2kR8xC4DAUCxcZDOpa { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #zZpBmaJtrk4k2W2kR8xC4DAUCxcZDOpa > .row .container { position:relative;display:none; }#ge3NFbKQazkxmJVoAENcOb20CkeZdpR6 { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #ge3NFbKQazkxmJVoAENcOb20CkeZdpR6 > .row .container { position:relative;display:none; }#bLiHPrJbRAFWVHoHefzy2Np6hq6B2rzw { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #bLiHPrJbRAFWVHoHefzy2Np6hq6B2rzw > .row .container { position:relative;display:none; }#cx9RrhlvhMNF8bqDqDO53mawpNy6kTyZ { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #cx9RrhlvhMNF8bqDqDO53mawpNy6kTyZ > .row .container { position:relative;display:none; }#c0qyWOb0vO44xsKAGgeC9TxEehlp9MIx { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #c0qyWOb0vO44xsKAGgeC9TxEehlp9MIx > .row .container { position:relative;display:none; }#llE7TeZZB4XTw308axQEwigVdHVm6FUk { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #llE7TeZZB4XTw308axQEwigVdHVm6FUk > .row .container { position:relative;display:none; }#Qx0BG8NJ2sP9x7fkAXiBcP2U2e40zXsn { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #Qx0BG8NJ2sP9x7fkAXiBcP2U2e40zXsn > .row .container { position:relative;display:none; }#I6giR0gAMnymSUixFZXra0gICvruxkDN { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #I6giR0gAMnymSUixFZXra0gICvruxkDN > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fTpiM9aF9WzioCQZ6izQtaNn299NQ3ZQ { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #fTpiM9aF9WzioCQZ6izQtaNn299NQ3ZQ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #z1xLHnkLcVqSwWwp6SFrF7xaRDcXTTbe { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #z1xLHnkLcVqSwWwp6SFrF7xaRDcXTTbe > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #taBuJQh3yqLGzZfGk1qMMMVfp92GX1JA { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #taBuJQh3yqLGzZfGk1qMMMVfp92GX1JA > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #n5nZfvgqsvWy022s6s9Uy1fRsup564WX { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #n5nZfvgqsvWy022s6s9Uy1fRsup564WX > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #C6u2kVT1hbtDFa6BNOp5GJ9gviAQyMQ3 { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #C6u2kVT1hbtDFa6BNOp5GJ9gviAQyMQ3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQEoV26FTdDOT2TercTHEZ3OmG94t3N2 { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #TQEoV26FTdDOT2TercTHEZ3OmG94t3N2 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1OpAHNU1duee6AOPPwFKKEp6WVQtsL0 { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #I1OpAHNU1duee6AOPPwFKKEp6WVQtsL0 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTvoSzuSokQgNJLnapGMMbBNaIIeC2QH { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #FTvoSzuSokQgNJLnapGMMbBNaIIeC2QH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8frRihIIJoKVBRpm7SzAC8AB0fmgQEy { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #b8frRihIIJoKVBRpm7SzAC8AB0fmgQEy > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #E04GWmAGsmiPs492P5GJScdBDTw6wvcv { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #E04GWmAGsmiPs492P5GJScdBDTw6wvcv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { width:10.4375rem;height:3.125rem;top:0.5625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block; }
 }@media only screen and (max-width: 763px) { #UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { width:10.4375rem;height:3.125rem;top:0.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block; }
 }@media only screen and (max-width: 763px) { #aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { width:10.4375rem;height:3.125rem;top:0.5625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block; }
 }@media only screen and (max-width: 763px) { #zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { width:10.4375rem;height:3.125rem;top:0.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block; }
 }@media only screen and (max-width: 763px) { #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { display:block; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WthLx12B3fWep5hARGk6TrOgWQiBIiHn { top:6.3125rem;left:5.09375rem;width:36.4375rem;height:7.125rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n231qFmkgTKoLsQl9innx27eLr49oIo0 { top:2.6875rem;left:5.40625rem;width:36.9375rem;height:;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { top:19.125rem;left:10.65625rem;width:28.375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { top:6.0625rem;left:0rem;width:7.6875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { top:8.5rem;left:0rem;width:5.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { width:13rem;height:2.8125rem;top:14.5625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block; }
 }@media only screen and (max-width: 763px) { #ZF0XZnmBqp4vH6tFn5HLbP37doimtdqt { top:0.4375rem;left:0rem;width:7.1875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfnPozIwwdpFmNxbVNe5Kq9O2pI5hbTi { top:1rem;left:39.125rem;width:7.6875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBcXJ6q7dTe5Oymp17BZ0I5ZHCOc71eh { top:8.5rem;left:41rem;width:6.75rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAT9QXa5fq37MzGsaUAKozQ99V9knglp { top:4.0625rem;left:40.25rem;width:6.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC41BlP57AentZiIXz2tV2B7RSmNMvNe { top:1.1875rem;left:0rem;width:11.4375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV5veDvCIn025vJnW9yP4GImkKMwlFRO { display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN { display:block; }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMXEVQoEw9PzBWOJ1RJasFLqVkgVcbMf { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwdoUqEZ4RgGMwuTwXEQ1kcfuUEg0uvU { width:37.375rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta { display:block; }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIbTSBOyPNh6TtKddIKzB0dfbuzTiQa1 { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogQy02hsceC7A1B1DbfngV8uwO5EQEJ { width:17.6875rem;height:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD { display:block; }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2V9Vw05Ni7eRWgCtzzuXp55fgFlnTxI { top:0.0625rem;left:0rem;width:47.75rem;height:23.355108877722rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJmwiwGLOTQoeVC9cety6eaUiIFbUDeL { width:37.375rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH { display:block; }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rA8A0vk7yxT4BxDeC2KTopH58AmpyAH3 { top:0.0625rem;left:0rem;width:47.75rem;height:23.315117252931rem;display:block; }
 }@media only screen and (max-width: 763px) { #hokaVQIC6nQaQZPmJiLlDfv782q1pyU2 { width:37.375rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THhIspH0u1ORHTgwVAQbGRR05UxcZkMe { display:block; }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdcZgX3w0P4NNkF3C8R3SJSHKybArWgg { top:0.0625rem;left:0rem;width:47.75rem;height:23.315117252931rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyHhd1ZFAPZy7L2cikPGDwX52CRkZ9BV { width:37.375rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK { display:block; }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2pMKwMQ4OuXGLsdtxGEv491qim0vbcF { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgFww4RMXU5uguVBUGp90zovGeCAbnLJ { width:37.375rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkftyndUZlxrRex98TAm7lTr3zTVPSXl { display:block; }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXhdwnoHgsarxlx5se76OxaAX3dHhZ5o { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBTTwcIRfMxVcS45N2q819I4vS4NlDdI { width:37.375rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s { display:block; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUJN6bLVzeyONnrGDLuRWFFFSCyXoCU3 { top:0.0625rem;left:0rem;width:47.75rem;height:23.854987426655rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnZ8v9MTtTQLhGcMnwDJu3NPiuAW6vF { width:40rem;height:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v { display:block; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZDz0LJg0T8P27LZOdMDTUzaKHDuIGR0 { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L32eksdKGPmCZhAq4844PRkI6V75Uzdx { width:40rem;height:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { top:2.125rem;left:13.75rem;width:2.25rem;height:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { top:3rem;left:18.875rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { top:3rem;left:20.125rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { top:3rem;left:21.375rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { top:2.1875rem;left:31.75rem;width:2.25rem;height:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BnNKtlalD0k5N7Wr3EnwGa3LQinC3yoP { top:3rem;left:22.6875rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KfIa9nv52EAMrNGpMsffmVXxJ0rln6Bo { top:3.0625rem;left:24rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Rrt3zbXc2n8ucTTv3gkEI5G9aHBTT086 { top:3.0625rem;left:25.25rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TmOVvzJxTp9UczxTh70NkJ27x1qeXGJ4 { top:3.0625rem;left:26.5rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HT1dmznHT8hd4kZlCCu6TkVEaMB1DGzB { top:3.0625rem;left:27.8125rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ETpxTN5r54a8AlNwKbHdIuWUbOhm06Dm { top:3.0625rem;left:29rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { display:block; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { top:1.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { display:block; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { width:9.75rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block; }
 }@media only screen and (max-width: 763px) { #Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { width:9.6875rem;height:3.125rem;top:0rem;left:9.4375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfMh32xCuaQlTgNyyKvDW3WZtez2RLp { display:block; }
 }@media only screen and (max-width: 763px) { #KEGiUEXNxCAOy2y53fZm5rw0Rf9dsAoS { width:13.75rem;height:3.125rem;top:0rem;left:19.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOEDZR3JttCvUqTIBAJ2ZGfr1pWDxXqb { display:block; }
 }@media only screen and (max-width: 763px) { #aiRTBnkmovD4i40sTi2LUSRSUzWoeJaO { width:15rem;height:3.125rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9X9efpWq4uHRbBTUwr8B6gl0rXbAqf4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZWPxQhVzvOz1ALUiiOfn19ayFxsTa9nE { width:12.5rem;height:3.125rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgpIksPqt38kUOKoqbApHNCSek2RcPrs { display:block; }
 }@media only screen and (max-width: 763px) { #Va0IAAmN4xzfFgRc8kQFJwEsTvP23FvL { width:12.625rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edkTwvHI6X5tbtoIaavbm5v95eG04KKO { display:block; }
 }@media only screen and (max-width: 763px) { #AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { display:block; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { background-color: transparent; background-image: none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container > .video-iframe-container { display: none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row > .video-iframe-container { display: none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .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); }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { border-width: 0; border-radius: 0; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT9r6hghdmTLvxxCQuDrAxPKJkXzOS2p { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VD8SVJ9Q1nvlJaytdWqR3N7UutQbwpru { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aF0krIp7FV0FsVqZ46D2wfECGe6talF7 { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VsTT2wIEcfpX8yFxT0Pd87gORQOkqAW0 { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cJgqV7KapsF951tVBkpa8elnJ7PlexfI { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TfzgeDakAz7JHS9K9fISmTlD5iw7FaAm { top:3.75rem;left:0rem;width:11rem;height:12.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tBPf8xhtzytC24KEOyOsrznZaMzPHAnT { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tUUvez9XM489nhgwUKwiyIM20ua1m4AP { top:15.875rem;left:0rem;width:6rem;height:1.125rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VBo26kmrsPsyiHLcatA36NdvoTelLw3l { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TSqSmnTXBoUugZNK9M1icBwccxbrsbQl { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u0Jam4hkcBwrVSmyrMaWZvzMraZn13zK { top:18.5rem;left:0.53125rem;width:2.1875rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcBd2XpuBngRgdpCeSOG1cKX0SlVDUn8 { top:20.625rem;left:0.5rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wspnXOzp7MP1OpQ6TwMGlVODZiKpeJa5 { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #J0gXrxCzlaLLQxD52QoqGtKiylJDNxfz { top:30.9375rem;left:0rem;width:5.875rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qseL3mht5VKuCN0sNgdPwz8glfoBJkTJ { top:31.25rem;left:3.818359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TyvfFheamNm2sEPid06gmWvyWVZ3PpLJ { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JT0NpyGnZI3L5b3ft8qJ6IhtqN2thhfq { top:30rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cmIHcW3xfPmq1utPIa970DSnoJHbQJA9 { top:30.0625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #idJzThAnlQkBCmCDgIpXDVq9JKGh1iJ2 { top:34.4375rem;left:0rem;width:5.375rem;height:1.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vhdzIJU9rhMDrZ5mdCfHKzFIhohXsBuE { top:34.75rem;left:3.84375rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rbzBTyTMDUrNW9aqp99MlDtUBpq6cdqK { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fneQezPFNEgn8AfU6fKpmbJuv5oaVXcP { top:33.8125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QSLUNp5qJNGuxDZGocskvtDEvm8sb8kL { top:33.8125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TLCKalyCimsHsu0vVlz10bvRhx79UKnX { top:37.6875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cJPQlaubCLk2Ju54SmNzxJWdhQoufqFe { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GiNr2OAIzli1GcLqfxRyLUvvDtEyKNUs { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g0SPfSe2oURw90M7hAWGXTJM1r4U8alD { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ENb7pNNpIMKl2UiEnbWzd0EX6blapWF7 { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DH0k2wtCipLz5S95fyu8rR0cleMHf7QD { top:27.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C09qdq5Q0qzQJan9eueutUZtc2y8exAk { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HgrOErOkfQg2eFtvcecTdk57AGBsGU2X { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fQO1vb7gLi9RkOI7Q9aXTTDJOuSu4rHK { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EZWF3XuWgmlnA96SW5XpEmJrcSIn0vDu { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zLHnp8Xuys2APzbQEPOn15SErOruEa1V { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KZPA69e5mNAqEC84JQETsx5FoSUvlLZg { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xx6rt9TXNR6UUlkWltAiOBSTRCUabxB9 { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZPC9TxrQynbHAwhaQ7cBBQxSPSdL63ra { top:2.3125rem;left:11.9375rem;width:9rem;height:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kIK3N8tXrlJch7TF6Vq9izzOAkV7D7os { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dcl0iomCSGnOXTwgqfcynFaShmBeGchh { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hCHCsxLV9AW6yxErEy3G4eVVe1pnkhuk { top:17.75rem;left:11.9375rem;width:5.875rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G0uVTGFAyKrprVItSCB7CRav1AxwqEXP { top:18.375rem;left:11.9375rem;width:2.3125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UCtx37Xl3JftgutsODcU0pk84iZTB3W1 { top:18.375rem;left:12.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dZqABafKi8AqDfEQmn8UBOJkTDU2rMEW { top:20.375rem;left:12.6875rem;width:1.6875rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c02aCTh0NX7OQzAdBPEUwnUTuNwABmDB { top:25.625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mKCTe7r8AXG2XoJwUU06eGuyStkzZUsc { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #h7OLet5CovSOH7g8n4x45GtEkZRFGL7M { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RNbzegI18vB2fIwT1eyDrtPLUG3kaMcx { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #g6F4OtCREqxLUCsJq4bD8TGG7mdbJXR7 { top:30.75rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QU2tDshrrurCWKncR5Fx6y12zZOhxIuf { top:30.625rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mUlvRJ6TzfXULa8db3gVw4rusNz3W59B { top:31.875rem;left:15.59375rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iheXdxscsS3JCntS9WFk0zoqavl9VVf8 { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q0HGRAuqeL5U1ZTcl0f8bhJroeuMkln5 { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nxSv3vCMpdxVaaT9WDNJW9lia2x1Fag0 { top:30.0625rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kcTVPuWAFvhuMozMIMwCxrnaQCVsXBW0 { top:30.0625rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQ5DkW34EOcl1ivvKEBe3tACBFIawDW5 { top:33.9375rem;left:7.9375rem;width:15.9375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #aAxp9zoKaIKcDa580SPerWbwJ65yGHGH { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RKLCRkP1gB2BSiuRBf5wPNObk1Pbdbap { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uqLpvimTiA9Jern2LJwXzTrmVrGoKPhD { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sSLH83TczWpbuZKTvwTeHvcKkvl6slfZ { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #C7EZlmaU7KK4KSVKwsGxs4aNa9FvzkLf { top:27.75rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JuyHy7ttaD4cMtOqHEweGH32nS9zAga3 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sCM9m6vVituScmmUTDGIkuTL1Ag8xJEz { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NQEK99C2Vibv1POzy2xIVmTrKTCUXNa6 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vAiTuRzrPhg0IcRtKfIBs5Ep4BXcC5xk { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MDMTR3pE4bfdM0XHGO30VoOcR8vkPOsA { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Lh32K8616AkJskN9UA85tMdU5oOEtQ0t { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wiQStQyFV4qGbT4MLdZBaD0rzOWIEgUb { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sCpvTgGM2OTZqUkz3wrFe1ozcySh20c7 { top:1.9375rem;left:23.875rem;width:9.5rem;height:11.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yzhRZTOKqqQUh8dwvsHLSWtdBulDXRA3 { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O2Wd7bRnpmSaoVmqTLHufZoOnXQbPU1x { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dklMDow1HAiNMTkgk6OIrUg1Cf0aspIC { top:17.75rem;left:23.875rem;width:5.8125rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ukWL41OlBuAVALMMNo07BrvWxvDp4PKH { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JuUQZNKxfkQh2h4JAQoH6xreebXtGNTt { top:18.5625rem;left:24.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UhKAT2eR47nWWMvcglzpoSXgZgIKdVpg { top:20.4375rem;left:24.718751907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Grp6hHCrW9comUs6b4zx11TUUIJJZo3w { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Nrl20Kgi0hKXiULVTtg2kJtaTauTf9CU { top:33.375rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MysNOA7dIxTTGo2VQfXZe7bRcIUKGpAr { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Xu3uHvoT4SzvaTIqO0QmaCQKwyq3AFH7 { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yRAcPKOFIWUBZXfR66rt9c0EE7tVnyyN { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OD5738EUy8Fbwx4kecwndBTfLKm9k28s { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KFW2ATTX0myr7OlHF81S07KpvIfUQvBG { top:37.0625rem;left:23.875rem;width:6rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XZDlil1TG2LSaP8R5aNsfWJuVxJdEa { top:36.875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EqAHQCgCWUcpdyXxkkz4D8VfqgX9lNup { top:37.9375rem;left:27.71875rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vkzodzbahAqxrNG3mx6E18O4o6SXT9aK { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wIvII4lc9cNfzqL9tOD8J4OIupDEJeaV { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WGySCydz0HXwu5qToXcgzfnRkXwRQUM6 { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QCD5adyLytUVzy0dVCTm2kVTdnHUIxI8 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #k812c5MQq67Dc8LtyhWpuukqvyIud0iN { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZexgKxl6fXiwDDlvdq2Bz8OLnCEfu6GH { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h047Rq43JDgrSBU35OeIVy0h7piJM8LN { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dK4IKKyNfqO8syhXTqO7e4sc3nIqwF5T { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xLarG7KdXQ9bAN6cLApEXK1P6iVHPFiB { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gMyqPoSh1OFlkcPtRJpJ2PAOZoMlRLC0 { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zVrM3thzSKX2mdcqgaQfUu9aUzQz2pne { top:0.625rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IlbvRNpD1FrZOsRQbBaR8IZgCyQ0xhzo { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uxSNuRwwRzpWb95HQLP4Ga5kqGudH1xR { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dEu3KC89gJXWqtTny07vkEVTkgNdMINa { top:23.1875rem;left:33rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #re5ZwbdlArTFnouek7BEwHyrvDnBnMBS { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ITI1odKG3BtE03JMWBTeypd3Xr4MxqyD { top:2.0625rem;left:35.25rem;width:12.5rem;height:14.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JFlhkcVxTb8pRmDnMtdZBn8ZIXWq3WGQ { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #flyw7zgWfasqT3NKE39KfmEJysGd8bE1 { top:15.375rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rIpVVG7kC1HkFQnKZGTwueapUPe8tUi6 { top:17.75rem;left:35.8125rem;width:5.625rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHqh27ID2NSu3t6AzMfaME5JDATL5cfW { top:18.5rem;left:35.8125rem;width:2.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JKD0TtFg5srsUKhKlgp4g6SxPwxSdUss { top:18.5625rem;left:36.46875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uQSvh8TSwkypN4oGNbxQgFlc57zTu0b6 { top:20.75rem;left:36.531251907349rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lhdAD9qP15JwNTXpnKeK4e61IFu4kCEa { top:25.625rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Mqq59CpnXEqkRw0t3pVAdoDetfTPF9VU { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eHL24eybbvDgfkDym7xKM2MDDpg7tpGT { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tQ3rf3ycAwrREV49087a1EznCpX7isi2 { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Ihcrz2Tse90KT1fUUdTDC5ZJmWJOsWZ5 { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zMraU2JI4yH42GcQy98GIOP1pettlDwS { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x6w1AScJm6QRGronTVdSNmCBWBwhCFGs { top:31.1875rem;left:35.8125rem;width:5.4375rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #veqmhNbuG6kJTbFnPBOgN8VRqT95B4oI { top:30.6875rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uAi9Vu9l8EEI79Tp7Q3JKLPllFE4bgDO { top:31.9375rem;left:39.65625rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #R9SqX52B17dqbZvKlP1T6daiBBTINww7 { top:30.125rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KMq1dRzDZQof86Ef3Akw4bqAzZ0kQ1vT { top:30.125rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #blwH6lchsMLKTs0ulo0Aq0Ot0STc4PXD { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ozVhpB1rppLRfiyFopHyrS8VTRNZkrpn { top:1.6875rem;left:41.3125rem;width:6.4375rem;height:1.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VlpBPVuB97FHQhIimQDwqODkHOPdDccI { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Smv8D3bnNQTI3fivF1pcedsNSM1p30LN { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QcedAauZthBvHVUzCAgu0E04NNI9rSmo { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eCiIvF2aPbBg8VvJi7XQGoi6QHGTmb1f { top:27.75rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #m2GXk0guQFaVnm11W6Tcy59Q5VZ8KeI6 { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lGdxa9M3qQAGA7zFoIR2qO6eZAx1flK8 { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NcZAlfUZb8qWKGCMTMCpq6wZJHtL3KQf { top:6.875rem;left:14.875rem;width:9rem;height:10.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pZBKhr5UvW4mfNSA5lnE59Zm4WspxzR0 { top:5.6875rem;left:26.3125rem;width:9.5rem;height:11.1875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW { display:block; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW { background-color: transparent; background-image: none; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container > .video-iframe-container { display: none; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row > .video-iframe-container { display: none; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .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); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW { border-width: 0; border-radius: 0; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q32Awd04P5RxOKL3c8DNM6Cui7iMbZkP { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tbe1g5vZTSXoklr8gMc5VmlkB8EwcyCp { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sk6HpBBok2cuKuO2uLpbGQAbulSGcSy1 { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H1FqkMpzmuC9GkbUBLGSbVZDl4iU9ItS { top:23.125rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OMQ5nFqbGpEDcHGcEZPNld1kr4AyPwlA { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XeVrPE5fFfHdPBReLe8fCClI0ElQvCO4 { top:3.25rem;left:0rem;width:13rem;height:8.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MpvrSUL0huQFSksXZu4UHLDWxv5hhFGw { top:15.6875rem;left:0rem;width:6rem;height:0.625rem;font-size:0.75rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #teSw3P83GdRN5O9BWi7NwF7yuT2W2bD7 { top:16.25rem;left:0rem;width:6rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vpuOkHLEuT6USWSe3ItKB3Zwrvba2JWE { top:17.75rem;left:0rem;width:5.875rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v7TL0TNcJHaIlVVKDIzOuqgGaDbKQ7N9 { top:18.4375rem;left:0rem;width:3.5rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A7APdEEFf8wKq5cNRcfnouXZrhyPRM5O { top:18.5rem;left:0.53125rem;width:2.1875rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZIyMb3TkI6zU1kqe6Zh25CRm5N9nKeq5 { top:20.5rem;left:0.5rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TZmiktiaw7wudNnslhdtafTFDwxIvbTr { top:26.875rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aTNbKXBtq856X1czZX8yO7mf8PnnRNqe { top:32.875rem;left:0rem;width:5.875rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eTxbhVNewArXaOGHBIZtSPMH0UJchWBs { top:33.1875rem;left:3.6937494277954rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SaaumJfLqoeL0r4ifGTT8FSbDm6Owtah { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #klOD5qL0AuP8T1WHHnJZ2nsbeKh9POOq { top:31.9375rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pARmtFpF7g7pg0TUlgmT0xRdWQTqRaUy { top:32rem;left:3.5rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #osSFdaNpCl2T7UveaEM3F99VU6afkMk8 { top:36.375rem;left:0rem;width:5.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fJTdOcpgSDCHnXxCLWTaeEEBE2lSmA7n { top:36rem;left:3.7187509536743rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rRllr0MyravBFINS4HOHSI4T7u9sKPJG { top:37.3125rem;left:3.65625rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JCSp1Ck8dGOXdMGrdrPyn2AzmSuXxgVc { top:35.6875rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TSAPsUgBKAGV7zHVFxOsDZ6AyGeoGRC4 { top:35.6875rem;left:3.5312509536743rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TCM47tALVoNnSoao2Fd51rbm2tJLNsvy { top:39.5625rem;left:0rem;width:15.9375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mCTD7tacWLOnlQKUvmJpTXNuTRNApLVi { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SiuZszVvzOPvTSffzPRKrpQelizJiP0L { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eGRd5TmwXtwibaHx1rkyBGVeK6sGgnd3 { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ofyUu1Wdn6ukI6p8lJpTG2VR3JBAEZK8 { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wvACKoWiTGt22vEtBBeASIlDKQkicXi5 { top:29.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #I1OLzhpQm2dBqkNKcsRX4TVsREFUyRX3 { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JNq4r1nSUR4grdD6ILp1My1qiacybbaX { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rmhib4D29U0CD4lJJUXQg2BVUqzzT92h { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMpKIDourWlp9NqK4QsFe2AMPFNRLNil { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zWBSwMwDuAlUcTbRVuMuw3QCqX8GQE0q { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xpz3TXN4hGukLD3bLb6b31bV3dArpL32 { top:23.125rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ImyRcG5kgcqA9Bc68VfnbTLk6dBMCrNB { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rlhiBZfPes9Krho3miT5EbcBzhbVgN9Z { top:2.3125rem;left:11.9375rem;width:8.75rem;height:8.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #neipUdPKqsP0M2fWPoMpoXJRiyxG3iBR { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XFTU4bPt18N9dSFLxsgZpMHlLqrdArMT { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s4HlRA4arr8Z5gDqUaMq0f5IT9pUbSTw { top:17.6875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FknkvBNVRrQfxp53tATWwoVfQIqkTxvR { top:18.3125rem;left:11.9375rem;width:2.3125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bxmyTPlwMMyLzqKRU3lfF5rROOSzcCkX { top:18.3125rem;left:12.656250953674rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yc6QQrXM8T7aPtlp5omkGVTntTZqCDWV { top:20.375rem;left:12.687500953674rem;width:3.25rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HwwfV3e7B4rQKZrqQTsfa393QkCWfUGW { top:27rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FroxoPiFAXCpqOFVO1aIv7u8gMz9iZOS { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #e5f3SwJSlzogTWRlIdv65FXfmfauGda4 { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nwFHu6fPXlpgr7qN6fymSogmf5vrrcfC { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nUs92TUEycd2BWGBQEXaiFXICSbbGhxm { top:32.125rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SI1UcQuVOJ5Lilgbplq6oLm55nphGxNB { top:32rem;left:15.656250953674rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ecpzoaaff4DWpPw4dm4vdgRnSGqi5ED9 { top:33.25rem;left:15.593750953674rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gQWUG4LJSNq4B9TC9wQRUVdqEstug6L1 { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VlXTTIhVH8tfth5164gtpVdcWH0haWGT { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mqlgEqVAWiBURluUIG6CQOftvwTOPDeB { top:31.4375rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PVLo9tSb1fzNp5kLvqee0tNBrMrZtKUN { top:31.4375rem;left:15.531250953674rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G5BUOuhH75QTvO4Upt2X3nba8s0c3atT { top:35.3125rem;left:7.9375rem;width:15.9375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JamvxwnAZuIFoWw8sGl2QSVa9v6FgIVI { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QFd9nrOB9mwKLAplkND6xvZP9diPypxz { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NXFuuEbdSFC3ftSiiJboehOs29cLWT6p { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZIZsiA18OAJgU4TMkrWFDbOsy1lKVV7D { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #BRRMkAa3ozFaeV2DsV3HOh0awc5DoiM8 { top:29.125rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nX7fVEDiezubuUznZTH71X8twtftbVQM { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N2s5A9uNMqKg0i0nD8km43r8tIvXvqh7 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M3qzzlu407u8aim1TI3t9C1zSNTWBiRD { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T6c787Q8Z9X7VJObFbqZl9JRDid9DWZI { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zyr2Pv8CGBDsJkcGGBXUTeSRAL5WqgUy { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MZPoWqHhSknpizyXXhlWHUB2iBQpAExt { top:23.1875rem;left:18.9375rem;width:14.5rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yyC5epb8XxE8CCVKlxMXgsmXGBD9R4pp { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #P76xtpnsJkHJ2XROS3kaNFUUn9toKZyb { top:3.25rem;left:23.875rem;width:10.6875rem;height:11.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SaTo1A5D3Ml3KuGB2rzuoJVk2XFqcSxp { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eZOePk0LQaz9GJEi3GnOGq72TIQd9JLw { top:15.625rem;left:23.875rem;width:6rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NF2IsVXDx3NOAkaUVg4t8KMgJJ1SrdXv { top:17.75rem;left:23.875rem;width:5.8125rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TtT8yBCOTb7N1DNDAiq0g3OrNvgI3eR3 { top:18.4375rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v8TzDMReoG3VwNn3yJba7RU6O6Sek3O4 { top:18.5rem;left:24.593750953674rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TKTzidgKLE3UliGMdTLHAEvOP58exv2E { top:20.4375rem;left:24.718751907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eGqFnV3oflQO479P1HtvGWIAel1AHSBU { top:27.0625rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uNhZuB5upNmKWdPT3R4STqbmgk0C5uFe { top:32.75rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2fqkAMDiFP9o7gsdl767tNSIuvtQfG { top:33.0625rem;left:27.468750953674rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #M6Qc00QCAf8TLXBetlOUEKCkNSEx4A8T { top:33.8125rem;left:27.531250953674rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cME3SphAOPAoKMo60ryMtSTAB2hgh9Ih { top:31.9375rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TcrxhuwrbDGMeSAMbUohoGALu97G7au3 { top:31.9375rem;left:27.468750953674rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #spS7avQ1Am8gucZKTzqzzKELPZB3hTCs { top:36.4375rem;left:23.875rem;width:6rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EAXu5kVaUKQ5LmDDrMPfXQVBdlLutEka { top:36.75rem;left:27.531250953674rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vKOVHvMTphmI0I29Mds8ppucne10qEDC { top:37.375rem;left:27.593750953674rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pOwbWArwQXidyLXNEmAR50ge8CfHBTre { top:35.6875rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TaG9MFNTFmVTBA33VawE87tZa3TTVhJK { top:35.6875rem;left:27.468750953674rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bTyefF0U01BmmaVT3JUP6kmkv2DMTfLA { top:39.625rem;left:19.125rem;width:16.6875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QB7MdVTEpVBK2t5Pltg3NWt8EUuO8XVN { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QnT3WSEsJxXQSXg8s90AGuGcMdw9oMVO { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eZkbgMxM2T7ClzTWQhqFNTT65DM4lux9 { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nTbfxDLpB3W1EMfHbUElVVJlIUOq1vkH { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wfRnRmLz1Lgx7ZDIBvQdRiiLTiACKtp2 { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CBIsDTxUbJPdxrTCve23SVOVOJ5WdTCf { top:29.1875rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oaAwluIMlncXIAVgmIGeLalGlOvwaza3 { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #idHs934Wcli76peVWaoqkuzH0hkInX8a { top:0.6875rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gSgslZE1eHqDtvnNmlnsHIA8TVsbJJN7 { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IabQeToLWa1Juws2nDcAKnnCSPDTqTxF { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KXCfdrLzBhhy27yhAxK95XSNe0Qdh2Ns { top:23.1875rem;left:33rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gRl6ZK3e4wNvyT273TO1NLAzSv2OZkwt { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DQ64k9eF7p13hLf9CEJP2UIqOClH7bQL { top:1.375rem;left:38.350003242492rem;width:5.6875rem;height:17rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VQZgMFzgiP1MLJxOIQyLnACO1rwBQVEI { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AywmqhWvk5W6Qi1xXnqmwPtZXGmOzI0O { top:15.5rem;left:35.8125rem;width:5.8125rem;height:1.75rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PK8Ow4pES4IOc3uLHBssPqISnSeqd0PO { top:17.75rem;left:35.8125rem;width:5.625rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z2vcdcZ3IAxiAy3UqCd8JqH42fLGVzZw { top:18.125rem;left:35.8125rem;width:3.4375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LJA5lMKQZkU6zTQCBRTqFAqaDxHVMlAi { top:18.1875rem;left:37.093747138977rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mOSIdAwBbc5yL3LZTyi8hnnaVJwZgevB { top:20.375rem;left:37.156247138977rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S6dnxz6TtcT7igD2xTbTCie6pk2aTAU0 { top:25.625rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CxtmZ2VdT6lZp8yZQc2gM6OtcSrdNgQK { top:32.125rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JtOaWlrlHxO690lafcvDRD0s7xHIdpN5 { top:32.4375rem;left:39.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tTFXSLhKT6SHSwiVffSEFc04EeOENnKQ { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #aPbNagCl0uXg8JnuLSsViweXHphSvwaN { top:31.3125rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QhrpiwvhaFmmIuccrXxN5B9xdyHXIiTC { top:31.3125rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #czyDQIio4gD4tvnGBdkImoxPt6vOP8TH { top:35.625rem;left:35.8125rem;width:5.4375rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #c6PSbAffQQWDWCD71azVrmePJQQMUpa6 { top:35.4375rem;left:39.71875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JMAtA6X3VfLsAGCPLpy8KuV3U77honw5 { top:37.625rem;left:39.656247138977rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Dcfz86DUStskBDFJ0dsRZ2yXle7F91nN { top:34.5625rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GfVaW7b7qfWiTf9WASDsgp6kVRxWd11w { top:34.5625rem;left:39.593747138977rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xb44uPPDvihzHCKMO0VutBU5JlKlsDdh { top:38.9375rem;left:31.8125rem;width:15.9375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #BLc4A27xzFasxrZFfbSpDuTAPOWwNqwR { top:1.6875rem;left:41.3125rem;width:6.4375rem;height:1.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TJHU5HEkezgJGBfOPwnz7sTbVsxVRSeA { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AtyDyOITaHQi9yJRfslp6rVbWnLZQCPd { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zyOT5bAtvef411Hv90yD80mTtdfaD14y { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #zt3pPssTgzLquO1nTXBSF8I8lRUSLKMM { top:27.0625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #W3b6lJTynIedVgZOgAneSz6451nBklhn { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wwfA1sIfGTQcWBzWgB0qn40msUTKPGml { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HFKx19F6htOR2hmSRfTCCpiwPsHIVB8V { top:5.8125rem;left:15.531250953674rem;width:8.6875rem;height:8.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { display:block; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { background-color: transparent; background-image: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .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); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { border-width: 0; border-radius: 0; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bciA0IPoHaTG88nzpvTgFMTpLbMGQck1 { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2d1GhavcGk6cUmiyI12Edigd2sgtzfz { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NJSHZbS4yP610PxlRVqEVTQ5HzCwCbtO { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I1p7wuZiQAPRfAxV5Ue3iasvKahQZS45 { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bsAMDAxCmaADwVeWQXymlTXz100mn3hf { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CP5ReGouT2yquV2feoKtuFbRvKm0iqJz { top:2.3125rem;left:0rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kefDOQXeThgkDTiI8rKbQXKp8Z0EEt5L { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hAc9yIoFqtUn4pqyTE4EyJltAKa3H9EO { top:15.875rem;left:0rem;width:6rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yiH888r5IuQ2uHQNSRlP5AcTfHqmTi9x { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hiVHo0wa6XfPdWLMbZnhvRBU9tA3FBO5 { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WvkKkZpNnQCXQGerG2lLnJFAqvZtE70A { top:18.5rem;left:0.96875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iFb9c8V6zV39lugxwE7OSEuzoo67AZWO { top:20.625rem;left:0.9375rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IM30XZMNJOlsDBOP9vwXEC2qZVgT21H6 { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q92CsfndgHMdpgNgvBu168T0TvwUaqtN { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qTWbT2VEnhsXoupTLH2Bq71wDTdZUhia { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #atS2XzP7TXOTl4FqiL7oFNuvqTDI4TF1 { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RczXiKx3RfluUbX7KmtmTNUb8SUZ78BV { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tyBJDk4ixpMlGXRxAs32qpXzv3CtolPz { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wnx8oIA7MzaFHFFCAeLgBlRJDvwE4GgG { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SJEriW9P6FcUrSxRAQDA57BOCWAuV61M { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #R3qHfuihQyKHRtNzHMOCpKrE5aPbta6T { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hP0E8A8gHiPQh1cz6AwniWtAHTseosA7 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ta6vhGJE2C0TxLLw3VdldsoerNgwgaAB { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PDbnw9MZBSLg75h3SU4A78K6v9iBR2vc { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ddZvK8cPMlLgDf3vgRIKGBgDgQw1VXHv { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JfPH8D1fbFgZ9wpRousbNhKP15hAg53n { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #odcUpGzMA2rK918dOkSuTbpAgsbNCdwN { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yxurQheIxshOg6l8IxRF2P4fzTJvB5zD { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMwnKnN6fCyVwTBRuCJHvVsTp1i4D8Wk { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EciBr1sUCH9i1SM2Tccg7N3Ii7vfBO3w { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T1CwPqX1hDn2nmRUr53GcmXUsptxCEHA { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DUMzRkosTumIRr5EhHMMF876xxzfdvFe { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T1wdLx6scin5zFKsgwpO1sTOnyF56yZZ { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MmrVRhelqmizHTQ90kKr7NPV86uQ8RLD { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KtyPzTeaTEsOA5M1qeTqTDoBgaGTZV9W { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EoZbgaLrqfwJwFhzsgMUsTPQutVsS5iZ { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WMpE7cuf4yl1uPnp9I8SMAI9DzkJiAxr { top:2.3125rem;left:11.875rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gSW3W2RnqJIOCwNalXI11FxW286fNK43 { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HnmgebmcJNAFAdkUX4PbTJw3qV0SG0Fm { top:15.875rem;left:11.9375rem;width:6rem;height:0;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KcGrrhr86ylwU50CSGsCbqB1hUafmhtT { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwCvFSEwN7D1BSsnBV4kiT4I8CU1ol3 { top:18.375rem;left:11.9375rem;width:3.125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V6KumeJXye62ZcVSHBGsyC7fT6HtPA4s { top:18.375rem;left:12.84375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M4m3idIqPiRzkhqeb08mHoAFXXM28py3 { top:20.625rem;left:12.75rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GUA25l3spnG34thBlbtroPhQDdSHS2kT { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MipbAvVQGgLctS4GiQokFT3U8kaAXlZg { top:30.8125rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PM0dZpHmh3KqeURtfdUVzKVbHin2fpGL { top:31.0625rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mTv694yT8JPQsqd8uE4ReQPIDQTbLecs { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LqolXh4NklqwWy5vnumwNpXRhvAbGQKB { top:34.3125rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #O6JrPrwNftP11WIq3zQrbqC4RW6wBuAS { top:34.5625rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TXAgTKyoE6sOwGfrqeQLbAqVIuNrUfP5 { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LW2v7TTy97QmLXaPss1Cs7gZx4lab4VB { top:29.9375rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oMo8lE632mITNcWQx1KqSCDTyUvOiCFB { top:29.9375rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NOwld3TyvmAxWrQrchgFwcMlXIq51vGr { top:33.6875rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WEB4Q6bqu0rrnhNIy0ZOHQE1N7DU9ai8 { top:33.6875rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NvScdvGbZXnBJZFMC2XXwXPOIkZIWBGu { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RObdQkkkEiFAfSOQB31pPBhc2FOdvTVx { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f2D2FlFdR5EXVVxSllQIIRUn7JCU5Gl1 { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rcgsUxGL898ualFgDv37H6VnNafDT5QW { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LQhigDNWwblCEEc2vqaAotgBNKoKpc0F { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nRBs3lv5wDgSwbOzac6D1SsoSNFouhDX { top:27.375rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MMLBqnhq9HgbMHlDhRQusEFenSx1bQZ0 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LPVRO2XgKoPxCEcL7Lp3hskgse8sMWLD { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rtCiSvLL6LDvHgJAeVm2tyUlozOHABAP { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SyiUJnyMBNxF7pc6xzPrfU22wpLtCnAG { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dJ15XbcstlOM7acmpagLb3LembtVd0TR { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T7TCUDu1p3suRQcEOWHwHSRU7vG149XT { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NtEwLGFxVdrGrarLthTqifBacae9OO3u { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gOxrJx2Vf7eTfJm68VO2kdvseFLXnWXN { top:2.3125rem;left:23.8125rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ndBEMyNVqazgwGaVqlsCdQupievm17sl { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RBHN20gPIc9NRvtU69XWQ3WLPvRJFITR { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aheedrO15cQzJE7J1T3eAk5DgUXSac3o { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tq9LiECergGJ4tJil0deW1aHsvUVRAEe { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cPuBmb139DO2qSa4npv49qPcQ2XxC7I5 { top:18.5625rem;left:24.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MCekfV6TrTLzVeCEmScf2I3Pv6y7hZGy { top:20.4375rem;left:24.718751907349rem;width:2.125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RFvub808AG51E84WkfMOQFNefqTfQFDf { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NoOKturqQFx4dSvkl59VVBFbxSnry5Dp { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fule0xtEvTDVUXtViWLq1bIOkFXbPyfc { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #l00B7yHVxufD2NmSTcx1UkoCZcsuZv0o { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kKnIXt5p6eXOGgA7D64UH4qrWVcBnhyW { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bh9yB1NlxhI7XOWflxs3P9KgrpdnBQWE { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JLZrrLPkrX3pLPrgJQmvOSwoq0CSZ9qo { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #V0HyRUf8EwKPAUpqTkxFJH4MhKCKMDOG { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ARra4DUVTtTu9xTw7vk6avCE7kftesC0 { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EuRp8cZWe2I0zHf7utFm5eeTbLrEUbPb { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bqb16McpxFgNNmnNwFyanOmTNwKTkxsM { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EXSeuLrkCT5iVMNauHRMBrBSP5Py2Tqu { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #drTT2ToyR4OfUu6M59Ulycd5Mfixfln1 { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pQWPZU3m8aCxT5ZW1EvWkksJTZpPTb8C { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uD4VOBn5m6UszUd3XxE4NHUT23hqKMaT { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bQaQ1nLAg3EFb4eBHanypLK7L6yl7ghn { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TWZ2JIxxBFpsaPukGBPysoxHnUeUFrcM { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1vfxTDpU9RMlc80abeOikKzTxC1R8M { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XAXHPwcP45slDmDasdGTC2lXnc7Hrwb5 { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #or1AV7NXcVgdm3buwtAsDIL69fQNzMH1 { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PEDTuuT9vn2dx4o9kNsK5ulLgmt7yRco { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w0v1oVbBTweRhEIf1e5AuP7TM2y1RkL8 { top:23.1875rem;left:33rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oWKDTHhO4TZ137Mx5ZJkkDm47ub3TP4H { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GzITOldbMNTFuXUpoF0FiCbTVLqs9biJ { top:2.25rem;left:34.8125rem;width:12.9375rem;height:15.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O7s0bSZPvgSyLhwaZdV0KFypnFQNrczC { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DhBOonJH0ucOgxItGrtVzSv7zsBRzzcG { top:15.375rem;left:35.8125rem;width:5.8125rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OKE9E34THHm5oJDo9tod5391WO4GXmpg { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QkeaqbIUDrOOQsulXq6rdOwA2Gu6cLeu { top:18.5rem;left:35.8125rem;width:2.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EhV60duQZNg6PM6hmQqsXQkMwfJoObL7 { top:18.5625rem;left:36.96875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E7WqKVIaomHr3qxHFOnZ1OrTNF3CUmbT { top:20.75rem;left:37.031251907349rem;width:2.0625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WGx7wEiG6RB2gvJUizXBJqpTzRZ99qTw { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ge9TSpJQiynBRQMCqHcCTpAvTiTKr0LT { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iWQKTGvZ1ZM1CLPpds3hwEr6xSJme0dC { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mLKnVSVxpVETFOnL8T0baVfTRQ85L3f7 { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fE0aaQSy0d00RciMRlUhIyodAkKxT9SX { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z7pG5CdgTNo79by0BzpS09wL7m8DHaik { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tm0IskAyLiT0NZxGbps1pK8qp4lp08Bz { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oV8TVX1MPVyRMH635xafsJMcex7wyNSi { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pdKJHHuJyGMyRtcbVrvdPK99qpH2Q6CV { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eKC8NSkXI5yb1y1TzT58DkM1HbcQqKLa { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p3RRC3hJt6no7Vwnbv7eQ09xhFADh2eS { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QWnGHTNoVreoULHcSNtNlI4xIrZCm0O4 { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #OSHWX4Fp7wKRy6s5fBAmXt8ebMolxVVe { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QI5EkOLwiRoCucfrLTxQWNiV9V8KTKS7 { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yfO0c4qT3tnWO6so2dT5racpVAwUqn6c { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kvCgz7bpoIl6rlCmEoJxLxDhre4c6SVh { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oQxHQvIKvVNPP0GNJdifG8pKpO8J62C5 { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TxPVfMTiJThtpZWkV6gZfcoGs6NhTmTA { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QifCzh5GLtiJkfJ4V92gvXcPe65PM8Ul { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { display:block; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { background-color: transparent; background-image: none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container > .video-iframe-container { display: none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row > .video-iframe-container { display: none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .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); }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { border-width: 0; border-radius: 0; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHtxMOOSyKgsz1U66gN0IM7C2dedIvIp { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #olWlLkdm2nLX64m7kyqBGONsnoESwP5M { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sCxIx1pGMhW24mLmZm8MB86T5PEBRwq6 { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GhPm0PcTcQZau1EMGvcIA8hBsTSlEGo9 { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IkSgnIOWVWpt7phfHobt0hiansi0y78C { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ACORKquG5G2FqDIEGdDTPUWrM1gcW1ta { top:2.3125rem;left:0rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tlgyUZfkGyCMtGN9yqbGUigU0MTcCaTk { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cfOx60nGkNO2OLA2kqPFfIPTnWcVdx1R { top:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lEdz2nmrE1vJPZTWecWPw2oLkU89ycsw { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ztmTSeMV2NIRXHdipQy5K2tbQ7AS2lZb { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u5yOh3fOGMWU1tM3aNf4x2EqmU5i5lsM { top:18.5rem;left:0.71875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DBtiv7pPXP5n86cslikqMRQK7B8CWscT { top:20.625rem;left:0.6875rem;width:2.25rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PzyFwK3tSSvSQxDpz5eig7HGMLZuE5Nq { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vLmrX3TTx0ifK9fwnzZXrllcTAmk9vQ6 { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #d1zkxirtrQn1bGPReaeHyCRTgiviKdIT { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T28TkJoLTQsuk3QSSzghmo8m1y5PhxpH { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FAFp2SBIarWJBUuW8yTQr2Tyn9r885Fh { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VRr4GLnHU3BOhXwTkqbwZRInd6evTeNG { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G2gZnh1v4PCklixzzkWaXJ5vfWCP27Ol { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cNJzRzC3yghCxWvCtdIODDeKZOzXxPr2 { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TGs34SOgumUFTtintrslHZCiUANR655u { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vscrt5CIL28wd2uakuB4aQ3iJzRAloK4 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Kl1LBNEZ62JwNxVuaFNk0gExR7ZiCIIi { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #W4hneBpX3nkuP4AFJI6SSrO4JXXStsKZ { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #g606U2Ax24q9TBbesVJy0J24sydVTOa8 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NCyTcRiIuACcOdqIk5Cph64rXwppfvil { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wKDhuhJh8kXnlpEOSMJwyC0cSl96CvCf { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #R9eoHUHq7IncXwnuqAzatKu7mVSVQ1Ft { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VF0TbiF2654qAWT1ixedTFeJcCyoH9Jd { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iFh52HKWebuHyfmb7XSfH24GXEnueRMQ { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WpPNbZmkM4tnRrZ2WQZvWyH2mJJKGLHA { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PimHi7ebdJKd04EKunfBlsVxHIJqqCh6 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xPEKQNpl70iJi8W5P0T98Vcc57SbOXir { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bIDOdp9LRZSHnKlFnn37qSivvLxSxAqm { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xut6aXkmxkcyZL1WEOix1hkI73SIk54O { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OLMqciwhIKE9ph3VOOiN44QRzp0O6UOz { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #P7QA4KDfuerSVFcy76HOwtWTo43xzgbK { top:2.3125rem;left:11.875rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HublEOWGebErnSdJM3xchxtDoBn45CP9 { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gRB8RxikVRVIpym0JsZFThixS1Ep1Xdv { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HRtBcJOe71x215958fcV9ZnDWI6EO2XQ { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #duF8KgFFUab8ZfKqJUuxzgQgyCGXTiis { top:18.375rem;left:11.9375rem;width:2.3125rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DHXWWaUKu6q1bvcyOkyckvKAWTK19n9o { top:18.375rem;left:12.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d2oH1UXPbROU7O1IekKxBwneSea7C1QB { top:20.625rem;left:12.5625rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uJ6XTFUiOl0iB0VmqlEJSug8TOQ3x6ce { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TUo3brKII251D0z290bkAze5MTeteRT4 { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AL8n8XECMTK9CJImNHdtsvXgWgRTB3uV { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #owZDeDsVOshZnyMuKqo4turMb4ymFHpw { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ynZu1yBM6rQIrFTvHB2wf0GgEe7Eo3wZ { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GuMD13254i2z00Ae40ttoL8zUABmqqgt { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mhKyPRFyMoC2GCzMJ0BiWoaUWD3A8uUJ { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mSbDeqIImQODrm94Z1mfCuZt69omtDyp { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FlXpVm9r2Ucoo5ahxeTQlokl2XhaR3HN { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gRH4s3UPGRJOSeEuyNqGcCvC4kMmWRRQ { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uoz748mB9v2mASFktOsv6SOBQXi3ovgB { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aQiJ0ltbw5JpIhLHLT5NUxvSSHvZEfAc { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hKI6OpWKIg73zi4XQvGZN9IHhONx7PMt { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ugMeqty6gJbDGWoVeBpbNW82N01LsoPb { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TkTD4sUpG9HcElaLyUaEwFUGpcxWRsJq { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CuhveyPlTFtLOgGtDAvw7HlyhTEknoaF { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eKvTDDJEZqaqoTG9gKkFlTeiRsSkzm0o { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xAMdREM3Dl8AgUibqRAiIB6N2ZkeEGmd { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B6aT289CT7ibsuD6nWKNgyivc0gWZdT9 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rTVGdPk1sCW3sw4bxAosicZMWtRxn0Vr { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GCnTThoTnruFAlcSXx1Hn7kkNgfkwvDq { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qyTMLwBRoS9ApJAINnZD7oTWTXLPzLPV { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FWKaAaewwWCUG4IquMm7BhWC8s9PiMLO { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #V0TrSmD9mnSBFnVT2BielhqpMFIcksFc { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #o9I1JAnDfOv4WhqmzShgPmfVwJ2LVT30 { top:1.375rem;left:23.8125rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cxK0OfL73KEz1HB8kriC5mvvqbpw5ToE { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BHsIPdT6M5uS2bXIxq4WtdH8QWhInAoa { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IWsQ4x6QxiaVvxJgga9U03DOAMEb2F78 { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rz43hm8uKopQ8J0PDTlJLUoy85Mtk7Ly { top:18.5rem;left:23.875rem;width:3.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c0SXl03kNtPIWBoxbmoSRGfvoA2xWqgV { top:18.5625rem;left:25.28125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MwXbwHT0MenTqSftAZiUnAKHNT3EveRg { top:20.4375rem;left:25.406251907349rem;width:2.0625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #czyfAcNH5cPkNZ17KI8nCe78oT6g9EBe { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tNvSRs3USxO77fwkCK1KWLLs3veZRPun { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fRdcW22zGULnWTIsypw0fm4CfQwJ3AG8 { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yyTnoTTJCmdTrGPG1v7fwTwdoNtuUw0O { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rI93MclX2elTgNC6AeyMf8FeWscH7ne6 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hxckahINhmnyMy2JNnhvRraaRm3sDJfm { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VlntTOPfIMRyy6eyJsCtClfP8oLOstVm { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #evc8L4heeUkllabTxtngtW9QbvGftupU { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oBt3pNpcF78IGsfdtzNP0UULTyaJUiZf { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wLfMKT0PHC0qHGkxgrUVS1aJFGoeL0ht { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o3yGntm8lqOoVpbfZEnyJ4rfTl89NQFP { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #dMSUtCxxI5iW2uZDbnZ1GrtboqQR7SXS { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v1rDSlsaKmQZxo0e0ZfdR3eTwxUrUDqt { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C6NXfnlGSnpsf14XidTlDLJkbTN1M1MS { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GVFT81tFvpFT9nzyRnDfI23KphNKLJtP { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WrMt9R6Ml4hy2hccMri9coXvpWnV0IfM { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ndyO1livl85V9lfKhFFTgLuT1D4aOV3J { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #suQprJSR9B1XoIcQhB8pUiPf3LKp0EzZ { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EXs5eBJ6t5GMOIoLms8JuGIfc9KswQrf { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #whgTfK2wmApTpre7tErIualnUzPenFTN { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s2aMGAm8ftiaO4k4Q1TFFvg9mCJFM3Hs { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rXDS3LlzLvycFTdtVUFodEEqTq37fcC6 { top:23.1875rem;left:30.875rem;width:14.75rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kHn2Hw9pcmTGU4xfrOeATiaS1GJ1xwSf { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MKZsuTbC3SOEVidHmyGAUMEyMQ2s783c { top:2.3125rem;left:35.75rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iSl0vJlpgu8I7ccEzuTPB5GmO3V1cwkU { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cFKTfTiDnNpxCzFo9f6al3JQIqk7WssP { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EO4iKlBEgSiH5QaMUbNPJGA2PH6kpBPE { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kDypyp7vx1dlxCN5MhiIhAUEx4TRB4ll { top:18.5rem;left:35.8125rem;width:2.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TIv9oXpP16g7acko2XXz7SspcMo81wCl { top:18.5625rem;left:36.78125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NnT9maV01DPITgTI32Hl4p3iAtbzfmto { top:20.75rem;left:36.843751907349rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gV5GqgLgl2o47mxWGKyki68UnP6pWUMr { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ECkDZT0RHFKr8sOvOCRq5uSefDqV1nDm { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PeMEUyAEXIvqN4v8xzTxsrsOSkOANadB { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DWui3ncomUpxNrWAUPhFeEwTxO9FcUB9 { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #p6TcLhf5tOT77M83dq1mnXCRgsVFhVZv { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NFlStuB6x1eMrgLLgCzFWoLSS3sF5hz5 { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CsBI7JVurmc4vbvWF83gTM0uSEuzWehb { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #U7Da7pCC1R71T8tpmdDleCCUbwoeu12z { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Og8S2Uc73GeWUCa1B6QAdxbnq3WQuDfm { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ThadT8u4meSnPhVnQgb0LEw5C5Oy7bUw { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V5NE8DMTR1snqm9qUKGdHcQaCdzx2Kzm { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BIineZOczBA42zSI13hz1Ki1wlnWtS0W { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yU6sS2Gc44KMP5xfpxie7nubHCQT3rxu { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dx9gatecJAnrQ0LcRv3Nu1nzPPWtIKe1 { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QbyuTsO798bPB5wlzyPHeTwoE6xHAhN3 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aqoZCuvAtdvyC9VSzICoHRF1zove1PGx { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VLRUFSn6SGMiy8g6CF81JGLgs9yuk2xy { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zDRMMfp3AL0PD9BD4iZZbs1EtN6GZbwF { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #svaC5TOZBOVbP6KNupWKeTO7POWsT9ik { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { display:block; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { background-color: transparent; background-image: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .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); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { border-width: 0; border-radius: 0; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0NmkEKisKOsdOswftNUDrwTppqRcW9b { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xdNzZKzPLTKTDoKAuhGby4muTTVpaLA4 { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pHqbIw7JopltHEewCROdfFur6AwRtUzK { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E9xOHmb66FNySTnKbott3gTOfpqk5p29 { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BsWuTwWJU9loVlcbbNc5gpVHIcyVcVir { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qtaZ5Kq8EnpHCX8r7ODa4n6Fzy1mTsdV { top:2.3125rem;left:0rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sZvddse3AdKotCNm8r06sbtSQS2A3Abn { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gl49JgIsGbQTGUydVGp2IrRaH8ZODCW0 { top:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UT0LInFl8KefrDrzuo0BaaL0kMC8uRvH { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KhStEBdzyOwukKJxV7cS7QyO2nRcTUDJ { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aGMsXIfatcpbDTP24cJSTZTTIxVqlnCc { top:18.5rem;left:0.71875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OxkTzr4pTZlpOi5iz2EOCpk65RCtkEr9 { top:20.625rem;left:0.6875rem;width:2.25rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pWsAa19lP9P9GbEA3oy51TVEn6ay21gO { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NVivRC8WAVKmyzUx2y3pKthqDqOF4USv { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #p5CnWFTywVXhqzk3izmzRfTukzKsrV1h { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yBXa4Gg68M2tR0FtalxKruK2LKg8HfMX { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T1DtB4FHBVtcR3aw65t8csPOlmFRGaPU { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lvXkawtCDP0JsNo5UPrzZxTMwLa72olc { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hA8x3TdsMrXO24Ak7pUPk0FaAlxnm4ah { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qeqeUNTrzliUwI7gkT9QmBq5Ty6OlBlw { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Rzkv91AhRwOlyZ1aE5OM9W2LBBTpSxu6 { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w3Bd3C4Ds0EkAd9KsNc9RW8txnRrgJ78 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KBmyqwuG4KcnCUzIR9utmBU0kJ1ghBpT { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lhx1eUU5XZDwmbUBZHULDtNqpoUaNL1F { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #s2tZiSDFCbozZ1sdbmwwxegmlfiAUyZm { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TbNoe3L6n9KsXIJ29TTnoWcUlqWMwwcJ { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #csi76WCQGGtwBNToaJrliI2VoCeAF0eV { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o9quBBqmdxoQTuT6OHuQ7fruSUufN8yV { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A5Em3hN51f36BFQWNGZ6VEGnSLr8LJzZ { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #L6XzZbISmCyiBDrJ3qcPdTMtTOq5cwCx { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ralCBu1RxTPsNsXnpafUnfKf4263lTkd { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IlOWK7hTcSbIUUTiMbCsTM3xWXa3LTJ8 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cDipWHt7btbg3ZO7LIHTwyXJalkS05S0 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #UJKr17lNmyupQhtN6Qm1TbMDUXq6PCeU { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AcPmnpqvxbaFos1ZzVnqVIJvrcEpKeEw { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #t0AGCpIzpWShpS7WAiczgC000oLXz2ND { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gR0lthmgCKUWGhJmO9WncL31vhXcRkeD { top:2.3125rem;left:11.875rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yLmrQskML1vxlS9GqMRJ6EsSNlsi6rDh { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MEaaEL4N2A2vENfs43boRpTeDbZZyVAe { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WtouTVthKD4i4PkIkz19uFxIgh5Wql9P { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RXVpmnIIIMfyrMX7UGczoem7sH097iMq { top:18.375rem;left:11.9375rem;width:2.3125rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPnZxts7CHaOTJJKvQSOWKcE46lXwNub { top:18.375rem;left:12.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rXH5DMhrDSC4AF7up8IfOBhCXn5NtgUI { top:20.625rem;left:12.5625rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tsg7gsiGeHmxOchASiVT76kutCzGZWTC { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KmJxLC0hL2ban09TahdSRpgwHLvoEAMb { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nvvEyuWCzWJT10fFzqxJd0QXle4pMsdA { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k6aByxldBozL6KJgBpmDQnggFfV4Tb0l { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZNE1owSHav9AXliy014atvQ4a0q6Bqz8 { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eDzJgFG5VLuMCuxOC1NkLAcIa5vOHNuT { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nN7DOLLdPNkpdKTclCM7rJdvMzo2vIeW { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fMS5KC6DZv4P1rmNQdfhJe88urLx1XBV { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DpZvE5qyQ8436ko5WBDLInFTRmZ9JT4D { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xHxpFFknrwnAdQPBfR3WxnlkfzgySWqe { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eCywhCThvVCtxilFFPex6i3lqqZED3oW { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LOwoACg4FU0c3Gwu9m6p0fFHAgP54LFy { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VtBGMN30SwQFTluhtEMQ3TKt9Rb1POVG { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ecLvbag5afv0Sk7z2wMUV034dAg7PXzN { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bLsvoZwp6tyskKQx26DVPk5TM750ZJ9z { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gfOnl7eKDhAusDVeNl3U568JB11W4fLh { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TdTALx6B7rgkb6dXHhEbXL3VJTJuRlCP { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WhtEpEu8zvrBfVln4EQGMtE7pDKCfuHV { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ReOAlHELRtIwCSfD7nLie9O2uB7a6c6w { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bpyKfexG7ac6LPkJd4S4oTFOV8UN4gBC { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Rohhz8yQPmiGbZditogsIJAzzBWykLdc { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kHctopLqiTfZ8EvMvZPTzmAOmMIMuZMM { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RHiZXXkGb05XOOI8xtvKC3DwZucaGk8q { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UBq1iLNLCxT4te8UfT04e4O8flPcfhyq { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #v5xqCLCa2IVTLDMsWEfxwElLaaVTvvUK { top:1.3125rem;left:23.8125rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BaNlp9V6CvV7VXXTdJQKm7F9ANI5gclW { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DgzKkipPeoUSt1BxHHOfcDTaFnEpRATv { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dG66CS9e6HT71U2ET79cQ4Pd7D1P6kKK { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HgHh6ImLy81I8SoLhvTMWDBVrr4IrpqU { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xPX4hIZrFgIvlcTW1I4CuHZ5CbKTnFBB { top:18.5625rem;left:25.28125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TU67T4KWMwXvRde98BJiO2ZwKaCT6xKf { top:20.4375rem;left:25.406251907349rem;width:2.0625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uX1HTvfJOvAIp6BnR1Zn4FTubNC39uyp { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OObIiT7yTh0bgBXysT7Zqonv7JGOXSDB { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JQPqdqLmLa2dbZL5p6hh1Rwyt4wriWKs { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CfzcMQfyES9mOiodyWaFWcKgaPRzQqlt { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #WdmilN7eMAKxvi9gTebvtIGIeI8ILTr9 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qXL2rolr3kTN8WtsWmi6n2kddTGMdxg9 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XW4S4LP0Pd4THr2cQxrsb94QTFgHJ06J { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RsI2t5hrB6q71BmrXKQLrIcJx0Zr7dL1 { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EGwhHb3PhCLu2xra0iW1gQfcTNV7TT4N { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qtfPPFwx8miIbD0MFc0ei1hV52veJXhp { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HguMAdoCa8ZWRNAJXuBqyLxrOP279g3h { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #U13HBXcJ1ixocU9gvHyyVU7V9Nt3sDIT { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bFAFT9boOfl5sscvEwfvTtD96HpdbgG3 { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #olflNdAM3Qbw9CKOefgv8TZb9in89lGQ { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x4lp58u0Ofci5oRkDpzEnOSaiLOsOxkl { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LXBhJTW5L31keu763xseebepwdst95VK { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #M8iurRa7UOVbFPboJt1iZG3mGOnnQ6vZ { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vu3UtStIH8zT4w0HgL2wqAe0WxVfdVEp { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BQ0fDM9J0w3FnLoVP1SENHHP12KDnSgw { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TIAscUu5gvy3FfAZyWwJvbnLsuy7U6TT { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iAqG8AwcgSSs1Ir7bW96vBo368FmV98v { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ho0GwQJzCGxIPRKTaKKAKIUxc4bpnumu { top:23.1875rem;left:33rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #a8ek926SzPsGTt1W6rUm0gRK7Xz1GmUW { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uhyzEOEKMKJJ8ucNU2fsh92hq08KF1ka { top:2.3125rem;left:35.75rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CTekvsZyCB9OL2U5fmTV5PcPwzZ3A81Q { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #D4ur6zM6XRukLqTZyew1kCOzqGW3lImk { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HU11uwI6StfbQbgn3Zz22FErWQJcSZHT { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FK165ENmlAcU0ffpRtTVlMB6Wtr4Cic3 { top:18.5rem;left:35.8125rem;width:2.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lKi5e9XrItTu8MoDeoBSzmTUldURTkFf { top:18.5625rem;left:36.78125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UtZ6T298vHeSQTTgyrElMxHCfbee1NF4 { top:20.75rem;left:36.843751907349rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zyx6sGnxksRCq04OTrSUaWHw64sVD9tT { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hOEsVJetQJwk21FOcLoHZbia3hlxL5yy { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cnfzXTmzcbBJQcCWqf4b4QsRdrTfK0nF { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NKhOSP116PVTDNplrFUTm6ozhTTha0CK { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QfkHxD3Pf6KbdaVCsCh25ZcooTDqqLzQ { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b5c3BTr5u1xnl6qam4kzO4yOcsEZNLSI { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VhVTrN8kaTHWxwo6DpOGL8nNz0wXLQ1W { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pxnBnulACytsrtbTzSXJ13Gf9J5Qmt89 { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IZidF9LCn4IBSq004DriOSpWlc4UwUrN { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #s67R3KdcVU4Wn7NdRC4LWrfiX0DwyOeR { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iecTUzI9ZqWvpE3HxbKMm9ZkGh53XdsR { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kBeFe7EVUyrThAUavdUfenGo5UVwo6Jk { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wro00DKxUzkrGZL7eyaEI0ytaT06U9w4 { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OkCHqVT9NuzRGkaEXTg0nd3anT7pBTOh { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VFK2Cf3DIGbUQzLIRZe9aHpP1ERKwKq7 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XkE3ua1R8peExOow0aWdM1VQ8erqWb1w { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T3cdhxFdH2W8iTJ1uw8054J1GuNhHn01 { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TyD8Ry3GbkQaZCdAdzTLhFxl49IMdl7Z { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bG8SHXmCtfbscZsMA2x5ABwnBoaPfJeQ { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nrbZWV4vdqtuveZSnuICb7o3faG4WCte { top:31.0625rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dE5TsyWPZAIhsro40na1RLhOuyElHhmN { top:31.0625rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ { display:block; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ { background-color: transparent; background-image: none; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container > .video-iframe-container { display: none; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row > .video-iframe-container { display: none; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .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); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ { border-width: 0; border-radius: 0; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pwrm906nas13pZOVfzsEgzUxZCctheP6 { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MOtmsbZzlTfgDVr5EHMT0N2iSEmmb09S { top:17.625rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AxDNVkzMUrLWiP4NRCxlWhIcVPToEzGn { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eiqFpaWqvOeiTqFJUReUW12dRRcqk1kF { top:23.1875rem;left:0rem;width:14.1875rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MF57i0Bughoxdin02nXl9inGyHCz8KVf { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #utt1V8SpVKXhRsVqmw6MV7PuRhFcTnyD { top:2.3125rem;left:0rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Mf2nVFsMHS5vKFpK4l3lS4EZ4KbHEhAU { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #B42p7b9dZTvruav7Ay75n42UUieDZ746 { top:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #G8H3svqceTOS1mR22VFVmTWPqJsHm6c6 { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #absni6ZHw3FJgsXAaUZmT2qExoQIQVdg { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g9TzqllVt2WoSuiat6AhTbepURDTLNtg { top:18.5rem;left:1.09375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nk492wEWmApxSV6c1VOvzQq3wAW8Brrh { top:20.625rem;left:1.0625rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ohfZDwCWGlUNMUqe9oklgTMXGXfShf8Q { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qJ6wapROXX2Nd8fC41fwPrX3Iy4ko3NF { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #L1C7oyxZCre5k2Sfe9Rpu31yASxsUd8g { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AaO2MxdVDvfIHNki5vuyVJ7WhhVceBwF { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #D8XEgiIzoWnMRRfDVzbQD0XGZyGWxv3Q { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P8hcLSRbztN3vdLncZpkWSAbvz32nCRw { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rieiX0ldx6o4pnFa5ct97GExNpAUKGVr { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UbhWvfAdrPkh7ZM4llkeqkn60nHtmlJ0 { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tvDQKweU2giUPpkpTkP39IdWqXKVgSpO { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #a4RWSBz5dP5M49ipaWgqsFbbL9DF4Gml { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XnLOIA6x3IKKhRxUX3cQkzllD6XQALQP { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gpzrmGAbGkwb5itXg1hQlMfTSb4hFJP6 { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mEuCtre6TVv1UJTeBcXTi9drC1Egsqto { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TxlNFXOiKXRm3TJRw4Tp91TfQzFaBkz1 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tUL1n4C3iWyiMzZ1y5ZnpOaeTT9ZnsQa { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sy2wid1w9nxbWTTGhqvBnzzl07vTed2N { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lkPT1whbDoXTwDSxbrXzpZnn2XcdXOwW { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #R6CXeKZfBS7kBweke4GO8ORr9R2WlxUa { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #foKhuCBJi62vlionxbWJCqtXO0fLtSnK { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #W9uIOUspDWTgqzrT4LlqV2RK7O2OLohx { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vLMAlzXrZAGa4CizHewBdpTvKlTttTI9 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #QkZGQRzXLpG6fcOpbPKNHlQwTTax1w8C { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i0R18I5WRRq6cen8gQAXAmppIzOWpwvH { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KKyEpXs5ZicFxCKpkxBQ4laWl4ztiJff { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #N3NABDM6KmsRXySypZWeviklKugGRltn { top:1.75rem;left:8.875rem;width:15rem;height:15.3125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Hh8RfQNhGvnsnT4pRCfDXE7PJqDEVnoa { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uv9fOwP1OhmCb2c3xD9f4IFcebdTCIiL { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yl8Lw0SoliHktAeb0KT1KV979eFi4lZL { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N9Z4gnaXtBdVGF7sTJfQpbwFBc6fGuLs { top:18.375rem;left:11.9375rem;width:3.25rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cK4gEkI7kN8HOpxiS09Bt58mywIIHKbU { top:18.375rem;left:13.03125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lf27zcXyVJq1GzUISux6CDOB1Mc17SIV { top:20.625rem;left:12.937501907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cN92dcwfsg0AtIR4TVaVg67wEIexdyUO { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #r7uGr2ONlsF18REHxxeWCqw6VNaKwWZ9 { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #heaJLZ2vw2ODWO4spdgaWNle6b1OCC9v { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ECx0bHIoTrU6HIFLBEUmTwwZBOc0J9aG { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o1bVtJCiooKmonaWo8V1VE8lClcMqNsv { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PzodqALHgSHrQNN9ATyc1qin8H50w5dM { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kdCwoZTchaPDz6t8IXBegH9dHDKiXPtZ { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JzOA1gTWNzAzSEBqFzQf29MBHX39rOVH { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XlvDx9NUh3fKa5IEp64IdwtOmJ5STIHr { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VQIB7oETTrsq1T3MkaGVCs2H9qcqAiu7 { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LfbrGNGBuHq3hitZqu7Dpuoc8HAe8Z2h { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PL6HeU7ONNhF8DQ0fgnpFHGmwHNN0toc { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #aff6ZJ8q1arqAi5TXUtOF3KlFbDAT3l1 { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nqIBlK6WbF33wU8Wql9I8C1ytqNgMtid { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uVOGCcEh2zNTz376DOZ95V85Iwv1zFod { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VdZAJuMrczCs7JXz8ExBGOlkw4d2ww2k { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JuqtIcU35DDDPMFktJsLM5oZvlG0o3DV { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tBCxNX0sTWcbSEOXAepBm3tiGndf5pIr { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aerSAQqegTDaawCJqzNhs5tMe5ICClk6 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Eme54w9qhEQHznchQcO23hu3gf3km8ZK { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AIf8nXftR8sh2IaGWW0th29mVXBOV2XD { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #NUiti5B46EVKdJyN96nphHMoG8TvFN4n { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #umQFmnWErgSW1dEMavWzd5Hck8OMBwvl { top:23.1875rem;left:19rem;width:16.8125rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O50sF8Zlr4zVRDfiohowg3kcAThwiS08 { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8zGKfPWpoHzuUUkuTUFKFFWGTThR6L { top:1.5625rem;left:25.10000038147rem;width:8.1875rem;height:16.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ry4k8gPuNTeTFNQ8KQZpczIlwvDpffuk { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #b8PZ0KoIEtcAKu23l4c0v9XuAgoMpaqr { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ssbooKDmgvpMlmzN6pAqBJBvu68PTKcl { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kgXolwkaoE2RPTxDCFwz01P4Mpta81pm { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PCDfVKJ9f92acDnfLqcbu5IpB9WCTuNK { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t7ynsKOkwwkGAs2QG6I4dHWS0KLXigbI { top:20.4375rem;left:24.781251907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T0SI6u2qytEDLkJhauiTKex6kmWLQtgR { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dBHzdQsKVNTM6aC9R3OOBMxalEJa2sny { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ednwh6UxuTRcLt7vgoNUVaePLhu5ym2k { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kggWOUJh26BZlsQU2pol2eEtesNMeOzL { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #u6bgTCkm5TT4oSVC9E1bLyvFPDVXyp7W { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h17IAiOXIUxXk4UR3zZ261SLtH17yzVM { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tHgKPkmDEKWMZbGKyEwa7iBru4wHMgk5 { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IlEa2dJga7BRUuJ0H0N46tP0kM5Qnwo1 { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #aeZC0zUWQ7RxVwQGrnFnUcCzuOOuuCxT { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hxyF66uFUb6TDlIQ2HzDrqUcub8JCzrC { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RQHpw87d2mX7J32y1hKqzxPnEzh9IDZw { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Z7onoCEdZzSd5mXWcluIysvwo7PwuPui { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kU3bJW3Cg9X6H6Tuu4zDJIu9ubDzT4sA { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tOavVlBRT3EMJNFVJ8aPqH6KNiKJPHxZ { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WTsQmdEPPCud2E8v0qbKhuEKKrHyQ3Zy { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #J2tSbAg3N53pTDXSTbndxDqTaULd3GQn { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hWeeovrBeODsVJnqQf44CLUuFL62U0FP { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #whxRcIIUH0fGtlmzRhDXrwFPBMtdmtVF { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bb7JzeVnrV30ThQGtpwqsg7OTcVO8Fvw { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZRzDtsupncCRH29zxhdEJlrCRGULTACV { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NtOavmypmz2wnkECB9X9J6IsLa92J7ST { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dUtSGdIxaRKth8p62UFy2GAQa6dzvMeM { top:23.1875rem;left:31.0625rem;width:16.6875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tuKbz0aqS0QeS37QJLEssA0JqPBbVO5T { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #v275usBT2elQyduidCPxhn7FxIcKchvG { top:3.125rem;left:33.8125rem;width:13.9375rem;height:11.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pI8KKQE4sgNqRgwrZN0DetLcEhnyauCA { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wuzVx3AA8GAg2LoAHZ3lpL3UyHvO1Pmh { top:15.4375rem;left:35.8125rem;width:5.8125rem;height:0;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WD5SPzwsysO55UiTNhDI9VyVRFrg3Dkd { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RTLrdZhm4Agl25cgBLkpxZiOJ8qZKfTZ { top:18.5rem;left:35.8125rem;width:1.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pk8XKpNI6SGJgK459D1O4UvAedATLT8P { top:18.625rem;left:36.593751907349rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ypF57voIWConbi5GTA7lkD3GppsWdHFK { top:20.8125rem;left:36.656251907349rem;width:2.25rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yXDDPSMcIEX3scR9RGIlTORUXTtKy7Fy { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gvWdPHIamwKukaWPTmm3TExZ35NqEOny { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kAHNIMXxeBrscGf5L2EI5fEf5GkqCoGR { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #BBG0ryUIBT8nSgTOE91KuXR1kq9v7okL { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bd4eAzFTIsMyxmlTlb8RLZTTducUsNCn { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AagnBGTEI36XDOGT9PzTPbr1NI4rwSDb { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WvWCQst4eVgrLLRoFXmBXrg5vJywXgfA { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KPT3sgfagAO4c2kkUB0fuDHmISLWNUFi { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QuyFx4TKfgWDRvI47RcmNT41CVWVqpnW { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uRfUOpufyTlVBvWFgBUseTGvCfABnuDP { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h8nRS9rpETiQEKMsTcw9AamIReGRm7gT { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i9i7ve8Ih0i3RMZAgPmy6kZwwmiWPGAZ { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MKpli04G4q37yhxyqx1thVyTxcQ55wed { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #S2mELTnkU3em1g9bwinu2O0ZF9iLJNI8 { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nyUchkp1NiWo6nZSmq8RnlfMPZkpOnNZ { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WTopk8oMMvAGXOmXHTTstf9UHTWvGDvG { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yngbL7IXQTxvPQCPibReQUINatEJr1xO { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KOgxrdoHubLzAzLskPg2n2FdmMxHKZ5h { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qm0VRUZOKT3TXyDUk0k3lIUNZEGv1dzf { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf { display:block; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf { background-color: transparent; background-image: none; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container > .video-iframe-container { display: none; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row > .video-iframe-container { display: none; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .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); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf { border-width: 0; border-radius: 0; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVIKPOTEkAfNPr39TQgafStGZvOtInrJ { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vRl4uxeFIkka6d3Tii3eRQo9VM4u5gce { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T7rTgZkX63WLA3kJsKFZyif0hcW4AlT0 { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xRbEXmnyMpwOsG7eEivvhFWfMK1XESwq { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bJnmoMVD7X7uhMiWSQB9nbuZiTe6uqkF { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #V2EmgpTcJiHlICQfzZfKShPACOTfPeDP { top:2.3125rem;left:0rem;width:14.3125rem;height:12.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hzrFOToZk44OryhpbRO5gSZImCf1AVL9 { top:15.75rem;left:0rem;width:6rem;height:0.625rem;font-size:0.75rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RdtEMACrF0qmVPuJs5ToaWWHTwpIFovs { top:16.25rem;left:0rem;width:6rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eeyqchL1b7q3lBw9BGf1lRfACKRuBFoe { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WtADM6A575RQZWB2XEuLHMJx5JZwipL9 { top:18.5rem;left:0rem;width:1.8125rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uroFzgd1m3L9n4X6zpi3oQvNy7T1CuZn { top:18.5rem;left:0.53125rem;width:2.1875rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FFcfTxTAfUPWTWwsqpV1rTQ6dHL2JRhw { top:20.625rem;left:0.5rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aTwtBBwizITT14deXRUuSfibJX78TzwG { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfW1MfLuTo3aGknnQTTXwkPp2mTVnwD { top:30.375rem;left:0rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ugr7X9NANRE06cTrQTJ6u7hqA3JiOCyg { top:31.25rem;left:3.8187503814698rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GGg27ofuudqmZp9k7CkgIfCcHypUO4lT { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #L8z916ulTyvMGcHLQpU53esv8vHcpuet { top:30rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bNo0XFTmbgztM8HOdI1sqTUb3fGxBL0o { top:30.0625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fOWh19yN7iCvR8DwcpZ6PM5yuP8g1Dw6 { top:34.4375rem;left:0rem;width:5.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KW8IskztTdJeltZXcGtbGHy9gS7r3HiI { top:34.75rem;left:3.84375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #aAC0DssPw2HTsrWe7Qm2OayvQ8AJesy4 { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qJUwCqCGt8fhVIHuKUugk05eKGR23EKe { top:33.8125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ADWMDVT2eBKTZVb1PBKIduWrxri9WpXr { top:33.8125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OmcSBpbvrbqD1baoKb1RSeE9pfvHO6dg { top:37.6875rem;left:0rem;width:17.5625rem;height:1.25rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Oe7sxOROOcHf5B0NCASy6WG04Z9Q2OtC { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RKILZp1bIg6dkSJE71IQ1zmILxM0KHTf { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qWz96MBz973cdJWGxclwhbh4PUlA4WK1 { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bNJsH5vr7ueNidPlr91xaO2khvJD5GOu { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zxD6Pnq2T4BHQvtf6RJ9wwMAkKsoKInq { top:27.8125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #F1NdTKCciZTGTwDLcWMBnQ5mki8SITVN { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OI0uHhe72PDmdMRPdJFObXTLToT1nZJw { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DGdV4qNDOJOJclcaVFxRQoshSgoxnClL { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xyMAVDHPsJ6RPdNw6XqhKqlfN7UAMBr1 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gqwIkq9G5DBwsfkIClWTGkocTu6vTBdp { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTbsZvxyeZoBxs6lVnVtptRiaAGBLlM { top:23.1875rem;left:7rem;width:13.25rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TsDtyeh69So3mMXb2x3db2aMrEir5DNl { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #krtccPsxWO86WpD4OCP2xunPxtp71nrG { top:1.75rem;left:11.9375rem;width:7.25rem;height:9.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PFNUn41M9fLdgv4Odb7TRpLP2enUGTPn { top:15.6875rem;left:11.9375rem;width:6rem;height:0.625rem;font-size:0.75rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MQsJHGVxL5usxmnbGZWIgJRg23dlKMPP { top:16.25rem;left:11.9375rem;width:6rem;height:0;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KhFTs1mJJBW9C30btvOxg96KftwiUnlt { top:17.75rem;left:11.9375rem;width:5.875rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfx0etDcWDzirIchBZ5XS6OyP8tcBlf { top:18.375rem;left:11.9375rem;width:2.3125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PLyc7DGPM3NMx4nbNLD0J1pyP7fuyzPb { top:18.375rem;left:12.78125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bka7VS7CC9qT18kGd022OzoqyAbnaZCK { top:20.375rem;left:12.8125rem;width:2.5625rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pQ46CpPew0ym7BoLpcKWCXJEATB59ztq { top:27.5625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PoV5r52almu0S7Tc8xwMuFlxeCQKAdiG { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CltIXgTmtTheMmuy1OAzdXHhcFK6ZFub { top:33.6875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gCCdhIMq2hroTmREJFlqXxvMTdmEaRmE { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uexh7ZCepDqckzVyiDu9WnTtFsGGkPkQ { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VHoPKdUNtl3gzG2UiZhiOMntzdIOMp0z { top:36.8125rem;left:15.656251907349rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GJQTbTPNtL9BSrDmpQGCw08yPWX0MZ9P { top:38.0625rem;left:15.593751907349rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GtTnoqS2qwPx34l4mRZTgMeipxB1qwfx { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q4tdoDIOw1dKLnu2Ldbi7ik61dqXnG7H { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dtpPevUP2AiiH1LkdkGUPP0J2dBNEAIp { top:36.25rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XkESw1Ig1FSOyb8Q7mlS3GNOTydTPSXz { top:36.25rem;left:15.531251907349rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qeDTemvUM5phXOnnTVmuJ8AuISCSdy3W { top:40.125rem;left:7.9375rem;width:15.9375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rQkZTqHUp3bzC4kTRULZ9HHUpVDGaO6u { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #W7LXu0gRxyLMusxJEZMye7STNAUeWFuL { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NspWLTvOtCwutXD2uGxq8tWp0A8EzqoZ { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #n9fQsOQTlrVGQGa81wmB4ZEcZZHPNSNR { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #X0vuIRPqTl1RkBoFFscAlhRNrxtvtTNQ { top:29.6875rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CikL50Rpg8VxkCiKeNzSXBP5cLIIuw3r { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RtgDbuWSlraMHGnOH0Ux9gxIIQgeJFQq { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TiuBcE6rNOty7E9UyDQ5uZEdpTqBqxtx { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MrJs5V201AtnLoA09Zlu2treCNXEI1Lb { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #se5Dgr0Og5FsJwGwgmhbM4zrg1qhTv33 { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ywtFVDU35Qqwn5sDIVv3HvF2VDTJg9gI { top:23.1875rem;left:18.9375rem;width:13rem;height:1.5rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ALdfcSXR2AV458Kk1MdtJVUUALVWaxNS { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RTDDQcAWhgvyRNwtpmrgNMix6RJz6AQE { top:2.25rem;left:23.875rem;width:11.6875rem;height:5.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gx5RiQetBH6UpGzWafZrIfgwrK9063bq { top:15.6875rem;left:23.875rem;width:6rem;height:0.625rem;font-size:0.75rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cGATUkNCm9TW9vf6AW1LUTRWIndJp4cG { top:15.9375rem;left:23.875rem;width:6rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZqTNow0we7FIy3GdrxNQ1IcW4WNaPVGr { top:17.75rem;left:23.875rem;width:5.8125rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VIJaReJ5eoy6D6cTgwu0QQth2QuO3IPm { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nwschdop8kNmC4XyWBsOo5XDMJE2TPyv { top:18.5625rem;left:24.593751907349rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c0H81uh7HkIZWAnIs9ld4tULtnfvLNc7 { top:20.4375rem;left:24.718751907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IIsxUC64QTPqnXuQFwul1GR8OasHUMm7 { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lE7gt4hUTupX1Tdve889TxBE2Xv3Jewh { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #q1bwp9ZOHpvxqcqueAER30b3XMn0OKh8 { top:33.5625rem;left:27.468751907349rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #O7oa5eshW1VLmrd82Tie5sRi0lDKwp3h { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bCsf5TxT1lSDyfbGPS2JeUCJUMqARMap { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #womQ9XkIfTg4qlNxmOZS8keAlunMhUpf { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aURU8aKCsn7sQDpC8PM9GNhyiPpdsI13 { top:36.9375rem;left:23.875rem;width:6rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #aRvbK6d3IJytTJdTISP5VTPISCAro0uN { top:36.875rem;left:27.468751907349rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wWuiU9BRcXgeRW8ilesJNqNFpVU4BuGl { top:37.9375rem;left:27.531251907349rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lBRss7Erl1UidslZ4hyzTn9koFXC3Ts8 { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UbweN9dFWbh9ZNnWoVLQEzPOFL2AycKe { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yCwkPkfOQc3eXqgOW02HgsaFzO7WFAy9 { top:40.1875rem;left:19.125rem;width:16.6875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gOsngT2SlvrCiuZJu26K26t8tIqgSrzW { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lnNNs5PXVX8DIuxQ4wBxlSExWNBfE0xp { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FA36v5ale9vbwMku6sL8ynfLZvzVRrRf { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GZfQTDfQaZbCmzZu6ge4pnUlvm7V85XT { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RMT938mEbTgroXaoRxyucR35oQKX2mtn { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #aCrpe3sa0iLIciFlDSdxlatzz7azDbCC { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KRQwsAFyCGwZyrGdN06olGTbHBnnUXfR { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #F4WgrQCd4TDN2zqQrRoxCIdi3whEyPnK { top:0.625rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #fTvFh3NxUnLiferGTXuLhG6WQoTS4gom { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NwSgrWWTi7eTGoseB7lnfUABcTJyH2eL { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MJL4FWU2TD0HGWQFIzhWcm4QpCMOiSaP { top:23.1875rem;left:33rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iBLWx1PeSCH8MCfWQzXlpJHqeTUlGMJn { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TW36mr6ifIQmzC0mm6slnTQTBZgChoIP { top:2.0625rem;left:35.25rem;width:12.5rem;height:14.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mDsGusgiNcHNNTMZffFNGk3zTEi3cUBC { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PLNMMFrhv1uO2TaNNx3nNXUWNrTDd5Xg { top:15.375rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #w8XnrnR1t8dBKFDvivAipsPEOcvZuq7s { top:17.75rem;left:35.8125rem;width:5.625rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lD6W73pUJP7FAZ8WZGC3ESoxQHrNVvTm { top:18.5rem;left:35.8125rem;width:2.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Pt0mGrzxRp9DEtQvDKgLAvsWMVcaBf1v { top:18.5625rem;left:36.46875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HylzeFJZJqGJUNzR5GlSNVtJacCR320W { top:20.75rem;left:36.531251907349rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gDlFE7HRsfKhfSo0MuWvZIoWBlh2P14P { top:25.625rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yhkTZDQrZdJTtzKZxdJZsMdHSddUTRW2 { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QTEdnM5RCynw8Nzd2oWFDuQwarBC3JOo { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CMS2rFglFOGacVVLl6xvwSK2q6QMlalu { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mSMg3RnrgGeVtxVvJvmG2AvkGpqTb0eA { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lCXW0te0AURuXloTnUzZtW3duTwS4JdH { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UwdI9d6DZbHm6iSI1IyGVWW4gXNIJcTX { top:31.1875rem;left:35.8125rem;width:5.4375rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JMcQ7eqIUQ06JZuAFVNqUNbBJhmMaHkw { top:30.6875rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UuRWqfonQe6ZENnQ67hRErKIFikEnxFF { top:31.9375rem;left:39.65625rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #BGJNniiSb5iWaMX2ylXvfcXkuFCWdeou { top:30.125rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VxfZefoZvqZAHTk6bhQDAAu4NDHHUsRA { top:30.125rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hHDVuPC3RtJgV6gQPxggdbhFe9mc0eZ7 { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #dLzrtu6Fm87a5r76EaCA7g5OzpKeIRVK { top:1.6875rem;left:41.3125rem;width:6.4375rem;height:1.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tyyAGFuEz5s9UBpiuffknTHLwplzNTze { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UltGn4MrXtehWZmCHxEyXofRb58Ildz9 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nOBEA5BlaaI6hoKPmHM28EUxV5KEa7aD { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TJEuoleJLC39oUeMJ6yEMGUbdP61TF1f { top:27.75rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KB2LffASGQMZNXLCCkGQ7ZqvezPxs4N7 { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TNm9qXAdogXX2ybCVhcFtyyolozJKAkE { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WUm7vqv1axiKian2s2rlqJxxUd3OqFp2 { top:6.125rem;left:23.9375rem;width:11.875rem;height:5.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kFLSz6txS1X4pgmBdNDdavynqM1evTBR { top:4.1875rem;left:16.34375rem;width:7.25rem;height:9.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE { display:block; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE { background-color: transparent; background-image: none; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container > .video-iframe-container { display: none; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row > .video-iframe-container { display: none; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .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); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE { border-width: 0; border-radius: 0; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuTb2qLpi9fAshJ5DkNKfWXSqv0UeTDO { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vehha5zzmz70I8XwDtfD88Ow1cbh5SRe { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TQU9FTR2gmcwmLBbvC608obzR58gtCu9 { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TEDuMQRDSZnUnq9WzoQkQsWO4EZmwVOo { top:23.1875rem;left:0rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QSWFyFJcC1JV7ezv64vJwHJFVzaeWUyM { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GmvOCqPgaQAzdqBqEJIM8fON7f1hQT4r { top:2.3125rem;left:0rem;width:12.4375rem;height:14.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g4eEkxisyJFUsd1AiFSr4FPktP9hoo0e { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vc8lar0cfTGDrk92VRLa8tZWZgKeerwq { top:15.9375rem;left:0rem;width:6rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WtsFa7Le5vBtED5nOOKhWCdORMX3vnLT { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S4iQDv8JzGzSAq3NL7zycuTPiZK0T0OS { top:18.5rem;left:0rem;width:3.5625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZCuOAi7J2S118U68sOTJZfRamfqcfq6b { top:18.5rem;left:1.40625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CEQwkzLTKGinOmcCzDHLPUNbnpRMFZKA { top:20.625rem;left:1.375rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QVL84siZVTHVK6LfJ6uV2N0Jr6TW312d { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cwvu7ypCykQgMxEgLWROPTobwfcmTJMk { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #h1JVgFXRt4ot3shaVtpBLwkNqaPObJMa { top:33.625rem;left:3.71875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LNlqXmxDig1x9mETZ1G1TkxB7w1qKvkE { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QTTLE8XdAqUF7Zhlt8bU6ODatKbKtAoD { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N0TzWSFfNysvRxga4rXnEJTOLSCttCXU { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RiXwSgxVL7I2QK8cwHCKzJVlxQQbWHHu { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T6n3IM7guq6CqkLdClEk1aQvDTHWk8vZ { top:36.875rem;left:3.78125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pzsnI9dyo7w6ozuCUNdazMHCSL4Eb3MT { top:38.0625rem;left:3.71875rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mv5TNh1qZczJVRXWX23RuTS6t6TxgDPO { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OVWAswFdwTmgpMRK7QxkMvbeVKN6S7AD { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zBFFcFxLL7paMLwx03mNASSaLbDBeXWJ { top:31rem;left:0rem;width:15.9375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eL1sz0hCZAbrB333AJOEt0ie51PDcLSu { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XKMhKVFc7v59KEP6uIFu9i4BTOcebTub { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fvy7W3KgbscRMMye9iDxWFy2NEvPp1FL { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IECDvc3HAKJuwERD4aL04zNOBSVrQZGe { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Jy0k4bMtG6Rzc4Qc8UQki6UTauHHsCx2 { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #H9AQ5IysyMkCQdZtZZIgCT6T4yTX9uTW { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DaxJF6kXMnryKM9n3emHFpka0FtLlkIo { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uDhASv2IE74nZoCwTS6VPipA7BoneTOT { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AJZS3vyfW8g4JpIMM9kgncTtp97MpVSf { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gCnGHzQp4ZX92gdxqREP8qMrvfsNbXXP { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SNdPFvzb6rC8uXFyPLfUqu8pM0aBVg37 { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XIAEfu6dOa1DXFqA5h01ONpeJHqZrPqh { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xptvOFgIcKoWfmrJOsK4LzJ7OK5KiQ7i { top:2.3125rem;left:11.875rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o8qz2mDKJ1rMVh02QeUUt8uEOskAamKA { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fho0c0h5PXiCQLKD3rAweDHCEgkHD4zL { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ktIvLhvSmBrJ54xlvmFUGUthxaqdCHXC { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fmr7wFVonJoL1xv0TooBADoyCttoamsP { top:18.375rem;left:11.9375rem;width:2.25rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w7STyuOxoppe2gZiQ9ycKQukxKWrgVLd { top:18.375rem;left:12.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LRr8R3deOx1t3hQk0XCVQnhfDhmRTBwq { top:20.625rem;left:12.5rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AdWsuyczIzvzrRWfOw9vTtTyx2ghaXRc { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RE6hEWaZk1sTVefa4BvTGmh2g7TqXQ3x { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #F8o5s0NJG2TpBBzekliKrhCriQ0l7g97 { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MTBZXidvU8DgMbD2BmoBTceveShVFv7D { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XRdaSQHNDLiEvdzhhSybFy0RzEpLKdTy { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MZNAvzNPIuBv7TxH5f3a5h9bt085Zg6U { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hwtxaJTxyTSzfNyfsWuSACpUPg3P8hEG { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xEQVuA7vm1gQD3Zxzf2bCdt9HBuFMUBW { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BaTxEawIDNr8G6GWBdOBn83GMMqPz1Cc { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Htq6THrXpdGBOy6OEeGHeD1T6ng2O7LK { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XKMBwNCnzMlmpSkZAbuSWViXz5huseqG { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GmVexdNyglFVFX63bGAnRyoKRyTNk4g7 { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EREQ8xVUBaJMC0RJMrpKRFNB6evQJ75S { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TTEScyVXn34uB3wIpyVoinbPedTOIXoO { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OrpsghJCZ9iOKNzMqtfriBQN9J5daRo9 { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VhnOhT998XXJN8ZmW3MdauS97aRTNZmV { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #S5KpUgKADHvnyPD9UNKlTJ5v08KHRiKg { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EZ7INf5haxFofoOJiod17QxfZCEShPN9 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eWlUXxBRKvJ9ynoX2bcgl5tbhi9gOQlA { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #omOQD8iBrduL4UUBl8x1FJ3AvVvZM7mB { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gf3Ov0haWTCGg58ormWRVVxvQzia3BX5 { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uEsT41go4nlSxe7hKPHsnTtauo2pyHrE { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gZwRZyB3LUSyQrLQTwZNQsThC2UWTzdI { top:23.1875rem;left:21.875rem;width:13.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ddowWZZ65bQOmsIALPTnk1Wipc2zNfls { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ri1teFVnzMUGm24acMl8lNJxfsk58WgP { top:1.75rem;left:22.4375rem;width:13.375rem;height:15.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cNLQb4KAXVak1emXB8AhE1hiJIHzroKT { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FkiTb8DsUC3okoyB5uD69bmFqxXxCCV2 { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aDR1Xdy5fX2KGFSRvklPgKuVqz6vE64h { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #adyzH87dg1DZHy8Gey0LUOn1G9QWTLTS { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v4UfBc6nr931lvFQMd46RqHOdyN1FyqL { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TTgDo2edFGcPNCvEFqay641D20Ek6iB8 { top:20.4375rem;left:24.781251907349rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eZytCS6e8DpXLA1IfzAxRUvlsNZHnU0y { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TP6fzuBDhHWEKhl7kPdaA3AQxFO4zuD0 { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w0WrTreqhe3uZo7UeaOvSNlnVlMxHKv2 { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TTJQE2THv6a1Oa4pNpBKe88TeNu62Wc2 { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oGlxpqluyaheNkr825C3ATLueHbx2TDd { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hcTwxFS0ChF9QIJgVgFW0hXIzEzJTbPZ { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BRImhHXeidcARlqbu6iSwFywJAztmEo9 { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oRXugoTLTO2bvXrkIbHS7WZxslxnkAkt { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hLut6TfHpKqrB7UgC8XUcnevVzJ2gUHy { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hJSHOTBQyqU4XTnhksynpBEOOPSqJ6XQ { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SGtJcnCSOV6VcxAOhTlzLz6f7RQiZ4xx { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #A5sqZAZoNgVEuHdv41JauZ3381TU4GbF { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #InvasxBesnCHFXPAulHnoshoJiQXDmR3 { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hEH12z25ksGqEZ0BLAMSZVlWEeaSa4vt { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FscT1Z0481AcrrCc7I7bW5Bm2V5Be3q5 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PTHDTMVz9SMiZFy8KqHCaA4c2sTRwBIt { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iNq7sMKCtzqkTRhLXTxuTOR1sW0zMuv0 { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ho8pNXrOdUBGCbzXcz92uxd9Cyd3RLIQ { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cIKVUTIwwViZ4IFI2CbRgAgkMrrDxuHd { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HcnCnNUUKm28vJb9r9MpglZA4nucAIoo { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IhxTqcPQR0QuhlEdNFgEcwD1LwzFn7OI { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FnKOL8uUDJIS5ntanewOiRnORc1VxbqG { top:23.1875rem;left:31.75rem;width:9.1875rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T6sCl88on1zVeAhcctqm8NoCMI8KBvJv { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zQ6HMhrZxfNX0kNLfFqyJXq37whvmzXc { top:2.3125rem;left:35.3125rem;width:12.4375rem;height:14.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0qmWKG23ST9M25y3M91ff81srFtanF { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i3xuVVx5EW2DMmppTlrl10uGTbGVUUdt { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fOqXWuO5qRCCOTzJmmhVcCpkmGnqq3xy { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vt8eMiJbqoABMNPieKWTxRPrihQXDckN { top:18.5rem;left:35.8125rem;width:3.625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kDxN7OoFHowGbdyCosRFOQToThT2NTTO { top:18.5625rem;left:36.34375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Mxi8XguDRw3uRaIGicf0Np2mGwneQg3K { top:20.75rem;left:36.406251907349rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NqOR3Wv2eR30UHNnKMJ48TKgJPaXWSPD { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ItaOtUGBbWipvl2fkwSqmV8EC68orvzV { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rRvhKDBtcUuT8760EpgA46NBWXT88THe { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qRHnfLDmPoov4N52Nu8JS2De9sxED8Sx { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RQ1vCEwNzDdg447f7dabBDBDrPF1PwNg { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rdn2OfUTnKOMdwL5px9mHZ5okxBelLL1 { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IfHeGrwl4sRZg4PNSJ6THqInrE4eek49 { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hydTvboH0XAWeB9oVh2NMv62804I0p3l { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FySc2SsnVMRb1nie3LkthMnSW2QQkiP3 { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nP8GSNOupxAP8cr8SbCiqarur4rD06ZP { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XSR8O3FDk9pR4LC9waZx7XE3lhuxJJou { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kkp69xuiFOgQBRA35Hd8FkQsTLuAzyiD { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FxHxadMzSQ7zo3c4tqfbRB8gw5RLVgtq { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WF7OUmZEolnKAfkUCq4xne7yfgkapECD { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q9HnIQGXZDG8LsxBbMQGZhpptZAqd0t3 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xOiOwbPXAyMLgtbwzCFlMdSLosT9FWV3 { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #E26PXXfbt2t7wCPutCq3QvQ3LXUcm3gs { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mOeXUoIt8ue7odRmH2kXPN6hTUvqbINA { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ffAml1dIuI7dmmOc0nNxT47fVV6PAgeT { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kTB9bKl9MOTnU3RWNToOPV2ub097CPpV { display:block; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV { background-color: transparent; background-image: none; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container > .video-iframe-container { display: none; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row > .video-iframe-container { display: none; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .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); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV { border-width: 0; border-radius: 0; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRPEI0iSN4M43GvhRTo0Wdhon89ebJUE { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Na985PRlB1aL9eGrdZMTOZQrvdKiLNUZ { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WMw0F68Ruq7UAbD70qFbJdoEiIAt3bma { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZNaT75maQuiTNO69JWGIohoPxrXr9vBJ { top:23.1875rem;left:0rem;width:9.5rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tJEsdBg6KBKyvLLTEHhmpFcgG5bH4axT { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ic5EyTo8R3qgiz4TvM3eyL5T6QHkZ1SW { top:2.4375rem;left:1.2875003814698rem;width:8.0625rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K21llGKLCkTtzLPnvcTdQsp8VGqq4J1H { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Bz4RNmXfRnsE4avCKSNISfsE13qxrDG1 { top:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oNp8Ftn1K4BWuTEz2SUbXyPqmdFSxx6y { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tms3StyGcTGqHTuhpBNSvzTxOONcf5d1 { top:18.5rem;left:0rem;width:2.0625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sTuqL8wxH0DUBbQ09MZnPABftpGaIFqP { top:18.5rem;left:1.09375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JvhiRfu201MpVAVQ0Pm6Uvsp2taIARLq { top:20.625rem;left:1.0625rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VW8TaXJTff2bJDrtAcWeQ5tWgqoabI9z { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hn1WyXSewxuieoBqduVP3x6NfeHTOvOX { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #OmaZvd1Bz5QlkMTeuAyBHa9uLPDp5wui { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MQtQGBGFtA9sSTDwxvyCTpD7urvK9zp0 { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nz4y5v67gwavwhnvTthwew29T4EnbaDc { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #daeTffqwrCey788tVmBdyHB75V57DGHS { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D6fZp0gTO0dnNnKXydToPdMq8NKUKS0K { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iDvF5logkWgXPI0gXh6pPBgMixDDa9VR { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JetGezg13Z9uMDef2v8h8xhTU165Zbv2 { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VTzTdNIXMCVJRUCyK1VVTEuvsbxMHTVy { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dfLeUvPmF7DOXa1QA1nbh29cdbuFHaQt { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Fc4P8i3llmmKAFZWhfRolGf65Wvr0Zvl { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #O8vMi3X0AkK7LeR1wLnvWhiJtmTMk4IL { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HWspCo9478NeV921zpJgQC9dFGPq6oQz { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IKqMaAU79WfMWFJ3u34FuHo5NgN42GnA { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #USWKrVNwxDfFtXPrwtApguwCwWoC5CJR { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OGBAuRdcnbwnTDPqBuPLaCssemr9u8JD { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #S1km0SESpJAdm9bZ2CDbQov4RrVd3lMs { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ASp0ZTDJP3Sf7dILWuzW1rsyx8BEeTwl { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kaETQooq0HTF3lhMTbIyhQL2pGJUEn7t { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wul91V6d4tvxCTCuwQuG0L4VOT2wm3ws { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MVCXQdnKnz5VQndNNg7xuNkVd27hEdF2 { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eqJQwuCeJdCgiOWwndwyESiEGFN8xcrt { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WLHDcVGcfZ7Qv6y96wKVMEpV0axixJqz { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9BKPwJu4wDQlzU0M5NsnTmke5syZUO { top:2.3125rem;left:11.875rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QLJ6cTzAfoHp5ZTD8OhvqWqmxvFousPT { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wvnbUGZcpcyVZmcGnbiKFM6249N0y2oi { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s997T0cKGhHRTanqIJoWWzH9TMXQoDEk { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wDEOU2JvwvdDD4l7IQvGVDBWrvAiGVUJ { top:18.375rem;left:11.9375rem;width:2.25rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i73xfraacTQrT9JSnLbda4FTofA9zhO5 { top:18.375rem;left:12.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #blr6dnwKsaXTCarKen4pAqWLgyVIOhwD { top:20.625rem;left:12.5rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HOVi1ApLvWUmaO8abOlCkzoIMSAOikCT { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JaQOBsthJx5RXkyP0ddfSLbR9Hy1TT9A { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TVrIXSKVaENqhnSongv8cLZgcaTrrdea { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lIs8mqUrQ2o0KugueDw5ElCphHWI2rKz { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MhKoOaP2tZWJCTo1w5EyIzzlIEz9i6Tu { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #y2kfdBivrFl37MzAPzy2GeDRpX3PqVZJ { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NBmKTss62L2EypET7Ht83vUpa5CSs1WS { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Gqbe3kkRfnIGechfDgolyLhyW57pSs5v { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mTvNuHtycRkpQLxt5S5HzQgD6Z1mIiFO { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Mhl57NwiMyWdfmV89iuXvooIu9rh7WPW { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RDUvf1vHgztWihstfqeA4Hn1aiZphSTn { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X4bBfOS8RWBpq9C8mFRp9kmcyv4KKJ12 { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gQZKxb6fuv46KanCuKJABGnCEzC1Nd4Z { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UNwRUSrdlTnwqw8XBE7Fa44xw9Fn5fPb { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iuwBUAraP77ofR7lcIBG5VTgIFm9FLP8 { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yJPg5NKF7aRlqhoFrXkEeIEItbJbf4t8 { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MV93scLBKd25P3DirrUAvITODUAylrWl { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ycJHkGc8Ff6Kg7cJUmaAqHp5aNBa7zJ0 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TfnvSIM6yzvxOHnkpiP52i4FvZfcAi7r { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NWyGGFafqyNHXfIy92KnlsP3kDvTCHMZ { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IT2miaKRe8Ap72nNsuAoJ0sLBDOv5Qqq { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TQkzvp62wz61pbLQEOVsiXFA1lr4Q7DF { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yVqT7dbXCTNhpbiCESkPN7HKyutJIplF { top:23.1875rem;left:21.875rem;width:13.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JB5R8bqN7sulofhc0TkTByNe4LNZ7lu5 { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #B8TaZARnIQpwd8dWw7xLFnTsk6KXTFf3 { top:1.75rem;left:22.4375rem;width:13.375rem;height:15.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TKB2w2ps34DVEqOM4XizPPxENXfcy4al { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wgsmdgk4hHObeH7n3NMdbr9dhyrwJ0lA { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sFvc8uMf90z1obO8NGaZv3u8J0ggMglP { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ECnLqTyx4ynA5H7LA2eMGkbLf1mTxZSS { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HpJR2EODxzvEDI3RRc2L45HWyrXbk57u { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vkFRcTqNOerBganKccnwpd1nEfMF3V3F { top:20.4375rem;left:24.781251907349rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cnkzQAK5zkSqRt7kVDTioa3ayR2l3fDz { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ckKlpLDGyxQN80K5rc34SLXE07M22HyD { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0Scom4JaoTTf80rAHOETW3lOWiDOOG { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ntrtTADk0UsRuQcHRoBwaUwZsdK7Zqgm { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #S3f5fDFmG46T3bPqoSqQiKCQTXFSUC4H { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iAMT3QzZhJXyw7H9oVJQkrovznAHgoCI { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Qy5b5mZRMBZ6AAWUcfJuMdTFdShbmGaO { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XApiVDW7W8rrUgq3XRTEU7ECwCTSvf1I { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #dwo89PnOhqRGl6uHv6VPpqrHMpreG5wB { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MIZgEWX9XcuKk9WCFVlJrHpzsHNsKyzz { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qTIWEw2IKPTsXkt44ExzZvaGW6IZqtme { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #H9XI5ZAxbXxkoVDSU19FOUsEWKeJRuyl { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lkK5TTTK3Km0Px0xgwGoKT62CVsEQaLx { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tBsrsclyGfscTaETT86XH7M4nHCDLUPI { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BxAoxfI0xUUQMQlJ4V9fTTtM416BP3JB { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h2MlN7XNMDeenPCDd1Zteg31zxmueE03 { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XNbM4GBiTc26tAbvc3WWKMx01sfU1B2U { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ddvUGE0TyMI7TqvvtRoB9EKuAEs5cVp6 { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #awTUfLb9xo3ulIa8JywOFlRXUCvm7Vud { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qDIQIVStUiUJfROEdN0VMptXO4KLFSf3 { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H7BwmOdkoqXXQKoBfZqRSxtDmfkvxlPK { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oOO3cEz3DO6G8ySyvhnKJlHbyPQFDBcF { top:23.1875rem;left:31.75rem;width:9.1875rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #orMi0q5xNGtHHwmfadZEvFP1G7WDtNRJ { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xnAmwNhJyVzyVlQLTMPx9P1VJq1a68IF { top:2.3125rem;left:35.3125rem;width:12.4375rem;height:14.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TVykBCEe0S3bvd3xKSKeJJLZLB1CuSQd { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DKBFSkH7yCFMm7N9UQBuqr3tyN4PgNOp { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qWiMkEFOJnUbOzLnz4ZdrmOhqT8CtG5E { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DsQwIoNUfG26yOOa0ZUxEUvrBy6kKZzk { top:18.5rem;left:35.8125rem;width:3.625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OR2UtkUaEWTbDKTEWW8FX8PKzoFe7BiT { top:18.5625rem;left:36.34375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C03oU7nZxZk7NhylFqcuWDbPl9MtUHsK { top:20.75rem;left:36.406251907349rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qIqoCXKdo4IyHQiaNluhHU56BER3PsRb { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ziGnz21kH2WMPm5PmvaPo63VWx10aO8U { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #if7R9yTAigD3auSp9oB1TOM0G7N0ZsDu { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6EMrpfCOTU81RfHvvbRIMCsKsmGWft { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #u3q4RHQVRAELybRqRU85e9ISkrxiqeOK { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oWdTIeKXWpIDNu0X3CWrqBQhvFKQTxKG { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ubf40NQqC7Cw9DatTkpUz2ppTpP8TDhW { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lKxB0PG7alCdeV6OsqR7vP0xXd116grr { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o2MOMwD7czqKFCGRiayVWr1NohrHcNz8 { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IxeG68TkIfqG5Tv7eEiozB748CeW5rOQ { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p14EMVG3UH6ovHuSCvTo1qTsk8eLamTH { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lz92U6z0r8hSbDJhFJWXiEOXKLJ3RcUs { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hkF68h4aGPNKRl1BvdmiX2AITwUvyLHP { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #erBmSsgBGXi5OrD4MFIo4U22Tis7BrEl { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v1wOGSGWIyfNEJE9hboZzXFJ5IkWA3lA { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B3Dqkkl5ZIDX8KlesVssIiGqgt6J333v { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pnBx0VXtLcclR4Tiv1TRU0phZK0MdoB4 { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OmJuZs5GlwwIpyxNEJgXihcawGCvLcwS { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sSexsKx7vfCyDRyeFNHD9BI1zWcSO4T1 { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { display:block; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { background-color: transparent; background-image: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .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); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { border-width: 0; border-radius: 0; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS4Tn7lLasqnyTQmdGrntgWTrHRwuBKs { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WSsVtLyg6g9mBvC5uR4ul1BB4gADWOKZ { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nafSCFdAgdmtwf3CMUZ9IuHvD6m94dmz { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g2cAsuP2xTm1E9BDMpAG1LpmmVfQGeT1 { top:23.1875rem;left:0rem;width:16.8125rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ANN7qHtNNBJmefUsPB3ty7p0GKfcXfT8 { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xWoz8380h8QXh3thQROMdtql8FPGoF3h { top:1.8125rem;left:0rem;width:11.625rem;height:13.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BZQ9HoeZQcFu3rqTBVl7FZPNt8Z9zAN3 { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ODCnxvm5dmTaGnN858DbdgyfhcwLgoBq { top:16.375rem;left:0rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AlokfFNpXUmCEuPoy0SNxynEJB4QHAvv { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z01VhwvQHKXO1I4XgzllVOv4VJpVTa6p { top:18.5rem;left:0rem;width:2rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pxSbhshDhnR3oJpbXtn7xCG3f85nK4w2 { top:18.5rem;left:0.71875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eFou61vJVapwEg3HTNqnaset1CyOZb4s { top:20.625rem;left:0.6875rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EfqH6WTDOm2zHrTF4oXZKWLNwWme8ra2 { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #awzVmeQWm6UAwTgn0ln20Xh9NHaHb91T { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QFoMsifs10TmnTJl3Gdigczuk9JbQkrb { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #O7tX5pBwXWgKIXNJVKDtQbsQDsNqOvor { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IZMmh13DJkJRUGc8iRsfsngCKKEaf4Av { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G23EFEKa1wSi03mGzLqTbShh7fR8FlBa { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mgg8vvNnkAeK6W1vCBPRTp0xFkHzwAm9 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #b8om5VNAb8I7hGVFVNwvZG2PltOv0WyH { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Fs8wlH84rcS7Cctsf3rNtPnPG90E1kTg { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rFLD9Vb7IFuyz2A3dgSCJi53bbFrGXmn { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dpp3KgXfvLRgMppXScV8LJ9LMhQWPfsf { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TN4xXCUrXi4379nxMbJswnEXngdZ9LDz { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bVr3dVDJtS1Bh5K2w7MiRPvxa2GCJ7hT { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NZxq3Ub7Gcy7U8n7TSWZFrCm0IQxSRCV { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O5EpdN0EoTRWsKhIycJOUkUgTtHRJxWr { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cg7qfH4IbmeVzZgIIpTrKPDtbtLNQiu8 { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CVwSG5N1nqHfGDn06rWlwP9FGJOdH0Dg { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EeuhTfpIZ5cNoQ6t3i0p73oagP8FOuZQ { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #F3sIR4LBHbTxVlQotGfdve5TvDM9ncOs { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PsxnnhUr4392TT4lwFB25IMAMqSMUri5 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wggDoKhIHLeqK1fvwtxUqnG6hyXDllT6 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IUMg37dksBWys7FpZndi5QsF9mtJqk3f { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQ35TcEfdNSSLy41V6oom4rKb5nptOan { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LiBxIFnu9zzHruUB6AkDwAKUpZsim9Je { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qOHpHurPPGPDPTpg3AXFMWp2yFWnJHR6 { top:1.8125rem;left:11.5rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tKGmiXHTmslHpXbdHN0zCwG3eac6yfc4 { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CdrMSH7S01HNuBfrrJHGJL5Zh0GbIxPi { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Hmm6OVCWBwiZuk08TZSUT9DiiSoU0wmA { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wAq98cEG1FCBOLUEq5sXTKwAK16dUgFH { top:18.375rem;left:11.9375rem;width:2.1875rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vTgPZ7nC5wxTx6qb8HxkCWSa5Zs5PJX3 { top:18.375rem;left:12.65625rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UytoJwIaH2D4mgovthNVV630JLDa639R { top:20.625rem;left:12.5625rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p9x2uRE66TLSHLKgVHAFBi8kM6WCFe8i { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #g4ssPZk93C2k2oxyoTrot4zDSfVF9wyl { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MVaIdcshTaLdtUZR5gbW9KQGu7iM9suD { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #zOXvJNCpyFNq0k9IbUnI6iOt1vUA7OZh { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #os5UKVr0numfczxTITdtxFSUDSOz4dGK { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hwWFfUTsWVhX9IbPVWHcQMiTZOWCaNJN { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o6eiAqOG9dyox9GNCp8h7TsTHteHWZEe { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VxsURLBXVJWEZiQvkKPrUw5cDtryJ5AT { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BwnewtxiMTQZNhft2GZiHL1oc6a7HqpC { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OAeuTU7bZUnrGWB1JNcEw3uwwqSUT5eA { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Aq9VGTvpgGpGsyo6cVwlBi2BbEZGI3bD { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lQdoeOszIeGn6cp8RQui39e6Om5L7VT5 { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #OnXiF3hLS1l4x4aDGukSwUzh8i67OGH8 { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VIrAlI3EdX1hnyRi7kI2NXwNNBI7Jb9x { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H6ULOzpaqFIJ4uK2r1qyDVyRtTaW7fNE { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aOozQ4Sah9tITUJz43ea03zWPNe8wgT3 { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Gqgl8r2SgXHyUmQG1Boh1oTWbZR4xD1H { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mahUEKAqEb4AKP4wsCWqNZn0gtdt5Wln { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #k6pTW6dFHUNNLm73tx74Q8r5VOclKIJU { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A0tN0DFAoE8JIq309Sxn86OZma7bplAy { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vKIuttyN1vsMZwvg0Vfk8odtdc4Es77o { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yfoeQKR5TG2SQRW6Z0MSlgwN7DT7wp5t { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P3VDqU3R1oyqxcGvs0TtE7Bg2rnTf3MR { top:23.1875rem;left:18.9375rem;width:17.5625rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SysiTOHUr0OFfAynvEbXmfSqou0QBG9b { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZgF8okWtmPwsMxnHPLTqUg4eDkSRnzDw { top:1.875rem;left:23.875rem;width:11.5625rem;height:13.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dK3uQ3MdOv1TUftlHb9u7wMTiFvrJ7gk { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlAVzcQLKllzA2dMFbeN6iLwsfdoblX { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wxgL9M5crXUxtSteKv1i8cGkdTFDf0Fp { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eTVAsvVOErvfZiPGZOQiGTKzfeid3OZe { top:18.5rem;left:23.875rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tSv2mhzdeuRQshB9F1DCHFvJR4JxWc0K { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nb6liG9UN9cWuXwz4wVuDICPln9Tmpdz { top:20.4375rem;left:24.781251907349rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oOi2WE6uEACoNVW3QGMCJaTbSDNxW2Os { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IBIp8lfaQEOLG5nlG7W1Jd1fLvdQcTDO { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #s8QE3bS1O1iechAk924bx8IBpFz9oM01 { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hM3gXp7708NMLl8NeKGc6F7t7Xqoe5Nv { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eqew6KaLKpnNrWncazheGogdcJKGJ0pO { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KOJyBm2NtnfVvEk6FJLkyUolBPzOXGMK { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #urMPcMnOaZwTkJnVTb854c5dEb4oVq3L { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ftvoDmTvxTFzLxqeaizmrOmJygKyiQCv { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #x9p7ROdBBzTzRlu2zWN9eWqhE257bvnC { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #P5UDfk0358UHReFbD8QotHBvDihpIllk { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KSaBwF06lyGH3U2sWtWX11Swmup3ZJao { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BKnLekid2aP0Kxk3B1Fkezhl4DrA4A0Q { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #G0N0ev6LWtXncTXfhikeTfv6ofiX6K3I { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HCCagqfZ12XZwrqCTgLPpkFTZxBLcoBW { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EIBdVJooT43AtTO8o0lgwihsRbS1IBrB { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pDt4XiQ3t84WpBiN66fzLtWTgqxfAFcZ { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Cy21vXmZZ7p0OpTWMzMl0SMamo0d1Dl0 { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #h4mlhtMW6HwgeKloVs9S0Rau7favXaMN { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JpqCnXQoJLT5BAKmhQTZH0gy8IAKPO0W { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b6t2re440KN3ys5yuMztt50GXrk5irHx { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gO0MkgtzZst8Zzr718lhMksyFKshhHJM { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RFT2V0tW37qUJeMyKynZTqnCG7lNpq8M { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o3CqreTPQKL4FUrhVcFAxWo3Z6LZ0km4 { top:23.1875rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s4m9Z5zcLHAO1dcBJd4uNqw1T5Um5UZe { top:26.1875rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #U7aFTKpJCkmkswimLImmIcmE2Xo7ROK6 { top:1.875rem;left:35.8125rem;width:11.5625rem;height:13.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SUP0gJEOJGktm2SlQp2QQdcMIBABlv3V { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kZlSnzUW5iqzHpHglIPS0919y85THqBx { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AZ1oFwSzsJAlSZbRLp043khl8ZBLJacs { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l8KAAPL7DW33DTcytmtvthRiZlmxG0zl { top:18.5rem;left:35.8125rem;width:2.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZyGTF0hhesUE4MXp0fdTgweg6RTEpXRT { top:18.5625rem;left:36.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nOSOKJWEt0o2htPv8M0gTy4ufui6KZNH { top:20.75rem;left:36.656251907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nfTEOdRxkZ0dht3fa59tM7l7cPZpMxgZ { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ez2uiEtrwwNTNDoQpge3r0aThONcETvM { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RDBmSQ5v8z1VM647GgnSTab5E8EVsoIC { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rvA5IwnogrSuRlc34I2iXxa6PF6Ss3fb { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GfSwfZNWldcIfosJAOBUPahb7TTRZ6Wc { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZSSIKB1yx3LM3gK6bd5ZJO3DMplAInRJ { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g1ep2I7esvBNyQd6Fxfd9fTt57X6tOsM { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #S6nUJ0Bz0AF9MyT5EQCt8qwBXLGiqEhQ { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lZaNRvl5Ob8Lxb9U6Q73qtchq0V9ov7O { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #R9B50Z4SFdLKpU2Qve4W5vCZUGqafqHv { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ns91foKNcTuLS6dcb91qGldquTbV2xUx { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TUTczqbFFCz7HDVV3nEDStsea9hVG3If { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZgXK7wSymO2QslcWXScdc6niHi8dMl2e { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EZbLtBZLdZb8SaThcPoMOzWpDBrxJ2Bh { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Tt6anqvCi9q1xnJXO61GmtvUIyyqRXk3 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OPRvCkbW4zltlh9R0tWPJrSTDas3lldF { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PL5bKMW7Z8KQ8qgw8CsFcTe7OZ0X32kW { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #h7du2iS6ngnUGZJ2BUyrCcqi2JarBQQp { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qQmWXmg8Bi69DqV2wCvF1XglHfeMTKQG { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { display:block; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { background-color: transparent; background-image: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .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); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { border-width: 0; border-radius: 0; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgrKtBg1xAUyZRttCDRk3CgSGGFik8XW { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MIsm05sAq6sy5A30fWCwSoCCLu0qh6W1 { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JI8EuCfggXbTAkhMaaxDmcHLc1VIdZcm { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U5IbD8glF5Ne1twAz0ZROAXwkn3rEKwW { top:23.125rem;left:0rem;width:15.0625rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gLUkE1OPVPkw0pQAGFkDZH6IqZQHL8iA { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yX31JN4WHTp9Somvnddbe1cLWoGpeQCf { top:1.75rem;left:0rem;width:11.9375rem;height:14.113697445727rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gM4aZNbs0DcKIgGS7bcmbuV6LgW9Qn1g { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wMlJKthB4BrP59DXfSVvo987Lff07Dt9 { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #unfyy90TI2ypm19CniOJzv6vfGAJbpVS { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pt4vatFslo0xxDvlyhH62Ra7UTiuMQuv { top:18.4375rem;left:0rem;width:2.875rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TtG4KTtPpdnHZ29AtmaqKDBa6nHW7fqe { top:18.5rem;left:1.156005859375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HEoTcTt3twhK39AiqL5hsB6zPIrDgil5 { top:20.625rem;left:1.1248779296875rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rAna348JayWQ4HaRIRLZdqAwoKtmWAEi { top:27.5rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ec6A0rTP1r5RoanEkLV9tMEqZvgE39NI { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XyPBU5pANvBrl94Tyqsqx15JZZOOHDRH { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pBB3LmhFaRJADRgslssSckAyUeE4JCVA { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tJAhTCzkvMy5uLcN2vrox8Cv7r4aIgoD { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b7pBOq8u5m3dVgr0x9ROqTX9ZBgcAG8H { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z4uL6ayuWT0r9mzmyefW6hTw67nud0wf { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fHgfU7cxyKlLyk2PEgCl25uLfhMtqlTa { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sBmRsh9RG4afDb40ihgIXW7HDZ8Cu2Vx { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #B7htsyX3N1NiSrTMUVILytXIqKTsTLhE { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #veSKtEc1MHPcaXmlEf8nOrI7mhi6Mc84 { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vym6khOTmQ6vV6EF3TJRHnpBrrBDkx7M { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #N8BqwUpMnLZ2DV24MHpT24tuMruqCg32 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZZZPJ1Zhw9acBLTUDQ4C9Q8H4w77Hfw6 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WPxnpByfVbxKJyV720IAVD4cUpKTm9iJ { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Kn0SXdTa8MQ6FB0cpiFyXGXvTJF3yiaR { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vqDyTl0b9xvbZpAJcIfsFVD7g5phCdxd { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #otmmDchZNRXtmJiO19iEWngpqZuZNloL { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m1lzoGUPNTWNkheOcWTilrSw3aimsatk { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T9VNwQbCHCvq3FkPKs5csJaR6bwi2Pfh { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCS7gzFTHashThBFkFsoILKabqRZ0fS1 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JLRrFsJGvECJ2bMCRUDCopwnxFl1RP7i { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h0rTmOB65vHKDaHzpwRsAdNH5yScPEaq { top:23.125rem;left:7rem;width:17.25rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O4gG72wa26Rqc3KQ8TV5WIqBiFI0JPui { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qal19CDTPsyzco69HocGDWNIyc1aaKUp { top:0.375rem;left:10.4375rem;width:13.4375rem;height:15.874625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NKRNtc0g7dki9vWHaOVnv30wFbyyiPPJ { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #URKAIzItcLCSBJ3UzgrPSX3WCLK8Ae2n { top:15.9375rem;left:11.9375rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RX6mmZPfAtMlQ798fyWczshwA0uHce1S { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SmJ5Xs2hZbXR5ZnF0EASqdAByGSUcu7Q { top:18.3125rem;left:11.9375rem;width:3.625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgqxkB8aLpDV1NPiTuJqEqu376dRaZW { top:18.3125rem;left:12.906005859375rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Py8G2bruyeKXCsoTABKk3IrqtTLxEJiT { top:20.625rem;left:12.81201171875rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w4nLe1Ls5NSdRhb7TEWcyECSVGJS322g { top:27.5rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XdR3DF9aJipDvQkizoIipd9BL8tIvTGM { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gBguqKVdbDNiNy46SrcIPDFl5iL9VXhk { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wPTTxXpMRLKrWoXHTk0qWPZNDdsScnLF { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #BP3sTNtWuvuT7T9cN9E2NDWoMnF52vTT { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZyflZ1zSduBJcOz8vX2E8RWI8SROb4Ln { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #htZeG1tbK2cLBpbmiEWJ5b38HwneXc2Z { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QhszRVO6SV5rCztsQwGDE6BTJlCKaphX { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hVJLC9BQOdifVJasidzoRswxJ0eddifi { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WzL1oDy8eHF9TbEM72BqiZTx6Vm8AT2g { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qUpkRA7rqL2MgpIrMFMwUureaID1TLTA { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aTtW4Mhw5oySSwOSpqVTynw6uxK8bC8v { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JZTGlb85LwUXo94hPCuxUKCakTZsMOPX { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MwlJCwlrsso8rHUPfWN6NdSUxH8OaRnX { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #phzgJR0JhgKvmpxcK04ASaqzO3UuD6ib { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qnzPZtzlTTZmfHUagFRnFDrOaB1wTVUq { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fdS1byZnO2DZUZxGOrnAIUNnE2uTxU50 { top:29.5625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #x4sVBGDell7fWAcofZonV1AyOSle2J5K { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p83yvUxTRA0Fn6NSqba3s8E7wRu24vT8 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eAJM28GdNwVKdlaUrTIO49I2N7k84wSE { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yvAx81StUIzdlQPseJvkNAogiTKZd44a { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oN6G0N0usaDCsZu80Epxf0xcTrMouKtT { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mISsNlAd5gll1Li3i9g4PRvMQRgKCRXa { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q7dvIAE7a0HeppirSBaypsXXTr9AB95V { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Muqdkt4Rz8EkNlrTkxtXzHsWIKo14wkf { top:0.9375rem;left:22.3125rem;width:13.5rem;height:15.864640171066rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZG53K5hkE0z6xTFwsoSsBUWnEDW9TsSb { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #deD65Um5cWQdaS6h4OwApKv7F6zhBKR2 { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.3125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XhVQvVaTNW3XE5h80URNyGZgzbMr2wOH { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l9TL7d8UeFqzk2tIegK6dG9T8DmSHpEO { top:18.4375rem;left:23.875rem;width:1.9375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X2akvAVuVOGXBhiXeEEziim8DIRCHcRg { top:18.4375rem;left:24.53076171875rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tX5MD8WU5wdhCBZGtxT2HELK6yVmJJ3d { top:20.3125rem;left:24.655883789062rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UD5DMyqhMohReT4D1MEQ0r5iabhDW3Kb { top:27.5rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KmhGrJRWmfOm9Gqh2THHqHUatxcWPeWV { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nb0zCuSbhJO0fn8MOzimKnBomdtnpAHg { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LqqtIFsanS3ecdrDxEdcBhkqbreJefDK { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #veU3bOeQ22HK2ceaBkrs7AEnytTEeXK1 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BRctXQeqeX2lG1BxHx4uqewke0ceInnD { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HatttgJDGw6h8rLSO1xJy6vagV9SQAvE { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yrB5qhgkTHRRO2SaeDvtDB7ZfqMxqNMQ { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #F2dBAhkaTm5KUqmoUoM3v3qE71KIOUZc { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vIPWZtB6qT4p9D0WXUk41OhKrb8hJGUH { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U5A7GRhxsaMoZoOQ8XPA9yTJkhcKBnRn { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WaH2XMQFC8AkPTvO82eU5F763mPS3xp4 { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ShIr70D1NLd4tSRGSIBpC7605cZHgPCo { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pk47t775726A3my0LB3L8UetEWq2Rb9S { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rRmpJodFHe4m0otXMETTlVeWpB8HftUs { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pTqALLAZHbktbhMOktrg2ncz9P1fX2XF { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FwUT7y4Qm0ys0EVOANhuuEwXPynyDaot { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kZcmKXOULPH4oqTBoxooKLaXW6MUOnUm { top:29.5625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nqh2Oca3GC61paqcmtxUxucQSTkJXh7T { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #szB7mcSEs17mOAHMAH2Pygs7ZMvE2BZE { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #O2PsCDbEQpJRzN0GXw6kRwTVt33WFFA2 { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GZKzoweXtao6hWkmascZi71yt2x2xrxC { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OkNUORKT9ywcq7ZUhkJ07kX012dydhFb { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eelutsfswnlUQ3aZ348WKSVMhkIwiEXC { top:26.1875rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rNGObtO1eLATvq11cXuCI4UxMccSTcXg { top:1.75rem;left:34.75rem;width:12.9375rem;height:15.176455422648rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZpsqCuDkkwhwORanF09VlPFn5FCT8yq5 { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mUvTcHrtfUwMZcrcnusNCnrRLyuIBquW { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qT2D1l6ZgrsfmyxN1VganQ1cFhcatP3n { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NLtPiCRVe81RZOBXZs91Cwghuddqe5uo { top:18.4375rem;left:35.8125rem;width:2.3125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LVI5QvwVctTnfiJFx0UBPrd8vTwS3Q9N { top:18.5625rem;left:36.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uSlLTwOQNWadOcvV7bBT8y2k6UQwdpRm { top:20.75rem;left:36.656127929688rem;width:2.6875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dkn4kI1I21pkqLRoA6lLIrM85izKuEDl { top:27.5rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cXypdszOpPLK0U7Hrnm7ivAhspRD7rtV { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eZsCmr72mQNk9vPdsNrIwh6BL8BItbNl { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VQCra7eD5s8oD7b1LfwDv7bn5ZUI77Ey { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XwB0U4QlEcTTtvaiAQsW9tF8Fy1h3iPK { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bA0T3dfazCHHMzvXbDR6c8fkp0Fh9b44 { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IUvRTb5QTVvvaoU1eARmGtpb7x7HdRe4 { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pTJbxt9Hu2wS8s0itTtTUUnEwcegcLlT { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UWkJFmNNyEVERCex3eClkctI85TZucCT { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CmvoTJOA9vaE4VtGIUCXmBeeByLNE6fp { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CMCsGA4aA1oFB97QnlgLCfsDtpBxFIWU { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XGFelIfyHX0HzHITc9C2sw2ECm1gyOXV { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #apPkkpsTV4rJ29rr2vT4p1CzuE3KHUv4 { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oVCL7BOqxmzA9WtSEcPXKBkzJKKGzBze { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HmdZHmShilEpK3D4JvBOXc094kFg2eVX { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RJIPuzTH5SdJvpscWimblDcIOEETpGU5 { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w68etO8dU24eACiEhAx95vPQhNc4QHDM { top:29.5625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oBgwPoCfZMC11uTTFtnI7iiZ1TbXPdr3 { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WpgUq6erLJznpfi0awmEORE6AMZiP3oD { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o8zkktMFRiqZymMptat2NazUDDKvPqtS { top:31.25rem;left:0rem;width:15.9375rem;height:;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Rk6P4VrbBC3LQXT1qIferLNvScKBol6T { top:31.25rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FthMTT1iKZCMZFkFaqzItBof6NpTGwzU { top:31.25rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TGU5p9N0DPKaGMctkQuGT78W9RWOBeio { top:31.25rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { display:block; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { background-color: transparent; background-image: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .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); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { border-width: 0; border-radius: 0; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD5UG399vch9EXAzncZZFVcIzad0rtMF { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JwN08ThVc3Sh1TfEP71T0MMzPphlLaDh { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vLikeLasENUJmyDkWtdS9Ag38ZR32ZHL { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gMVmaTkT01U0OxVCHypTRe8SxLasA1bU { top:23.125rem;left:0rem;width:15rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bo88bk61v6UEydgEfuiwbMyhKotDliRG { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UG9TfbkT1iIJnwgva3qICOTgZ59sAnzd { top:3.0625rem;left:0.6861572265625rem;width:10.5rem;height:12.302087648082rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WVluc0wmOXTvzmHuScGoHRznPTlXuiRS { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #etfg3eSon62PU7qlNPhe5b9hZqafK2cG { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vt8IIP0xtOvAtzT8zUnS7MkKvRzJhDgk { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LvFLlI9hTnDMp5d5b0FL3BGNhiMDsuTh { top:18.4375rem;left:0rem;width:2.8125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QfZ6oO6Zr1k7CKdHLIkAH6qVuvXIHJ5f { top:18.5rem;left:0.593017578125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wtmX9fZ2T2vgHupsXmKb6JTnTZWw3dKP { top:20.625rem;left:0.5618896484375rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lO55gFGhPlBQAHDFfoST3uLTJpsHc7SL { top:27.5rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zc01hsUAGHRTRTCd33mvUzLq7i7iMPTW { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #D5TN413GX5e2kWaiQOLNvIb6KiHCOafG { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GZJ5LhZBCAFTBW4RvPbgQLDVB1aZfSD0 { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vVNTC3MGav5alu2lWCfKr9daPobArE1K { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ra5zEbd1Q69USu5lfmb3fBgKAMW47mev { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TCAUb2AiHyQMFX28xsetdRvWtZIRErx4 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KF1kWXiOlSkPrTyrM1naHvRdMWerKs3E { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #p2ADGTUhOUwmF8KwfRnt2gEtnwX2W6dQ { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #h3xH94flps4p9qRxIv3OATzR8SFtPJvv { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XffcaJewix5vfMvS88zNs8tIgy6JVomo { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tpdWEhoG13071JwtXZLFgPm6q21pyzuH { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AJDT6HBgwM8Bv37N4iobSoRxF6trffNx { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UdlS8ndvnb52m1QoKqC2TdCg3s3ggIm0 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NPqClZZaRr1II30rpPgTiH4UftCtLVFZ { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oDnEBp4uG83qJXCnGrAHzgr54y5ZDACT { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XDky5lXlFi0yenMZXmT6edZJ8xAMKQU0 { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E12TPQcHzaJ7LLbxEuw5gnh2qw0LUEkf { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DH7cXBhX5npBSgcnzsmhb5G5ywB4Ih9H { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cumDcKCfXQyRftMoHbv8xnSqvCBksVR5 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BQAItmOMSsBO3tRKTDT5BUbUnZob9vcI { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZQQhEAGyPFicnT5Geb1lXraKZXykrwl7 { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oa8AfD9rmrto2ycke0kw85CW97maPcVD { top:23.125rem;left:6.6875rem;width:17.1875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #klLkJCLysHTvOQ3GMEUSMeEeWxTQqw66 { top:24.9375rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ikMOtMEC3M6sfvF32CNOKbSdOdviDzqd { top:1.375rem;left:10.4375rem;width:13.4375rem;height:15.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x6FlGy8a9xTgmJ6r4WDamahUgI5NsOCZ { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cRslTwlbQXZ43ZliDpvhEAsIvHF7B47f { top:15.9375rem;left:11.9375rem;width:5.9375rem;height:1.1875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #J2EgTubWelcT8Zxr2ZVWTGPT9VLtUh0X { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EC640TGplZqQ3tkRnIh3wRTdOgbF9aEn { top:18.3125rem;left:11.9375rem;width:2.25rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FKLAmufLkTeyV2AKvHUth01TPr2Xe4X2 { top:18.3125rem;left:12.593139648438rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XIV8sdcWq9qUWuoAInwwb9X6aSeMCigL { top:20.625rem;left:12.499145507812rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hqa9RVcovykgpOqVFvuMkdyIDAtb0Ige { top:27.5rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xiIDDaUlTUOTMFB3qclZetMwUbw82CFW { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GZ8OB1mPS8JQn4p2hM6DKhksE5WVzlAP { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HbQNA6elEqNG7wmuaxFVPLxP2n1WoiAM { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Asg7nJPL8lR53gemcZ0rBwuylRxz58tL { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ES8usp7DEKw4lvXED1Rm75XHVXNattJd { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uy2NNVbSOykLXLTX0JDGvH1ZyTBG6UC5 { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mCdQ4ztyCsyZo5NOXIO4MqI8aOiz3kDv { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TGIJTv6RATONhPC5PU0teOXcsVHWsPQo { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AiLBRLpmbhp7vvBEQ5S2ci9nv0wHnhaz { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AwRPTd5gn4ecbGamzhMB0C6gCztuel2g { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NUSLyDnUPJMmBbRlfdWAcBZGWCm0X0PO { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #APnQe8S0I6ymnkkK6Qs2stURGWGt0Z2F { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iPK1u9itVNhiT8dAgTvkSUkHE4TJBf5m { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pLhCPLrqslhdOEVSrPlTWFwxtr5GUFox { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ESze2Ctb0C8iKMh2CV8iT3xn3xtO9aSo { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EWWZwlXFhc7MoLFCTeUEJrwVbsKMOcQx { top:29.5625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #R0koDqtW6w0a1aOxZCB6AxfaOTtWtTW7 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iP4sQP4PdbJaE7bboHpUm1ctrTxuEk1e { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GqNSkviqipe2xVTdPOMtN6nOnAVyJ5BQ { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EKn2OvQ6QTXORJOxy1fwaFEUtV5dRnwZ { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kUolkz0TTReuU1zOQoaNeA3Ox81zrmTn { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eTerT5MGyTiQkf0LtBfWPW56uP7TibgR { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bnJxA39nhto0iy5QpWwSRqx6yMUyAJkq { top:26.1875rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KokG8XNW3hQs3KpnuZ1BxPmVQ0eaTZcn { top:1.9375rem;left:23.375rem;width:12.375rem;height:14.55157316301rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E73hHTLuborT5OnoWh3MsraM2MrsCTCu { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wwHaU8AZefRbrGqmy4R6oFox8QfGgVcn { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lbJMGorVsXBUCRXi16g2iWwuiAZmnITG { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IkZukEJMl9I48uSI4RuQQ63LKEyTnFb8 { top:18.4375rem;left:23.875rem;width:1.875rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OTlofZQTUA65FSEJCaOBKf3wnwS5uSc2 { top:18.4375rem;left:24.53076171875rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xDalmU6i2i8AVmrIr4BK2RvuZeB7k0DZ { top:20.3125rem;left:24.655883789062rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vQEmgJnF0qdIxKwBZOqlBzkBCCJAK76e { top:27.5rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iGpBWLKNINSu1wcbWaR8tB7MpTTJqE2X { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ITgVkCI79cbUbPRm77K3rFXLdHBnlag6 { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SlvTqXqT6ZSt515bew4ZKrPyE7gJ0Eb4 { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Tk6qPPMl5VOW4reHtww4Rbt8t2hcgUbp { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hShBm1HLzAHgmgUTKzmmVrv6vikgqG85 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xktUItbvwuXPvpTGD7JJDEBgOh9qcIdp { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RtIi2phg3XT2Vx2WWrU32AloImW79CUD { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XPbg9MvSV6LaHVKU9xM2G3KgSsRDmWy4 { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MaS2E6Vm2ziNRsN0PadlT3Ii7oo1s5MR { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e7E1TtfKcTk0D7shfSFTaJUXSpRvnnSd { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cVhOZ8hA7HcNzflblXcob328MTVwMHSV { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hs2s458tPfp64RNWhkGCWCm80rnH7o1t { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #meQFL964NzSTLncSHOWBiTGTZn0KKB1W { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C88HvTSPOt3FrySR9ARypCqFDouVh6rD { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bBOdDcV2PJxEkIbFKdHEltor3MxdoA2y { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a6QMd8ChpCnQmMmKLzr2cnpHmyUJNTri { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rTK0fKQqOtlOKhRwzTyb1DS71lsJP0Oy { top:29.5625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VT4dQTsTcdoTJxATOtAvMIAoKXL2ocLO { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GsgTp04La7BN2GRxTQiH0BivdarGa6IQ { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ucSsVLFzT1IRWkViM7oo5c7lMgTtXSAe { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LL5UNg07kyKb6KOgTnHqgFxQNQDTMNJP { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZcWKStT8Fvip70JOsL3GFTJhtCiaU0S2 { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #A3z08XBSAsGa8cm5iEptxIyDdoTHHNm6 { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XV2TktsloymSHG4uSbNe90b14E9T0u9M { top:1.75rem;left:34.75rem;width:12.9375rem;height:15.1875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wpTXi26tIQOWdLfTMBJaVitcmTbukVhw { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zFyiAECgMxplMeEgQCFGGuHQGAQ4Cmle { top:15.5rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O66X2zUMqw4e57aJ46ud5KBrkIK1calP { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #atASdZASNuooAPmDN2Go8v2JzUdWn5PV { top:18.4375rem;left:35.8125rem;width:3.5rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L6yJyM2lP9kBBZRs7x8TiWn4p1oqL4SW { top:18.5rem;left:36.96826171875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q2yHwLfsD93oJaSJk9QHpeyBTblmXLpm { top:20.75rem;left:37.031127929688rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zxOemTZE2WWqgKSpNug80TzpVCSAsKTk { top:27.5rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BMfQwJEg9cdQknvd6RkiyoppO7V4AHTh { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gPTqzVPR10fQPtVZMAuoWwc6hCZT2Ohw { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RcF4BMF1NJFdIeiZinhndZ1DrNaTuUeQ { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #e5Nk1nBfEFihydfq8EOGvFtkgo8084T3 { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BLZIfvpqJVv8dLdKAmJ79teELIZOQFin { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wPWCIbRU9lL5d9a2gqPrHcTTKG2kJT3r { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #adIfOJWGrVHEIEK5xkuRI4pNDrCIECz5 { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AUWZHVSa3ZmaHm6NGzsfiHZvTPH6TnXJ { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Bc77CzKJ3HETZv8De45T4Ht95SzUIuqO { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i6q0TSrmy2NT1DtknctFevR0B9WiJDQe { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N84oBGXRlh16REZiqQOAesDrKzIxPJCu { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SWfImHdI5Zo0IWFKF6JQ8XiZUVikHo0z { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iytIx1umg3l7hicOexzST9gfCSxTBghX { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rz4OW7VOIU0iP58xQGtyPb1WCluHOn2T { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9X4oDP3dOGzxZ2fvwyhB9N07V15AJs { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZmNPzu08grZ2dyzNVdlpPkv07HPrIm0u { top:29.5625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s6LS7lxb6lwG52To58TeHNUePf6CsXqV { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oUdT7I68FWhyCPRIZN3f5s0El2JfQUQm { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TQPehS1m9xflrBhkqtQoZF3Hmit4N0MQ { top:31.125rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i9tUTt0DEazRw2kNApHIDviMc40UQzkw { top:31.125rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #c906vqqQWcaMb7hUtZGJIZgQTS45T4u3 { top:31.125rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bLtmD9v3NK8nRq5WyxflQat2FgUQdW50 { top:31.125rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { display:block; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { background-color: transparent; background-image: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .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); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { border-width: 0; border-radius: 0; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5VDzFbJrxHUBkynANztOaDALU75xAOt { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EnsRBUFWTSdPsvIMTavnGms888K5sWZw { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #heL8rRvM346hVllhQPO2AtlCJ1TbqlBC { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uoxgZThvWiu3T1ogLGi6bni0h1LoHHUG { top:23.125rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #stfg9xe6xlHgU2NiCyP0dVP6S0a6Qy14 { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BqMc4Lqodx5FRa42MwDNb3WunWkG0JgQ { top:1.0625rem;left:0rem;width:14.8125rem;height:17.364005684922rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tkxRMFp7D9Xguz346mAxUGvlCLZxEWuZ { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rkSMgK7wWOuN9SS4QadVTamiLSTkUCnE { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hnWkGMFeAEXr6B6gBELRXA9ndtGSu2KX { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yH2S57tCShfIm6NGKtQVw0n9Vyt4hq9P { top:18.4375rem;left:0rem;width:3.5625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FKGEkWTXKgarPKuP5TFguKyJIqwZkk39 { top:18.5rem;left:1.5302734375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A1boS3LfK8ZLgMbyFphoe61BE5ZGqor3 { top:20.625rem;left:1.4991455078125rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VkJRVwcqrmwtqGlBLMNRVLzr87eSOIDR { top:27.75rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NOTLz31NsTad6KXhVoqrpRfDXHUBEF9s { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #P1rGsCK3mSo5FkgoXuv7xG8TKTafbdPL { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uyWCgdcxXIalFzHIUFKMzTIuTVl2c9fa { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #byVB9O8rXMEfg2TaA5O8DVErFL8fKT4k { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nRLIiot7PIHZSSNoFc1LaV1CJ40oTbAB { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pgamBIdR78OPEbqiiaSOFndO5OTGkaL2 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iGSlgyWgRcrZc9hn9zEgzfXF7JgEfT2x { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uBEsMAgoUEb19zWcQnZfOlW2qIORPBJx { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gMh7KHBeIETNTDi9NcxzKFlW9BwIQ433 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wCH6vrBAKfAnH3tWbmTfqtCWwMdSuo6W { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yebxqkoAtFwby4rAFIsISA4ba86PpK2e { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wLZRHyy6p54vXaBIOQBr7I8VmTyxiU7u { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gGrfc58gJCXPaLZoQxZAVGlHFkyVJZ3U { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wuqo2KOXQfyJMiVWFRx80PCfQ9e44tRX { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EL0eTMKozeQMpT1SwUKCmgJ7D4TKcdB9 { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g1o00UTfsbzPb4FpxibKTlB7JrgSvFMD { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O8BwOTWFSWnFHFv5kxTa5E3FgxpvV2Qt { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pz8WimIIz7gy4r67Xmh18Ur0mQVC3xvR { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CVIy6xKyVlxkJJhBrmqLwzxGcdoX1Ds1 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #swhUon9v3OieEs3tIi8Vn3TZIg0XaXoq { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wQDEVtJRl521cfIyVUCd606QNTDX9iA9 { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pK3SpbpnIzyUos7i2ns1ot5sM3zNgm6q { top:23.125rem;left:6.6875rem;width:17.1875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rTJbyA1xTfUr4gX95KxTkS3AHiD7n6Tc { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UTTThwTBeDvCa7MS85rdQ4HISZqdLg8y { top:1.375rem;left:10.4375rem;width:13.375rem;height:15.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #erPv9aCUgiWtldRk6E4TDVTlEpbgtESS { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XDRc98TabBRA78s5KTsxaiIFcA2N78fK { top:15.9375rem;left:11.9375rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tA845hN6h7IoC25UmmXNSyL4QDuznKom { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cgrTdto4etmauUITTd5TrBHwVp4UgAci { top:18.3125rem;left:11.9375rem;width:3.0625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qfTVhw0Sr53eCHGECoUzIQSqpLV64bAc { top:18.3125rem;left:13.405639648438rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ITdTEPtXqe516u07sW73PXNvsKW6EeyQ { top:20.625rem;left:13.311645507812rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bxUVyMnNqyWg0spwvZTVeh04FX0JmH4S { top:27.5rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gQByaWWstVm3OhwPql7qNc8KeGSSRDTB { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QTVBZhtVNL6TPlddKfgpUH8SVoC500Hq { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #H3C2lMh1ZebfsukbIxObHFnTMXrLmCkm { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k2MnTcyMr1PhVi6UpJmL32teUUfH2VLZ { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sOLo0VnOy9hoKXRekzTQThzhD7mFRo6W { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JC7digFZ1VEo4vDhFLmEwRNiceSutfhW { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nwRiQXcfBNFQa8xDJFLZVQNaomUlEodA { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cZtHLPuDfeX3DJkDtFbSPZAy47HDrVtw { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sUNCppTPOCr4qGwUq0ruqMnXoHagsKV7 { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BczGHwOi6FhZibbViPEB1uyqNmOSgJ44 { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OAfBUwK57B0G4Cc3iZGnagkToFEG2h5w { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #y4a1SQJbEw3KIxgaonSKolBC5ftogF8g { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UnBTfzQRuab7Crg5ETeS4gFb9EX5oVqb { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nrgW0PBUsIe8P58J1m587aslaH5sLyPK { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ypOlcx7x4EEsvPBU30lPNJiMddXbxt6D { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yuU7QrUs3W6kTNgPcK5TFvOSc47XdThQ { top:29.5625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E4xRO9WUshlfTHEveOaZJKNTU1l3KT8p { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E97wKJrLVMMsECsV2fSQXpToXQ9DhI94 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TnLg8qb5zvgtdORrwNTwIBfXTO3UcgdE { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NrxV9hgSVauUFIfPehMxs2sUmkuILhNE { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #LrTrETgOqUiVbD4a2CredzBLf34zH4Kg { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Odmq9h99AZU2OR1QTHTquAIaZqSfR9Mq { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oFCoUcyBkZbSUvxmgQpALzPnOIltVTUo { top:26.125rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yP0BNbzzTZh0bVtE8CE2HHSp4V45doxT { top:1.9375rem;left:23.375rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CGfwmPMV7gVF8ExIfz7vyPc2RgoxOp8Z { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TaBvfKA7GZ8mui7InqHmxT44m1ZJ6C5I { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zoG9FcJpIsvprWFq8sRFFxAWikyCuSws { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sdEolLSOvGzgoBqJRtWcUzgBVTncvBF5 { top:18.4375rem;left:23.875rem;width:1.875rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ngeuJvvwzQymTAX0pzpSR2ORnKKAcMBH { top:18.4375rem;left:24.53076171875rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EEraLCCJUv5vqPTzukwdqnKoeCXZuUTQ { top:20.3125rem;left:24.655883789062rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LAxrvD7ZqN0A4b54Z8o9rgk3x7m1rRDu { top:29.375rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KFVIE1EBLz4C6RuPCZeoh0M2pBwwyZkB { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #zJyhxTFipGieuGI27LqIMEqQovihSOyK { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TJ56xhf566WrRywErnoxnxaEDTKuF8hZ { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JOB5zzkszhxFv7HHu66mU0TEil5bfqAl { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RR5F8GaOS2JCR86cIXImh6p3Ei2nntl9 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kP4xGXkiBtXPSIdZImZ4L8AV3F2lxmXd { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PEMrxIVmT5NDMABGq4Xi6aG76Tzl148C { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xhiv8Ni6ruaz65SW6unZdTrlGRfh3RkN { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #so147OGLtvTbkttAOySb6UdUEWwMPXgH { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BUoyqxvHPzvK2Rz2ZHLfGrAfPmniXUhL { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GHMvt8HaruobLiM9LIx1fy3ZZpa4N1iw { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nneJ5xFT6uOQXo34dHOEXpo7tvxgn2aA { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #htdfs4Cr5iOZ6RH7vROC5BAE6SoRKR0h { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bpz3H6wvRhRBIkW4GRzuaGxzH671uZTq { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pzTkpPVF6WTcCwMTEhuIe0425DLK4vX2 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SO92FMbFNpMcERdC3H4xDgOTZZ3zF6i2 { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #A6h5L5u1ArsCGpiW5KK0ESCyqfetPJKi { top:31.4375rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sDMRi09AfT02txMHDiuRuyClaho1phfL { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zK4iU9gRqV6kGNiUfmw01xaz2TwQFhec { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yT4ip2zpyhKKw7Jm5dR2R2cfqNRRnGsR { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wdif4vNS4KEpPdMHnUnXv9rRzFi3s4T8 { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gXLziPn5cyJ3OCv3EEftwvpI5NGKnDr5 { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SIncwZUtTA2VfaguSIHUCleALkVRZKBp { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cmzyO7SPFQNzCgO4hHxteVnQ6coJdEPm { top:3.125rem;left:35.8125rem;width:11.3125rem;height:13.30172274056rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V4rxkkT03kxpd9s6TO6fK91XkvKWJ0lT { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mmglX8a10e8mp691DOqa0c8Z935CuGc1 { top:15.4375rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BOb3hof8tFJIdt3R1K6uWo334ItTiLTh { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ayqJCh71q5gaS9bCLLydXuNkbxsD7IQw { top:18.4375rem;left:35.8125rem;width:3.625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ioPOLrtErBLDkESgIa8AuFCrdti7GJOz { top:18.5rem;left:37.468017578125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kANgJRWSM2uVXnrJnXXqihdn9mBdwL2I { top:20.75rem;left:37.530883789062rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WPr28EZnNdZeIhIrT4hTvCQtxarG2UsV { top:27.5rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n4V99qfWzTMpM3n4kaxoQXThWT96ge8o { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #H6cuM8xcLJD21o4NtfNBp50ivhubumET { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xVTCMyko60NRoZu9Tcc7IMcM7aXznze0 { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hdmbaZFLO16tFTuAaod4JxLqWl2tZTmw { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EZ3GQUofXEZTpL5xAehiKGS55s48mh1f { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tihXJoRQzNg5i6gZR7g38QfT7MJ0zWUG { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #p94koKT948ox0HtwZnkLQRRGzhxoGgd9 { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RRyAUfFdG7r39ciDTGDlPaEex16gxNei { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #O4BDBSVeJrJt0TmSS26AAH0ivZBHOO3l { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AnlZhw4vKqVe6rUkpJM0NsbTBGSUFi8o { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LUy5g1WTE010C3z3fd2Ss9CTh1lnNvPo { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pxzVwBleEZBvuv1JgLiT2txPSBZ0wN24 { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #F82RL3xBZc16gDr4dqITTAcw3IW2tntK { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mRR5F7peJQkC8wVpEzPh8UgBVSBIl9D8 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TC62eVD1HlNzd8Pv1vkwStBCg31qNA7S { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rIThHtuHcCoT8PF6zrbrhTaI9HVZXQW8 { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QaTQvnJqlwJitEz62I5qAr3c9pHc2Dig { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SD4aimcivcg0fA8ThTsu4LTVMTBps7Tq { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s2gB68x4T1TlvVhlMkJG3LepBP1mTSU0 { top:31.25rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lS45XtzR8BFEzvkiGdffAszqFDGPn120 { top:31.375rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNqoXu5IOiflcF0s8SJr6ykVs1Z6h3K { top:33rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5tm343V7BnXvAyeM6fiEWxvc4NKGDp { top:31.375rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MbmhX565cS2p9CBz879on9Xe3qRgAopT { display:block; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { background-color: transparent; background-image: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .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); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { border-width: 0; border-radius: 0; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LlIzTsJIWAoSBhXfl3qZ24deUlncuE { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Zdr6DkVaQ1D6ftdD9JcTmhsh3Szv40DR { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eGBrVqcA5qrORLI2qBKTifSvywawZUtE { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #afFitaxRwZHvH9Ecfw0ePUEZwstSbgCu { top:23.125rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cUmpnbWQh4U3ewXlUKdNAkqL6ZExG9Go { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #prdFNCIO9kgDTaXyTkKVy3xWCmmvNC1Z { top:3.625rem;left:0rem;width:11.125rem;height:13.052113478664rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CIm5t3GSrdl12UXDdGxaC5EWP0663ssr { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xTBsBp84tIOFA5NSn5eXNdaafmwZ8Nyu { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z1WcLAMvNo1g46ezn5VfrmQfBPQWLKGu { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UmOmsN1DOTSqJfoTrXcokigfRBc9LzRG { top:18.5rem;left:0rem;width:3.5625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z09BfRWMiExPUekFo1c4vBCt8yRT5TfX { top:18.5rem;left:0.78125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e37pHc5UwTHT6zGOMrUxKdtu4Cse394G { top:20.625rem;left:0.71875rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #REISIzgSlpz7EGxE7ipx3e20CwCPnNly { top:26.75rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #USNtTholMZRLvZIxVyOcmZmzDLWeWcBI { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fCk1qrPE41oKX79txKORBBCTcIgtWJDR { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lePANIOSLeMDSxNg7x1NbFfRRTmlMGLH { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sFCI8sof4OaZktoA1UUpqnpzZ2Df8nmo { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OC76kyz9wMimHVGl6Wf9S6H8UbgK30ho { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TibGEex6mbHs2SnUC05LEOavebE1Uu8M { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #U9kbGeofKw0plF7R4tQMMlqJigPMULfA { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Tsny9u1RrT1T7K1FTgUHMwCITV08gtHN { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pdaHDK3L6xVohxfKSAqeltTBqAGQAgJ3 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T4Q9KZDJ8q8dJIVgflUSsdDG1SCAhnmy { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XlB1DI6rI1Ho3qQ6eMac8sSgON7N5AkG { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eaXIHw4hTw8qNxp9LADICmxqTreOGdqc { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wug3Vb14LIAZgILXoqJt5THERo1ks1xZ { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NkeXkaVQkMe3wBR0k69gJ5knTxTcukrg { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kAmfB3d4CUCv13K6sTm57QO6q2rf1wdC { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D3ybRRTr82KhD3R0aHOJWTTrkyyBf7PU { top:28.8125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OWa3ODrT0rZz3TTVnqwg70e0kCJaIuPH { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i0emt8E7IEH2oeSu72kPyOaSw2Pwu6Ii { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vh6uFGlNgNz9epH3Q06OpOxGhiBRT5Io { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PlMhD5tnsoLNlbvpUIhR5zJHZbV2yHde { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IhtFFfTVzf0Ve3pEdRgCPaQGw32nEn1m { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZGOgBINDz8frpVvT4tSSl7b94VZy8E6b { top:23.125rem;left:6.6875rem;width:17.1875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vCvbNdnySeAkd2oLw43MmLehIDTbG9PP { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mMNVToiXqXRGuwrRcZPEk6JII0mR8FTa { top:3.4375rem;left:11.9375rem;width:11.375rem;height:13.364217095269rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RErUo2bO7zvOl9xZUpvG6SKGPxaST0As { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eeeNvsuVbGOCHQFmc6lraFtZC3OfoyJS { top:16.375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #y06QZJWsUqvtcuEgZq65aAFkuTUdACJe { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hi8PubI2egGJsWrtmN6WhETzcuCGe3VW { top:18.3125rem;left:11.9375rem;width:3.4375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kmgleHO0lzXR6Arh4214lw39QpsF7gQ3 { top:18.3125rem;left:13.343017578125rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZP5mE2kUQmymNNfmP2hPaCCrPJPVmslS { top:20.625rem;left:13.2490234375rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h7onRs3py7cAC2TGdGr1dohiPANK7oSu { top:28.125rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zswZlBcHpEXVT7WAC29yBeulTNhhRU7d { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ElJoHkazkMfvJRlo3k5RC2UbpudEJarp { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XRTgWVLgJdnk063VvnuZuvHxgRrEFSte { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MrwOMRe4RvxdBEGWsUab2p52UQCQ8bZG { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pgObK8p3VEC5eBpP4CHcfITVSVKI4io5 { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #u3OEZ322ksSA8dMcgRw1JNuTINln45aT { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xuW0JoM9S3lsOxM3QX6cRgOWysVfAQl7 { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DG4BEdlybBQw9hNKp1hll24W1AxJg6zx { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TSb3UbaoL2B1HT3Vg6t4Tk7qvleIARHI { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lz2wRcsRlkN5lCJ2XcnOcPJD3tJO8IHx { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sQBc91ZyL3C7iFvLhrGIXgle2TS7uEQz { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UZSDfogV6UvnH9kAe7Ag7KNe2gMNBWwQ { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rfoiDUShKxsshuLJUk5oGTJvbRxo5t0Q { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PAbSHHpmcyNZkeLPBHNrdP18kUGwGh1W { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ualanyOOMSIHDIwVWnXb6skzevolJkEi { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DOGWvL5tOD6DIx40ETPD4wGIxA6M9cAr { top:30.1875rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SWJ1WhvL27MtdnEWS3ng5edkGdcJZexS { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TEUrmRvaxlIE44UcMzkATfP69M077gRy { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PT2TnxVFolTV6KDyqeJJOCOHp40V6xOs { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gRga57iUCWEOqwxsKCxCy4vbOh5mFalC { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2irER6bgNSrqEsxTMQWHoyqqsIBEMa { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tNQTSg31o4VELxdglg7QFZeQlXpI7kc7 { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CgVEEOptZFSg2f3gzyrzEWZLA3iFnfup { top:26.125rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aROUSB9ZlNx6WTBwmfVWPL0c8B0ON3VC { top:2.0625rem;left:22.0625rem;width:13.75rem;height:16.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #us5IdwE4DFXPEoqvRCmGUlU1XTkdkviT { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dfiLU3IoDoo2R5OVidI8TuWsfnZdzFAg { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TFTTRVQdUDRn5izbbcbHLlhBWWK7Lw2v { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hPfm4HcBz62a3BdTzABab0PuGbL7kq3T { top:18.5rem;left:23.875rem;width:1.9375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WCObBoOXTIMEOqur0vDx3tnT9oUx7pmT { top:18.5rem;left:24.53125rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DKprOhX6kg9t7odGTs2Er8Xr524t5HV2 { top:20.375rem;left:24.59375rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ys8gFzevScxRTkJorGWaPkD42mUvhEqs { top:29.375rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #da7yXsnwWCunb5WKMTuQVdPSAKBiMnga { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lvPRlS1sA5fSebt6oJhEAMIOIKK4fyMH { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EplGnL8ARPOS7vKdNxsMJTEuqhqcpwrR { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MCdBil7bT1HD9lB9zmhZGdKZ27NMnNs9 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PyXcf1iRPgvwyfE4pniTq73zbZInQRlA { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #svVCZZHW9ZkTDBRXe56SXChiIqv32CDC { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HtZworiP7K2yqnxqlXkbhfTBxrsEh2mN { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HqWL1dNA6aO47P4BdDRZ7V6mBenDDXwd { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #frxztf5GCKQVUcosXTpSc0Sc9sZaJMrq { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PNSori1dvMd9LJEobET7bWoIQ0bCgZvZ { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gOu1MOqyRNtuDiTTlgMIyn5NT2dBdMLa { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w9u46eezT3TTT3ezX8iSnxERTbxNLSq3 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wEyVl4hCon8hF7yD3OcTLX6E1rmrmBcx { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X76sTTO68if3D4eOA4vqMU8OZ8zw8iOR { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QEPwwuKvSgBKC10ZJPRgiZtN5ux1Csiz { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kp20heCZSKRBKu9aMksFdaMaXf0TBTHr { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UnpHpVE4GSxpxUEoREms5qTvsX2kpzaC { top:31.4375rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PqnXJZgfaxCW4bz6PQNPZWt3sCT8Gd3u { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ksODD0WHFBCqCRgkFa3DCDEQWifR1Auq { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #T3dfzKPTD9tR8oeRA56MINlrUsdiBIdH { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lDxFs4xLuOI5gzEBbcELXA9XJLSe38JB { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Er4XwalZmaRivh3SpFXDxqPyu2514qfA { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rdz9tDslSbedWqGl0hsfThicwOELUggn { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eL5i4tncVezxBeoEkXBqSVNVFG635fbe { top:2.1875rem;left:35.3125rem;width:12.375rem;height:14.55157316301rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oqyabeQXTyRy186TBx9FzUkIldzeKAAb { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uIJNL3SH64xlRsHKJJpESSLZrylIPmhs { top:15.4375rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T1MrAoJh8thZ55spHrk9aTXdTBWWMzrV { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qzAlyW34GAvr843Aa0z9vlf63EzqucaX { top:18.4375rem;left:35.8125rem;width:4.75rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MGc8tFZDaPIrlPG1mur1d9hHGnGNzTe6 { top:18.5rem;left:37.468017578125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oKnxQxfylLV8rxTtl3ntsAZx048AQJl2 { top:20.75rem;left:37.530883789062rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aZM7805g4QDd8OToqxe6LOiJgVELM0GN { top:27.5rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BWFlh5WuoZ8yyNBMF76WmUGxXyPvJRbF { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VoDdqoBrLZ23T1SMRMdMqiHJdShSnVy4 { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wEhOKyIxAvkXGmaVdAUlMQzgaFXiIqVM { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HAfmWcaJ8NTfWJTaukB9btpD9bx8Afmg { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sqsT5d3q0Qr8GAvvOiuNlRwD8P64VrrK { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QACVRa7O7NHv32hkrqZ3KEIpOQ4RPmvZ { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KR6GiIU4c6Twu4pxoln3wWDQAzLTPUGM { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XB4QpCNwn7KeL4KAwFsuJ0TLDArK5z4y { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #S2TXiimqO06HHfuzaLUtymkXyHysdI3z { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FvoyMHiX5wteIZyCqyfMCuyQURxNUT27 { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fWp5mifPA84gfNSdTNZztLu9l9hCM9Pq { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KTki3itRmJAXglyRQ35DaMaZSaa3Byan { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E3F7yRNT1zcHfkOWE5h3NiISw86kAk6E { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fBb0r7TMixBDLAULSpskNl8zvfTFKtWp { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Hi58cqZVitFFrNsneDsnmhn5ZsEeBIw3 { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IHmx5td4dUImWiCtE57GLxe93Ts6yvAf { top:29.5625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OA4gEa0mQfNGWTeb1efdro77uBkosStO { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nKHwIWC8SZtJlAREyUhUkzzD4vaB5GxA { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WvVl3IyN9apD4R2lATZ6mKqHTc1Lh0GF { top:15.75rem;left:11.9375rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zeNvfHvbaEgvmrRvQR6pPckDAdeFuDqz { top:30.3125rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gMr5ZiCTF03Fg8KeuqNqyUQm9XvQwcR8 { top:31.8125rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WDwg5AKssoXt5XC7V2FvT13y1TycXRDV { top:32.8125rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kupvsK71hblTA52ws2V1TWxT8fy5qSUv { top:31.1875rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { display:block; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { background-color: transparent; background-image: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .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); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { border-width: 0; border-radius: 0; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpNDIKxpztpwea6VS8iU7xrTrP4eH6Ee { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kTy10kDUN0KB1SnNq736CS0nMNNTzidv { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bcBeeMxselMqG2eilgrnM6Vig1fbESaO { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qa85ZtTOzReZoFTBAU7ariMyicraoFDd { top:23.125rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JOVT9nTnT8hIRiQJCDr1Cvh1xQmvhy6M { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fiJpKdK4rWCvoZSm6OO35ol56gpIX8HM { top:3.625rem;left:0rem;width:11.0625rem;height:13rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vdDr6ebbQ1Qrvlx402E4SZv88G78V77D { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qIi8OwgMVRlCDXw0GiuR1DyPMqLg4rdH { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vy4gWnIiSiLZvptb6Z3acetxW8NAk5aB { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EMf5VJ3PAkOMefuhugnZKgW81fwSdCs4 { top:18.4375rem;left:0rem;width:3.5rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rANTPKtm1yD8p9betRTIbHwappwcyDoT { top:18.5rem;left:1.0927734375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZbvWZxUb7XM55JrJ5LQB050OkgcmZcza { top:20.625rem;left:1.0616455078125rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uq6h2P2xTo9vZSACuToWlfNLZd644vBP { top:27.75rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mTzrwg7TTtMnKhy9L0fQd1sT9T22DxeG { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #se689TcAfJiNuQTGJCbruqFGORWqN725 { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k5v3C41d7oQT1eV4hKDrzTgS0PbOfUez { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eMhgvxm7qLMgvvI5tbck0KTcePh2C3Uh { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lAcIX0hvUPMUNHPOsugAPZrLTzUrfKFC { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #buld5OscnydlpBdLkT0CSBnTxQq7wZbC { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #zaFKHzDAw6THiCKonGzteilGRX1fOmPH { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oI9dJHHi54q6Z7fpne4zkU5ea1aT28lb { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kSTm9TXJQcDuF791VTTvfa9HsLx7Tq0F { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ipRBrCsJgoyN2D15ih6rmT2vMagTb67J { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XPFseXZbmZ8uxw6t5Ktte2209GK7pTFJ { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oBXlOSJgmDPFs7ccVb7viWIF1nK6cMlq { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N624QFMsKu2iNR8JZsTiBM8cxA3gd7C3 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a5EkLW65DJ2fhsdfQpimOqHntucfDhJ0 { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IC5Ai4VoTTwgUikS1wquB0gsTqdxnlwI { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vP51MSTSemaqmFTcIfDqZgNgWXkJ9dmS { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NybtT3yJ5Ce9wbUAxPTfbEKT1MMq1hQ0 { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xJSO8WneHrAa9ShOx5ObTS3aDDDq3MhW { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IuoPiB5367LB4NobEN4PKddmggTr23N1 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yiJMPm3rfkP5CDFD6uJKHu7iRuB4tmO4 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #u1aNwc1yTnCxPcHCBDyUWOTnyrcswwRD { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMilSlwc8ZDENNHk0HwwPbPTVzOMdiiA { top:23.1875rem;left:8.4375rem;width:15.4375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vfloa6kbT4Flg6mdnndo5udn6zbDK4Sd { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TRKFX9TTwmqEDMz3mtWf6gu4JcVVg9BI { top:3.4375rem;left:11.9375rem;width:11.3125rem;height:13.3125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I2FfzKigLErTu0cXOGsx3rOvtKL9QhI6 { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UI68BfA9Eym8ErveuQiGmlWAI19gZtH8 { top:16.375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k76dseFenbwi9Wz2OAr73BqifEUrp4HL { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SbZ0Lay9xlfq6ysJXRbDpZbZhaCcrvD1 { top:18.375rem;left:11.9375rem;width:3.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yuzleFq9VLTGwpz2OXvEiUy5HVvpq9SM { top:18.375rem;left:12.780206680298rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mM4vEzOd3Jai7bOaMIq587TSCGGiWQAz { top:20.625rem;left:12.686456680298rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GULWfF7OtsNnFV97fbHTud302deLLHB2 { top:28.125rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EK5oTrJi9vn1TEOcTm580QOgBy8pTNLl { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SCDdRd8F2WQFfdhTUS5EyGvJlg5R46sn { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Ic0tS892Mdn61T2lC0ILBUmLhEZ6ypcm { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CyvJVvv7Ghed29Umin6TvuBsbLihzaVx { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uPbnUnEMnriGTBE4gsGNq5ynyO1z9PLD { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XsuBiNQfa28rhNTZAVGkWcDVshPHidx2 { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GTfIsRNEuT5nd3gCr3EKNZ3fhWgTPzMC { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3ZaD0QeEv4ACNQeI2ot0hOElnrPgW0 { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qvOKTXBueSx2ptxzoMRlxll1aimqO1bl { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GnahV7UUNgfiiruGwxbQyGx9pJTrmAKo { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rp6VCksdc79I6oCuZqlsI1doIdTN0ZOL { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #knSkGFqv93M4LLhaZqopyQg29vuMA2U4 { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zHRpui0a1eXSJMRgn2QQoa93dmTguF5p { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iKdR3MFWZNCMm4z1EiD7MZKL7pP8u8oX { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mK2ZbmSTPLprtyppg6NEIXDT78frHKOC { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xGI23VFTru8MIsLdXZDcdm47S4D1dgNQ { top:30.1875rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pzNfxNxOSS1mmwbdelnECy38qQ0T6HPf { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vmfCcgNISLzrtG10XgthXvvQFpNXB9Xi { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lpWJmqOTwqzs0BBnzG4AT9dyTh7gJ3GJ { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tzrunGqlTUcxeEUXBkDAiCdq7oZd9W34 { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HyTe5i494WJXLrJKKVHLEHbDKNqBACJn { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5XZCuJ12259OXqoeaL7FppvrGV1sov { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EQiKfS0Xgrvm8BHiQTU8GgWoE0B0l5el { top:26.125rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xIdI1yweV85G3ulnpPnz33WU58y54mbI { top:2.0625rem;left:22.0625rem;width:13.75rem;height:16.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SgW7E7y9WWsLQ5FcWmFSDfOEvDb6qKNr { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #h9f5Z6bsK5yVidlWpZDxt6Rc3T25E79h { top:16.0625rem;left:23.875rem;width:6.875rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QkD5mTT4SrmftoeGD1fKlHhEKpm6mcgT { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ebr09bepRcfTF2HeaaokQffmrae4WiKC { top:18.4375rem;left:23.875rem;width:1.9375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TF0V6zW0F5ThfGceWFbb9LL4LGmKQDRL { top:18.4375rem;left:24.218139648438rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BBR9zSeFCxRwTCGzv0JBowg3Nu3eF0mp { top:20.3125rem;left:24.34326171875rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uHTgnryG61b3fRh0TlWxdflvlkvacX4X { top:28.1875rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pvXgvz3DhlK9JUK6Pi2orP4i1QOp6uBR { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LwClVp0W3B0TO5Iy0R6Xer7mfe0reVHm { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qCUiTBHc4oWmPUf8OKnIX2Adm8gixDHg { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #e49TE2299hBTsgAGbTM3iAZXNVMBlGPR { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dfd4qbmvHQ6wBi2Ttt0ycz45paFWFg6d { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tDRMxEOyqlzPC9Q3nBcCeeEZQvBCHsSU { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bxBpxteU2BXp2k9n19EIxhAo6VxpxTMh { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gBgDxl1nyrEpbKMF5CCThoJsXNuqOCnd { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vKluIrHulsO6dA9wURBzorrTt83VxB4w { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LoyNwKveXfaV0DQ33LIUO9Z1oATqxtsy { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DPpCk8N8GKVeWTngKh1n3VDIVEQzZ8EG { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #inMqZibo2Cs5WyBxtNk1dC9ckkwC5LBg { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rl0UPxMqCW22DJlcBBLZ1KKtxBxO1Tfr { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CZtA1s5H5MW7umrJGe3TeTTQ9xIlOivN { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VBGFWUzuEkOdahs3Ti3TWkgTI7yk9TTy { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o9cp7bi23CwhxAEQAGcr9R7IQyMiThb8 { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Lqq30ovJdNTowatmmJxLssIZP4TsQ7um { top:30.3125rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z42DaXTupkc9pHL4ooLJo3wgcQoHHTr6 { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QdydvprP9FHzdXmpqgThE0PyEGqGhem7 { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #DxzsKcL9kPNHBZ8QCcfFqrddzdw4x2xx { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vSJMZEp4lBt2FpkTDnyoSaRagPTqvCD3 { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCZvKHzaudzhfc5eJUbVSlp1P56vCBM { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ip8MLa1DPhDwh6O7k6ITu7k08ZQwJ0Lz { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gWcDmElWKeCZWVVxOsTZkDlpcsauN94V { top:2.1875rem;left:35.3125rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ildxvvxT5Ks1fWLRTlwZGI0FGTSXnivp { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q0u2vHTxGhRrExNPN2u4Dka8oURJin8h { top:15.4375rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C2G9FoFpV4Zq6gq3STH9zeZXbiwGpaML { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tfu0hUDuZAsHPZatVLgTvaVVcPTp6Cuc { top:18.4375rem;left:35.8125rem;width:4.6875rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fIMKz7fPmLPkzSKm9uKyaaV3Xqg1Z7Tg { top:18.5rem;left:36.967895507812rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zv1SbnMHeQL6pTESSQJZNDVzJCKdZWwK { top:20.75rem;left:37.03076171875rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ifNpODa1WK3Er0b9KTCqJ972cV49cBgO { top:28.125rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KabFsW6bx2pvx8EIM8kfuxoex80nKgwI { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #h3HXlJUoFJTZnSo5oaiJmRQIqTaT5eOJ { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TPOtkzTLEHQh5y1qTiC617NrpVyExXnP { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #s2QE3xtgF5H6HMPWCP3a3d3ekuSG6sdD { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vCBdTfw2UfulGIoayXeGO6eLvuQ2LbdP { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #d6t2ggvykF9Dx1e4csxw3ZXq7omvp7ko { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SZsrtptQ1daqRbOEfKswIsroi4JBPq1J { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fBUq7QAJzTetGOQxliesTcBt8KCnIW4s { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IwTZTc7hotd3tkAvsg7tKWOZon2TNC0P { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VenT5z5uWdGK2gvALo9zL14JHEG2PoN4 { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ETBz2exDlE2s2NViEhp1cldnRV1cHSyi { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yW943oEXaG5pZCkLAsP63dPRbkwXJMuL { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h6AJellI3F086JdcKKddh7TaoivvrLcc { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCMiQK8iSuLZKCOA36aOo6Sg8l1PS2wf { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TumIeGtqsKhyICibJDOxuitSWTMQzGgK { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tTpPmzL1JcgR1imkUHHDpCGd4nWdFnnc { top:30.1875rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #a8dvlBKdNdIe9uDwHvpdTyOFg9zXLOSX { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OcGzc2lQrzageEFlIkh5ol9V3gbLkHLX { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TsKk14XSwqb26woWiuq9e0HKEOVsgXvX { top:15.6875rem;left:11.9375rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T2J1uTM8dvSVGtTKOEcDpF9g7oDgLZba { top:15.75rem;left:23.875rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ElWcsBu4xH0beEsMaJ9sbidPiK0koFH0 { top:31.1875rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RZNR8ysAE8zyVEspmU9vdmhbGVCgtKhG { top:31.6875rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k1b1i8iIKPsagTkU6OptcHukOX6iT6LF { top:31.6875rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xHyVd5JaGDaAUdbel7kyf4tb6sXuspJe { top:31.625rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { display:block; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { background-color: transparent; background-image: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .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); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { border-width: 0; border-radius: 0; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLq9OPO2SJsS2sZLZ5T5ack1uWqGSBlT { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cotReWGa7U8edAMVNS7U6D8Khrsq9vHx { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xv0QvclnWaGGM3Jt9VzWy56hoFU4WHNl { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A42TFTBNiiHszLNHLOtkcdWxt1Fr04cC { top:23.125rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IhPKihVUWcAoEg6zNiSt7M6PDDxNOoif { top:26.125rem;left:0rem;width:10.3125rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vSt9awegGMw73GiKNx6orantHXkOKb { top:3.625rem;left:0rem;width:11rem;height:12.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cm7F8TCNBNB2LNtnop4e46WOwPdiu5HN { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yXNtCeeiWRhvL5eZR3M3ALznqdOroIAe { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jv3TtSXMJHFGZmDJU79q2hXEnKpJnWmg { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QlkBwVderznkOmaeVaCXQEOLHt2TpEwm { top:18.4375rem;left:0rem;width:3.5rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DrcuGushvaXwDhGDnIwSswDp1eBACLwL { top:18.5rem;left:1.0927734375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dqcVcXAlh8XwfNhlskaiNhQ6u8iZPGxF { top:20.625rem;left:1.0616455078125rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #snBc4l74cMITFMrKvZlUoIiMwpnwiSNB { top:27.75rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XDMs1hWngDTX0COLWA99q1ziIKaZaTl8 { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RsKTFG2WSE6XvK3nVQG6xqaieciPNsCJ { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uSZekfHx0362TMOZoIyZ4JBhoEPi9Klz { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PQzzG5tsFiRX3JBeFpaqw9Tmw760aBQ4 { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QUxtX3V2LBDHxbCIkOK5746bhX8bCsi3 { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #efqWiwK2uaxvkhM9UPWzDi8v5bqVQQBu { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rWzz753kVE8DH8EJQAgRfydLptlW0lyH { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KsnWXa49yVNhJxG26fLFUTrO8TAmnZux { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wyf90wWPq6q3J96nb0sg6dFgiHAZoyu2 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OWDVUe8g5U9CvkxKFGDzz00cy3k5E7S6 { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EJGGmI7qM72OPVGEmexlzIVpeEWbJ4qD { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DhNK2ldR0H3q6F4VPEcQUv2WNlt2GcDg { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NLvbCTI6XyuWlQ5e2yVCXLnWohv6pqFy { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fhXxxbxW0TQxZ17T4bgaPDv6aWLlJtCG { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Ba0aIEwnbhQhPkD0zTZ92RUnQ46VNL8M { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl3RuqDyswE56klubCqZLbkSRvntnXy { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WCRRdos6TmCXT47HzMJeoSiBC2J0btfq { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #of6sxfbUfWCXrBiBRh6eQbu3oIF8yQDR { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sAVd1WMpkETfkHJ8N1ouH473w4pt1Sbr { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X1P2pGTdq5JN723X3OCGT6HvTBd8TQp4 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VGcfPQp9Qb3BXRK9TDk0zZ9PZwoNTWpS { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qqta3f8p7sUeokDB3ARivKVqHcwXda9z { top:23.125rem;left:8.5rem;width:14.5rem;height:4.5rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HB9CeAxErykdzFVqRT0X2J5R1ERHGtkn { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XG3ZI7OUltqo3zRgW9bUmZHxygXdl6Ws { top:3.4375rem;left:11.9375rem;width:11.25rem;height:13.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCTzwu1ODn9y5TGiBSlcSVBCIf6EWKaG { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FTLM41273iJaHf8qZNRauOQdiKTmqy5y { top:16.375rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Zbufb5vI3QA2lE2PrsPoda56b542eRZV { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h2RLfbGFI02VWeL1uHdQdTACep0AsA5G { top:18.3125rem;left:11.9375rem;width:3.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q5CLK3befsbkvxNQF3sF89D7tbWuTXOZ { top:18.3125rem;left:13.343017578125rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SVX6C80xyuJpchgJaceyV2rSwubB9ooi { top:20.625rem;left:13.2490234375rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hCTTG4bSg4950455dcpk23FKTqDXofx9 { top:28.125rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Cqvfo6JApt7txssZgUvG5XMyKrOiGV3x { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LlVB0KuMNVb7G7qPuX1eqD5OwV4mnUXv { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hV6NUfI2DWbBt3EkpTndg8hGcgq0Plq4 { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pIT9gI0n7f6SS7bXWpub6zBdBrb3xCKs { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rSPzaHLAguEXCcyST5OIopFFCgLZeQgy { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HExWfTVdbnoiiPaqJxuXRTSnbnPQL89N { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iV1bn1fmGimANmWKoPqvJKckBd5xEp49 { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ING4xqxwDRAUVbIA50yZJAxNWsgr7THb { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SgDGHap662B51xxH5etoERAmqopdkQVK { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XDe49UPLCSFLaKcm8tTOfPMtETl5FzUI { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dv8gOHJdKZqw0VpPbS1aXLOKTIrCBMwZ { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gAHzbh2HUuIIqSUZZ006klhoIfW9XJPT { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Oe3w4UiCgVIrXhyBZIt3va9QTDgZZfkX { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KGqsu5TKoPUf1bAnhmVFiTVDxwt8p2se { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SACpOZMcF6cTlIRuT3kFNevrku2mykVg { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #S7KITXmBAVU9QU8ooVsloS1gfJ1NT5DB { top:30.1875rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gfcmOJ7AoJf6ryqPWJD0MPrvV8WLWKew { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OKGcokBaFMxA8Vbg6mFTBeCL2vuUI0Ko { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KUuTOPhElTFWOcZXuNuZSy4BLwm8Arwa { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u6bxdxkgyidfopFgIXt07UVb5mS9WUHX { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Vo6hAGPdseaHgz0V8F2veFJZJXVTnRm3 { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bues6IsKK6Pn5Juv9c3oiTlJFVbalGqx { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T4UXpyntTn1Jv92OIVC0BJV60DSXeP7P { top:28rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JfWVORpw3TZs11bxuEaozUyTGatxd2ox { top:2.0625rem;left:22.0625rem;width:13.6875rem;height:16.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V6Rs3Q65BCgD2iyCVCMPfbcnuHvTu28m { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Hm2LnV11wyEPcly0Hk36bwcVT9VNdw18 { top:16.0625rem;left:23.875rem;width:6.875rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VpB5dXTiHEZTVi1G6hSIwOuOXdrSLwNu { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E05Iqmotr4NlZH7OvafsHIWCl4BLtmnb { top:18.4375rem;left:23.875rem;width:2.5rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rT0DKSiaeegkX0adaGg1IdsEVPD8dwqH { top:18.4375rem;left:24.405639648438rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B7PfnQMAvi06BMIFmq22ep1HJxovdK0L { top:20.3125rem;left:24.53076171875rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gg52CDfUulPzLXdoeC3P2hepCPyb7DFz { top:28.125rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ewh6P1Hoc6aufZs4HeTDkd1skP7dbhNb { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #P8FJ9doMomugmnJxkswVsL5ZXBuOeLDI { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JVmcultUVUaPZMfHd5HisnTTn3Z5Fvll { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qc7Kka9LGHDlUdTzLK1HqsxinMxlXadO { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IqZRuxRQeUZbUyLpoTXnhGgq1hF6KTPm { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tFS7dfS1TmMzsQwiSanTpr3S2J2DIuPc { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #F9sQDBOtyNk4BPLW9v5FFyd1oGJNcbGK { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FLUI439yXidfoTzLXKDTV8npeeSoRDyo { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NzSFZSr4xxKsqbuKPM61FtqhmTz2pStl { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I7JFfWeGpamfgbKuybXbD2bnr5OyNOCb { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lhOv6WlAh329brBfm8fEe2G815yqTkmt { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lm4Bannfnps2XrmhtMNltToAHzqKLR2m { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BrrhhdZuPLCkKCnzTMePbXNhF5KnpPAT { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Rd84KxHp1kDVqQtb7orHzCmQQzE2vAJ9 { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EgOuKr9ZRnZDHvFboCChpFPzX9J6udz9 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gqb8AMoHag5kWm9yEb5wnhEd6Qx9pXPH { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Or9sByxUy4pRSxXc0OMRNehCkPBk3B4g { top:30.25rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BhorCmkPGRBubqDG3s46DyxkCd904Krs { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e8aTGn5iNSWMG7fyXfGxRzcOnzkSsE0u { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HrTQTwVB9cDi0bsZJkHfJnVdTQNU7uat { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ux8yNUDiOJmBEcfm1pBWMJwuTm6F3VSN { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EkFMnM8OxOkedHmf1EtDvOb6T1RGUToq { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MbiX7mPLLldMTpyZKVyzQxw4RFlQoBMK { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XHXs7MTfDFRZTLzr2rixrvOS1vuuuFqK { top:2.1875rem;left:35.3125rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IbTrdDHPcISkZnqqc00NsDfkAQKA9lUO { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Rl0bR28uA1pfeleS9sTlbT1tTy6PkF0V { top:15.4375rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mmxdskemDbTz9g8RrGlDbF3a97eEq7Pd { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aucyfD2Ki2cGHFS1SEl0MocShmZhBkh7 { top:18.4375rem;left:35.8125rem;width:4.6875rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VLG5EkggL1rRTWV22nEfZH7tyWobHXGP { top:18.5rem;left:36.967895507812rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rT5WaFR4bk4T95OXd9gxCJn0qVNs9q9g { top:20.75rem;left:37.03076171875rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xXmpIysEN2I9PQdvm4Tu1yDTGBtpeMoM { top:28.125rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yrSFcroG5Rhyi5WLTBS4S5cInVWn7pTk { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #N2lCsmiizDI0USnQgyeFm3KE8S1Xs11L { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Xd2754U8zFhgzDUvxBPdhxTptpWGKURT { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wEl9lIxZ2Su223VJPAeo7d2S7ZeBoO5v { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AImI9zyNIi8LM1rs4w93U8fwv3fVdXrh { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lgo1uTOJTlzm7iwuuEwlPbyc2rzcRL8A { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rdL97FxlgNM4QG27bs1Ba35QvqL9OJ7B { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KbiXfmlB81e6v6nB6nAOfntTrHnQCzm0 { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qGZJVtD8EwIMxed4FzpSM0qMSuzHuaB9 { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t7pp5TaGSAHQp3ucvlCibw3viu2AvHwF { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AcHU0uNJCbrpTwvJ4XOs85rF71ceK1KM { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bKB3V7TZesBOGCiPnqSidpc2qhZUzVZ4 { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hWr4nJeGG7b4qnHZ5JhhpSub2pedmQ4Q { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gVgBxfaWhMkLBZCylUFhHPwH2enCBQhv { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ViT6km6mpT57wcLfAvbXJx8G5UtWq5qM { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #U9Q22mEpoTZBRZt7LyfOs07VQ0w5EbrX { top:30.1875rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PEoV3PR9KOtcTse4h5QZhNTkvFHPtqBI { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PwsN6AoRSSqlXSx5Zocwrf7BPd5HQASl { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2kk5waI2xw99WxhLaKQJWWU9GRV5Guh { top:15.75rem;left:11.9375rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vs9nKI2sQ1dkH8qHUyMBXbFNM2MRxHNW { top:15.75rem;left:23.875rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CmRi38lqx4orGfnT7xqKUme8FQUs4KSt { top:31.1875rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BmPqKoRtcrxByZhTCpt0CCoPCKTEuGX3 { top:31.625rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #epg2XQOt9gTwGNPZpqKryUBQknyX3LI5 { top:31.625rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt { display:block; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt { background-color: transparent; background-image: none; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container > .video-iframe-container { display: none; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row > .video-iframe-container { display: none; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .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); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt { border-width: 0; border-radius: 0; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6GuH8qsAxoHhuxMsvUbFRm8pkQcJUDQ { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uKO44aVboRBdJTR7btRL4VAOuMTycLTh { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Oh62hw10mPPFV7tTZFAnzFvIoekEC3rJ { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B4Vop7EV8vEvBwHeS0pVbeTJkCZy4s4N { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HK8oQIHVt4P6JlV66Let39EgehOqlT7y { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zGRgnqacoWSdN38XQs9o1ofUs7FXeum0 { top:2.5rem;left:1.1937503814698rem;width:8.25rem;height:12.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sngoZncVZMLXy4lULpaJkm9fXaHLZc9B { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PnIMlAv8zTq5iBZko3vhWbn6SiqtTq1J { top:15.875rem;left:0rem;width:6rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FHhi98Q8o7Nz0t85ZgVb9DBuETHy8img { top:17.75rem;left:0rem;width:5.875rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZUbvt1W5o1SJi0CoLLh8A3FqAQa10wzG { top:18.5rem;left:0rem;width:2.875rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UOIMd1n05a8CXh60uWJ7K60yF2dWs2TD { top:18.5rem;left:0.53125rem;width:2.1875rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oJ673XWNo6ymwHrTvCTQoP2M2pMHQuGN { top:20.625rem;left:0.5rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GeQT9cSBMrpBFs43wLqdAO8BJm61fIJZ { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MLupeIU1Qdd6Lpv17KwSz31MKK1dPJ8L { top:33.3125rem;left:0rem;width:5.875rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ghrqrL6WhFNmeT0Ruq4m36WIOgWPMTKN { top:33.625rem;left:3.8187494277954rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FZfTR7NMkvcAePS4dmCdolyuMf92NTa1 { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KAhqW9lGB12G9d0T9dIaMkCZTPJkSvi4 { top:32.375rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nAtgNZ9MmwtQOwHTsCE8m9kpy2pkVXwX { top:32.4375rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KalWx8M5T2RH6GuJcgOWLuZi4T9NqMyh { top:33.25rem;left:0rem;width:5.375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bd3HZRTzUMAavsMEbEEFkm3vD8ezFFWh { top:33.125rem;left:3.6562509536743rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FCpLnQc7bKEC69PCXTc5BC2ez53ceH1q { top:34.4375rem;left:3.53125rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #C9XSr88i4PTcVGDf59RH8tdfXe5cm5AS { top:32.5625rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TzhnGyeErfBxXs89RgViMCSvEJdJSA6X { top:32.5625rem;left:3.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xI3gWht01p5nQ8KkegVeNFQpsA2xuf18 { top:36.4375rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GRs4lr7Piw1K04wDUfBEOEk12he8nMiT { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eTKXfc5qTf9uK6g6gTLKUekGItIZkTHk { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pX5h9UK7EFIINzu7B7lzH5JOAIEuKdTq { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pn21nIbIiOfJ6pEpSsNHdbbUlwxi3xVB { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oNTNzmA5QQmoJCvfbViyFRgWamBGWMl2 { top:29.6875rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #N9uuu4UVlRHn6PBNVqJLyIDzMz7uRTcy { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fhorboi7qM1O8i9TTHGTM3KsbAAP5AAp { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cRR370Qf2hbAwfP85CULblVSSghz94Mk { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #htm9OmLQJrnGRvAkl1TwwcA6z1zSooih { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #PEtrDpTPZbOKeFcdq48nSTPxBKHVa9Dm { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nJXD1TelFw1bgZQUKn7llChOq7xOwPyJ { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ygzUuyUJHOac4fZOOUHepLgwMoin7QLu { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nM0ZuCo0RMZbUhXNyqCkUZJCxWbW5Tee { top:3.8125rem;left:8.9375rem;width:14.9375rem;height:7.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uerfIZz8y76WDwD2tZ6yu53mZLOUBsQ1 { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lD37cR73ckLkEGS4SFyCuTWl50zumOZo { top:16.3125rem;left:11.9375rem;width:6rem;height:0;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yieKRlhXqvSXVEXGKMfSo9wtldoiv1 { top:17.75rem;left:11.9375rem;width:5.875rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zCP4InWivmh53NGnRwUnpKOa2TwRzhaQ { top:18.375rem;left:11.9375rem;width:3.625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UEar8uxkPOX87MOmnU94LVVJGaKq9cLs { top:18.375rem;left:13.218750953674rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmxuRzJtFFBwtvhJd3kzXbEU0tX9ptD { top:20.375rem;left:13.250000953674rem;width:1.6875rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FklWF1LxcemNPlWL0NskTFO9yB5tOBnt { top:27.5625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VmeX3Gau25kef1T0rD2q0d1TQeUgfLlD { top:33.25rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yDgA6hxw22nN0dPfnfn9lOmMtS53XK7X { top:33.5625rem;left:15.656250953674rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KDazoMacME5LF7i6qgas2t6ikO5hEwIC { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k8Ul6c5RxGcbaXGX3ovBXgp7kyTeWL7z { top:36.875rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TeiN737WoF4vVhhEQgQClLpkK3ASNTH4 { top:36.8125rem;left:15.656250953674rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T52CBq7shQeqEDedTCn7bR5Zk79knnD3 { top:38rem;left:15.84375rem;width:3.0625rem;height:1.0625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rsFBe9WckEAibyPm4bnpcalrxGUZ6Vce { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qnbu7BIdcfSU1pcbAr14vMoGPTs6xiW7 { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UfiTTmLf2xNZxGK0gxZ3Ggn1D1w8QM3H { top:36.1875rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XE0ARhZ5b3vdEzDu6eXNB20D9KKADv7S { top:36.1875rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XZbpITkieIu0FXPMrpqqgO57BSJvPETc { top:40.0625rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #c4I6o14m2b4RycF2guIqJLOqPJFTof1S { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mJKc10GOU7eMTuUzR2FLmZS6RTewRCm6 { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oUzSJv52Z15q28RRUNd1BOlzQCxOEvtS { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PWwEIt3VQ8sAGThOV0ATJ2lieJxJav1t { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TaSMkwMzs8cTBZJvXGVOINgy815D4FSB { top:29.6875rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aPbQmzOkzPw9HHKSC6Pqf5urfHCqLyqA { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fEr4ttWsVATSP2KFMdTENZreyGp0HoFZ { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KsDBmGQgsDkSR4hgQVT7k60hpf429MgW { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WTWuHU0gKZu2gntJRr7uM8EtTx8XtTbI { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #m6saKaI7gilsm4tvXnavK4KubvEehM91 { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NoTACGM2tEZGRVon79q5lU8TLPNqyO1R { top:23.1875rem;left:18.9375rem;width:12.6875rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CizmrkAwcLeSKtkgoR1N92cLKrAFgDaa { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HaXWs2xkFOTZaMX9CuQsUmiVT1Hc0lzT { top:2.1875rem;left:25.312500953674rem;width:9.0625rem;height:13.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Oo3ML9ICg8i0d99b87tkaGyT6TrvLZ1p { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BDHOHuHNJieIt2DnKGZHVRMD0NOTbKiw { top:15.6875rem;left:23.875rem;width:6rem;height:1.75rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SmUCFxgSvozqh12p2SJ6bqusvGuKVW5f { top:17.75rem;left:23.875rem;width:5.8125rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #izCF5hagKO4M0RLim06VH4k3NN3cwQlB { top:18.5rem;left:23.875rem;width:2.125rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yDO1yGVTcpneW7W2TlupAUToQJlbp5lD { top:18.5625rem;left:24.156250953674rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LlgRN1AbvVD9vRAUASlHZ00kEQGT8FEd { top:20.4375rem;left:24.281250953674rem;width:3.9375rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GUMByOJH4eiL2eA8yhSpJn6pQ1m3MUCd { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GLyZbQlfF03nyzSZ3aROuQz1VP47kexv { top:33.375rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k7UGTAXQG5aeDIu3y0ZzUwSfzsy5eBRv { top:33.625rem;left:27.531250953674rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Z2N0yogWCNmWyFOhCnpGB0Nq7MOKJGhU { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #smThlzr5Kv6TeA8sa6lILimCZagmnOa2 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T5rO77Iv53mKTGesKTaGSUfkUseQ9IaI { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BFpNGu4JJTAecT4Tt120fet8K1XJuxxa { top:37.0625rem;left:23.875rem;width:6rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QpGg7Zl4HdTLCq8plbLZaTpBOS697B62 { top:36.875rem;left:27.656250953674rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LwXIouUGTJ8RzouAZrVp8MdtSZtguBh9 { top:37.9375rem;left:27.593750953674rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TRTgo3NZKkd4QQXvJre5GtfceotoRt9i { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wUQwaGGDf0iVLoerxurrNn7i7hdfH69E { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NFbzt9AOcAR64caV8HigJphXxBllSVFf { top:40.1875rem;left:19.125rem;width:16.6875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #M8IaWCOQ06Hrt7zASCrn9xWhRgvfifUy { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oTAq7u3WlLmgRvWLTaIVkkqovFMTB210 { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xTUAhqUAnCw82mLddT77blT4e5nNKwls { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X1gU4TMTgA62EOmUfXedpGKtIwdenb87 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fXKdIiTDXmJbzf2ywfmFoTg1GMryaxIn { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #BqRRLeiBEMXNHzH42BHHumay0uaIv7KI { top:29.6875rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #r7V9WsycslArx7hMdTzzKXoFdeGz74X9 { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WDpfNtXlbLPmTe1oLNNSnG5cdZUHpNql { top:0.625rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zNqc7bQQqXPQWmoDCbmTZfUgiCtLZK0S { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lzgiKK3i2MHn8qOtulshSTrFZv9FVTJc { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lPpgrrDT3226dONWsVpSfBUsm79T8s9I { top:23.1875rem;left:29.75rem;width:18rem;height:6rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CGoFhc3eWmlUdQCdnITUhVW8wonfzrVN { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uSSlAIH2LdIs4D75BBmymM6kyXvbulJB { top:5.0625rem;left:35.25rem;width:12.5rem;height:7.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VzmFyNG6OvGPIECyFmtIZmUBn642J9We { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ThkMDLhH5BFPdLNdCe2nuIK2NGtPn7ZL { top:15.4375rem;left:35.8125rem;width:5.875rem;height:1.75rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WsxNWMp3J6Aw3XgQ3xKbcHlR24gb0L49 { top:17.75rem;left:35.8125rem;width:5.625rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wWp9Pak2ba2pqUaC37M0RpgQEdk7oQPX { top:18.0625rem;left:35.8125rem;width:4.1875rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dJTcua5xD2bSekevwLvyBNbbdt35z8U3 { top:18.125rem;left:37.156247138977rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xvTt2fI8lsBFEuM4K9vnSDw4ns5dDqss { top:20.3125rem;left:37.218747138977rem;width:2.375rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dNvkwQO7EMWTGGbTZyunPkNh2mGO6HMT { top:27.625rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rP2om1IZKUV5P6v6LIQCdB3DIEiKhkpV { top:33.375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #u4FSlLVPmeexvCigHG3QauUTf1zX0p2h { top:33.625rem;left:39.531247138977rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SlZ1BQ8aiyszsLwaEZED8TtXQTcTd5wV { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qaStTzeGCe0pTxMKSCcPL8V3nfqPKNeG { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t4Qplshg4O25thcDAG4wGXpcr1tgQ1vL { top:32.5625rem;left:39.5239610672rem;width:3.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NrJwpvM8CBhOAM5GMn8sNkVFwGpnliGg { top:36.9375rem;left:35.8125rem;width:5.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yUUOTgvT3ZqWF9y9cwxNU9RRboD47cME { top:36.875rem;left:38.906247138977rem;width:4.8125rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tOqDQ3TS1ZqV4uZmRbn6Lau1M2LTuUwa { top:38.125rem;left:39.531247138977rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #c3WHFKMb6tf51TNTAXPp18IPc3gPJf2s { top:36.3125rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rzJizquluv40PUPnMetTUcJZKwy1l5Xb { top:36.3125rem;left:39.593747138977rem;width:3.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dhn3CMphvLGvoF90GG2qn6cpAH0bDbZC { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UCznXAvHgrVJEHHnJr7FBCz3ZZbLSeOv { top:1.6875rem;left:41.3125rem;width:6.4375rem;height:1.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EVpIhkBtO0LIZN9oJE02WnIbBQTbBwzz { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #z4Gk8B9H30gD6R0Q8DlAqptV2grzWugZ { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FO3L50hnzBlkIVyCL0XwP6E7kdz1s1Rm { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qfHOPa7sZhoTpHgqiaV062lDdTtqPlUJ { top:29.75rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JztKIlcVEgI1y9EFGptqoHdAFwJPiAkl { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ld79VcRhOZSxDbWtgm71BZKr5NWTJVsa { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw { display:block; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw { background-color: transparent; background-image: none; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container > .video-iframe-container { display: none; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row > .video-iframe-container { display: none; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .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); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw { border-width: 0; border-radius: 0; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZfHX53HKUatb0ExcAGHS3B7NlbSuW47 { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DAwVTOQxEkt6yuq6FdeD4oyEQ7UpLQTz { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mqNkSLraPC6v80EeTtOLZwVt1vcLwCdH { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TWxQLhSe1LggU6RkIr56dmmParEZr0AP { top:23.1875rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GLd4KwDaRlCD8tTSGMGvOhy0gNeKRApQ { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #t6FdZ2diOrAeXuD2CA9CUO8MAK4ndB2T { top:1.9375rem;left:0.7802085876465rem;width:7.875rem;height:15.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zI3FP8iN5sOLwGT2FkfT7HQXTzK7FUVM { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cNttIkGo8GCMWWyuKCnWCAXKehkTm0Sx { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KWgCwH18fiEWfzsHlXXyd5wm3EHTm7wX { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L0cpq7JWfUVSpGgkiLoIrMVqWMuKGveT { top:18.3125rem;left:0rem;width:3.5625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WTKN7MBivUgquMX4WsUxD9AAfp87Fl1O { top:18.3125rem;left:0.7802085876465rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V77VeeO84x3rTpvsMQRZAb2iVandgF8E { top:20.4375rem;left:0.56145858764649rem;width:2.5rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KxlzcgmdbI1vmT2SJhTRWNTaIKsGpBOV { top:27.75rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yRR8caFbmOCEVv8zpxydR528vlSP09yU { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oJr6O61IJDGfsz4AdaviTeiSbqVg8gKu { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PoIWTv5UycmWxdWZG4fimEouxcpiMuC1 { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UDv3V8cqFQxanKDrEDCnIulzhD7Jb2G4 { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B01q2MQgvtJ34dLb3c0J0aMQsSpzuowQ { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z4u4TIDz78nUOlkdy4948kIUJSc4hBCZ { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #guFvf5NxKq5aqRwOPaiDFBOfNEgvKo84 { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QQDNm4GmeK3LT8EAmEQbsZU9NE7VdGTm { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KXJnRgEqrrKJN085wyAnRXCvOkHBpobk { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Q13dJJOTTButVsgmPRA1OrrvocxutGq7 { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QVB4QiX3A1rsSITDlVdidCsJ0SmEackP { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #opgtKkTp7q35wKqi0pHg6PWdf3G7iuLf { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Pwck0mFAkDoXhCSHeTwTBwG7TlB3HSDN { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bToohU4MgXJG4eeZXVrnKlohQ4DeTGcM { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wmIZll8Pm2X4upBg2ulWZKJpbsIfWtMA { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QnAJafDS0yQtFwq3bD8aS5Amyew3xpl8 { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VNIR4AbD7LODdkWHDnPPywUiw5JraJ41 { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vfR8AGlzsqD5DgXmFGTLm7g5CseI37BZ { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FThTvL2SdNlU5QVVA68di9QHGfa9ToDL { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UQeNiC1yL5TFvMfczNiXuyJAtF1T85aE { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ggGtVGTDNcPWvEW4JIGJhqy9XhA3GKEi { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #keuHQRKwaplIDJnrnGPmdSHn1QUgcnPG { top:23.1875rem;left:6.625rem;width:17.25rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WrUZolheR0BIUpuFKd3TwPrtTWuPfaDp { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #W4Mc41dEaTCk11sigHZdC0n1luAzGgxa { top:1.6875rem;left:12.537499427796rem;width:9.4375rem;height:15.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EuyhQ3ZEAMcnASg9NQzI9xyFk9xXoCVJ { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wN7yThI3VqnGif6Zx9DTNeC4J1JtKyO5 { top:15.9375rem;left:11.9375rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sBu2vTtn9uuQ3nE5x4WzoDRLXBmJT1sJ { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #px46MdolSF7D4kLHPefN3Nw8gMbRAG1u { top:18.375rem;left:11.9375rem;width:4.3125rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NRFuvHRPiWxnxoss2hID0p3vmuqTBno1 { top:18.375rem;left:13.530209541321rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sTUdpzfdQlQp2EXNLOnofDWdqv6JGCTA { top:20.625rem;left:13.748959541321rem;width:2.5625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nn0ZinLPSITtuFy7dLb7pQ9FCof41MgG { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qrLyLf3uCeZ6BHlhyyaz0TesbOlXTWx9 { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KJ84f3ahx8WZl8E93SGxHmtVPFerEdmd { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #aLoeBrAXIzUX2e0GGOsKl3tTTFenSiRA { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ikqhAhWqO2UL4q6Au9KtHwpfmPwSyGQE { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cqruoWkGLa6opA98ocfOfTq1BfK8SySg { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ElkHcvk3xxoDJVEgf4cr0gTzGngeWp2p { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XqxWO9m9Q5FJBsXqk9nqex4pFRotBvPR { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bhnTmUIEr0QLerhAFUE3qcCWKIwvmZ9U { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lOeUZv5PvWVeoWVLl8PMfLHMTaVKLhVZ { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MbCICZMRx6WDXHzV19TBNO3AK0xZXlgn { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UG3CLQdxBkASuCFEs3MVgEdaQ6octaGm { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Q4XkdfKTTPg2V8bG7ICis1TQegDmzAsB { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rFSc7kW8WD1pWwCDTTEwgG8ftma1cOLy { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c7RzTR0e4e5UvnKZpXTMPeoZB2gylgLz { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oiFfMBWCbznWOeIxCPcuEPGCtekJ96oF { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pZSXQKMS8I3QSapgUBPgDTmt3o9Bszkb { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hI6qb7OP3RKwTs68AwoeMn0IEufJ0Qzb { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uA0evSXgpCJq7BwO5NKunpXwK8GCKKlP { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NiUPIVQ5WK8GfVgxZdHqPHNXoJItsdb5 { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y40U4rVwtIWbtAWTKnsADL6QeazPTm5c { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #hMnn0X8DxbCXnkJhnQEqMdOSbn6kAW6q { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E58pTrEt0ZkHBJcHFUZceT4Xl4LBTwze { top:23.1875rem;left:18.25rem;width:17.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TmywAXVaS9HQ3v9QCL4RFi9PQxdFWICa { top:2.5625rem;left:23.1875rem;width:12.625rem;height:10.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gibnrioEXfLpxbH2A78e3bZhsxnidOkW { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #D9ZXn1Ub8Gmf3FK0DnzOtrCenhxBsxST { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iX33247IRzlVtr7svcoFUrZTz2kfZZTZ { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HhOGHI6yiufCebvstDqN7bpHzRxl84qS { top:18.4375rem;left:23.875rem;width:1.875rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BweS0aZ17DZGTtD5SfHy1PAvlEMeI1M4 { top:18.4375rem;left:24.53076171875rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DyH2pBdTWG9r3y2xhZkWTfqpEaroRRUn { top:20.3125rem;left:24.655883789062rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #goGGBQuG80yTbOnzRf7oREPpSp5hVT0D { top:27.5625rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sBx8z4ynlVQAsR0ZtdQtJQ4CewHXrJei { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ypf70ag24w8ARVpinQDFMTBvOvaAnwI3 { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vG3uOq1rtyKQiovSViP0uOOEEoS1f4kz { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #peDGQTWHw8nEE896t6vvv66Lz24AM5qh { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #srHqg7stihq0nihzvnvPtNcDTPhluMxb { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LGRweRU7TqXoPwIZk5qn880q2tU2Irk9 { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xEQ0ZZJQHrrCAXAeTbcfS28wITO5fLkV { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #g304WkvsOvLONB2Pa3OaaAnJ4bJahEOB { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #l2RVBbL5mWQ8Q8ctflF3Kwx5qDl7cII5 { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #syRAiqmddpTeVn85zoomIO2CvF6Gyqye { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RamNFgQZZ4Ia2FanIRd3MtiPEqHZKU6q { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bQvSBinHndFu2ieFBB6E2LeZI6TvMta1 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RLgs0zZUmvHM86PAXQfO8bD79KVozPqJ { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Kq44FWT5iSHdBaMHn93rZg01yGSoW7QI { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Krrr3HSXDkaS03tby1cK7KRgrRqSxtM7 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p4MV8BDCn1AKRATPzTJoJSI3LBpFQ3uc { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EIzzs8kOoJNmlfpazf8gvBlBVNnCPwWU { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KitnOBLArmNKuaxc4ksSmWFvgSXJiq66 { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qEUho3XThXptWmuuLdi2qBoSg8uXQLEV { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #hhwSIhTaMDrIXnI6QUNMH8T2LNN4Pc2N { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QHkJ6dRHoo6oo6gTl6Hn0R6iBIv2z3CJ { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m9GcBrvIOV4u4pvJkRB6hhIEQToehvHN { top:23.1875rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HmoGg38J6wSBlzBFUWO2AprTuzTUX23g { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xW9XHAAVrW7Ti9BeORwJxhN7mDU3sei3 { top:3rem;left:38.624997138977rem;width:5.125rem;height:13.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kNAM0MfzOOOlsXzQdDkBTS0Htv0w4DpS { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pgceUbLGdByWOUrSVh1wnhNhNNOrW5xu { top:15.4375rem;left:35.8125rem;width:6.4375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ADIyncU2BuIPOlu5mgF2AeACIDMrHIdq { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHTdI4XUcnM9t5ND3aPTFhFBUeaaAOZk { top:18.5rem;left:35.8125rem;width:3.625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W7iIJFNKCtSOolShxSFHEaHFuf1KsHlZ { top:18.5625rem;left:37.092709541321rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fCs8yTM6s2NHVqeFVTJGm306DH8FDhHK { top:20.75rem;left:37.156247138977rem;width:2.6875rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #srriXZbOXH9ciDZZzabDM4m84dRNpLWN { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gT0Ole6aaCfUoLXdsmkssL8HciqAHdhM { top:33.3125rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SikoZqXD6UqEsBkir409sXV1KITpiKDV { top:33.5rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o6TVyCrAM7XwclrOdoJxcaT5s3qfchvL { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #zeRopVxCDeTC3R4HW4R3iFfgvEOKNXUL { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HD1Z1sH0QJm41mIhP6y4u7bdmfyWwIHD { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uLDIcxfXsuQ0vHMvBduzbxyTvpnEIXhH { top:37rem;left:35.8125rem;width:6.125rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #i6Hh6dyCgQC7DazZL63bMZ5NB5CF4TCc { top:37.3125rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tErukuJoAK0JhS7hZXc2FDVJwaXs1GDz { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FJVaP2Gxtwn8lUvtvdfQ4tT0dToTxXT9 { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h9z8F1wwa1TzCCqhBDEV0kJeePM33pDp { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KoC4w845BTpJsU7qFRaAnph1UU50rw9C { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gxVdxgXXXEqTfaT5xGRgTUivHoTk4cfE { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vMDwGA8yTGZPSvK100RqoKnEGuR1NEuH { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m7nAOxF99xA1EiTPaGuI9CNbne1AFL9x { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wdZAeLdqsEiNsWzOoycm4SuGvN1bT6Nn { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #OErysadrplym7fxzcMlX15V5zIBHTV2h { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i8CAWVzBBnOzKVG3CWA22zDPeGhirT1W { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PmgSrJcxT2dTFPIlRklEcFwbu8k8AUvF { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa { display:block; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa { background-color: transparent; background-image: none; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container > .video-iframe-container { display: none; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row > .video-iframe-container { display: none; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .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); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa { border-width: 0; border-radius: 0; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEG7xRwuLAT4I0rNuqT09fHmCf82zveq { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EaiAsTU2lJ2ib9LNTCHuTSx4W6dasxtZ { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zce4yHr6EEzRkupdDl9rasen7KDdzSBv { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7XU4FyaZaEe5W7SAclBIw9pIJbvaxD { top:23.1875rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OSNx3rBp80sFCqglU9kAmCWmTHPwgme9 { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JIVCTetF5ba4gR1p3uXNnc2DHMXBUig8 { top:1.9375rem;left:0.375rem;width:9.625rem;height:14rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LvCz6xfkP0MuVDvtNadLGZqdBlQCaQhF { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MdEGFJMyCPJWzsW4DCXpFSvAdmyXtzOC { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pqycT9RagN3v74xtrVtrKq8b9GRcIgL2 { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FblNXbnKQNfFN7mM9vlU7moHLH8Cb6ms { top:18.3125rem;left:0rem;width:3.5625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KxkMb1sU0TPFFiMqxP5lxhQLD2PuvEDT { top:18.3125rem;left:1.5302085876465rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ThFuBWZvLXPliXWkIvTUQWBE6DWGysuk { top:20.4375rem;left:1.3114585876465rem;width:2.5rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RDGVwzX2PtfTFHwMKyFXAQzAOPvxee5x { top:30.125rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hSuihGQTJQ6ecde1PyTrl9marl68dm97 { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Wgs7WoS2lVIbLnhpIwa6Nz4E2UQn3LN8 { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LvyhlUv7Qs8BwyCpbD8Hzfb87TAn2wyG { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #U6LikcaiWm57UGBdXD9QcB7kCRDHRwQJ { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bCUGlxyEU8z125TG6DuG0dDKrouWOQfR { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dM3oy02R0ncDqkhUlg4C7dwQhykt7tlG { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rIDHgkDqkBnkZ5iNOBcThM56fLHJa1lV { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Hs7PUSggtOmKWgygGhNKnfbMNE3JPO1m { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nWFOESSeOkeUuvRoB737fZoSk1CQFWSu { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TvVuVXXZuvc4ricXGe3BCr9Pp2qDslRS { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XypZpztW41n7XqXmSS4cdwVmSThIODQk { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sqWlXoC0xhGqM3T2MDtSZayL98Ln1ID4 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ABlaU6NVhqEnXkl9u0254OQtOsXnRvbu { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B1hD8AQZilmVTk5n6sZNLz22yCpwfklV { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NHkVKvu2bqoFVTNpx1XTSFMt7XhBobhr { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gHrJfESSCWXz1m2C5sZ9b51waiTd0kTA { top:32rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #v9QJX8pBd1ZLG4oTfQcbBvOc2ox1GbmU { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CEclJ2rdDeWT9CZE1DZHuCPHt4iRhrxM { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kydDqfTCa1Hytz44bWyoc7Cmp97MTzfm { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lhsw8S4saK31GXoQFO7THDMnZmiNfTok { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gc8C9B0qwidQsqQxVWgfRb6UanUcQT0T { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TB3RiXCHMzeapNZx3DCXTNGI069RtrXA { top:23.1875rem;left:6.625rem;width:17.25rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zKJogefr0n3HLUksqiXnJy3lX95xcOI4 { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #geyq6t1g3kp9kmxUl1GBeaobh5zp6LVQ { top:1.6875rem;left:12.537499427796rem;width:9.4375rem;height:14.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WdGUVCUs6vHr1T2TshQllBlKJMr52Q0Q { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #U5rTcP1nGBuT7pTkzZtLwFPt2rmoUJpX { top:16rem;left:11.9375rem;width:6rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eO1DQq3PSqDb7PxHH3begv6GDZfdyz6U { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l9Jiwep0xoF0OT3TOKrZCPIPkHsiTBV9 { top:18.375rem;left:11.9375rem;width:3.625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lkzuzeb0u4zEU54cVJGkbk8C6EltVttT { top:18.375rem;left:13.280209541321rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zGtvJGCaLn0avVygwBAExo0fWgtTzLQk { top:20.625rem;left:13.498959541321rem;width:2.5625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pzRME8bInayLs3B4kyfBO8dZaHQS0arm { top:28.4375rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZFep5LkrTTNZTB8vCnogZ6wTcdaK1OBE { top:33.1875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XWJWM2ZiP5Qfis3QD6ZTmh7GuxEWdtLO { top:33.5625rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TJB0pMkE1HAsWqJJw3SARs1qOtIefigW { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #OmqbnTZmp3JXH2uiOr5BSublJv3H8bla { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #dPITBTyNJiG8zTTNzdC7tFPsFy8N3SG6 { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AGqOqQfNaTqiqan2q52uDEJecww9SaBL { top:38.125rem;left:15.593750953674rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mlrwcPscvgHaxObBoGxHHDWm32yIsG7c { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oIuCHVsEWwqtB5TE7ipypebMyANF66Uz { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TNsfh7VkKEfSSRiwWNU6wyXiUwToJnU0 { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X90grEuVWwxf65lOy9WzKrXxOflbBXJv { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kFUEtoNhu9XXv5K8w2yHMuA1eCfTmDt0 { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Twh3zJq1iTOGSmroUWNWIzH3hn94vKFP { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WGiCzZgAoKaX0zSqu8wgK3e6OVUUNsNS { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fQgpfAPA4TIQZQmkgKuPAkKuRq0pmiFr { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WO5Ofa1xNHQAWWZB55tyUK2KKoVxrbn4 { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #E8cARnq1MlMfAANpkhgUJb8idk8UzzSs { top:30.5625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GoxuE2R5sNT5hhP518M28LM7o5zGkN7v { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GSZ5IqOeVCI6OCiMF9xtohBZ0PPfUqzd { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g6yWhfQbNBrRc5NPrORZFDq0mgpTqe7B { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wnJh4VBhNzonaThtb8U0HMpoTaqMhebT { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eHPpPpiVdnTMRBPoPpOvAfF5CINI3l3G { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dw5KDVkRB8y2qFh2sAUEsLKf1F0qhT2c { top:23.1875rem;left:18.25rem;width:17.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ku7C9f8lV3Gv8Vpdzc7fcJOc1KW6ztkx { top:4.0625rem;left:23.1875rem;width:12.625rem;height:9.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #amtmIE8aMGH2lQsEcw36pMwGZf3n1Sp0 { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ViEDBCnv2TJJ6hBQgT5UKb4sa1aHc57c { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #o9pM4Nd2KVJgffEUi37LJXM0zow82X2h { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rJVt2C0DtTlqNUiERISpIJ5Jaf7z6woS { top:18.5rem;left:23.875rem;width:4.8125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XwoCg1qs3AeW3eiuWxy5RyEXzLq5AiBr { top:18.5rem;left:25.03125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tun9WRWvV789BJIMFfdGAIWzQHbfMRIh { top:20.375rem;left:25.15625rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NogVvtFB65TauaqpxqwqKql076kVf0NZ { top:27.5625rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HPUKGb313W97uO9uT3I8zOydSs4ivJHa { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #omn8HfDshAVFM8SRXDSNfLs8dd8XcADn { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #M6W5eLKZZVyFTBw0D3wG1sTbsVaythM2 { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oCsVl14NaDbXMTCr5DMUPivMokUBSA69 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Oy5N9iz8uZrr0F7teRyyR358D4LwZKt4 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zaG9biBpSZDNaJcc4WKL09HGkQIQexuf { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QsO6DXgy6b8syFo3gipg5pdTFyOUTHS6 { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UODWVv4IBuulUbBmfqyJshwlAMCxcvha { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NgoSvTLWb9eICX9ttosyFDs6lGpmAuTl { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Uyt4tZ6KsiZf3uquibJAsBUlnGVaU0Zm { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PtotambRq1KdwWNf1byCEpz7Hg1N6xb7 { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vONz2ptHUW5ITHHKB2l0DctMkFXcFoO5 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oiNANDOK4udezt4FUGnt5HrcBRy7lEy5 { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fZ2sx1Si8xI7H41wUTUCxtqciKQeOMpg { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iBtMHU1opQkumLVifk5qwOzdkmL6XIAM { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fwTEVnt2k0OB9Sd3h6WqdyUVXHc3vo1l { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #opFKMUQxoTgGCIuc9l99PK9HHLyMvs3G { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IEmbuWhLB7Vo8vWFWdhwmTR48STb4N7L { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U1QUf0dh89laIFzp8fmV9rEZUTsTwToM { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MkHJC2JME5z2sC8436gatSapdrVdFGFl { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oKlLpW6VyUWAMOxoAPnvgLSCZz2PfzJi { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T1OmP3Nh4iCKurlo9zq0yZc98Ciyonu2 { top:23.1875rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rWq5uaxnMTtTmyGMqJ3f8oznidZi0Tqg { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KcHe4zwvHglyaH7w7DwlPDrHRa4AOVor { top:4.125rem;left:34.4375rem;width:13.3125rem;height:9.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nKloCk3ZLQPobLppTQ75U5SRveDvdVg8 { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GchX1E8WRCunHiGOEoMaC4XNon49qqHI { top:15.4375rem;left:35.8125rem;width:6.4375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #H2tAmEwxdiL3nfnNONnbymKiH5NHPpT2 { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xpBx6LQBx6lxSigTGCB9t2SJr7vw6W0D { top:18.5rem;left:35.8125rem;width:3.625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hrWvxJNTi3x7dy94UKJwAnUf6GnWTBXM { top:18.5625rem;left:37.092709541321rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UI4NSuvUqIBf72LA68lJaBL9wtciAWep { top:20.75rem;left:37.156247138977rem;width:2.6875rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cksgydCeITQLWCX0hZwdCSGpTaE4zHok { top:28.9375rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iKZ8FBKUPVUdAqTn2FxXzdEJfML5Rw4l { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DMaWffPLdgwbJATqLgehFE2isIGPKpC9 { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o0Mmn5ttXXkvgtOBBtdQ7stlucGIgxsu { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VFq8VsT7UC4rZS7eJDKbZWmoqGTT69ST { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #se5ZgdOueeMmhyeQZOfAB9zX2l9X8F9Q { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X2rfVgIH3EI3LB4LO8oCEBziX5ViUvIU { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tfzD49bXLq3LbdES8auFPBgf3qqtEm4Z { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tOyP4FmDtPHWyqF7ty5UVZIa9xIhWX55 { top:31.0625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xMs4WqrbOtsI7rexhCsliFSIKJlOtris { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VKzphk6yreOU7rFMQuihcHFSST4HiRhD { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { display:block; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { background-color: transparent; background-image: none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container > .video-iframe-container { display: none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row > .video-iframe-container { display: none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .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); }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { border-width: 0; border-radius: 0; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdTK3hC4JXws880HEDQl1ugcAZRdhd8O { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xQGTtsS839gy56fmgfPNN5xtU43Rm4K4 { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I1uoSgqdnu64Ce0VxbFP8KKIfKwOE5rc { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DQn8Wb9tDFWDR57wgUyk0unMphhFWXLd { top:23.1875rem;left:0rem;width:16.8125rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SrRn3XclC61prxv8oplFT1ywoEoSTo3w { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QDgxQ01ZO6NUKwKKDuTromtKuV78uVTs { top:1.125rem;left:0rem;width:13rem;height:15.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ppRhRsQhTPw5W5MfAgSa3d230eJmtPSt { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8x7c4nIrlvcCi7qdgpQQC7KVCFiGKe { top:16.375rem;left:0rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Eo5Nrl5g4FN3VD6bTkL53TtK35sC9gl0 { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WiM6mhWXFoA8m7ImVLPg7C375gDEDMli { top:18.5rem;left:0rem;width:2rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l1RUagUnKi3ZCRqHQlR80BQXI2ASr1Ti { top:18.5rem;left:0.53125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x382TI77OuX45oEM3zKsiayRXdDZCnBl { top:20.625rem;left:0.4375rem;width:4.25rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JRzovAkgkdPMR7bz2OntQ0GmMmmrmX8l { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RDMxN5Tq5uJiMlKydmVZ0xuVbtJGsXRu { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DOB6dKrGvaQS77gg5CRTBEBQQPlOGSwC { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #c7aTtRuusIBLOLu1akpRq0c1CZRidVZh { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AqN4te1AVwm1k7D8UOhTPny1wHZAJfGw { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XGV0EceTw4nCabTVEOH9BplWNO6unayF { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mboIDolPZAalg6wfLD5aRBU9BRRoMT39 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o6OulU59vpiI9FGLblBN2DzA53T7Zehh { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LTBUduT2zX0MIgt9JfFtSaIUfU82kW0f { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TZvLZBh4RPsg1EpxD1A9Eb5s0NTsHHER { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #asoZBvwTop9WLSEPJPhXg5X84NnqmR81 { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wl6sV1At8u6umGa3Hgt1HQuzb5gJOSqo { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SQ2JntS7wy4s0aGcb0hksF8PyKyPKNtq { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bk8FN9iSUargPQMPNTsRe6HKv431Gi91 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sGUBfDI8REvdMKxxWo1BTQVwJFRocUQR { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oPNe3FJeIJp5BMTWtDxLIqNJB4vz7VlZ { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t0DAArpB9R8KyTXbFN7TfAsH3dBmEuE7 { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OxMan44OfnudJHdyH4WeAfD5QOLACIWl { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uHIdCnQBGcaiAfaIgpH8LXaeMPaBof4t { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o77UWSe22dIKADfJBlHzHE4Up0TQ4kHy { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UbdxqAsRMTMVSg1NnG6oQ3yPiGHDZ5Xc { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ysTiWVyyVRUqhoNNq1oHL2Ds5LswcZmI { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q9UtyvaJbyer6rMtinJ4QVhGWURyMAuM { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dKSoXeqoxenQlhkmWNTulcVpdpgMPchT { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #D0ksLRk4AVfyb78Rpwv5qcZtFePEsFPg { top:1.8125rem;left:11.5rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HQbxdHCLQktVfTotmHTs2E8i7K3TTPp3 { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gqN8gFI9NyvpEwmvnuZ6GMMndiONscK9 { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #slXXEA8KqJm4XNP9TbWni57vpKIqzU4d { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JXDURxEpmg2FXvSWAwNmifdMCRETtK6K { top:18.375rem;left:11.9375rem;width:2.1875rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aRMOBP5t4hPPlTKvvzAEoyXU34HaNHEz { top:18.375rem;left:12.65625rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zDssw6qhHuXuKqAAE0DTaWVlDXnbxw98 { top:20.625rem;left:12.5625rem;width:1.6875rem;height:1.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m1Crf3CMHXh7UqgfiST2drPSTkKGid4m { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Nbul35LzUIsD18nAiKp2CHmcHJV0cUJB { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EAzsTgT57uods64HcxFb4yItg1pJUrTo { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #URv5AfZFhOleeqzVpM2n84rL1WnDDeg0 { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UAVJLfPMhe59evGgueaewcRZDdKmw9an { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rq9IZ5AErPk4TgfTztGo4TiIRhqdLqoO { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XCD6ysiRkgPu4K2hUesOaSH3gltZa3mP { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1VxaypDDBBw8u7KEFH6RzWdI6eUidL { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Luz3UMqLLbWE18Xf9fWXzxXTB9EVmoHc { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xVNPHKNQGxx3byhBhlRrifid69DTUpkL { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R6tlarINcsVKkTVpxPHqMv3pG3HrKf { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X03D73Nkbm9AexTu988fa5VX8T006ktv { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w3FdoZTTSFrKa6WimkaUX6ydQEzBgX0N { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #As4oQ8CPgtsDnkPzuuCTD6RpNHcNM42v { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TQmA8h2nq1nGGBh1dcwIwe55Kf8NTRxH { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A6o7DWe6d6GozFpy7TXkr96cOObTARSi { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #dEuCwsX1wSKBVKX3VuhS7CmiMeiHI9xe { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XwnR1gPvvuggqsahWXhJIvOG6OPLld0T { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cQVtgAFccOIxZR3l7QPetIZTniI29lCW { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EORVB1Nw08pGQhhaywDldI2TvWI7f0M0 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kfEOvGIB1Q8EHK2VWgE34i4ZOLH0AaKO { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #KOgAzHmbrBxQB5KGS64chxUIakFidyXR { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kNkeAwNBqxZaw9W4DrdBUzdM0fOrdASH { top:23.1875rem;left:18.25rem;width:17.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eybv4mm3Gba00iFxsT1p2mUFP5L5eGKt { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n7pFIPTzSH8PNqhpgqvNpqeoLOi0wvVN { top:1.875rem;left:23.875rem;width:11.5rem;height:13.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i24RJz4dKe91WDeSyoIIfvmTHmSN30Kl { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GopzxsALlq3tLfA8TBsgvoTd3CZUqObO { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #I2fZA4AgVe7VOSlrotXVkC35ntFsgLK5 { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n6TPc0PooEMp8ga1Z2rmdI7FffUx1s3r { top:18.5rem;left:23.875rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J2KWlclKgO3dUEaV69hKyni5MPybz2hF { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Te9o3fPMIOP0olltSOLqTSJhfLwAE9Jc { top:20.4375rem;left:24.78125rem;width:1.6875rem;height:1.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ykqOJcIZJqvyQ3NLCTxX4zemphpZwdQF { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EqHVQiCFDoDDgsw7NlOIs0k6heD5rux2 { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nprJOnxLLbSDXVD4HzvwhPRFl5U9FTxA { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lBdfqGrmrUISm8Tz88xmvV5JkDvwfDAT { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TnOFr0x2BKuundD2hgsVUErQ4J2FkGh2 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K9hsFBMtNmlRBbxxoVIdx4HXwbCPAlf2 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SgKbx3DJUaWt9UG7x3nHnTSAbxpHTTkW { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MuIcbDeucTGutlOSaTZ7RENMCv73Sli9 { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hPVzBQoCs6FUm4hlAgMD4hazoCR62nIu { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TBQstr21F8Hl3yhsfB8vTg1KO6vpoTGo { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KfHFAzSSKTlt3mak2ZvU9uxlWaBx2gM3 { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qQHFEDBRtChB3ZVFsEh6eC1IyS87mT2c { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #n5weatoePnTAotmwOiUtbWIS876lTPDf { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w1bPWmWoL4UBv9sZDUGs0xbaivQadlBM { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t7n3n6qclb6blS8V6tFCFZRTxUk8qub9 { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KJWMNxGQQzutLb1qvnanVoswuKVvIGP2 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qZ7TQnpITgDciTZQvA6JdJIAO2XGHe1R { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #i97BINDRVmUTeEoipmKeV9BFQQGtGKOX { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SpMzVCwePMQVXK9bWKr4wfb2haHDasmo { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XBotKVJvLMWRdu1myEEm7FPdhDT0Zi2l { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #M57OG29QG5xTZxN8n8JVmVamXWIzDTXO { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vmkMMZ9cIOdSl0dm4PNlkdngTBDluALH { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zMTH8UUdeWNuvTaSsQsUBa2cnHqtvCU8 { top:23.1875rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hurcfXFXIG4PRn0LnyD7z3x83VSQTg5y { top:26.1875rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AekrypkrRHxr8BTFr3hPau5dTfGDBxp6 { top:1.875rem;left:35.8125rem;width:11.5rem;height:13.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gf5DPD76iu43CdMvl8HGwcmeU7611V39 { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WtQoQWZe9LyQaMRcUsv8b2uuxPxvKx3P { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Om371SOgW6UTSVxEEqncvuKMVQEaCOIw { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BWml3yvERpP4eywaouXipAqAswXF7EpP { top:18.5rem;left:35.8125rem;width:2.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cnNwVqqyGUdAGTt82pqRycW08MQ7eviE { top:18.5625rem;left:36.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yF8ka1cvm9fzmJVXlpR8bLRaKtwDfdqu { top:20.75rem;left:36.65625rem;width:1.6875rem;height:1.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O4Mor8A02dWLvpCueikvI5gM6mwDu7Ez { top:27.5625rem;left:34.1875rem;width:13.5625rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #txhVTTRJXpLWBbJuTslrsET04akp3yoG { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #d4AO92ytvGEn22MyLSHepEZQwdDwh2qT { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mxMdM9fH4U50JgxP42ksoNpT8wrP7UMq { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uVzc42nLWICTVGrAAIw3i2KH495GA5IL { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xbuIcT98HUpTATmffEzH3BymhUVTBGrZ { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iJwyfguZqan1QqIygGxSEMmqQvfq23FH { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xFk734klVxW33XnbdrvNG3lJZVNA4Aa1 { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #X4VPO3QTzIssQUxxNKtRuGTdKamRfzfa { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wwHiID5ast2iKHmDTPRzXKsifpqdoZOs { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rF6Z0V0ukQmd7IwmwEwq9vh0AacUTHVy { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcCCfwfTwy89kEdddPUzx0TG0SSVieQv { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ed28KNEMr0qL7sb90cRQls0xA1SCkF1e { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1LLP41vmnTVc34CswtzRaTrfrraq7F { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RQPU6z7HFtwvzF5TScq4qORMmHh1BKI4 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vu8IgT8q0BlVdwsc3VDVtphs0b4MJ6ZQ { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #i34H7sALncevmQaFmPdSUXuAEHSW14xh { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cOoWNPCEQK8J8obCxm1OXnLVMLgQX2oq { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qtTPd7EET6ixdtAoZnmNQX9yskWSTykW { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gbTGvkVcWvVldL61Wovd31BXxT68II1z { display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrBNTcb3XloEQgpVokfLdqvd68XIfubB { display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { top:2.5rem;left:6.3125rem;width:35.125rem;height:;font-size:2.3125rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NVhSinrUf18ICGcHJH9FodoQBui2fb7l { display:block; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { background-color: transparent; background-image: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .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); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { width:13rem;height:3.25rem;top:0.9375rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block; }
 }@media only screen and (max-width: 763px) { #l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { top:0rem;left:0rem;width:47.75rem;height:60.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { top:4.75rem;left:0rem;width:47.75rem;height:26.551569506726rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { top:2.5rem;left:6.3125rem;width:35.125rem;height:4.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { width:12.125rem;height:3.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block; }
 }@media only screen and (max-width: 763px) { #KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { top:2.625rem;left:5.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { width:12.125rem;height:3.875rem;top:1.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block; }
 }@media only screen and (max-width: 763px) { #VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { top:2.875rem;left:18.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { width:12.125rem;height:3.875rem;top:1.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block; }
 }@media only screen and (max-width: 763px) { #vTPg2trcegTs1nH17paDTliOvCH0KXxO { top:2.625rem;left:32.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZgim0i25c1nogIcyK9U7U34TAObkerL { width:12.8125rem;height:3.875rem;top:1.9375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block; }
 }@media only screen and (max-width: 763px) { #Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { top:2.625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5gegn5slwOpmxJqVZhVuRMTHP1veF4N { top:10.5rem;left:2.9375rem;width:40.5625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3CMn4Gom0QMxMG6BZ6ErE5AETeTFk81 { top:21.25rem;left:41rem;width:6.75rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl6eyroqZfPVwJ9KlRMOHBUvASaDVl4X { top:10rem;left:39.125rem;width:8.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW3gMK0yXGazX28Ff9TzVI0g7o4S16Nq { top:9.25rem;left:0rem;width:8.1875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL5kvK3fcChCzbOvf45ybTgg0G1tocou { top:19.375rem;left:0rem;width:7rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6s6EIt1I9goGyq7AZOdRIlrl3ZcbTkn { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #R6s6EIt1I9goGyq7AZOdRIlrl3ZcbTkn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZpBmaJtrk4k2W2kR8xC4DAUCxcZDOpa { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #zZpBmaJtrk4k2W2kR8xC4DAUCxcZDOpa > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ge3NFbKQazkxmJVoAENcOb20CkeZdpR6 { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #ge3NFbKQazkxmJVoAENcOb20CkeZdpR6 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #bLiHPrJbRAFWVHoHefzy2Np6hq6B2rzw { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #bLiHPrJbRAFWVHoHefzy2Np6hq6B2rzw > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #cx9RrhlvhMNF8bqDqDO53mawpNy6kTyZ { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #cx9RrhlvhMNF8bqDqDO53mawpNy6kTyZ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #c0qyWOb0vO44xsKAGgeC9TxEehlp9MIx { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #c0qyWOb0vO44xsKAGgeC9TxEehlp9MIx > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #llE7TeZZB4XTw308axQEwigVdHVm6FUk { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #llE7TeZZB4XTw308axQEwigVdHVm6FUk > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qx0BG8NJ2sP9x7fkAXiBcP2U2e40zXsn { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #Qx0BG8NJ2sP9x7fkAXiBcP2U2e40zXsn > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #I6giR0gAMnymSUixFZXra0gICvruxkDN { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #I6giR0gAMnymSUixFZXra0gICvruxkDN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#d5ba8c;background-image:url("https://images.assets-landingi.com/uc/278871e4-648b-48b2-8baf-ee056c94a0ee/bg_mob2.svg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fTpiM9aF9WzioCQZ6izQtaNn299NQ3ZQ { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #fTpiM9aF9WzioCQZ6izQtaNn299NQ3ZQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1xLHnkLcVqSwWwp6SFrF7xaRDcXTTbe { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #z1xLHnkLcVqSwWwp6SFrF7xaRDcXTTbe > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #taBuJQh3yqLGzZfGk1qMMMVfp92GX1JA { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #taBuJQh3yqLGzZfGk1qMMMVfp92GX1JA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5nZfvgqsvWy022s6s9Uy1fRsup564WX { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #n5nZfvgqsvWy022s6s9Uy1fRsup564WX > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6u2kVT1hbtDFa6BNOp5GJ9gviAQyMQ3 { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #C6u2kVT1hbtDFa6BNOp5GJ9gviAQyMQ3 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #TQEoV26FTdDOT2TercTHEZ3OmG94t3N2 { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #TQEoV26FTdDOT2TercTHEZ3OmG94t3N2 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1OpAHNU1duee6AOPPwFKKEp6WVQtsL0 { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #I1OpAHNU1duee6AOPPwFKKEp6WVQtsL0 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTvoSzuSokQgNJLnapGMMbBNaIIeC2QH { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #FTvoSzuSokQgNJLnapGMMbBNaIIeC2QH > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #b8frRihIIJoKVBRpm7SzAC8AB0fmgQEy { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #b8frRihIIJoKVBRpm7SzAC8AB0fmgQEy > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #E04GWmAGsmiPs492P5GJScdBDTw6wvcv { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #E04GWmAGsmiPs492P5GJScdBDTw6wvcv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { background-color:transparent;background-image:none;display:none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { width:14.375rem;height:2.625rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block; }
 }@media only screen and (max-width: 763px) { #UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { width:14.375rem;height:2.625rem;top:4.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block; }
 }@media only screen and (max-width: 763px) { #aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { width:14.375rem;height:2.625rem;top:11rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block; }
 }@media only screen and (max-width: 763px) { #zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { width:14.375rem;height:2.625rem;top:7.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block; }
 }@media only screen and (max-width: 763px) { #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe4e3a0a-2cfd-4149-ac98-a2a5af7a9b41/kwiatymobilekopia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.adaptive-delivery-prevent-bg, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyload, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyloading { background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { background-color: transparent; background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .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); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WthLx12B3fWep5hARGk6TrOgWQiBIiHn { width:17.125rem;height:5.44375rem;top:13.1875rem;left:1.4375rem;font-size:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n231qFmkgTKoLsQl9innx27eLr49oIo0 { width:19.75rem;height:5.95rem;top:9.31875038147rem;left:0rem;font-size:4.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { width:13.5625rem;height:7.6875rem;top:17.9873046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { width:4.5rem;height:5rem;top:10.0625rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { width:3.25rem;height:3.625rem;top:19.125rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { width:14.125rem;height:2.8125rem;top:28rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block; }
 }@media only screen and (max-width: 763px) { #ZF0XZnmBqp4vH6tFn5HLbP37doimtdqt { width:3.3125rem;height:3.75rem;top:10.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfnPozIwwdpFmNxbVNe5Kq9O2pI5hbTi { width:3.5625rem;height:3.875rem;top:29.4375rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBcXJ6q7dTe5Oymp17BZ0I5ZHCOc71eh { width:3.375rem;height:3.6875rem;top:2.5rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAT9QXa5fq37MzGsaUAKozQ99V9knglp { width:5rem;height:5.4375rem;top:3.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OC41BlP57AentZiIXz2tV2B7RSmNMvNe { width:6.25rem;height:7.8125rem;top:1.5562496185302rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV5veDvCIn025vJnW9yP4GImkKMwlFRO { display:none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN { display:block; }#i1uwKZJxtmmD8gdAUtWx4h96FpZ1WNoN > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMXEVQoEw9PzBWOJ1RJasFLqVkgVcbMf { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwdoUqEZ4RgGMwuTwXEQ1kcfuUEg0uvU { top:0.59375rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta { display:block; }#hXoqvH7bHVp3i8hvASTfttVEXXNOi6ta > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIbTSBOyPNh6TtKddIKzB0dfbuzTiQa1 { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nogQy02hsceC7A1B1DbfngV8uwO5EQEJ { top:0.62502479553225rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD { display:block; }#rcLL4hsaqIC8pWVsplfSeNcPaeAT4enD > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2V9Vw05Ni7eRWgCtzzuXp55fgFlnTxI { width:16rem;height:7.8125rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJmwiwGLOTQoeVC9cety6eaUiIFbUDeL { top:0.59375rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH { display:block; }#ZynrTT39sMPpdHkU8EHyvWoRmbPkTCHH > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rA8A0vk7yxT4BxDeC2KTopH58AmpyAH3 { width:16rem;height:7.8125rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hokaVQIC6nQaQZPmJiLlDfv782q1pyU2 { top:0.59375rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #THhIspH0u1ORHTgwVAQbGRR05UxcZkMe { display:block; }#THhIspH0u1ORHTgwVAQbGRR05UxcZkMe > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdcZgX3w0P4NNkF3C8R3SJSHKybArWgg { width:16rem;height:7.8125rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyHhd1ZFAPZy7L2cikPGDwX52CRkZ9BV { top:0.59375rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK { display:block; }#U2NDUt2N0H1JxQqWg6rzrPKDw0iCf9ZK > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2pMKwMQ4OuXGLsdtxGEv491qim0vbcF { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgFww4RMXU5uguVBUGp90zovGeCAbnLJ { top:0.59375rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pkftyndUZlxrRex98TAm7lTr3zTVPSXl { display:block; }#pkftyndUZlxrRex98TAm7lTr3zTVPSXl > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXhdwnoHgsarxlx5se76OxaAX3dHhZ5o { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBTTwcIRfMxVcS45N2q819I4vS4NlDdI { top:0.59375rem;left:0rem;width:20rem;height:10.5625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s { display:block; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUJN6bLVzeyONnrGDLuRWFFFSCyXoCU3 { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfnZ8v9MTtTQLhGcMnwDJu3NPiuAW6vF { top:0.59375rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v { display:block; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZDz0LJg0T8P27LZOdMDTUzaKHDuIGR0 { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L32eksdKGPmCZhAq4844PRkI6V75Uzdx { top:0.59375rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { width:20rem;height:5.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { width:2rem;height:2rem;top:1.9375rem;left:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { width:0.5rem;height:0.5rem;top:2.6875rem;left:4.5rem;background-color:#fffa7b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { width:0.5rem;height:0.5rem;top:2.6875rem;left:5.6875rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { width:0.5rem;height:0.5rem;top:2.6875rem;left:6.875rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { width:2rem;height:2rem;top:1.9375rem;left:17.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BnNKtlalD0k5N7Wr3EnwGa3LQinC3yoP { width:0.5rem;height:0.5rem;top:2.6875rem;left:8.125rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KfIa9nv52EAMrNGpMsffmVXxJ0rln6Bo { width:0.5rem;height:0.5rem;top:2.6875rem;left:9.5625rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Rrt3zbXc2n8ucTTv3gkEI5G9aHBTT086 { width:0.5rem;height:0.5rem;top:2.6875rem;left:11rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TmOVvzJxTp9UczxTh70NkJ27x1qeXGJ4 { width:0.5rem;height:0.5rem;top:2.6875rem;left:12.375rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HT1dmznHT8hd4kZlCCu6TkVEaMB1DGzB { width:0.5rem;height:0.5rem;top:2.6875rem;left:13.6875rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ETpxTN5r54a8AlNwKbHdIuWUbOhm06Dm { width:0.5rem;height:0.5rem;top:2.6875rem;left:15rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { display:none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { width:20rem;height:5.548825rem;top:2.556640625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { display:block; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { width:15.9375rem;height:2.75rem;top:2.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block; }
 }@media only screen and (max-width: 763px) { #Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { width:15.9375rem;height:2.5rem;top:6.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfMh32xCuaQlTgNyyKvDW3WZtez2RLp { display:block; }
 }@media only screen and (max-width: 763px) { #KEGiUEXNxCAOy2y53fZm5rw0Rf9dsAoS { width:15.9375rem;height:2.75rem;top:9.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOEDZR3JttCvUqTIBAJ2ZGfr1pWDxXqb { display:block; }
 }@media only screen and (max-width: 763px) { #aiRTBnkmovD4i40sTi2LUSRSUzWoeJaO { width:15.9375rem;height:2.75rem;top:12.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9X9efpWq4uHRbBTUwr8B6gl0rXbAqf4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZWPxQhVzvOz1ALUiiOfn19ayFxsTa9nE { width:15.9375rem;height:2.75rem;top:15.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgpIksPqt38kUOKoqbApHNCSek2RcPrs { display:block; }
 }@media only screen and (max-width: 763px) { #Va0IAAmN4xzfFgRc8kQFJwEsTvP23FvL { width:15.9375rem;height:2.75rem;top:0.0625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edkTwvHI6X5tbtoIaavbm5v95eG04KKO { display:block; }
 }@media only screen and (max-width: 763px) { #AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { display:none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { border-width: 0; border-radius: 0; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container { width:20rem;height:171.625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HT9r6hghdmTLvxxCQuDrAxPKJkXzOS2p { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VD8SVJ9Q1nvlJaytdWqR3N7UutQbwpru { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aF0krIp7FV0FsVqZ46D2wfECGe6talF7 { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VsTT2wIEcfpX8yFxT0Pd87gORQOkqAW0 { width:18.375rem;height:1.5rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cJgqV7KapsF951tVBkpa8elnJ7PlexfI { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TfzgeDakAz7JHS9K9fISmTlD5iw7FaAm { width:14.625rem;height:17.1875rem;top:5.46875rem;left:2.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tBPf8xhtzytC24KEOyOsrznZaMzPHAnT { width:6rem;height:0.73046875rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #tUUvez9XM489nhgwUKwiyIM20ua1m4AP { width:6.5rem;height:1.0125rem;top:22.3125rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VBo26kmrsPsyiHLcatA36NdvoTelLw3l { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TSqSmnTXBoUugZNK9M1icBwccxbrsbQl { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u0Jam4hkcBwrVSmyrMaWZvzMraZn13zK { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.09375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcBd2XpuBngRgdpCeSOG1cKX0SlVDUn8 { width:2.3125rem;height:1.225rem;top:27.03125rem;left:4.09375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wspnXOzp7MP1OpQ6TwMGlVODZiKpeJa5 { width:13.5625rem;height:1.57421875rem;top:31.837524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #J0gXrxCzlaLLQxD52QoqGtKiylJDNxfz { width:5.875rem;height:1.92505rem;top:33.75rem;left:1.1875rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #qseL3mht5VKuCN0sNgdPwz8glfoBJkTJ { width:3.375rem;height:1.3995375rem;top:33.9375rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #TyvfFheamNm2sEPid06gmWvyWVZ3PpLJ { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #JT0NpyGnZI3L5b3ft8qJ6IhtqN2thhfq { width:6.375rem;height:3rem;top:33rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cmIHcW3xfPmq1utPIa970DSnoJHbQJA9 { width:4rem;height:3rem;top:33rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #idJzThAnlQkBCmCDgIpXDVq9JKGh1iJ2 { width:5.375rem;height:1.92505rem;top:37.25rem;left:1.25rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #vhdzIJU9rhMDrZ5mdCfHKzFIhohXsBuE { width:3.375rem;height:1.3995375rem;top:37.76171875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #rbzBTyTMDUrNW9aqp99MlDtUBpq6cdqK { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #fneQezPFNEgn8AfU6fKpmbJuv5oaVXcP { width:6.375rem;height:3rem;top:36.6875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QSLUNp5qJNGuxDZGocskvtDEvm8sb8kL { width:4rem;height:3rem;top:36.6875rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TLCKalyCimsHsu0vVlz10bvRhx79UKnX { width:17.6875rem;height:1.224975rem;top:40.2119140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cJPQlaubCLk2Ju54SmNzxJWdhQoufqFe { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GiNr2OAIzli1GcLqfxRyLUvvDtEyKNUs { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g0SPfSe2oURw90M7hAWGXTJM1r4U8alD { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #ENb7pNNpIMKl2UiEnbWzd0EX6blapWF7 { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DH0k2wtCipLz5S95fyu8rR0cleMHf7QD { width:15.9375rem;height:1.3995375rem;top:31.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C09qdq5Q0qzQJan9eueutUZtc2y8exAk { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HgrOErOkfQg2eFtvcecTdk57AGBsGU2X { width:6.4375rem;height:4.5625rem;top:65.6875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fQO1vb7gLi9RkOI7Q9aXTTDJOuSu4rHK { width:19.75rem;height:25.6875rem;top:42.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EZWF3XuWgmlnA96SW5XpEmJrcSIn0vDu { width:18.75rem;height:24.4375rem;top:43.3125rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zLHnp8Xuys2APzbQEPOn15SErOruEa1V { width:6.1875rem;height:2rem;top:63.5rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KZPA69e5mNAqEC84JQETsx5FoSUvlLZg { width:16.875rem;height:1.5rem;top:70.875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xx6rt9TXNR6UUlkWltAiOBSTRCUabxB9 { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ZPC9TxrQynbHAwhaQ7cBBQxSPSdL63ra { width:11.9375rem;height:14rem;top:44.0625rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kIK3N8tXrlJch7TF6Vq9izzOAkV7D7os { width:6rem;height:0.73046875rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #dcl0iomCSGnOXTwgqfcynFaShmBeGchh { width:5.9375rem;height:1.0125rem;top:64.125rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hCHCsxLV9AW6yxErEy3G4eVVe1pnkhuk { width:5.875rem;height:0.9625rem;top:65.9990234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G0uVTGFAyKrprVItSCB7CRav1AxwqEXP { width:2.0625rem;height:4.125rem;top:66.5625rem;left:1.5rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UCtx37Xl3JftgutsODcU0pk84iZTB3W1 { width:2.3125rem;height:2.275rem;top:66.625rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dZqABafKi8AqDfEQmn8UBOJkTDU2rMEW { width:1.6875rem;height:1.224975rem;top:68.625rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c02aCTh0NX7OQzAdBPEUwnUTuNwABmDB { width:13.5625rem;height:1.57470625rem;top:72.9375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mKCTe7r8AXG2XoJwUU06eGuyStkzZUsc { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #h7OLet5CovSOH7g8n4x45GtEkZRFGL7M { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RNbzegI18vB2fIwT1eyDrtPLUG3kaMcx { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #g6F4OtCREqxLUCsJq4bD8TGG7mdbJXR7 { width:6.4375rem;height:1.92505rem;top:77.6875rem;left:1.1875rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #QU2tDshrrurCWKncR5Fx6y12zZOhxIuf { width:3.375rem;height:1.3995375rem;top:77.625rem;left:7.25rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #mUlvRJ6TzfXULa8db3gVw4rusNz3W59B { width:3.5rem;height:1.04980625rem;top:78.875rem;left:7.4375rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #iheXdxscsS3JCntS9WFk0zoqavl9VVf8 { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #q0HGRAuqeL5U1ZTcl0f8bhJroeuMkln5 { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nxSv3vCMpdxVaaT9WDNJW9lia2x1Fag0 { width:6.375rem;height:3rem;top:77.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kcTVPuWAFvhuMozMIMwCxrnaQCVsXBW0 { width:4rem;height:3rem;top:77.0625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQ5DkW34EOcl1ivvKEBe3tACBFIawDW5 { width:19rem;height:1.224975rem;top:80.80078125rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aAxp9zoKaIKcDa580SPerWbwJ65yGHGH { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RKLCRkP1gB2BSiuRBf5wPNObk1Pbdbap { width:6.875rem;height:2.5rem;top:60.6875rem;left:0.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uqLpvimTiA9Jern2LJwXzTrmVrGoKPhD { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sSLH83TczWpbuZKTvwTeHvcKkvl6slfZ { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #C7EZlmaU7KK4KSVKwsGxs4aNa9FvzkLf { width:15.9375rem;height:1.3995375rem;top:75.1875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JuyHy7ttaD4cMtOqHEweGH32nS9zAga3 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sCM9m6vVituScmmUTDGIkuTL1Ag8xJEz { width:6.4375rem;height:4.5625rem;top:106.5rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NQEK99C2Vibv1POzy2xIVmTrKTCUXNa6 { width:19.75rem;height:25.6875rem;top:83.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vAiTuRzrPhg0IcRtKfIBs5Ep4BXcC5xk { width:18.75rem;height:24.4375rem;top:83.8125rem;left:0.625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MDMTR3pE4bfdM0XHGO30VoOcR8vkPOsA { width:6.1875rem;height:2rem;top:104.3125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Lh32K8616AkJskN9UA85tMdU5oOEtQ0t { width:17.125rem;height:3rem;top:111.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wiQStQyFV4qGbT4MLdZBaD0rzOWIEgUb { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #sCpvTgGM2OTZqUkz3wrFe1ozcySh20c7 { width:11.875rem;height:14rem;top:83.8125rem;left:1.375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yzhRZTOKqqQUh8dwvsHLSWtdBulDXRA3 { width:6rem;height:0.73125rem;top:104.625rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O2Wd7bRnpmSaoVmqTLHufZoOnXQbPU1x { width:6.125rem;height:1.57470625rem;top:105rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dklMDow1HAiNMTkgk6OIrUg1Cf0aspIC { width:5.9375rem;height:0.9625rem;top:106.6875rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ukWL41OlBuAVALMMNo07BrvWxvDp4PKH { width:2.0625rem;height:4.125rem;top:107.375rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JuUQZNKxfkQh2h4JAQoH6xreebXtGNTt { width:2.3125rem;height:2.275rem;top:107.4375rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UhKAT2eR47nWWMvcglzpoSXgZgIKdVpg { width:2.5rem;height:1.225rem;top:109.375rem;left:4.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Grp6hHCrW9comUs6b4zx11TUUIJJZo3w { width:7.375rem;height:1.57470625rem;top:115.375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Nrl20Kgi0hKXiULVTtg2kJtaTauTf9CU { width:5.875rem;height:1.92505rem;top:120.5625rem;left:1.3125rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #MysNOA7dIxTTGo2VQfXZe7bRcIUKGpAr { width:3.375rem;height:1.3995375rem;top:120.5rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #Xu3uHvoT4SzvaTIqO0QmaCQKwyq3AFH7 { width:3.5rem;height:1.04980625rem;top:121.6875rem;left:7.375rem;font-size:0.75rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #yRAcPKOFIWUBZXfR66rt9c0EE7tVnyyN { width:6.375rem;height:3rem;top:119.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OD5738EUy8Fbwx4kecwndBTfLKm9k28s { width:4rem;height:3rem;top:119.875rem;left:7.125rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KFW2ATTX0myr7OlHF81S07KpvIfUQvBG { width:5.75rem;height:1.92505rem;top:124.125rem;left:1.3125rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XZDlil1TG2LSaP8R5aNsfWJuVxJdEa { width:3.375rem;height:1.3995375rem;top:124rem;left:7.5rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #EqAHQCgCWUcpdyXxkkz4D8VfqgX9lNup { width:3.5rem;height:1.04980625rem;top:125.1875rem;left:7.625rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #vkzodzbahAqxrNG3mx6E18O4o6SXT9aK { width:6.375rem;height:3rem;top:123.4375rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wIvII4lc9cNfzqL9tOD8J4OIupDEJeaV { width:4rem;height:3rem;top:123.4375rem;left:7.125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WGySCydz0HXwu5qToXcgzfnRkXwRQUM6 { width:19.1875rem;height:1.224975rem;top:127.5234375rem;left:0.8125rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QCD5adyLytUVzy0dVCTm2kVTdnHUIxI8 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #k812c5MQq67Dc8LtyhWpuukqvyIud0iN { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZexgKxl6fXiwDDlvdq2Bz8OLnCEfu6GH { width:6.875rem;height:2.5rem;top:101.5625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h047Rq43JDgrSBU35OeIVy0h7piJM8LN { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dK4IKKyNfqO8syhXTqO7e4sc3nIqwF5T { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #xLarG7KdXQ9bAN6cLApEXK1P6iVHPFiB { width:15.9375rem;height:1.3995375rem;top:117.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gMyqPoSh1OFlkcPtRJpJ2PAOZoMlRLC0 { width:6.4375rem;height:4.5625rem;top:153.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVrM3thzSKX2mdcqgaQfUu9aUzQz2pne { width:18.75rem;height:24.4375rem;top:131.4375rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IlbvRNpD1FrZOsRQbBaR8IZgCyQ0xhzo { width:19.75rem;height:25.6875rem;top:130.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uxSNuRwwRzpWb95HQLP4Ga5kqGudH1xR { width:6.1875rem;height:2rem;top:151rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dEu3KC89gJXWqtTny07vkEVTkgNdMINa { width:16.875rem;height:1.5rem;top:159.125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #re5ZwbdlArTFnouek7BEwHyrvDnBnMBS { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ITI1odKG3BtE03JMWBTeypd3Xr4MxqyD { width:15.25rem;height:17.9375rem;top:134rem;left:2.25rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JFlhkcVxTb8pRmDnMtdZBn8ZIXWq3WGQ { width:6rem;height:0.73046875rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #flyw7zgWfasqT3NKE39KfmEJysGd8bE1 { width:6.1875rem;height:1.57470625rem;top:151.4375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rIpVVG7kC1HkFQnKZGTwueapUPe8tUi6 { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #oHqh27ID2NSu3t6AzMfaME5JDATL5cfW { width:2.9375rem;height:4.125rem;top:154.3125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JKD0TtFg5srsUKhKlgp4g6SxPwxSdUss { width:2.3125rem;height:2.275rem;top:154.375rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uQSvh8TSwkypN4oGNbxQgFlc57zTu0b6 { width:2.5rem;height:1.225rem;top:156.4375rem;left:4.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lhdAD9qP15JwNTXpnKeK4e61IFu4kCEa { width:13.5625rem;height:1.3995375rem;top:161.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Mqq59CpnXEqkRw0t3pVAdoDetfTPF9VU { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #eHL24eybbvDgfkDym7xKM2MDDpg7tpGT { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #tQ3rf3ycAwrREV49087a1EznCpX7isi2 { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Ihcrz2Tse90KT1fUUdTDC5ZJmWJOsWZ5 { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zMraU2JI4yH42GcQy98GIOP1pettlDwS { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #x6w1AScJm6QRGronTVdSNmCBWBwhCFGs { width:6.125rem;height:0.962525rem;top:166.8125rem;left:1rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #veqmhNbuG6kJTbFnPBOgN8VRqT95B4oI { width:3.375rem;height:1.3995375rem;top:166.125rem;left:7.25rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #uAi9Vu9l8EEI79Tp7Q3JKLPllFE4bgDO { width:3.5rem;height:1.04980625rem;top:167.375rem;left:7.25rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #R9SqX52B17dqbZvKlP1T6daiBBTINww7 { width:6.375rem;height:3rem;top:165.5625rem;left:0.5rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KMq1dRzDZQof86Ef3Akw4bqAzZ0kQ1vT { width:4rem;height:3rem;top:165.5625rem;left:6.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #blwH6lchsMLKTs0ulo0Aq0Ot0STc4PXD { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ozVhpB1rppLRfiyFopHyrS8VTRNZkrpn { width:6.1875rem;height:1.75rem;top:132.3125rem;left:12.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VlpBPVuB97FHQhIimQDwqODkHOPdDccI { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Smv8D3bnNQTI3fivF1pcedsNSM1p30LN { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QcedAauZthBvHVUzCAgu0E04NNI9rSmo { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #eCiIvF2aPbBg8VvJi7XQGoi6QHGTmb1f { width:15.9375rem;height:1.3995375rem;top:163.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #m2GXk0guQFaVnm11W6Tcy59Q5VZ8KeI6 { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lGdxa9M3qQAGA7zFoIR2qO6eZAx1flK8 { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NcZAlfUZb8qWKGCMTMCpq6wZJHtL3KQf { width:11.9375rem;height:14.0625rem;top:51.6875rem;left:6rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pZBKhr5UvW4mfNSA5lnE59Zm4WspxzR0 { width:11.875rem;height:14.125rem;top:90.6875rem;left:6.8125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW { display:block; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW { background-color: transparent; background-image: none; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container > .video-iframe-container { display: none; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row > .video-iframe-container { display: none; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .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); }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW { border-width: 0; border-radius: 0; }#ih6CAoRJiXfeWbyezCzRfPJlTAwWVAyW > .row .container { width:20rem;height:173.9375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q32Awd04P5RxOKL3c8DNM6Cui7iMbZkP { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tbe1g5vZTSXoklr8gMc5VmlkB8EwcyCp { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sk6HpBBok2cuKuO2uLpbGQAbulSGcSy1 { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H1FqkMpzmuC9GkbUBLGSbVZDl4iU9ItS { width:19.5625rem;height:1.5rem;top:29rem;left:0.3125rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OMQ5nFqbGpEDcHGcEZPNld1kr4AyPwlA { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XeVrPE5fFfHdPBReLe8fCClI0ElQvCO4 { width:14.625rem;height:9.9375rem;top:5.46875rem;left:2.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MpvrSUL0huQFSksXZu4UHLDWxv5hhFGw { width:6rem;height:0.73046875rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #teSw3P83GdRN5O9BWi7NwF7yuT2W2bD7 { width:6.5rem;height:1.125rem;top:22.09375rem;left:0.53125rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vpuOkHLEuT6USWSe3ItKB3Zwrvba2JWE { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #v7TL0TNcJHaIlVVKDIzOuqgGaDbKQ7N9 { width:3.3125rem;height:4.125rem;top:24.707275390625rem;left:2.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A7APdEEFf8wKq5cNRcfnouXZrhyPRM5O { width:2.3125rem;height:2.275rem;top:24.805206298828rem;left:3.78125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZIyMb3TkI6zU1kqe6Zh25CRm5N9nKeq5 { width:2.3125rem;height:1.225rem;top:27.03125rem;left:3.78125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TZmiktiaw7wudNnslhdtafTFDwxIvbTr { width:13.5625rem;height:1.57421875rem;top:31.837524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #aTNbKXBtq856X1czZX8yO7mf8PnnRNqe { width:5.875rem;height:1.92505rem;top:33.75rem;left:1.1875rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #eTxbhVNewArXaOGHBIZtSPMH0UJchWBs { width:3.375rem;height:1.3995375rem;top:33.9375rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #SaaumJfLqoeL0r4ifGTT8FSbDm6Owtah { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #klOD5qL0AuP8T1WHHnJZ2nsbeKh9POOq { width:6.375rem;height:3rem;top:33rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pARmtFpF7g7pg0TUlgmT0xRdWQTqRaUy { width:4rem;height:3rem;top:33rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #osSFdaNpCl2T7UveaEM3F99VU6afkMk8 { width:5.375rem;height:1.92505rem;top:37.25rem;left:1.25rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #fJTdOcpgSDCHnXxCLWTaeEEBE2lSmA7n { width:3.375rem;height:1.3995375rem;top:37.76171875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #rRllr0MyravBFINS4HOHSI4T7u9sKPJG { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #JCSp1Ck8dGOXdMGrdrPyn2AzmSuXxgVc { width:6.375rem;height:3rem;top:36.6875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TSAPsUgBKAGV7zHVFxOsDZ6AyGeoGRC4 { width:4rem;height:3rem;top:36.6875rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TCM47tALVoNnSoao2Fd51rbm2tJLNsvy { width:17.6875rem;height:1.224975rem;top:40.2119140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mCTD7tacWLOnlQKUvmJpTXNuTRNApLVi { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SiuZszVvzOPvTSffzPRKrpQelizJiP0L { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eGRd5TmwXtwibaHx1rkyBGVeK6sGgnd3 { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #ofyUu1Wdn6ukI6p8lJpTG2VR3JBAEZK8 { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wvACKoWiTGt22vEtBBeASIlDKQkicXi5 { width:15.9375rem;height:1.3995375rem;top:31.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #I1OLzhpQm2dBqkNKcsRX4TVsREFUyRX3 { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #JNq4r1nSUR4grdD6ILp1My1qiacybbaX { width:6.4375rem;height:4.5625rem;top:66.75rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rmhib4D29U0CD4lJJUXQg2BVUqzzT92h { width:19.75rem;height:25.6875rem;top:43.6875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMpKIDourWlp9NqK4QsFe2AMPFNRLNil { width:18.75rem;height:24.4375rem;top:44.375rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zWBSwMwDuAlUcTbRVuMuw3QCqX8GQE0q { width:6.1875rem;height:2rem;top:64.5625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xpz3TXN4hGukLD3bLb6b31bV3dArpL32 { width:19.0625rem;height:1.5rem;top:72.1875rem;left:0.5625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ImyRcG5kgcqA9Bc68VfnbTLk6dBMCrNB { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #rlhiBZfPes9Krho3miT5EbcBzhbVgN9Z { width:11.875rem;height:11.875rem;top:45.125rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #neipUdPKqsP0M2fWPoMpoXJRiyxG3iBR { width:6rem;height:0.73046875rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XFTU4bPt18N9dSFLxsgZpMHlLqrdArMT { width:5.9375rem;height:1.125rem;top:65.125rem;left:0.8125rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s4HlRA4arr8Z5gDqUaMq0f5IT9pUbSTw { width:5.875rem;height:0.9625rem;top:67.061462402344rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FknkvBNVRrQfxp53tATWwoVfQIqkTxvR { width:2.0625rem;height:4.125rem;top:67.625rem;left:1.5rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bxmyTPlwMMyLzqKRU3lfF5rROOSzcCkX { width:2.3125rem;height:2.275rem;top:67.6875rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yc6QQrXM8T7aPtlp5omkGVTntTZqCDWV { width:3.125rem;height:1.225rem;top:69.6875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HwwfV3e7B4rQKZrqQTsfa393QkCWfUGW { width:13.5625rem;height:1.575rem;top:74rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FroxoPiFAXCpqOFVO1aIv7u8gMz9iZOS { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #e5f3SwJSlzogTWRlIdv65FXfmfauGda4 { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #nwFHu6fPXlpgr7qN6fymSogmf5vrrcfC { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #nUs92TUEycd2BWGBQEXaiFXICSbbGhxm { width:6.4375rem;height:1.925rem;top:78.75rem;left:1.1875rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #SI1UcQuVOJ5Lilgbplq6oLm55nphGxNB { width:3.375rem;height:1.4rem;top:78.6875rem;left:7.25rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #ecpzoaaff4DWpPw4dm4vdgRnSGqi5ED9 { width:3.5rem;height:1.05rem;top:79.9375rem;left:7.4375rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #gQWUG4LJSNq4B9TC9wQRUVdqEstug6L1 { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VlXTTIhVH8tfth5164gtpVdcWH0haWGT { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mqlgEqVAWiBURluUIG6CQOftvwTOPDeB { width:6.375rem;height:3rem;top:78.125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PVLo9tSb1fzNp5kLvqee0tNBrMrZtKUN { width:4rem;height:3rem;top:78.125rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G5BUOuhH75QTvO4Upt2X3nba8s0c3atT { width:19rem;height:1.225rem;top:81.863525390625rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JamvxwnAZuIFoWw8sGl2QSVa9v6FgIVI { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QFd9nrOB9mwKLAplkND6xvZP9diPypxz { width:6.875rem;height:2.5rem;top:61.75rem;left:0.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NXFuuEbdSFC3ftSiiJboehOs29cLWT6p { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZIZsiA18OAJgU4TMkrWFDbOsy1lKVV7D { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #BRRMkAa3ozFaeV2DsV3HOh0awc5DoiM8 { width:15.9375rem;height:1.4rem;top:76.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nX7fVEDiezubuUznZTH71X8twtftbVQM { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #N2s5A9uNMqKg0i0nD8km43r8tIvXvqh7 { width:6.4375rem;height:4.5625rem;top:109.25rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M3qzzlu407u8aim1TI3t9C1zSNTWBiRD { width:19.75rem;height:25.6875rem;top:85.9375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T6c787Q8Z9X7VJObFbqZl9JRDid9DWZI { width:18.75rem;height:24.4375rem;top:86.5625rem;left:0.625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zyr2Pv8CGBDsJkcGGBXUTeSRAL5WqgUy { width:6.1875rem;height:2rem;top:107.0625rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MZPoWqHhSknpizyXXhlWHUB2iBQpAExt { width:18.875rem;height:1.5rem;top:114.4375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yyC5epb8XxE8CCVKlxMXgsmXGBD9R4pp { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #P76xtpnsJkHJ2XROS3kaNFUUn9toKZyb { width:11.8125rem;height:12.75rem;top:90.875rem;left:3.15625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SaTo1A5D3Ml3KuGB2rzuoJVk2XFqcSxp { width:6rem;height:0.73125rem;top:104.625rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #eZOePk0LQaz9GJEi3GnOGq72TIQd9JLw { width:6.125rem;height:1.75rem;top:107.1875rem;left:0.75rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NF2IsVXDx3NOAkaUVg4t8KMgJJ1SrdXv { width:5.9375rem;height:0.9625rem;top:106.6875rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TtT8yBCOTb7N1DNDAiq0g3OrNvgI3eR3 { width:2.0625rem;height:4.125rem;top:110.125rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v8TzDMReoG3VwNn3yJba7RU6O6Sek3O4 { width:2.3125rem;height:2.275rem;top:110.1875rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TKTzidgKLE3UliGMdTLHAEvOP58exv2E { width:2.5rem;height:1.225rem;top:112.125rem;left:4.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eGqFnV3oflQO479P1HtvGWIAel1AHSBU { width:7.375rem;height:1.575rem;top:116.75rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uNhZuB5upNmKWdPT3R4STqbmgk0C5uFe { width:5.875rem;height:1.925rem;top:121.9375rem;left:1.3125rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2fqkAMDiFP9o7gsdl767tNSIuvtQfG { width:3.375rem;height:1.4rem;top:122.25rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #M6Qc00QCAf8TLXBetlOUEKCkNSEx4A8T { width:3.5rem;height:1.04980625rem;top:121.6875rem;left:7.375rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #cME3SphAOPAoKMo60ryMtSTAB2hgh9Ih { width:6.375rem;height:3rem;top:121.25rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TcrxhuwrbDGMeSAMbUohoGALu97G7au3 { width:4rem;height:3rem;top:121.25rem;left:7.125rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #spS7avQ1Am8gucZKTzqzzKELPZB3hTCs { width:5.75rem;height:1.925rem;top:125.5rem;left:1.3125rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #EAXu5kVaUKQ5LmDDrMPfXQVBdlLutEka { width:3.375rem;height:1.4rem;top:125.6875rem;left:7.5rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #vKOVHvMTphmI0I29Mds8ppucne10qEDC { width:3.5rem;height:1.04980625rem;top:125.1875rem;left:7.625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pOwbWArwQXidyLXNEmAR50ge8CfHBTre { width:6.375rem;height:3rem;top:124.8125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TaG9MFNTFmVTBA33VawE87tZa3TTVhJK { width:4rem;height:3rem;top:124.8125rem;left:7.125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bTyefF0U01BmmaVT3JUP6kmkv2DMTfLA { width:19.1875rem;height:1.225rem;top:128.89895629882rem;left:0.8125rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QB7MdVTEpVBK2t5Pltg3NWt8EUuO8XVN { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QnT3WSEsJxXQSXg8s90AGuGcMdw9oMVO { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eZkbgMxM2T7ClzTWQhqFNTT65DM4lux9 { width:6.875rem;height:2.5rem;top:104.3125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nTbfxDLpB3W1EMfHbUElVVJlIUOq1vkH { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wfRnRmLz1Lgx7ZDIBvQdRiiLTiACKtp2 { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #CBIsDTxUbJPdxrTCve23SVOVOJ5WdTCf { width:15.9375rem;height:1.4rem;top:119.125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oaAwluIMlncXIAVgmIGeLalGlOvwaza3 { width:6.4375rem;height:4.5625rem;top:155.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idHs934Wcli76peVWaoqkuzH0hkInX8a { width:18.75rem;height:24.4375rem;top:133.4375rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gSgslZE1eHqDtvnNmlnsHIA8TVsbJJN7 { width:19.75rem;height:25.6875rem;top:132.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IabQeToLWa1Juws2nDcAKnnCSPDTqTxF { width:6.1875rem;height:2rem;top:153rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KXCfdrLzBhhy27yhAxK95XSNe0Qdh2Ns { width:16.875rem;height:3rem;top:161.125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gRl6ZK3e4wNvyT273TO1NLAzSv2OZkwt { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #DQ64k9eF7p13hLf9CEJP2UIqOClH7bQL { width:6.0625rem;height:17.9375rem;top:135.54998779297rem;left:6rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VQZgMFzgiP1MLJxOIQyLnACO1rwBQVEI { width:6rem;height:0.73046875rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #AywmqhWvk5W6Qi1xXnqmwPtZXGmOzI0O { width:6.1875rem;height:1.75rem;top:153.125rem;left:0.6875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PK8Ow4pES4IOc3uLHBssPqISnSeqd0PO { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #z2vcdcZ3IAxiAy3UqCd8JqH42fLGVzZw { width:2.9375rem;height:4.125rem;top:156.0625rem;left:1.1875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LJA5lMKQZkU6zTQCBRTqFAqaDxHVMlAi { width:2.3125rem;height:2.275rem;top:156.125rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mOSIdAwBbc5yL3LZTyi8hnnaVJwZgevB { width:2.5rem;height:1.225rem;top:158.1875rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S6dnxz6TtcT7igD2xTbTCie6pk2aTAU0 { width:13.5625rem;height:1.3995375rem;top:161.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #CxtmZ2VdT6lZp8yZQc2gM6OtcSrdNgQK { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #JtOaWlrlHxO690lafcvDRD0s7xHIdpN5 { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #tTFXSLhKT6SHSwiVffSEFc04EeOENnKQ { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #aPbNagCl0uXg8JnuLSsViweXHphSvwaN { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QhrpiwvhaFmmIuccrXxN5B9xdyHXIiTC { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #czyDQIio4gD4tvnGBdkImoxPt6vOP8TH { width:6.125rem;height:0.9625rem;top:168.8125rem;left:1.0625rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #c6PSbAffQQWDWCD71azVrmePJQQMUpa6 { width:3.375rem;height:1.4rem;top:168.4375rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #JMAtA6X3VfLsAGCPLpy8KuV3U77honw5 { width:3.5rem;height:1.04980625rem;top:167.375rem;left:7.25rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Dcfz86DUStskBDFJ0dsRZ2yXle7F91nN { width:6.375rem;height:3rem;top:167.5625rem;left:0.5rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GfVaW7b7qfWiTf9WASDsgp6kVRxWd11w { width:4rem;height:3rem;top:167.5625rem;left:6.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xb44uPPDvihzHCKMO0VutBU5JlKlsDdh { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #BLc4A27xzFasxrZFfbSpDuTAPOWwNqwR { width:6.1875rem;height:1.75rem;top:132.3125rem;left:12.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TJHU5HEkezgJGBfOPwnz7sTbVsxVRSeA { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AtyDyOITaHQi9yJRfslp6rVbWnLZQCPd { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zyOT5bAtvef411Hv90yD80mTtdfaD14y { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #zt3pPssTgzLquO1nTXBSF8I8lRUSLKMM { width:15.9375rem;height:1.4rem;top:165.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #W3b6lJTynIedVgZOgAneSz6451nBklhn { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wwfA1sIfGTQcWBzWgB0qn40msUTKPGml { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HFKx19F6htOR2hmSRfTCCpiwPsHIVB8V { width:11.875rem;height:11.875rem;top:52.75rem;left:6rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { display:block; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { background-color: transparent; background-image: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .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); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { border-width: 0; border-radius: 0; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container { width:20rem;height:160.4375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bciA0IPoHaTG88nzpvTgFMTpLbMGQck1 { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2d1GhavcGk6cUmiyI12Edigd2sgtzfz { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NJSHZbS4yP610PxlRVqEVTQ5HzCwCbtO { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I1p7wuZiQAPRfAxV5Ue3iasvKahQZS45 { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bsAMDAxCmaADwVeWQXymlTXz100mn3hf { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #CP5ReGouT2yquV2feoKtuFbRvKm0iqJz { width:15.75rem;height:18.5rem;top:4.2294921875rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kefDOQXeThgkDTiI8rKbQXKp8Z0EEt5L { width:6rem;height:0.73046875rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #hAc9yIoFqtUn4pqyTE4EyJltAKa3H9EO { width:6.5rem;height:1.2375rem;top:22.125rem;left:0.4375rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yiH888r5IuQ2uHQNSRlP5AcTfHqmTi9x { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hiVHo0wa6XfPdWLMbZnhvRBU9tA3FBO5 { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WvkKkZpNnQCXQGerG2lLnJFAqvZtE70A { width:2.3125rem;height:2.275rem;top:24.805236816406rem;left:4.59375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iFb9c8V6zV39lugxwE7OSEuzoo67AZWO { width:2.8125rem;height:1.225rem;top:27.03125rem;left:4.59375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IM30XZMNJOlsDBOP9vwXEC2qZVgT21H6 { width:13.5625rem;height:1.575rem;top:32.587524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q92CsfndgHMdpgNgvBu168T0TvwUaqtN { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #qTWbT2VEnhsXoupTLH2Bq71wDTdZUhia { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #atS2XzP7TXOTl4FqiL7oFNuvqTDI4TF1 { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RczXiKx3RfluUbX7KmtmTNUb8SUZ78BV { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tyBJDk4ixpMlGXRxAs32qpXzv3CtolPz { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wnx8oIA7MzaFHFFCAeLgBlRJDvwE4GgG { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #SJEriW9P6FcUrSxRAQDA57BOCWAuV61M { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #R3qHfuihQyKHRtNzHMOCpKrE5aPbta6T { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #hP0E8A8gHiPQh1cz6AwniWtAHTseosA7 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ta6vhGJE2C0TxLLw3VdldsoerNgwgaAB { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PDbnw9MZBSLg75h3SU4A78K6v9iBR2vc { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ddZvK8cPMlLgDf3vgRIKGBgDgQw1VXHv { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #JfPH8D1fbFgZ9wpRousbNhKP15hAg53n { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #odcUpGzMA2rK918dOkSuTbpAgsbNCdwN { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #yxurQheIxshOg6l8IxRF2P4fzTJvB5zD { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lMwnKnN6fCyVwTBRuCJHvVsTp1i4D8Wk { width:15.9375rem;height:1.4rem;top:34.875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EciBr1sUCH9i1SM2Tccg7N3Ii7vfBO3w { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #T1CwPqX1hDn2nmRUr53GcmXUsptxCEHA { width:6.4375rem;height:4.5625rem;top:63.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DUMzRkosTumIRr5EhHMMF876xxzfdvFe { width:19.75rem;height:25.6875rem;top:40.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T1wdLx6scin5zFKsgwpO1sTOnyF56yZZ { width:18.75rem;height:24.4375rem;top:40.8125rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MmrVRhelqmizHTQ90kKr7NPV86uQ8RLD { width:6.1875rem;height:2rem;top:61rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KtyPzTeaTEsOA5M1qeTqTDoBgaGTZV9W { width:16.875rem;height:3rem;top:68.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EoZbgaLrqfwJwFhzsgMUsTPQutVsS5iZ { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #WMpE7cuf4yl1uPnp9I8SMAI9DzkJiAxr { width:14.0625rem;height:16.5rem;top:44.5625rem;left:2.96875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gSW3W2RnqJIOCwNalXI11FxW286fNK43 { width:6rem;height:0.73046875rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #HnmgebmcJNAFAdkUX4PbTJw3qV0SG0Fm { width:5.9375rem;height:1.125rem;top:61.437469482422rem;left:0.8125rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KcGrrhr86ylwU50CSGsCbqB1hUafmhtT { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ZwwCvFSEwN7D1BSsnBV4kiT4I8CU1ol3 { width:3.8125rem;height:4.125rem;top:64.093719482425rem;left:1.375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V6KumeJXye62ZcVSHBGsyC7fT6HtPA4s { width:2.3125rem;height:2.275rem;top:64.125rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M4m3idIqPiRzkhqeb08mHoAFXXM28py3 { width:2.75rem;height:1.225rem;top:66.375rem;left:4.375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GUA25l3spnG34thBlbtroPhQDdSHS2kT { width:13.5625rem;height:1.575rem;top:72.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #MipbAvVQGgLctS4GiQokFT3U8kaAXlZg { width:5.25rem;height:1.925rem;top:75.3125rem;left:1.0625rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #PM0dZpHmh3KqeURtfdUVzKVbHin2fpGL { width:3.375rem;height:1.4rem;top:75.6875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #mTv694yT8JPQsqd8uE4ReQPIDQTbLecs { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #LqolXh4NklqwWy5vnumwNpXRhvAbGQKB { width:6.4375rem;height:1.925rem;top:79.0625rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #O6JrPrwNftP11WIq3zQrbqC4RW6wBuAS { width:3.375rem;height:1.4rem;top:79.4375rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #TXAgTKyoE6sOwGfrqeQLbAqVIuNrUfP5 { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #LW2v7TTy97QmLXaPss1Cs7gZx4lab4VB { width:4rem;height:3rem;top:74.75rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oMo8lE632mITNcWQx1KqSCDTyUvOiCFB { width:6.375rem;height:3rem;top:74.75rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NOwld3TyvmAxWrQrchgFwcMlXIq51vGr { width:6.375rem;height:3rem;top:78.5rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WEB4Q6bqu0rrnhNIy0ZOHQE1N7DU9ai8 { width:4rem;height:3rem;top:78.5rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NvScdvGbZXnBJZFMC2XXwXPOIkZIWBGu { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #RObdQkkkEiFAfSOQB31pPBhc2FOdvTVx { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #f2D2FlFdR5EXVVxSllQIIRUn7JCU5Gl1 { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rcgsUxGL898ualFgDv37H6VnNafDT5QW { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LQhigDNWwblCEEc2vqaAotgBNKoKpc0F { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #nRBs3lv5wDgSwbOzac6D1SsoSNFouhDX { width:15.9375rem;height:1.4rem;top:72.149999618531rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MMLBqnhq9HgbMHlDhRQusEFenSx1bQZ0 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LPVRO2XgKoPxCEcL7Lp3hskgse8sMWLD { width:6.4375rem;height:4.5625rem;top:109rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rtCiSvLL6LDvHgJAeVm2tyUlozOHABAP { width:19.75rem;height:25.6875rem;top:85.6875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SyiUJnyMBNxF7pc6xzPrfU22wpLtCnAG { width:18.75rem;height:24.4375rem;top:86.3125rem;left:0.625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dJ15XbcstlOM7acmpagLb3LembtVd0TR { width:6.1875rem;height:2rem;top:106.8125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T7TCUDu1p3suRQcEOWHwHSRU7vG149XT { width:17.125rem;height:3rem;top:114.1875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NtEwLGFxVdrGrarLthTqifBacae9OO3u { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #gOxrJx2Vf7eTfJm68VO2kdvseFLXnWXN { width:14.375rem;height:16.875rem;top:89.4375rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ndBEMyNVqazgwGaVqlsCdQupievm17sl { width:6rem;height:0.73125rem;top:107.125rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RBHN20gPIc9NRvtU69XWQ3WLPvRJFITR { width:6.125rem;height:1.575rem;top:107.5rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aheedrO15cQzJE7J1T3eAk5DgUXSac3o { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Tq9LiECergGJ4tJil0deW1aHsvUVRAEe { width:4.4375rem;height:4.125rem;top:109.875rem;left:2rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cPuBmb139DO2qSa4npv49qPcQ2XxC7I5 { width:2.3125rem;height:2.275rem;top:109.9375rem;left:4.375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MCekfV6TrTLzVeCEmScf2I3Pv6y7hZGy { width:2.6875rem;height:1.225rem;top:111.875rem;left:4.5625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RFvub808AG51E84WkfMOQFNefqTfQFDf { width:7.375rem;height:1.575rem;top:117.8125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NoOKturqQFx4dSvkl59VVBFbxSnry5Dp { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #fule0xtEvTDVUXtViWLq1bIOkFXbPyfc { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #l00B7yHVxufD2NmSTcx1UkoCZcsuZv0o { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #kKnIXt5p6eXOGgA7D64UH4qrWVcBnhyW { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bh9yB1NlxhI7XOWflxs3P9KgrpdnBQWE { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #JLZrrLPkrX3pLPrgJQmvOSwoq0CSZ9qo { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #V0HyRUf8EwKPAUpqTkxFJH4MhKCKMDOG { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ARra4DUVTtTu9xTw7vk6avCE7kftesC0 { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EuRp8cZWe2I0zHf7utFm5eeTbLrEUbPb { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bqb16McpxFgNNmnNwFyanOmTNwKTkxsM { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #EXSeuLrkCT5iVMNauHRMBrBSP5Py2Tqu { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #drTT2ToyR4OfUu6M59Ulycd5Mfixfln1 { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pQWPZU3m8aCxT5ZW1EvWkksJTZpPTb8C { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uD4VOBn5m6UszUd3XxE4NHUT23hqKMaT { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bQaQ1nLAg3EFb4eBHanypLK7L6yl7ghn { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #TWZ2JIxxBFpsaPukGBPysoxHnUeUFrcM { width:15.9375rem;height:1.4rem;top:120.125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1vfxTDpU9RMlc80abeOikKzTxC1R8M { width:6.4375rem;height:4.5625rem;top:147.625rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAXHPwcP45slDmDasdGTC2lXnc7Hrwb5 { width:18.75rem;height:24.4375rem;top:125.25rem;left:0.8125rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #or1AV7NXcVgdm3buwtAsDIL69fQNzMH1 { width:19.75rem;height:25.6875rem;top:124.5625rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PEDTuuT9vn2dx4o9kNsK5ulLgmt7yRco { width:6.1875rem;height:2rem;top:145.4375rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w0v1oVbBTweRhEIf1e5AuP7TM2y1RkL8 { width:17.625rem;height:3rem;top:152.9375rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oWKDTHhO4TZ137Mx5ZJkkDm47ub3TP4H { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #GzITOldbMNTFuXUpoF0FiCbTVLqs9biJ { width:17.4375rem;height:20.5rem;top:126.5rem;left:1.3125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O7s0bSZPvgSyLhwaZdV0KFypnFQNrczC { width:6rem;height:0.73046875rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #DhBOonJH0ucOgxItGrtVzSv7zsBRzzcG { width:6.1875rem;height:1.925rem;top:145.5625rem;left:0.9375rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OKE9E34THHm5oJDo9tod5391WO4GXmpg { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #QkeaqbIUDrOOQsulXq6rdOwA2Gu6cLeu { width:2.9375rem;height:4.125rem;top:148.5rem;left:1.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EhV60duQZNg6PM6hmQqsXQkMwfJoObL7 { width:2.3125rem;height:2.275rem;top:148.5625rem;left:4.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E7WqKVIaomHr3qxHFOnZ1OrTNF3CUmbT { width:2.5625rem;height:1.225rem;top:150.625rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WGx7wEiG6RB2gvJUizXBJqpTzRZ99qTw { width:13.5625rem;height:1.575rem;top:156.4375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ge9TSpJQiynBRQMCqHcCTpAvTiTKr0LT { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #iWQKTGvZ1ZM1CLPpds3hwEr6xSJme0dC { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #mLKnVSVxpVETFOnL8T0baVfTRQ85L3f7 { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #fE0aaQSy0d00RciMRlUhIyodAkKxT9SX { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Z7pG5CdgTNo79by0BzpS09wL7m8DHaik { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tm0IskAyLiT0NZxGbps1pK8qp4lp08Bz { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #oV8TVX1MPVyRMH635xafsJMcex7wyNSi { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pdKJHHuJyGMyRtcbVrvdPK99qpH2Q6CV { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #eKC8NSkXI5yb1y1TzT58DkM1HbcQqKLa { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #p3RRC3hJt6no7Vwnbv7eQ09xhFADh2eS { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QWnGHTNoVreoULHcSNtNlI4xIrZCm0O4 { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #OSHWX4Fp7wKRy6s5fBAmXt8ebMolxVVe { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QI5EkOLwiRoCucfrLTxQWNiV9V8KTKS7 { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yfO0c4qT3tnWO6so2dT5racpVAwUqn6c { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kvCgz7bpoIl6rlCmEoJxLxDhre4c6SVh { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #oQxHQvIKvVNPP0GNJdifG8pKpO8J62C5 { width:15.9375rem;height:1.4rem;top:158.5rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TxPVfMTiJThtpZWkV6gZfcoGs6NhTmTA { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QifCzh5GLtiJkfJ4V92gvXcPe65PM8Ul { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { display:none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { border-width: 0; border-radius: 0; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container { width:20rem;height:154.125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bHtxMOOSyKgsz1U66gN0IM7C2dedIvIp { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #olWlLkdm2nLX64m7kyqBGONsnoESwP5M { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sCxIx1pGMhW24mLmZm8MB86T5PEBRwq6 { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GhPm0PcTcQZau1EMGvcIA8hBsTSlEGo9 { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IkSgnIOWVWpt7phfHobt0hiansi0y78C { width:10.625rem;height:1.4rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ACORKquG5G2FqDIEGdDTPUWrM1gcW1ta { width:15.75rem;height:18.5rem;top:4.2294921875rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tlgyUZfkGyCMtGN9yqbGUigU0MTcCaTk { width:6rem;height:0.73125rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #cfOx60nGkNO2OLA2kqPFfIPTnWcVdx1R { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lEdz2nmrE1vJPZTWecWPw2oLkU89ycsw { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ztmTSeMV2NIRXHdipQy5K2tbQ7AS2lZb { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u5yOh3fOGMWU1tM3aNf4x2EqmU5i5lsM { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.09375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DBtiv7pPXP5n86cslikqMRQK7B8CWscT { width:2.375rem;height:1.225rem;top:27.03125rem;left:4.09375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PzyFwK3tSSvSQxDpz5eig7HGMLZuE5Nq { width:13.5625rem;height:1.575rem;top:31.837524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vLmrX3TTx0ifK9fwnzZXrllcTAmk9vQ6 { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #d1zkxirtrQn1bGPReaeHyCRTgiviKdIT { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #T28TkJoLTQsuk3QSSzghmo8m1y5PhxpH { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #FAFp2SBIarWJBUuW8yTQr2Tyn9r885Fh { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VRr4GLnHU3BOhXwTkqbwZRInd6evTeNG { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #G2gZnh1v4PCklixzzkWaXJ5vfWCP27Ol { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #cNJzRzC3yghCxWvCtdIODDeKZOzXxPr2 { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #TGs34SOgumUFTtintrslHZCiUANR655u { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #vscrt5CIL28wd2uakuB4aQ3iJzRAloK4 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Kl1LBNEZ62JwNxVuaFNk0gExR7ZiCIIi { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #W4hneBpX3nkuP4AFJI6SSrO4JXXStsKZ { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #g606U2Ax24q9TBbesVJy0J24sydVTOa8 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NCyTcRiIuACcOdqIk5Cph64rXwppfvil { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wKDhuhJh8kXnlpEOSMJwyC0cSl96CvCf { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #R9eoHUHq7IncXwnuqAzatKu7mVSVQ1Ft { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VF0TbiF2654qAWT1ixedTFeJcCyoH9Jd { width:15.9375rem;height:1.4rem;top:36.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iFh52HKWebuHyfmb7XSfH24GXEnueRMQ { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WpPNbZmkM4tnRrZ2WQZvWyH2mJJKGLHA { width:6.4375rem;height:4.5625rem;top:63.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PimHi7ebdJKd04EKunfBlsVxHIJqqCh6 { width:19.75rem;height:25.6875rem;top:40.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xPEKQNpl70iJi8W5P0T98Vcc57SbOXir { width:18.75rem;height:24.4375rem;top:40.8125rem;left:0.5625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bIDOdp9LRZSHnKlFnn37qSivvLxSxAqm { width:6.1875rem;height:2rem;top:61rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xut6aXkmxkcyZL1WEOix1hkI73SIk54O { width:16.875rem;height:3rem;top:68.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OLMqciwhIKE9ph3VOOiN44QRzp0O6UOz { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #P7QA4KDfuerSVFcy76HOwtWTo43xzgbK { width:14.0625rem;height:16.5rem;top:44.5625rem;left:2.96875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HublEOWGebErnSdJM3xchxtDoBn45CP9 { width:6rem;height:0.73125rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gRB8RxikVRVIpym0JsZFThixS1Ep1Xdv { width:5.9375rem;height:1.0125rem;top:62rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HRtBcJOe71x215958fcV9ZnDWI6EO2XQ { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #duF8KgFFUab8ZfKqJUuxzgQgyCGXTiis { width:2.0625rem;height:4.125rem;top:64.0625rem;left:1.6875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DHXWWaUKu6q1bvcyOkyckvKAWTK19n9o { width:2.3125rem;height:2.275rem;top:64.125rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d2oH1UXPbROU7O1IekKxBwneSea7C1QB { width:2.3125rem;height:1.225rem;top:66.375rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uJ6XTFUiOl0iB0VmqlEJSug8TOQ3x6ce { width:13.5625rem;height:1.575rem;top:72.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TUo3brKII251D0z290bkAze5MTeteRT4 { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #AL8n8XECMTK9CJImNHdtsvXgWgRTB3uV { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #owZDeDsVOshZnyMuKqo4turMb4ymFHpw { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ynZu1yBM6rQIrFTvHB2wf0GgEe7Eo3wZ { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #GuMD13254i2z00Ae40ttoL8zUABmqqgt { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #mhKyPRFyMoC2GCzMJ0BiWoaUWD3A8uUJ { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #mSbDeqIImQODrm94Z1mfCuZt69omtDyp { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FlXpVm9r2Ucoo5ahxeTQlokl2XhaR3HN { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gRH4s3UPGRJOSeEuyNqGcCvC4kMmWRRQ { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uoz748mB9v2mASFktOsv6SOBQXi3ovgB { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aQiJ0ltbw5JpIhLHLT5NUxvSSHvZEfAc { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #hKI6OpWKIg73zi4XQvGZN9IHhONx7PMt { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ugMeqty6gJbDGWoVeBpbNW82N01LsoPb { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TkTD4sUpG9HcElaLyUaEwFUGpcxWRsJq { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CuhveyPlTFtLOgGtDAvw7HlyhTEknoaF { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #eKvTDDJEZqaqoTG9gKkFlTeiRsSkzm0o { width:15.9375rem;height:1.4rem;top:74.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xAMdREM3Dl8AgUibqRAiIB6N2ZkeEGmd { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #B6aT289CT7ibsuD6nWKNgyivc0gWZdT9 { width:6.4375rem;height:4.5625rem;top:102.75rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rTVGdPk1sCW3sw4bxAosicZMWtRxn0Vr { width:19.75rem;height:25.6875rem;top:79.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GCnTThoTnruFAlcSXx1Hn7kkNgfkwvDq { width:18.75rem;height:24.4375rem;top:80.0625rem;left:0.625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qyTMLwBRoS9ApJAINnZD7oTWTXLPzLPV { width:6.1875rem;height:2rem;top:100.5625rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FWKaAaewwWCUG4IquMm7BhWC8s9PiMLO { width:17.125rem;height:3rem;top:107.9375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #V0TrSmD9mnSBFnVT2BielhqpMFIcksFc { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #o9I1JAnDfOv4WhqmzShgPmfVwJ2LVT30 { width:14.375rem;height:16.875rem;top:83.1875rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cxK0OfL73KEz1HB8kriC5mvvqbpw5ToE { width:6rem;height:0.73125rem;top:100.875rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BHsIPdT6M5uS2bXIxq4WtdH8QWhInAoa { width:6.125rem;height:1.575rem;top:101.25rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IWsQ4x6QxiaVvxJgga9U03DOAMEb2F78 { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Rz43hm8uKopQ8J0PDTlJLUoy85Mtk7Ly { width:4.4375rem;height:4.125rem;top:103.625rem;left:1.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c0SXl03kNtPIWBoxbmoSRGfvoA2xWqgV { width:2.3125rem;height:2.275rem;top:103.6875rem;left:4.75rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MwXbwHT0MenTqSftAZiUnAKHNT3EveRg { width:2.3125rem;height:1.225rem;top:105.625rem;left:4.75rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #czyfAcNH5cPkNZ17KI8nCe78oT6g9EBe { width:7.375rem;height:1.575rem;top:111.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tNvSRs3USxO77fwkCK1KWLLs3veZRPun { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #fRdcW22zGULnWTIsypw0fm4CfQwJ3AG8 { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #yyTnoTTJCmdTrGPG1v7fwTwdoNtuUw0O { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #rI93MclX2elTgNC6AeyMf8FeWscH7ne6 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hxckahINhmnyMy2JNnhvRraaRm3sDJfm { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VlntTOPfIMRyy6eyJsCtClfP8oLOstVm { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #evc8L4heeUkllabTxtngtW9QbvGftupU { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #oBt3pNpcF78IGsfdtzNP0UULTyaJUiZf { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wLfMKT0PHC0qHGkxgrUVS1aJFGoeL0ht { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #o3yGntm8lqOoVpbfZEnyJ4rfTl89NQFP { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #dMSUtCxxI5iW2uZDbnZ1GrtboqQR7SXS { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #v1rDSlsaKmQZxo0e0ZfdR3eTwxUrUDqt { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #C6NXfnlGSnpsf14XidTlDLJkbTN1M1MS { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GVFT81tFvpFT9nzyRnDfI23KphNKLJtP { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WrMt9R6Ml4hy2hccMri9coXvpWnV0IfM { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #ndyO1livl85V9lfKhFFTgLuT1D4aOV3J { width:15.9375rem;height:1.4rem;top:114rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #suQprJSR9B1XoIcQhB8pUiPf3LKp0EzZ { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXs5eBJ6t5GMOIoLms8JuGIfc9KswQrf { width:18.75rem;height:24.4375rem;top:119rem;left:0.8125rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #whgTfK2wmApTpre7tErIualnUzPenFTN { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s2aMGAm8ftiaO4k4Q1TFFvg9mCJFM3Hs { width:6.1875rem;height:2rem;top:139.1875rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rXDS3LlzLvycFTdtVUFodEEqTq37fcC6 { width:16.875rem;height:1.5rem;top:146.6875rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kHn2Hw9pcmTGU4xfrOeATiaS1GJ1xwSf { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #MKZsuTbC3SOEVidHmyGAUMEyMQ2s783c { width:14.8125rem;height:17.375rem;top:121.875rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iSl0vJlpgu8I7ccEzuTPB5GmO3V1cwkU { width:6rem;height:0.73125rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cFKTfTiDnNpxCzFo9f6al3JQIqk7WssP { width:6.1875rem;height:1.575rem;top:139.875rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EO4iKlBEgSiH5QaMUbNPJGA2PH6kpBPE { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #kDypyp7vx1dlxCN5MhiIhAUEx4TRB4ll { width:2.9375rem;height:4.125rem;top:142.5rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TIv9oXpP16g7acko2XXz7SspcMo81wCl { width:2.3125rem;height:2.275rem;top:142.5625rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NnT9maV01DPITgTI32Hl4p3iAtbzfmto { width:2.5rem;height:1.225rem;top:144.625rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gV5GqgLgl2o47mxWGKyki68UnP6pWUMr { width:13.5625rem;height:1.4rem;top:148.5625rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ECkDZT0RHFKr8sOvOCRq5uSefDqV1nDm { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #PeMEUyAEXIvqN4v8xzTxsrsOSkOANadB { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #DWui3ncomUpxNrWAUPhFeEwTxO9FcUB9 { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #p6TcLhf5tOT77M83dq1mnXCRgsVFhVZv { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NFlStuB6x1eMrgLLgCzFWoLSS3sF5hz5 { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CsBI7JVurmc4vbvWF83gTM0uSEuzWehb { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #U7Da7pCC1R71T8tpmdDleCCUbwoeu12z { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Og8S2Uc73GeWUCa1B6QAdxbnq3WQuDfm { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ThadT8u4meSnPhVnQgb0LEw5C5Oy7bUw { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #V5NE8DMTR1snqm9qUKGdHcQaCdzx2Kzm { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BIineZOczBA42zSI13hz1Ki1wlnWtS0W { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #yU6sS2Gc44KMP5xfpxie7nubHCQT3rxu { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dx9gatecJAnrQ0LcRv3Nu1nzPPWtIKe1 { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QbyuTsO798bPB5wlzyPHeTwoE6xHAhN3 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aqoZCuvAtdvyC9VSzICoHRF1zove1PGx { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #VLRUFSn6SGMiy8g6CF81JGLgs9yuk2xy { width:15.9375rem;height:1.4rem;top:150.375rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zDRMMfp3AL0PD9BD4iZZbs1EtN6GZbwF { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #svaC5TOZBOVbP6KNupWKeTO7POWsT9ik { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { display:block; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { background-color: transparent; background-image: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .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); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { border-width: 0; border-radius: 0; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container { width:20rem;height:153.6875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0NmkEKisKOsdOswftNUDrwTppqRcW9b { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xdNzZKzPLTKTDoKAuhGby4muTTVpaLA4 { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pHqbIw7JopltHEewCROdfFur6AwRtUzK { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E9xOHmb66FNySTnKbott3gTOfpqk5p29 { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BsWuTwWJU9loVlcbbNc5gpVHIcyVcVir { width:10.625rem;height:1.4rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qtaZ5Kq8EnpHCX8r7ODa4n6Fzy1mTsdV { width:15.75rem;height:18.5rem;top:4.2294921875rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sZvddse3AdKotCNm8r06sbtSQS2A3Abn { width:6rem;height:0.73125rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #gl49JgIsGbQTGUydVGp2IrRaH8ZODCW0 { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UT0LInFl8KefrDrzuo0BaaL0kMC8uRvH { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #KhStEBdzyOwukKJxV7cS7QyO2nRcTUDJ { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aGMsXIfatcpbDTP24cJSTZTTIxVqlnCc { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.09375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OxkTzr4pTZlpOi5iz2EOCpk65RCtkEr9 { width:2.375rem;height:1.225rem;top:27.03125rem;left:4.09375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pWsAa19lP9P9GbEA3oy51TVEn6ay21gO { width:13.5625rem;height:1.575rem;top:32.337524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NVivRC8WAVKmyzUx2y3pKthqDqOF4USv { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #p5CnWFTywVXhqzk3izmzRfTukzKsrV1h { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #yBXa4Gg68M2tR0FtalxKruK2LKg8HfMX { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #T1DtB4FHBVtcR3aw65t8csPOlmFRGaPU { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lvXkawtCDP0JsNo5UPrzZxTMwLa72olc { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hA8x3TdsMrXO24Ak7pUPk0FaAlxnm4ah { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #qeqeUNTrzliUwI7gkT9QmBq5Ty6OlBlw { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Rzkv91AhRwOlyZ1aE5OM9W2LBBTpSxu6 { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #w3Bd3C4Ds0EkAd9KsNc9RW8txnRrgJ78 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KBmyqwuG4KcnCUzIR9utmBU0kJ1ghBpT { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lhx1eUU5XZDwmbUBZHULDtNqpoUaNL1F { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #s2tZiSDFCbozZ1sdbmwwxegmlfiAUyZm { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TbNoe3L6n9KsXIJ29TTnoWcUlqWMwwcJ { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #csi76WCQGGtwBNToaJrliI2VoCeAF0eV { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #o9quBBqmdxoQTuT6OHuQ7fruSUufN8yV { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #A5Em3hN51f36BFQWNGZ6VEGnSLr8LJzZ { width:15.9375rem;height:1.4rem;top:36.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #L6XzZbISmCyiBDrJ3qcPdTMtTOq5cwCx { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ralCBu1RxTPsNsXnpafUnfKf4263lTkd { width:6.4375rem;height:4.5625rem;top:64.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IlOWK7hTcSbIUUTiMbCsTM3xWXa3LTJ8 { width:19.75rem;height:25.6875rem;top:41rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cDipWHt7btbg3ZO7LIHTwyXJalkS05S0 { width:18.75rem;height:24.4375rem;top:41.6875rem;left:0.5625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #UJKr17lNmyupQhtN6Qm1TbMDUXq6PCeU { width:6.1875rem;height:2rem;top:61.875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AcPmnpqvxbaFos1ZzVnqVIJvrcEpKeEw { width:16.875rem;height:3rem;top:69.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #t0AGCpIzpWShpS7WAiczgC000oLXz2ND { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #gR0lthmgCKUWGhJmO9WncL31vhXcRkeD { width:14.0625rem;height:16.5rem;top:45.4375rem;left:3rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yLmrQskML1vxlS9GqMRJ6EsSNlsi6rDh { width:6rem;height:0.73125rem;top:62.25rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MEaaEL4N2A2vENfs43boRpTeDbZZyVAe { width:5.9375rem;height:1.0125rem;top:62.875rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WtouTVthKD4i4PkIkz19uFxIgh5Wql9P { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #RXVpmnIIIMfyrMX7UGczoem7sH097iMq { width:2.0625rem;height:4.125rem;top:64.9375rem;left:1.6875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPnZxts7CHaOTJJKvQSOWKcE46lXwNub { width:2.3125rem;height:2.275rem;top:65rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rXH5DMhrDSC4AF7up8IfOBhCXn5NtgUI { width:2.3125rem;height:1.225rem;top:67.25rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tsg7gsiGeHmxOchASiVT76kutCzGZWTC { width:13.5625rem;height:1.575rem;top:72.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KmJxLC0hL2ban09TahdSRpgwHLvoEAMb { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #nvvEyuWCzWJT10fFzqxJd0QXle4pMsdA { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #k6aByxldBozL6KJgBpmDQnggFfV4Tb0l { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ZNE1owSHav9AXliy014atvQ4a0q6Bqz8 { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #eDzJgFG5VLuMCuxOC1NkLAcIa5vOHNuT { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #nN7DOLLdPNkpdKTclCM7rJdvMzo2vIeW { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #fMS5KC6DZv4P1rmNQdfhJe88urLx1XBV { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DpZvE5qyQ8436ko5WBDLInFTRmZ9JT4D { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xHxpFFknrwnAdQPBfR3WxnlkfzgySWqe { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eCywhCThvVCtxilFFPex6i3lqqZED3oW { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LOwoACg4FU0c3Gwu9m6p0fFHAgP54LFy { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #VtBGMN30SwQFTluhtEMQ3TKt9Rb1POVG { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ecLvbag5afv0Sk7z2wMUV034dAg7PXzN { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bLsvoZwp6tyskKQx26DVPk5TM750ZJ9z { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gfOnl7eKDhAusDVeNl3U568JB11W4fLh { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #TdTALx6B7rgkb6dXHhEbXL3VJTJuRlCP { width:15.9375rem;height:1.4rem;top:74.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WhtEpEu8zvrBfVln4EQGMtE7pDKCfuHV { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ReOAlHELRtIwCSfD7nLie9O2uB7a6c6w { width:6.4375rem;height:4.5625rem;top:103.375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bpyKfexG7ac6LPkJd4S4oTFOV8UN4gBC { width:19.75rem;height:25.6875rem;top:80.0625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Rohhz8yQPmiGbZditogsIJAzzBWykLdc { width:18.75rem;height:24.4375rem;top:80.6875rem;left:0.625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kHctopLqiTfZ8EvMvZPTzmAOmMIMuZMM { width:6.1875rem;height:2rem;top:101.1875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RHiZXXkGb05XOOI8xtvKC3DwZucaGk8q { width:17.125rem;height:3rem;top:108.5625rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UBq1iLNLCxT4te8UfT04e4O8flPcfhyq { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #v5xqCLCa2IVTLDMsWEfxwElLaaVTvvUK { width:14.375rem;height:16.875rem;top:83.8125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BaNlp9V6CvV7VXXTdJQKm7F9ANI5gclW { width:6rem;height:0.73125rem;top:101.5rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DgzKkipPeoUSt1BxHHOfcDTaFnEpRATv { width:6.125rem;height:1.575rem;top:101.875rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dG66CS9e6HT71U2ET79cQ4Pd7D1P6kKK { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HgHh6ImLy81I8SoLhvTMWDBVrr4IrpqU { width:4.4375rem;height:4.125rem;top:104.25rem;left:1.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xPX4hIZrFgIvlcTW1I4CuHZ5CbKTnFBB { width:2.3125rem;height:2.275rem;top:104.3125rem;left:4.75rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TU67T4KWMwXvRde98BJiO2ZwKaCT6xKf { width:2.3125rem;height:1.225rem;top:106.25rem;left:4.75rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uX1HTvfJOvAIp6BnR1Zn4FTubNC39uyp { width:7.375rem;height:1.575rem;top:112.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OObIiT7yTh0bgBXysT7Zqonv7JGOXSDB { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #JQPqdqLmLa2dbZL5p6hh1Rwyt4wriWKs { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #CfzcMQfyES9mOiodyWaFWcKgaPRzQqlt { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #WdmilN7eMAKxvi9gTebvtIGIeI8ILTr9 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qXL2rolr3kTN8WtsWmi6n2kddTGMdxg9 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XW4S4LP0Pd4THr2cQxrsb94QTFgHJ06J { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #RsI2t5hrB6q71BmrXKQLrIcJx0Zr7dL1 { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #EGwhHb3PhCLu2xra0iW1gQfcTNV7TT4N { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qtfPPFwx8miIbD0MFc0ei1hV52veJXhp { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HguMAdoCa8ZWRNAJXuBqyLxrOP279g3h { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #U13HBXcJ1ixocU9gvHyyVU7V9Nt3sDIT { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bFAFT9boOfl5sscvEwfvTtD96HpdbgG3 { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #olflNdAM3Qbw9CKOefgv8TZb9in89lGQ { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #x4lp58u0Ofci5oRkDpzEnOSaiLOsOxkl { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LXBhJTW5L31keu763xseebepwdst95VK { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #M8iurRa7UOVbFPboJt1iZG3mGOnnQ6vZ { width:15.9375rem;height:1.4rem;top:114.625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vu3UtStIH8zT4w0HgL2wqAe0WxVfdVEp { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ0fDM9J0w3FnLoVP1SENHHP12KDnSgw { width:18.75rem;height:24.4375rem;top:119rem;left:0.8125rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TIAscUu5gvy3FfAZyWwJvbnLsuy7U6TT { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iAqG8AwcgSSs1Ir7bW96vBo368FmV98v { width:6.1875rem;height:2rem;top:139.1875rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ho0GwQJzCGxIPRKTaKKAKIUxc4bpnumu { width:18.375rem;height:1.5rem;top:146.6875rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #a8ek926SzPsGTt1W6rUm0gRK7Xz1GmUW { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #uhyzEOEKMKJJ8ucNU2fsh92hq08KF1ka { width:14.8125rem;height:17.375rem;top:121.875rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CTekvsZyCB9OL2U5fmTV5PcPwzZ3A81Q { width:6rem;height:0.73125rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #D4ur6zM6XRukLqTZyew1kCOzqGW3lImk { width:6.1875rem;height:1.575rem;top:139.875rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HU11uwI6StfbQbgn3Zz22FErWQJcSZHT { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #FK165ENmlAcU0ffpRtTVlMB6Wtr4Cic3 { width:2.9375rem;height:4.125rem;top:142.5rem;left:2rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lKi5e9XrItTu8MoDeoBSzmTUldURTkFf { width:2.3125rem;height:2.275rem;top:142.5625rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UtZ6T298vHeSQTTgyrElMxHCfbee1NF4 { width:2.5rem;height:1.225rem;top:144.625rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zyx6sGnxksRCq04OTrSUaWHw64sVD9tT { width:13.5625rem;height:1.575rem;top:148.5625rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hOEsVJetQJwk21FOcLoHZbia3hlxL5yy { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #cnfzXTmzcbBJQcCWqf4b4QsRdrTfK0nF { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #NKhOSP116PVTDNplrFUTm6ozhTTha0CK { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #QfkHxD3Pf6KbdaVCsCh25ZcooTDqqLzQ { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #b5c3BTr5u1xnl6qam4kzO4yOcsEZNLSI { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VhVTrN8kaTHWxwo6DpOGL8nNz0wXLQ1W { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pxnBnulACytsrtbTzSXJ13Gf9J5Qmt89 { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #IZidF9LCn4IBSq004DriOSpWlc4UwUrN { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #s67R3KdcVU4Wn7NdRC4LWrfiX0DwyOeR { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iecTUzI9ZqWvpE3HxbKMm9ZkGh53XdsR { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kBeFe7EVUyrThAUavdUfenGo5UVwo6Jk { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #wro00DKxUzkrGZL7eyaEI0ytaT06U9w4 { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OkCHqVT9NuzRGkaEXTg0nd3anT7pBTOh { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VFK2Cf3DIGbUQzLIRZe9aHpP1ERKwKq7 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XkE3ua1R8peExOow0aWdM1VQ8erqWb1w { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #T3cdhxFdH2W8iTJ1uw8054J1GuNhHn01 { width:15.9375rem;height:1.4rem;top:150.375rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TyD8Ry3GbkQaZCdAdzTLhFxl49IMdl7Z { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bG8SHXmCtfbscZsMA2x5ABwnBoaPfJeQ { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nrbZWV4vdqtuveZSnuICb7o3faG4WCte { width:15.9375rem;height:1.3125rem;top:37.650073051453rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dE5TsyWPZAIhsro40na1RLhOuyElHhmN { width:15.9375rem;height:1.3125rem;top:76.25rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ { display:block; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ { background-color: transparent; background-image: none; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container > .video-iframe-container { display: none; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row > .video-iframe-container { display: none; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .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); }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ { border-width: 0; border-radius: 0; }#EdZUpWOO9DCES9Bm3f1TtkEAucbx3vMJ > .row .container { width:20rem;height:154.125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pwrm906nas13pZOVfzsEgzUxZCctheP6 { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MOtmsbZzlTfgDVr5EHMT0N2iSEmmb09S { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AxDNVkzMUrLWiP4NRCxlWhIcVPToEzGn { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eiqFpaWqvOeiTqFJUReUW12dRRcqk1kF { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MF57i0Bughoxdin02nXl9inGyHCz8KVf { width:10.625rem;height:1.4rem;top:31.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #utt1V8SpVKXhRsVqmw6MV7PuRhFcTnyD { width:15.75rem;height:18.5rem;top:4.2294921875rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Mf2nVFsMHS5vKFpK4l3lS4EZ4KbHEhAU { width:6rem;height:0.73125rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #B42p7b9dZTvruav7Ay75n42UUieDZ746 { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #G8H3svqceTOS1mR22VFVmTWPqJsHm6c6 { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #absni6ZHw3FJgsXAaUZmT2qExoQIQVdg { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g9TzqllVt2WoSuiat6AhTbepURDTLNtg { width:2.3125rem;height:2.275rem;top:24.805236816406rem;left:4.46875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nk492wEWmApxSV6c1VOvzQq3wAW8Brrh { width:3.0625rem;height:1.225rem;top:27.03125rem;left:4.53125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ohfZDwCWGlUNMUqe9oklgTMXGXfShf8Q { width:13.5625rem;height:1.575rem;top:33.625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qJ6wapROXX2Nd8fC41fwPrX3Iy4ko3NF { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #L1C7oyxZCre5k2Sfe9Rpu31yASxsUd8g { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #AaO2MxdVDvfIHNki5vuyVJ7WhhVceBwF { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #D8XEgiIzoWnMRRfDVzbQD0XGZyGWxv3Q { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #P8hcLSRbztN3vdLncZpkWSAbvz32nCRw { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rieiX0ldx6o4pnFa5ct97GExNpAUKGVr { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #UbhWvfAdrPkh7ZM4llkeqkn60nHtmlJ0 { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #tvDQKweU2giUPpkpTkP39IdWqXKVgSpO { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #a4RWSBz5dP5M49ipaWgqsFbbL9DF4Gml { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XnLOIA6x3IKKhRxUX3cQkzllD6XQALQP { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gpzrmGAbGkwb5itXg1hQlMfTSb4hFJP6 { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #mEuCtre6TVv1UJTeBcXTi9drC1Egsqto { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TxlNFXOiKXRm3TJRw4Tp91TfQzFaBkz1 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tUL1n4C3iWyiMzZ1y5ZnpOaeTT9ZnsQa { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #sy2wid1w9nxbWTTGhqvBnzzl07vTed2N { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lkPT1whbDoXTwDSxbrXzpZnn2XcdXOwW { width:15.9375rem;height:1.4rem;top:35.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #R6CXeKZfBS7kBweke4GO8ORr9R2WlxUa { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #foKhuCBJi62vlionxbWJCqtXO0fLtSnK { width:6.4375rem;height:4.5625rem;top:63.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #W9uIOUspDWTgqzrT4LlqV2RK7O2OLohx { width:19.75rem;height:25.6875rem;top:40.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vLMAlzXrZAGa4CizHewBdpTvKlTttTI9 { width:18.75rem;height:24.4375rem;top:40.8125rem;left:0.5625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #QkZGQRzXLpG6fcOpbPKNHlQwTTax1w8C { width:6.1875rem;height:2rem;top:61rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i0R18I5WRRq6cen8gQAXAmppIzOWpwvH { width:16.875rem;height:3rem;top:68.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KKyEpXs5ZicFxCKpkxBQ4laWl4ztiJff { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #N3NABDM6KmsRXySypZWeviklKugGRltn { width:17.3125rem;height:17.6875rem;top:42.500050544739rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Hh8RfQNhGvnsnT4pRCfDXE7PJqDEVnoa { width:6rem;height:0.73125rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uv9fOwP1OhmCb2c3xD9f4IFcebdTCIiL { width:5.9375rem;height:1.0125rem;top:62rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yl8Lw0SoliHktAeb0KT1KV979eFi4lZL { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #N9Z4gnaXtBdVGF7sTJfQpbwFBc6fGuLs { width:3.5625rem;height:4.125rem;top:64.0625rem;left:1.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cK4gEkI7kN8HOpxiS09Bt58mywIIHKbU { width:2.3125rem;height:2.275rem;top:64.125rem;left:4.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lf27zcXyVJq1GzUISux6CDOB1Mc17SIV { width:2.5rem;height:1.225rem;top:66.375rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cN92dcwfsg0AtIR4TVaVg67wEIexdyUO { width:13.5625rem;height:1.575rem;top:72.0625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #r7uGr2ONlsF18REHxxeWCqw6VNaKwWZ9 { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #heaJLZ2vw2ODWO4spdgaWNle6b1OCC9v { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ECx0bHIoTrU6HIFLBEUmTwwZBOc0J9aG { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #o1bVtJCiooKmonaWo8V1VE8lClcMqNsv { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #PzodqALHgSHrQNN9ATyc1qin8H50w5dM { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #kdCwoZTchaPDz6t8IXBegH9dHDKiXPtZ { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #JzOA1gTWNzAzSEBqFzQf29MBHX39rOVH { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XlvDx9NUh3fKa5IEp64IdwtOmJ5STIHr { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VQIB7oETTrsq1T3MkaGVCs2H9qcqAiu7 { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LfbrGNGBuHq3hitZqu7Dpuoc8HAe8Z2h { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PL6HeU7ONNhF8DQ0fgnpFHGmwHNN0toc { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #aff6ZJ8q1arqAi5TXUtOF3KlFbDAT3l1 { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nqIBlK6WbF33wU8Wql9I8C1ytqNgMtid { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uVOGCcEh2zNTz376DOZ95V85Iwv1zFod { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VdZAJuMrczCs7JXz8ExBGOlkw4d2ww2k { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #JuqtIcU35DDDPMFktJsLM5oZvlG0o3DV { width:15.9375rem;height:1.4rem;top:74.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tBCxNX0sTWcbSEOXAepBm3tiGndf5pIr { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aerSAQqegTDaawCJqzNhs5tMe5ICClk6 { width:6.4375rem;height:4.5625rem;top:102.75rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Eme54w9qhEQHznchQcO23hu3gf3km8ZK { width:19.75rem;height:25.6875rem;top:79.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AIf8nXftR8sh2IaGWW0th29mVXBOV2XD { width:18.75rem;height:24.4375rem;top:80.0625rem;left:0.625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #NUiti5B46EVKdJyN96nphHMoG8TvFN4n { width:6.1875rem;height:2rem;top:100.5625rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #umQFmnWErgSW1dEMavWzd5Hck8OMBwvl { width:18.25rem;height:3rem;top:107.9375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O50sF8Zlr4zVRDfiohowg3kcAThwiS08 { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Zk8zGKfPWpoHzuUUkuTUFKFFWGTThR6L { width:8.625rem;height:16.875rem;top:83.000041961669rem;left:5.6875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ry4k8gPuNTeTFNQ8KQZpczIlwvDpffuk { width:6rem;height:0.73125rem;top:100.875rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #b8PZ0KoIEtcAKu23l4c0v9XuAgoMpaqr { width:6.125rem;height:1.575rem;top:101.25rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ssbooKDmgvpMlmzN6pAqBJBvu68PTKcl { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #kgXolwkaoE2RPTxDCFwz01P4Mpta81pm { width:4.4375rem;height:4.125rem;top:103.62487792969rem;left:1.7498779296875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PCDfVKJ9f92acDnfLqcbu5IpB9WCTuNK { width:2.3125rem;height:2.275rem;top:103.68713378906rem;left:4.18701171875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t7ynsKOkwwkGAs2QG6I4dHWS0KLXigbI { width:2.6875rem;height:1.224975rem;top:105.625rem;left:4.18701171875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T0SI6u2qytEDLkJhauiTKex6kmWLQtgR { width:7.375rem;height:1.575rem;top:111.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dBHzdQsKVNTM6aC9R3OOBMxalEJa2sny { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ednwh6UxuTRcLt7vgoNUVaePLhu5ym2k { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #kggWOUJh26BZlsQU2pol2eEtesNMeOzL { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #u6bgTCkm5TT4oSVC9E1bLyvFPDVXyp7W { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #h17IAiOXIUxXk4UR3zZ261SLtH17yzVM { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tHgKPkmDEKWMZbGKyEwa7iBru4wHMgk5 { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #IlEa2dJga7BRUuJ0H0N46tP0kM5Qnwo1 { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #aeZC0zUWQ7RxVwQGrnFnUcCzuOOuuCxT { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hxyF66uFUb6TDlIQ2HzDrqUcub8JCzrC { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RQHpw87d2mX7J32y1hKqzxPnEzh9IDZw { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Z7onoCEdZzSd5mXWcluIysvwo7PwuPui { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kU3bJW3Cg9X6H6Tuu4zDJIu9ubDzT4sA { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tOavVlBRT3EMJNFVJ8aPqH6KNiKJPHxZ { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WTsQmdEPPCud2E8v0qbKhuEKKrHyQ3Zy { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #J2tSbAg3N53pTDXSTbndxDqTaULd3GQn { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #hWeeovrBeODsVJnqQf44CLUuFL62U0FP { width:15.9375rem;height:1.4rem;top:113.3125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #whxRcIIUH0fGtlmzRhDXrwFPBMtdmtVF { width:6.4375rem;height:4.5625rem;top:139.8125rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb7JzeVnrV30ThQGtpwqsg7OTcVO8Fvw { width:18.75rem;height:24.4375rem;top:117.4375rem;left:0.8125rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZRzDtsupncCRH29zxhdEJlrCRGULTACV { width:19.75rem;height:25.6875rem;top:116.75rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NtOavmypmz2wnkECB9X9J6IsLa92J7ST { width:6.1875rem;height:2rem;top:137.625rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dUtSGdIxaRKth8p62UFy2GAQa6dzvMeM { width:18.5625rem;height:3rem;top:145.125rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tuKbz0aqS0QeS37QJLEssA0JqPBbVO5T { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #v275usBT2elQyduidCPxhn7FxIcKchvG { width:15.5625rem;height:12.875rem;top:121.74999809265rem;left:2.21875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pI8KKQE4sgNqRgwrZN0DetLcEhnyauCA { width:6rem;height:0.73125rem;top:137.9375rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #wuzVx3AA8GAg2LoAHZ3lpL3UyHvO1Pmh { width:6.1875rem;height:0;top:138.3125rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WD5SPzwsysO55UiTNhDI9VyVRFrg3Dkd { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #RTLrdZhm4Agl25cgBLkpxZiOJ8qZKfTZ { width:2.9375rem;height:4.125rem;top:140.5rem;left:2.5rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pk8XKpNI6SGJgK459D1O4UvAedATLT8P { width:2.3125rem;height:2.275rem;top:140.5625rem;left:4.4375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ypF57voIWConbi5GTA7lkD3GppsWdHFK { width:2.375rem;height:1.225rem;top:142.625rem;left:4.375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yXDDPSMcIEX3scR9RGIlTORUXTtKy7Fy { width:13.5625rem;height:1.575rem;top:148.5625rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gvWdPHIamwKukaWPTmm3TExZ35NqEOny { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #kAHNIMXxeBrscGf5L2EI5fEf5GkqCoGR { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #BBG0ryUIBT8nSgTOE91KuXR1kq9v7okL { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #bd4eAzFTIsMyxmlTlb8RLZTTducUsNCn { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AagnBGTEI36XDOGT9PzTPbr1NI4rwSDb { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WvWCQst4eVgrLLRoFXmBXrg5vJywXgfA { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KPT3sgfagAO4c2kkUB0fuDHmISLWNUFi { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #QuyFx4TKfgWDRvI47RcmNT41CVWVqpnW { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #uRfUOpufyTlVBvWFgBUseTGvCfABnuDP { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #h8nRS9rpETiQEKMsTcw9AamIReGRm7gT { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #i9i7ve8Ih0i3RMZAgPmy6kZwwmiWPGAZ { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #MKpli04G4q37yhxyqx1thVyTxcQ55wed { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #S2mELTnkU3em1g9bwinu2O0ZF9iLJNI8 { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nyUchkp1NiWo6nZSmq8RnlfMPZkpOnNZ { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WTopk8oMMvAGXOmXHTTstf9UHTWvGDvG { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #yngbL7IXQTxvPQCPibReQUINatEJr1xO { width:15.9375rem;height:1.4rem;top:150.5625rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KOgxrdoHubLzAzLskPg2n2FdmMxHKZ5h { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qm0VRUZOKT3TXyDUk0k3lIUNZEGv1dzf { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf { display:block; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf { background-color: transparent; background-image: none; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container > .video-iframe-container { display: none; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row > .video-iframe-container { display: none; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .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); }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf { border-width: 0; border-radius: 0; }#h84BoQzTbvD1csrb8i2CWNWxaIaoMJLf > .row .container { width:20rem;height:136.6875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVIKPOTEkAfNPr39TQgafStGZvOtInrJ { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vRl4uxeFIkka6d3Tii3eRQo9VM4u5gce { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T7rTgZkX63WLA3kJsKFZyif0hcW4AlT0 { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xRbEXmnyMpwOsG7eEivvhFWfMK1XESwq { width:18.375rem;height:4.5rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bJnmoMVD7X7uhMiWSQB9nbuZiTe6uqkF { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #V2EmgpTcJiHlICQfzZfKShPACOTfPeDP { width:16.875rem;height:14.6875rem;top:4.2875490188599rem;left:1.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hzrFOToZk44OryhpbRO5gSZImCf1AVL9 { width:6rem;height:0.73046875rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #RdtEMACrF0qmVPuJs5ToaWWHTwpIFovs { width:6.5rem;height:1.0125rem;top:22.3125rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eeyqchL1b7q3lBw9BGf1lRfACKRuBFoe { width:7rem;height:0.9625rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WtADM6A575RQZWB2XEuLHMJx5JZwipL9 { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:2rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uroFzgd1m3L9n4X6zpi3oQvNy7T1CuZn { width:2.3125rem;height:2.275rem;top:24.805236816406rem;left:3.78125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FFcfTxTAfUPWTWwsqpV1rTQ6dHL2JRhw { width:2.3125rem;height:1.225rem;top:27.03125rem;left:3.78125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aTwtBBwizITT14deXRUuSfibJX78TzwG { width:13.5625rem;height:1.57421875rem;top:31.837524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ZBfW1MfLuTo3aGknnQTTXwkPp2mTVnwD { width:5.875rem;height:2.8875rem;top:36.6875rem;left:1.1875rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #ugr7X9NANRE06cTrQTJ6u7hqA3JiOCyg { width:3.375rem;height:1.4rem;top:37.4375rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #GGg27ofuudqmZp9k7CkgIfCcHypUO4lT { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #L8z916ulTyvMGcHLQpU53esv8vHcpuet { width:6.375rem;height:3rem;top:36.5rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bNo0XFTmbgztM8HOdI1sqTUb3fGxBL0o { width:4rem;height:3rem;top:36.5rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fOWh19yN7iCvR8DwcpZ6PM5yuP8g1Dw6 { width:5.375rem;height:1.925rem;top:40.75rem;left:1.25rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #KW8IskztTdJeltZXcGtbGHy9gS7r3HiI { width:3.375rem;height:1.4rem;top:41.261474609375rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #aAC0DssPw2HTsrWe7Qm2OayvQ8AJesy4 { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #qJUwCqCGt8fhVIHuKUugk05eKGR23EKe { width:6.375rem;height:3rem;top:40.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ADWMDVT2eBKTZVb1PBKIduWrxri9WpXr { width:4rem;height:3rem;top:40.1875rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OmcSBpbvrbqD1baoKb1RSeE9pfvHO6dg { width:17.6875rem;height:1.225rem;top:43.711486816406rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Oe7sxOROOcHf5B0NCASy6WG04Z9Q2OtC { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RKILZp1bIg6dkSJE71IQ1zmILxM0KHTf { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qWz96MBz973cdJWGxclwhbh4PUlA4WK1 { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #bNJsH5vr7ueNidPlr91xaO2khvJD5GOu { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zxD6Pnq2T4BHQvtf6RJ9wwMAkKsoKInq { width:15.9375rem;height:1.4rem;top:34.125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #F1NdTKCciZTGTwDLcWMBnQ5mki8SITVN { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OI0uHhe72PDmdMRPdJFObXTLToT1nZJw { width:6.4375rem;height:4.5625rem;top:70.5625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DGdV4qNDOJOJclcaVFxRQoshSgoxnClL { width:19.75rem;height:25.6875rem;top:47.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xyMAVDHPsJ6RPdNw6XqhKqlfN7UAMBr1 { width:18.75rem;height:24.4375rem;top:48.1875rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gqwIkq9G5DBwsfkIClWTGkocTu6vTBdp { width:6.1875rem;height:2rem;top:68.375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTbsZvxyeZoBxs6lVnVtptRiaAGBLlM { width:16.875rem;height:3rem;top:75.75rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TsDtyeh69So3mMXb2x3db2aMrEir5DNl { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #krtccPsxWO86WpD4OCP2xunPxtp71nrG { width:9.125rem;height:11.875rem;top:49.75rem;left:1.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PFNUn41M9fLdgv4Odb7TRpLP2enUGTPn { width:6rem;height:0.73046875rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #MQsJHGVxL5usxmnbGZWIgJRg23dlKMPP { width:5.9375rem;height:1.0125rem;top:69rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KhFTs1mJJBW9C30btvOxg96KftwiUnlt { width:5.875rem;height:0.9625rem;top:70.873962402344rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfx0etDcWDzirIchBZ5XS6OyP8tcBlf { width:2.0625rem;height:4.125rem;top:71.4375rem;left:1.5rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PLyc7DGPM3NMx4nbNLD0J1pyP7fuyzPb { width:2.3125rem;height:2.275rem;top:71.5rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bka7VS7CC9qT18kGd022OzoqyAbnaZCK { width:2.875rem;height:1.225rem;top:73.5rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pQ46CpPew0ym7BoLpcKWCXJEATB59ztq { width:13.5625rem;height:1.575rem;top:79.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PoV5r52almu0S7Tc8xwMuFlxeCQKAdiG { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #CltIXgTmtTheMmuy1OAzdXHhcFK6ZFub { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #gCCdhIMq2hroTmREJFlqXxvMTdmEaRmE { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #uexh7ZCepDqckzVyiDu9WnTtFsGGkPkQ { width:6.4375rem;height:1.925rem;top:84rem;left:1.1875rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #VHoPKdUNtl3gzG2UiZhiOMntzdIOMp0z { width:3.375rem;height:1.4rem;top:83.9375rem;left:7.25rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #GJQTbTPNtL9BSrDmpQGCw08yPWX0MZ9P { width:3.5rem;height:1.05rem;top:85.1875rem;left:7.4375rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #GtTnoqS2qwPx34l4mRZTgMeipxB1qwfx { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #q4tdoDIOw1dKLnu2Ldbi7ik61dqXnG7H { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dtpPevUP2AiiH1LkdkGUPP0J2dBNEAIp { width:6.375rem;height:3rem;top:83.375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XkESw1Ig1FSOyb8Q7mlS3GNOTydTPSXz { width:4rem;height:3rem;top:83.375rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qeDTemvUM5phXOnnTVmuJ8AuISCSdy3W { width:19rem;height:1.225rem;top:87.113525390625rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rQkZTqHUp3bzC4kTRULZ9HHUpVDGaO6u { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #W7LXu0gRxyLMusxJEZMye7STNAUeWFuL { width:6.875rem;height:2.5rem;top:65.5625rem;left:0.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NspWLTvOtCwutXD2uGxq8tWp0A8EzqoZ { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #n9fQsOQTlrVGQGa81wmB4ZEcZZHPNSNR { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #X0vuIRPqTl1RkBoFFscAlhRNrxtvtTNQ { width:15.9375rem;height:1.4rem;top:81.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CikL50Rpg8VxkCiKeNzSXBP5cLIIuw3r { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RtgDbuWSlraMHGnOH0Ux9gxIIQgeJFQq { width:6.4375rem;height:4.5625rem;top:114.375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TiuBcE6rNOty7E9UyDQ5uZEdpTqBqxtx { width:19.75rem;height:25.6875rem;top:91.0625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MrJs5V201AtnLoA09Zlu2treCNXEI1Lb { width:18.75rem;height:24.4375rem;top:91.6875rem;left:0.625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #se5Dgr0Og5FsJwGwgmhbM4zrg1qhTv33 { width:6.1875rem;height:2rem;top:112.1875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ywtFVDU35Qqwn5sDIVv3HvF2VDTJg9gI { width:17.125rem;height:1.5rem;top:119.5625rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ALdfcSXR2AV458Kk1MdtJVUUALVWaxNS { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #RTDDQcAWhgvyRNwtpmrgNMix6RJz6AQE { width:13.25rem;height:6.4375rem;top:93.93757247925rem;left:1.5625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gx5RiQetBH6UpGzWafZrIfgwrK9063bq { width:6rem;height:0.73125rem;top:112.5rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cGATUkNCm9TW9vf6AW1LUTRWIndJp4cG { width:6.125rem;height:1.575rem;top:112.875rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZqTNow0we7FIy3GdrxNQ1IcW4WNaPVGr { width:5.9375rem;height:0.9625rem;top:114.5625rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VIJaReJ5eoy6D6cTgwu0QQth2QuO3IPm { width:2.0625rem;height:4.125rem;top:115.25rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nwschdop8kNmC4XyWBsOo5XDMJE2TPyv { width:2.3125rem;height:2.275rem;top:115.3125rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c0H81uh7HkIZWAnIs9ld4tULtnfvLNc7 { width:2.5rem;height:1.225rem;top:117.25rem;left:4.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IIsxUC64QTPqnXuQFwul1GR8OasHUMm7 { width:7.375rem;height:1.575rem;top:121.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lE7gt4hUTupX1Tdve889TxBE2Xv3Jewh { width:5.875rem;height:2.8875rem;top:126.25rem;left:1.25rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #q1bwp9ZOHpvxqcqueAER30b3XMn0OKh8 { width:3.375rem;height:1.4rem;top:126.5625rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #O7oa5eshW1VLmrd82Tie5sRi0lDKwp3h { width:3.5rem;height:1.05rem;top:127.75rem;left:7.375rem;font-size:0.75rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #bCsf5TxT1lSDyfbGPS2JeUCJUMqARMap { width:6.375rem;height:3rem;top:125.9375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #womQ9XkIfTg4qlNxmOZS8keAlunMhUpf { width:4rem;height:3rem;top:125.9375rem;left:7.125rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aURU8aKCsn7sQDpC8PM9GNhyiPpdsI13 { width:5.75rem;height:1.925rem;top:130.1875rem;left:1.3125rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #aRvbK6d3IJytTJdTISP5VTPISCAro0uN { width:3.375rem;height:1.4rem;top:130.0625rem;left:7.5rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #wWuiU9BRcXgeRW8ilesJNqNFpVU4BuGl { width:3.5rem;height:1.05rem;top:131.25rem;left:7.625rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #lBRss7Erl1UidslZ4hyzTn9koFXC3Ts8 { width:6.375rem;height:3rem;top:129.5rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UbweN9dFWbh9ZNnWoVLQEzPOFL2AycKe { width:4rem;height:3rem;top:129.5rem;left:7.125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yCwkPkfOQc3eXqgOW02HgsaFzO7WFAy9 { width:19.1875rem;height:1.225rem;top:133.58648681641rem;left:0.8125rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gOsngT2SlvrCiuZJu26K26t8tIqgSrzW { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lnNNs5PXVX8DIuxQ4wBxlSExWNBfE0xp { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FA36v5ale9vbwMku6sL8ynfLZvzVRrRf { width:6.875rem;height:2.5rem;top:109.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GZfQTDfQaZbCmzZu6ge4pnUlvm7V85XT { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RMT938mEbTgroXaoRxyucR35oQKX2mtn { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #aCrpe3sa0iLIciFlDSdxlatzz7azDbCC { width:15.9375rem;height:1.4rem;top:123.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KRQwsAFyCGwZyrGdN06olGTbHBnnUXfR { width:6.4375rem;height:4.5625rem;top:153.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4WgrQCd4TDN2zqQrRoxCIdi3whEyPnK { width:18.75rem;height:24.4375rem;top:131.4375rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #fTvFh3NxUnLiferGTXuLhG6WQoTS4gom { width:19.75rem;height:25.6875rem;top:130.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NwSgrWWTi7eTGoseB7lnfUABcTJyH2eL { width:6.1875rem;height:2rem;top:151rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MJL4FWU2TD0HGWQFIzhWcm4QpCMOiSaP { width:16.875rem;height:1.5rem;top:159.125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #iBLWx1PeSCH8MCfWQzXlpJHqeTUlGMJn { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TW36mr6ifIQmzC0mm6slnTQTBZgChoIP { width:15.25rem;height:17.9375rem;top:134rem;left:2.25rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mDsGusgiNcHNNTMZffFNGk3zTEi3cUBC { width:6rem;height:0.73046875rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #PLNMMFrhv1uO2TaNNx3nNXUWNrTDd5Xg { width:6.1875rem;height:1.57470625rem;top:151.4375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #w8XnrnR1t8dBKFDvivAipsPEOcvZuq7s { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #lD6W73pUJP7FAZ8WZGC3ESoxQHrNVvTm { width:2.9375rem;height:4.125rem;top:154.3125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Pt0mGrzxRp9DEtQvDKgLAvsWMVcaBf1v { width:2.3125rem;height:2.275rem;top:154.375rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HylzeFJZJqGJUNzR5GlSNVtJacCR320W { width:2.5rem;height:1.225rem;top:156.4375rem;left:4.1875rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #gDlFE7HRsfKhfSo0MuWvZIoWBlh2P14P { width:13.5625rem;height:1.3995375rem;top:161.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #yhkTZDQrZdJTtzKZxdJZsMdHSddUTRW2 { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #QTEdnM5RCynw8Nzd2oWFDuQwarBC3JOo { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #CMS2rFglFOGacVVLl6xvwSK2q6QMlalu { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #mSMg3RnrgGeVtxVvJvmG2AvkGpqTb0eA { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lCXW0te0AURuXloTnUzZtW3duTwS4JdH { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UwdI9d6DZbHm6iSI1IyGVWW4gXNIJcTX { width:6.125rem;height:0.962525rem;top:166.8125rem;left:1rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #JMcQ7eqIUQ06JZuAFVNqUNbBJhmMaHkw { width:3.375rem;height:1.3995375rem;top:166.125rem;left:7.25rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #UuRWqfonQe6ZENnQ67hRErKIFikEnxFF { width:3.5rem;height:1.04980625rem;top:167.375rem;left:7.25rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #BGJNniiSb5iWaMX2ylXvfcXkuFCWdeou { width:6.375rem;height:3rem;top:165.5625rem;left:0.5rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VxfZefoZvqZAHTk6bhQDAAu4NDHHUsRA { width:4rem;height:3rem;top:165.5625rem;left:6.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hHDVuPC3RtJgV6gQPxggdbhFe9mc0eZ7 { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #dLzrtu6Fm87a5r76EaCA7g5OzpKeIRVK { width:6.1875rem;height:1.75rem;top:132.3125rem;left:12.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tyyAGFuEz5s9UBpiuffknTHLwplzNTze { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UltGn4MrXtehWZmCHxEyXofRb58Ildz9 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nOBEA5BlaaI6hoKPmHM28EUxV5KEa7aD { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #TJEuoleJLC39oUeMJ6yEMGUbdP61TF1f { width:15.9375rem;height:1.3995375rem;top:163.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #KB2LffASGQMZNXLCCkGQ7ZqvezPxs4N7 { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TNm9qXAdogXX2ybCVhcFtyyolozJKAkE { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WUm7vqv1axiKian2s2rlqJxxUd3OqFp2 { width:13.625rem;height:6.25rem;top:101.56875228882rem;left:4.15625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kFLSz6txS1X4pgmBdNDdavynqM1evTBR { width:9.125rem;height:11.9375rem;top:55.47500038147rem;left:8.425000190735rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE { display:block; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE { background-color: transparent; background-image: none; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container > .video-iframe-container { display: none; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row > .video-iframe-container { display: none; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .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); }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE { border-width: 0; border-radius: 0; }#H8AkUTdSysfp49sRMbMsBMCTvCNBAEnE > .row .container { width:20rem;height:158.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuTb2qLpi9fAshJ5DkNKfWXSqv0UeTDO { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vehha5zzmz70I8XwDtfD88Ow1cbh5SRe { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TQU9FTR2gmcwmLBbvC608obzR58gtCu9 { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TEDuMQRDSZnUnq9WzoQkQsWO4EZmwVOo { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QSWFyFJcC1JV7ezv64vJwHJFVzaeWUyM { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #GmvOCqPgaQAzdqBqEJIM8fON7f1hQT4r { width:14.8125rem;height:17.375rem;top:4.2999992370606rem;left:2.40625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g4eEkxisyJFUsd1AiFSr4FPktP9hoo0e { width:6rem;height:0;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #vc8lar0cfTGDrk92VRLa8tZWZgKeerwq { width:6.5rem;height:1.2375rem;top:22.1875rem;left:0.5rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WtsFa7Le5vBtED5nOOKhWCdORMX3vnLT { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #S4iQDv8JzGzSAq3NL7zycuTPiZK0T0OS { width:3.4375rem;height:4.125rem;top:24.707275390625rem;left:1rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZCuOAi7J2S118U68sOTJZfRamfqcfq6b { width:2.3125rem;height:2.275rem;top:24.6796875rem;left:4.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CEQwkzLTKGinOmcCzDHLPUNbnpRMFZKA { width:2.6875rem;height:1.225rem;top:27.03125rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QVL84siZVTHVK6LfJ6uV2N0Jr6TW312d { width:13.5625rem;height:1.575rem;top:32.4375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cwvu7ypCykQgMxEgLWROPTobwfcmTJMk { width:5.875rem;height:2.8875rem;top:36.875rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #h1JVgFXRt4ot3shaVtpBLwkNqaPObJMa { width:3.375rem;height:1.4rem;top:37.5rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #LNlqXmxDig1x9mETZ1G1TkxB7w1qKvkE { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #QTTLE8XdAqUF7Zhlt8bU6ODatKbKtAoD { width:6.375rem;height:3rem;top:36.625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N0TzWSFfNysvRxga4rXnEJTOLSCttCXU { width:4rem;height:3rem;top:36.625rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RiXwSgxVL7I2QK8cwHCKzJVlxQQbWHHu { width:6.3125rem;height:1.925rem;top:41rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #T6n3IM7guq6CqkLdClEk1aQvDTHWk8vZ { width:3.375rem;height:1.4rem;top:40.9375rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #pzsnI9dyo7w6ozuCUNdazMHCSL4Eb3MT { width:3.5rem;height:1.05rem;top:42.125rem;left:7.4375rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #mv5TNh1qZczJVRXWX23RuTS6t6TxgDPO { width:6.375rem;height:3rem;top:40.4375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OVWAswFdwTmgpMRK7QxkMvbeVKN6S7AD { width:4rem;height:3rem;top:40.4375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zBFFcFxLL7paMLwx03mNASSaLbDBeXWJ { width:17.5rem;height:1.225rem;top:43.9375rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eL1sz0hCZAbrB333AJOEt0ie51PDcLSu { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XKMhKVFc7v59KEP6uIFu9i4BTOcebTub { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fvy7W3KgbscRMMye9iDxWFy2NEvPp1FL { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #IECDvc3HAKJuwERD4aL04zNOBSVrQZGe { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Jy0k4bMtG6Rzc4Qc8UQki6UTauHHsCx2 { width:15.9375rem;height:1.4rem;top:34.625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #H9AQ5IysyMkCQdZtZZIgCT6T4yTX9uTW { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DaxJF6kXMnryKM9n3emHFpka0FtLlkIo { width:6.4375rem;height:4.5625rem;top:71.5625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uDhASv2IE74nZoCwTS6VPipA7BoneTOT { width:19.75rem;height:25.6875rem;top:48.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AJZS3vyfW8g4JpIMM9kgncTtp97MpVSf { width:18.75rem;height:24.4375rem;top:49.1875rem;left:0.5625rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gCnGHzQp4ZX92gdxqREP8qMrvfsNbXXP { width:6.1875rem;height:2rem;top:69.375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SNdPFvzb6rC8uXFyPLfUqu8pM0aBVg37 { width:16.875rem;height:3rem;top:76.75rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XIAEfu6dOa1DXFqA5h01ONpeJHqZrPqh { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #xptvOFgIcKoWfmrJOsK4LzJ7OK5KiQ7i { width:14.8125rem;height:17.4375rem;top:52.75rem;left:2.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o8qz2mDKJ1rMVh02QeUUt8uEOskAamKA { width:6rem;height:0.73125rem;top:69.75rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fho0c0h5PXiCQLKD3rAweDHCEgkHD4zL { width:5.9375rem;height:1.0125rem;top:70.375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ktIvLhvSmBrJ54xlvmFUGUthxaqdCHXC { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Fmr7wFVonJoL1xv0TooBADoyCttoamsP { width:2.0625rem;height:4.125rem;top:72.4375rem;left:1.5rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w7STyuOxoppe2gZiQ9ycKQukxKWrgVLd { width:2.3125rem;height:2.275rem;top:72.5rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LRr8R3deOx1t3hQk0XCVQnhfDhmRTBwq { width:2.4375rem;height:1.225rem;top:74.75rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AdWsuyczIzvzrRWfOw9vTtTyx2ghaXRc { width:13.5625rem;height:1.575rem;top:80.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RE6hEWaZk1sTVefa4BvTGmh2g7TqXQ3x { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #F8o5s0NJG2TpBBzekliKrhCriQ0l7g97 { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #MTBZXidvU8DgMbD2BmoBTceveShVFv7D { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #XRdaSQHNDLiEvdzhhSybFy0RzEpLKdTy { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #MZNAvzNPIuBv7TxH5f3a5h9bt085Zg6U { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #hwtxaJTxyTSzfNyfsWuSACpUPg3P8hEG { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xEQVuA7vm1gQD3Zxzf2bCdt9HBuFMUBW { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BaTxEawIDNr8G6GWBdOBn83GMMqPz1Cc { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Htq6THrXpdGBOy6OEeGHeD1T6ng2O7LK { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XKMBwNCnzMlmpSkZAbuSWViXz5huseqG { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GmVexdNyglFVFX63bGAnRyoKRyTNk4g7 { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #EREQ8xVUBaJMC0RJMrpKRFNB6evQJ75S { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TTEScyVXn34uB3wIpyVoinbPedTOIXoO { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OrpsghJCZ9iOKNzMqtfriBQN9J5daRo9 { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VhnOhT998XXJN8ZmW3MdauS97aRTNZmV { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #S5KpUgKADHvnyPD9UNKlTJ5v08KHRiKg { width:15.9375rem;height:1.4rem;top:82.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EZ7INf5haxFofoOJiod17QxfZCEShPN9 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eWlUXxBRKvJ9ynoX2bcgl5tbhi9gOQlA { width:6.4375rem;height:4.5625rem;top:109.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #omOQD8iBrduL4UUBl8x1FJ3AvVvZM7mB { width:19.75rem;height:25.6875rem;top:86.5625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gf3Ov0haWTCGg58ormWRVVxvQzia3BX5 { width:18.75rem;height:24.4375rem;top:87.1875rem;left:0.625rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uEsT41go4nlSxe7hKPHsnTtauo2pyHrE { width:6.1875rem;height:2rem;top:107.6875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gZwRZyB3LUSyQrLQTwZNQsThC2UWTzdI { width:19.1875rem;height:1.5rem;top:115.0625rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ddowWZZ65bQOmsIALPTnk1Wipc2zNfls { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Ri1teFVnzMUGm24acMl8lNJxfsk58WgP { width:16.6875rem;height:19.625rem;top:89.625rem;left:1.6875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cNLQb4KAXVak1emXB8AhE1hiJIHzroKT { width:6rem;height:0.73125rem;top:108rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FkiTb8DsUC3okoyB5uD69bmFqxXxCCV2 { width:6.125rem;height:1.575rem;top:108.375rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aDR1Xdy5fX2KGFSRvklPgKuVqz6vE64h { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #adyzH87dg1DZHy8Gey0LUOn1G9QWTLTS { width:4.4375rem;height:4.125rem;top:110.625rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v4UfBc6nr931lvFQMd46RqHOdyN1FyqL { width:2.3125rem;height:2.275rem;top:110.6875rem;left:4.4375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TTgDo2edFGcPNCvEFqay641D20Ek6iB8 { width:2.3125rem;height:1.225rem;top:112.625rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eZytCS6e8DpXLA1IfzAxRUvlsNZHnU0y { width:7.375rem;height:1.575rem;top:117rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TP6fzuBDhHWEKhl7kPdaA3AQxFO4zuD0 { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #w0WrTreqhe3uZo7UeaOvSNlnVlMxHKv2 { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #TTJQE2THv6a1Oa4pNpBKe88TeNu62Wc2 { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #oGlxpqluyaheNkr825C3ATLueHbx2TDd { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hcTwxFS0ChF9QIJgVgFW0hXIzEzJTbPZ { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BRImhHXeidcARlqbu6iSwFywJAztmEo9 { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #oRXugoTLTO2bvXrkIbHS7WZxslxnkAkt { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #hLut6TfHpKqrB7UgC8XUcnevVzJ2gUHy { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hJSHOTBQyqU4XTnhksynpBEOOPSqJ6XQ { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SGtJcnCSOV6VcxAOhTlzLz6f7RQiZ4xx { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #A5sqZAZoNgVEuHdv41JauZ3381TU4GbF { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #InvasxBesnCHFXPAulHnoshoJiQXDmR3 { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hEH12z25ksGqEZ0BLAMSZVlWEeaSa4vt { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FscT1Z0481AcrrCc7I7bW5Bm2V5Be3q5 { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PTHDTMVz9SMiZFy8KqHCaA4c2sTRwBIt { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #iNq7sMKCtzqkTRhLXTxuTOR1sW0zMuv0 { width:15.9375rem;height:1.4rem;top:119.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ho8pNXrOdUBGCbzXcz92uxd9Cyd3RLIQ { width:6.4375rem;height:4.5625rem;top:146.5rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIKVUTIwwViZ4IFI2CbRgAgkMrrDxuHd { width:18.75rem;height:24.4375rem;top:124.125rem;left:0.8125rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HcnCnNUUKm28vJb9r9MpglZA4nucAIoo { width:19.75rem;height:25.6875rem;top:123.4375rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IhxTqcPQR0QuhlEdNFgEcwD1LwzFn7OI { width:6.1875rem;height:2rem;top:144.3125rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FnKOL8uUDJIS5ntanewOiRnORc1VxbqG { width:16.875rem;height:1.5rem;top:151.8125rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T6sCl88on1zVeAhcctqm8NoCMI8KBvJv { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #zQ6HMhrZxfNX0kNLfFqyJXq37whvmzXc { width:14.8125rem;height:17.375rem;top:127rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0qmWKG23ST9M25y3M91ff81srFtanF { width:6rem;height:0.73125rem;top:144.625rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i3xuVVx5EW2DMmppTlrl10uGTbGVUUdt { width:6.1875rem;height:1.575rem;top:145rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fOqXWuO5qRCCOTzJmmhVcCpkmGnqq3xy { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vt8eMiJbqoABMNPieKWTxRPrihQXDckN { width:2.9375rem;height:4.125rem;top:147.3125rem;left:1.875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kDxN7OoFHowGbdyCosRFOQToThT2NTTO { width:2.3125rem;height:2.275rem;top:147.375rem;left:4.3125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Mxi8XguDRw3uRaIGicf0Np2mGwneQg3K { width:2.5625rem;height:1.225rem;top:149.4375rem;left:4.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NqOR3Wv2eR30UHNnKMJ48TKgJPaXWSPD { width:13.5625rem;height:1.575rem;top:153.625rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ItaOtUGBbWipvl2fkwSqmV8EC68orvzV { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #rRvhKDBtcUuT8760EpgA46NBWXT88THe { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #qRHnfLDmPoov4N52Nu8JS2De9sxED8Sx { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RQ1vCEwNzDdg447f7dabBDBDrPF1PwNg { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rdn2OfUTnKOMdwL5px9mHZ5okxBelLL1 { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IfHeGrwl4sRZg4PNSJ6THqInrE4eek49 { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #hydTvboH0XAWeB9oVh2NMv62804I0p3l { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #FySc2SsnVMRb1nie3LkthMnSW2QQkiP3 { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #nP8GSNOupxAP8cr8SbCiqarur4rD06ZP { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XSR8O3FDk9pR4LC9waZx7XE3lhuxJJou { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kkp69xuiFOgQBRA35Hd8FkQsTLuAzyiD { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #FxHxadMzSQ7zo3c4tqfbRB8gw5RLVgtq { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WF7OUmZEolnKAfkUCq4xne7yfgkapECD { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #q9HnIQGXZDG8LsxBbMQGZhpptZAqd0t3 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xOiOwbPXAyMLgtbwzCFlMdSLosT9FWV3 { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #E26PXXfbt2t7wCPutCq3QvQ3LXUcm3gs { width:15.9375rem;height:1.4rem;top:155.5rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mOeXUoIt8ue7odRmH2kXPN6hTUvqbINA { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ffAml1dIuI7dmmOc0nNxT47fVV6PAgeT { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kTB9bKl9MOTnU3RWNToOPV2ub097CPpV { display:block; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV { background-color: transparent; background-image: none; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container > .video-iframe-container { display: none; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row > .video-iframe-container { display: none; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .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); }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV { border-width: 0; border-radius: 0; }#kTB9bKl9MOTnU3RWNToOPV2ub097CPpV > .row .container { width:20rem;height:36.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRPEI0iSN4M43GvhRTo0Wdhon89ebJUE { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Na985PRlB1aL9eGrdZMTOZQrvdKiLNUZ { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WMw0F68Ruq7UAbD70qFbJdoEiIAt3bma { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZNaT75maQuiTNO69JWGIohoPxrXr9vBJ { width:18.375rem;height:1.5rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tJEsdBg6KBKyvLLTEHhmpFcgG5bH4axT { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ic5EyTo8R3qgiz4TvM3eyL5T6QHkZ1SW { width:10.5rem;height:18.4375rem;top:4.8187742233276rem;left:4.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K21llGKLCkTtzLPnvcTdQsp8VGqq4J1H { width:6rem;height:0.73125rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Bz4RNmXfRnsE4avCKSNISfsE13qxrDG1 { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oNp8Ftn1K4BWuTEz2SUbXyPqmdFSxx6y { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #tms3StyGcTGqHTuhpBNSvzTxOONcf5d1 { width:3.4375rem;height:4.125rem;top:24.707275390625rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sTuqL8wxH0DUBbQ09MZnPABftpGaIFqP { width:2.3125rem;height:2.275rem;top:24.6796875rem;left:4.34375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JvhiRfu201MpVAVQ0Pm6Uvsp2taIARLq { width:2.6875rem;height:1.224975rem;top:27.03125rem;left:4.2186279296875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VW8TaXJTff2bJDrtAcWeQ5tWgqoabI9z { width:13.5625rem;height:1.575rem;top:31.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hn1WyXSewxuieoBqduVP3x6NfeHTOvOX { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #OmaZvd1Bz5QlkMTeuAyBHa9uLPDp5wui { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #MQtQGBGFtA9sSTDwxvyCTpD7urvK9zp0 { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #nz4y5v67gwavwhnvTthwew29T4EnbaDc { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #daeTffqwrCey788tVmBdyHB75V57DGHS { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #D6fZp0gTO0dnNnKXydToPdMq8NKUKS0K { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #iDvF5logkWgXPI0gXh6pPBgMixDDa9VR { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #JetGezg13Z9uMDef2v8h8xhTU165Zbv2 { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #VTzTdNIXMCVJRUCyK1VVTEuvsbxMHTVy { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dfLeUvPmF7DOXa1QA1nbh29cdbuFHaQt { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Fc4P8i3llmmKAFZWhfRolGf65Wvr0Zvl { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #O8vMi3X0AkK7LeR1wLnvWhiJtmTMk4IL { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HWspCo9478NeV921zpJgQC9dFGPq6oQz { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IKqMaAU79WfMWFJ3u34FuHo5NgN42GnA { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #USWKrVNwxDfFtXPrwtApguwCwWoC5CJR { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OGBAuRdcnbwnTDPqBuPLaCssemr9u8JD { width:15.9375rem;height:1.4rem;top:33.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #S1km0SESpJAdm9bZ2CDbQov4RrVd3lMs { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ASp0ZTDJP3Sf7dILWuzW1rsyx8BEeTwl { width:6.4375rem;height:4.5625rem;top:60.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kaETQooq0HTF3lhMTbIyhQL2pGJUEn7t { width:19.75rem;height:25.6875rem;top:37.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Wul91V6d4tvxCTCuwQuG0L4VOT2wm3ws { width:18.75rem;height:24.4375rem;top:37.8125rem;left:0.5625rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #MVCXQdnKnz5VQndNNg7xuNkVd27hEdF2 { width:6.1875rem;height:2rem;top:58rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eqJQwuCeJdCgiOWwndwyESiEGFN8xcrt { width:16.875rem;height:0;top:65.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #WLHDcVGcfZ7Qv6y96wKVMEpV0axixJqz { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Ty9BKPwJu4wDQlzU0M5NsnTmke5syZUO { width:14.8125rem;height:17.4375rem;top:41.375rem;left:2.59375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QLJ6cTzAfoHp5ZTD8OhvqWqmxvFousPT { width:6rem;height:0;top:58.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #wvnbUGZcpcyVZmcGnbiKFM6249N0y2oi { width:5.9375rem;height:0;top:59rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #s997T0cKGhHRTanqIJoWWzH9TMXQoDEk { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wDEOU2JvwvdDD4l7IQvGVDBWrvAiGVUJ { width:2.0625rem;height:0;top:61.0625rem;left:1.5rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #i73xfraacTQrT9JSnLbda4FTofA9zhO5 { width:2.3125rem;height:0;top:61.125rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #blr6dnwKsaXTCarKen4pAqWLgyVIOhwD { width:2.4375rem;height:0;top:63.375rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HOVi1ApLvWUmaO8abOlCkzoIMSAOikCT { width:13.5625rem;height:0;top:68.875rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #JaQOBsthJx5RXkyP0ddfSLbR9Hy1TT9A { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #TVrIXSKVaENqhnSongv8cLZgcaTrrdea { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #lIs8mqUrQ2o0KugueDw5ElCphHWI2rKz { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #MhKoOaP2tZWJCTo1w5EyIzzlIEz9i6Tu { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #y2kfdBivrFl37MzAPzy2GeDRpX3PqVZJ { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #NBmKTss62L2EypET7Ht83vUpa5CSs1WS { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Gqbe3kkRfnIGechfDgolyLhyW57pSs5v { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mTvNuHtycRkpQLxt5S5HzQgD6Z1mIiFO { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Mhl57NwiMyWdfmV89iuXvooIu9rh7WPW { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RDUvf1vHgztWihstfqeA4Hn1aiZphSTn { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #X4bBfOS8RWBpq9C8mFRp9kmcyv4KKJ12 { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #gQZKxb6fuv46KanCuKJABGnCEzC1Nd4Z { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UNwRUSrdlTnwqw8XBE7Fa44xw9Fn5fPb { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iuwBUAraP77ofR7lcIBG5VTgIFm9FLP8 { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yJPg5NKF7aRlqhoFrXkEeIEItbJbf4t8 { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #MV93scLBKd25P3DirrUAvITODUAylrWl { width:15.9375rem;height:0;top:71.0625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ycJHkGc8Ff6Kg7cJUmaAqHp5aNBa7zJ0 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TfnvSIM6yzvxOHnkpiP52i4FvZfcAi7r { width:6.4375rem;height:4.5625rem;top:98.5rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NWyGGFafqyNHXfIy92KnlsP3kDvTCHMZ { width:19.75rem;height:25.6875rem;top:75.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IT2miaKRe8Ap72nNsuAoJ0sLBDOv5Qqq { width:18.75rem;height:24.4375rem;top:75.8125rem;left:0.625rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #TQkzvp62wz61pbLQEOVsiXFA1lr4Q7DF { width:6.1875rem;height:2rem;top:96.3125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yVqT7dbXCTNhpbiCESkPN7HKyutJIplF { width:19.1875rem;height:0;top:103.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #JB5R8bqN7sulofhc0TkTByNe4LNZ7lu5 { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #B8TaZARnIQpwd8dWw7xLFnTsk6KXTFf3 { width:16.6875rem;height:19.625rem;top:78.25rem;left:1.6875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TKB2w2ps34DVEqOM4XizPPxENXfcy4al { width:6rem;height:0;top:96.625rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #wgsmdgk4hHObeH7n3NMdbr9dhyrwJ0lA { width:6.125rem;height:0;top:97rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #sFvc8uMf90z1obO8NGaZv3u8J0ggMglP { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ECnLqTyx4ynA5H7LA2eMGkbLf1mTxZSS { width:4.4375rem;height:0;top:99.25rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HpJR2EODxzvEDI3RRc2L45HWyrXbk57u { width:2.3125rem;height:0;top:99.3125rem;left:4.4375rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vkFRcTqNOerBganKccnwpd1nEfMF3V3F { width:2.3125rem;height:0;top:101.25rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cnkzQAK5zkSqRt7kVDTioa3ayR2l3fDz { width:7.375rem;height:0;top:105.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ckKlpLDGyxQN80K5rc34SLXE07M22HyD { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Zm0Scom4JaoTTf80rAHOETW3lOWiDOOG { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ntrtTADk0UsRuQcHRoBwaUwZsdK7Zqgm { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #S3f5fDFmG46T3bPqoSqQiKCQTXFSUC4H { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iAMT3QzZhJXyw7H9oVJQkrovznAHgoCI { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Qy5b5mZRMBZ6AAWUcfJuMdTFdShbmGaO { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XApiVDW7W8rrUgq3XRTEU7ECwCTSvf1I { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #dwo89PnOhqRGl6uHv6VPpqrHMpreG5wB { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MIZgEWX9XcuKk9WCFVlJrHpzsHNsKyzz { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qTIWEw2IKPTsXkt44ExzZvaGW6IZqtme { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #H9XI5ZAxbXxkoVDSU19FOUsEWKeJRuyl { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lkK5TTTK3Km0Px0xgwGoKT62CVsEQaLx { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tBsrsclyGfscTaETT86XH7M4nHCDLUPI { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BxAoxfI0xUUQMQlJ4V9fTTtM416BP3JB { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #h2MlN7XNMDeenPCDd1Zteg31zxmueE03 { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #XNbM4GBiTc26tAbvc3WWKMx01sfU1B2U { width:15.9375rem;height:0;top:107.875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ddvUGE0TyMI7TqvvtRoB9EKuAEs5cVp6 { width:6.4375rem;height:4.5625rem;top:135.125rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #awTUfLb9xo3ulIa8JywOFlRXUCvm7Vud { width:18.75rem;height:24.4375rem;top:112.75rem;left:0.8125rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #qDIQIVStUiUJfROEdN0VMptXO4KLFSf3 { width:19.75rem;height:25.6875rem;top:112.0625rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #H7BwmOdkoqXXQKoBfZqRSxtDmfkvxlPK { width:6.1875rem;height:2rem;top:132.9375rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oOO3cEz3DO6G8ySyvhnKJlHbyPQFDBcF { width:16.875rem;height:0;top:140.4375rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #orMi0q5xNGtHHwmfadZEvFP1G7WDtNRJ { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #xnAmwNhJyVzyVlQLTMPx9P1VJq1a68IF { width:14.8125rem;height:17.375rem;top:115.625rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TVykBCEe0S3bvd3xKSKeJJLZLB1CuSQd { width:6rem;height:0;top:133.25rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #DKBFSkH7yCFMm7N9UQBuqr3tyN4PgNOp { width:6.1875rem;height:0;top:133.625rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #qWiMkEFOJnUbOzLnz4ZdrmOhqT8CtG5E { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DsQwIoNUfG26yOOa0ZUxEUvrBy6kKZzk { width:2.9375rem;height:0;top:135.9375rem;left:1.875rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #OR2UtkUaEWTbDKTEWW8FX8PKzoFe7BiT { width:2.3125rem;height:0;top:136rem;left:4.3125rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #C03oU7nZxZk7NhylFqcuWDbPl9MtUHsK { width:2.5625rem;height:0;top:138.0625rem;left:4.25rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qIqoCXKdo4IyHQiaNluhHU56BER3PsRb { width:13.5625rem;height:0;top:142.25rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ziGnz21kH2WMPm5PmvaPo63VWx10aO8U { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #if7R9yTAigD3auSp9oB1TOM0G7N0ZsDu { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Jx6EMrpfCOTU81RfHvvbRIMCsKsmGWft { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #u3q4RHQVRAELybRqRU85e9ISkrxiqeOK { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oWdTIeKXWpIDNu0X3CWrqBQhvFKQTxKG { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ubf40NQqC7Cw9DatTkpUz2ppTpP8TDhW { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #lKxB0PG7alCdeV6OsqR7vP0xXd116grr { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #o2MOMwD7czqKFCGRiayVWr1NohrHcNz8 { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #IxeG68TkIfqG5Tv7eEiozB748CeW5rOQ { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #p14EMVG3UH6ovHuSCvTo1qTsk8eLamTH { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lz92U6z0r8hSbDJhFJWXiEOXKLJ3RcUs { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #hkF68h4aGPNKRl1BvdmiX2AITwUvyLHP { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #erBmSsgBGXi5OrD4MFIo4U22Tis7BrEl { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #v1wOGSGWIyfNEJE9hboZzXFJ5IkWA3lA { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #B3Dqkkl5ZIDX8KlesVssIiGqgt6J333v { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #pnBx0VXtLcclR4Tiv1TRU0phZK0MdoB4 { width:15.9375rem;height:0;top:144.125rem;left:0.8125rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #OmJuZs5GlwwIpyxNEJgXihcawGCvLcwS { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sSexsKx7vfCyDRyeFNHD9BI1zWcSO4T1 { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { display:block; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { background-color: transparent; background-image: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .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); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { border-width: 0; border-radius: 0; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container { width:20rem;height:155.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS4Tn7lLasqnyTQmdGrntgWTrHRwuBKs { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WSsVtLyg6g9mBvC5uR4ul1BB4gADWOKZ { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nafSCFdAgdmtwf3CMUZ9IuHvD6m94dmz { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g2cAsuP2xTm1E9BDMpAG1LpmmVfQGeT1 { width:18.4375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ANN7qHtNNBJmefUsPB3ty7p0GKfcXfT8 { width:10.625rem;height:1.4rem;top:34.375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xWoz8380h8QXh3thQROMdtql8FPGoF3h { width:14.125rem;height:16.5625rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BZQ9HoeZQcFu3rqTBVl7FZPNt8Z9zAN3 { width:6rem;height:0.73125rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ODCnxvm5dmTaGnN858DbdgyfhcwLgoBq { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AlokfFNpXUmCEuPoy0SNxynEJB4QHAvv { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Z01VhwvQHKXO1I4XgzllVOv4VJpVTa6p { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pxSbhshDhnR3oJpbXtn7xCG3f85nK4w2 { width:2.3125rem;height:2.275rem;top:24.805206298828rem;left:4.71875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eFou61vJVapwEg3HTNqnaset1CyOZb4s { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EfqH6WTDOm2zHrTF4oXZKWLNwWme8ra2 { width:13.5625rem;height:1.575rem;top:32.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #awzVmeQWm6UAwTgn0ln20Xh9NHaHb91T { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #QFoMsifs10TmnTJl3Gdigczuk9JbQkrb { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #O7tX5pBwXWgKIXNJVKDtQbsQDsNqOvor { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #IZMmh13DJkJRUGc8iRsfsngCKKEaf4Av { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #G23EFEKa1wSi03mGzLqTbShh7fR8FlBa { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mgg8vvNnkAeK6W1vCBPRTp0xFkHzwAm9 { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #b8om5VNAb8I7hGVFVNwvZG2PltOv0WyH { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Fs8wlH84rcS7Cctsf3rNtPnPG90E1kTg { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rFLD9Vb7IFuyz2A3dgSCJi53bbFrGXmn { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dpp3KgXfvLRgMppXScV8LJ9LMhQWPfsf { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TN4xXCUrXi4379nxMbJswnEXngdZ9LDz { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #bVr3dVDJtS1Bh5K2w7MiRPvxa2GCJ7hT { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NZxq3Ub7Gcy7U8n7TSWZFrCm0IQxSRCV { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #O5EpdN0EoTRWsKhIycJOUkUgTtHRJxWr { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #cg7qfH4IbmeVzZgIIpTrKPDtbtLNQiu8 { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CVwSG5N1nqHfGDn06rWlwP9FGJOdH0Dg { width:15.9375rem;height:1.4rem;top:36.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EeuhTfpIZ5cNoQ6t3i0p73oagP8FOuZQ { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #F3sIR4LBHbTxVlQotGfdve5TvDM9ncOs { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PsxnnhUr4392TT4lwFB25IMAMqSMUri5 { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wggDoKhIHLeqK1fvwtxUqnG6hyXDllT6 { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IUMg37dksBWys7FpZndi5QsF9mtJqk3f { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQ35TcEfdNSSLy41V6oom4rKb5nptOan { width:16.875rem;height:3rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LiBxIFnu9zzHruUB6AkDwAKUpZsim9Je { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #qOHpHurPPGPDPTpg3AXFMWp2yFWnJHR6 { width:14.0625rem;height:16.5rem;top:44.4365234375rem;left:2.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tKGmiXHTmslHpXbdHN0zCwG3eac6yfc4 { width:6rem;height:0.73125rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CdrMSH7S01HNuBfrrJHGJL5Zh0GbIxPi { width:5.9375rem;height:1.0125rem;top:61.8115234375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Hmm6OVCWBwiZuk08TZSUT9DiiSoU0wmA { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wAq98cEG1FCBOLUEq5sXTKwAK16dUgFH { width:2.1875rem;height:4.125rem;top:63.9375rem;left:1.375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vTgPZ7nC5wxTx6qb8HxkCWSa5Zs5PJX3 { width:2.3125rem;height:2.275rem;top:64rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UytoJwIaH2D4mgovthNVV630JLDa639R { width:2.4375rem;height:1.225rem;top:66.25rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p9x2uRE66TLSHLKgVHAFBi8kM6WCFe8i { width:13.5625rem;height:1.575rem;top:72.061401367188rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #g4ssPZk93C2k2oxyoTrot4zDSfVF9wyl { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #MVaIdcshTaLdtUZR5gbW9KQGu7iM9suD { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #zOXvJNCpyFNq0k9IbUnI6iOt1vUA7OZh { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #os5UKVr0numfczxTITdtxFSUDSOz4dGK { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #hwWFfUTsWVhX9IbPVWHcQMiTZOWCaNJN { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #o6eiAqOG9dyox9GNCp8h7TsTHteHWZEe { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #VxsURLBXVJWEZiQvkKPrUw5cDtryJ5AT { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BwnewtxiMTQZNhft2GZiHL1oc6a7HqpC { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OAeuTU7bZUnrGWB1JNcEw3uwwqSUT5eA { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Aq9VGTvpgGpGsyo6cVwlBi2BbEZGI3bD { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lQdoeOszIeGn6cp8RQui39e6Om5L7VT5 { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #OnXiF3hLS1l4x4aDGukSwUzh8i67OGH8 { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VIrAlI3EdX1hnyRi7kI2NXwNNBI7Jb9x { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #H6ULOzpaqFIJ4uK2r1qyDVyRtTaW7fNE { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aOozQ4Sah9tITUJz43ea03zWPNe8wgT3 { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Gqgl8r2SgXHyUmQG1Boh1oTWbZR4xD1H { width:15.9375rem;height:1.4rem;top:74.3232421875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mahUEKAqEb4AKP4wsCWqNZn0gtdt5Wln { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #k6pTW6dFHUNNLm73tx74Q8r5VOclKIJU { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A0tN0DFAoE8JIq309Sxn86OZma7bplAy { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vKIuttyN1vsMZwvg0Vfk8odtdc4Es77o { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yfoeQKR5TG2SQRW6Z0MSlgwN7DT7wp5t { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P3VDqU3R1oyqxcGvs0TtE7Bg2rnTf3MR { width:18.1875rem;height:3rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SysiTOHUr0OFfAynvEbXmfSqou0QBG9b { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ZgF8okWtmPwsMxnHPLTqUg4eDkSRnzDw { width:14.375rem;height:16.875rem;top:83.3125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dK3uQ3MdOv1TUftlHb9u7wMTiFvrJ7gk { width:6rem;height:0.73125rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlAVzcQLKllzA2dMFbeN6iLwsfdoblX { width:6.125rem;height:1.575rem;top:100.8125rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wxgL9M5crXUxtSteKv1i8cGkdTFDf0Fp { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #eTVAsvVOErvfZiPGZOQiGTKzfeid3OZe { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tSv2mhzdeuRQshB9F1DCHFvJR4JxWc0K { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nb6liG9UN9cWuXwz4wVuDICPln9Tmpdz { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oOi2WE6uEACoNVW3QGMCJaTbSDNxW2Os { width:7.375rem;height:1.575rem;top:111.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IBIp8lfaQEOLG5nlG7W1Jd1fLvdQcTDO { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #s8QE3bS1O1iechAk924bx8IBpFz9oM01 { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #hM3gXp7708NMLl8NeKGc6F7t7Xqoe5Nv { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #eqew6KaLKpnNrWncazheGogdcJKGJ0pO { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KOJyBm2NtnfVvEk6FJLkyUolBPzOXGMK { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #urMPcMnOaZwTkJnVTb854c5dEb4oVq3L { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ftvoDmTvxTFzLxqeaizmrOmJygKyiQCv { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #x9p7ROdBBzTzRlu2zWN9eWqhE257bvnC { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #P5UDfk0358UHReFbD8QotHBvDihpIllk { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KSaBwF06lyGH3U2sWtWX11Swmup3ZJao { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BKnLekid2aP0Kxk3B1Fkezhl4DrA4A0Q { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #G0N0ev6LWtXncTXfhikeTfv6ofiX6K3I { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HCCagqfZ12XZwrqCTgLPpkFTZxBLcoBW { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EIBdVJooT43AtTO8o0lgwihsRbS1IBrB { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pDt4XiQ3t84WpBiN66fzLtWTgqxfAFcZ { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Cy21vXmZZ7p0OpTWMzMl0SMamo0d1Dl0 { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #h4mlhtMW6HwgeKloVs9S0Rau7favXaMN { width:15.9375rem;height:1.4rem;top:113.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JpqCnXQoJLT5BAKmhQTZH0gy8IAKPO0W { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6t2re440KN3ys5yuMztt50GXrk5irHx { width:18.75rem;height:24.4375rem;top:119rem;left:0.5625rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gO0MkgtzZst8Zzr718lhMksyFKshhHJM { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RFT2V0tW37qUJeMyKynZTqnCG7lNpq8M { width:6.1875rem;height:2rem;top:139.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o3CqreTPQKL4FUrhVcFAxWo3Z6LZ0km4 { width:16.875rem;height:3rem;top:146.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s4m9Z5zcLHAO1dcBJd4uNqw1T5Um5UZe { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #U7aFTKpJCkmkswimLImmIcmE2Xo7ROK6 { width:14.8125rem;height:17.375rem;top:121.875rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SUP0gJEOJGktm2SlQp2QQdcMIBABlv3V { width:6rem;height:0.73125rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kZlSnzUW5iqzHpHglIPS0919y85THqBx { width:6.1875rem;height:1.575rem;top:139.875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AZ1oFwSzsJAlSZbRLp043khl8ZBLJacs { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #l8KAAPL7DW33DTcytmtvthRiZlmxG0zl { width:2.375rem;height:4.125rem;top:142.25rem;left:1.625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZyGTF0hhesUE4MXp0fdTgweg6RTEpXRT { width:2.3125rem;height:2.275rem;top:142.3125rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nOSOKJWEt0o2htPv8M0gTy4ufui6KZNH { width:2.5rem;height:1.225rem;top:144.375rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nfTEOdRxkZ0dht3fa59tM7l7cPZpMxgZ { width:13.5625rem;height:1.575rem;top:150.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ez2uiEtrwwNTNDoQpge3r0aThONcETvM { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RDBmSQ5v8z1VM647GgnSTab5E8EVsoIC { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #rvA5IwnogrSuRlc34I2iXxa6PF6Ss3fb { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #GfSwfZNWldcIfosJAOBUPahb7TTRZ6Wc { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZSSIKB1yx3LM3gK6bd5ZJO3DMplAInRJ { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #g1ep2I7esvBNyQd6Fxfd9fTt57X6tOsM { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #S6nUJ0Bz0AF9MyT5EQCt8qwBXLGiqEhQ { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #lZaNRvl5Ob8Lxb9U6Q73qtchq0V9ov7O { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #R9B50Z4SFdLKpU2Qve4W5vCZUGqafqHv { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ns91foKNcTuLS6dcb91qGldquTbV2xUx { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TUTczqbFFCz7HDVV3nEDStsea9hVG3If { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ZgXK7wSymO2QslcWXScdc6niHi8dMl2e { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EZbLtBZLdZb8SaThcPoMOzWpDBrxJ2Bh { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Tt6anqvCi9q1xnJXO61GmtvUIyyqRXk3 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OPRvCkbW4zltlh9R0tWPJrSTDas3lldF { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #PL5bKMW7Z8KQ8qgw8CsFcTe7OZ0X32kW { width:15.9375rem;height:1.4rem;top:152.3125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #h7du2iS6ngnUGZJ2BUyrCcqi2JarBQQp { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qQmWXmg8Bi69DqV2wCvF1XglHfeMTKQG { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { display:block; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { background-color: transparent; background-image: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .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); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { border-width: 0; border-radius: 0; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container { width:20rem;height:155.4375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgrKtBg1xAUyZRttCDRk3CgSGGFik8XW { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MIsm05sAq6sy5A30fWCwSoCCLu0qh6W1 { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JI8EuCfggXbTAkhMaaxDmcHLc1VIdZcm { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U5IbD8glF5Ne1twAz0ZROAXwkn3rEKwW { width:18.375rem;height:1.5rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gLUkE1OPVPkw0pQAGFkDZH6IqZQHL8iA { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #yX31JN4WHTp9Somvnddbe1cLWoGpeQCf { width:14rem;height:16.4375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gM4aZNbs0DcKIgGS7bcmbuV6LgW9Qn1g { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #wMlJKthB4BrP59DXfSVvo987Lff07Dt9 { width:6.5rem;height:1.23730625rem;top:22.24951171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #unfyy90TI2ypm19CniOJzv6vfGAJbpVS { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pt4vatFslo0xxDvlyhH62Ra7UTiuMQuv { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:1.3125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TtG4KTtPpdnHZ29AtmaqKDBa6nHW7fqe { width:2.3125rem;height:2.275rem;top:24.805206298828rem;left:4.71875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HEoTcTt3twhK39AiqL5hsB6zPIrDgil5 { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rAna348JayWQ4HaRIRLZdqAwoKtmWAEi { width:13.5625rem;height:1.575rem;top:31.0625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ec6A0rTP1r5RoanEkLV9tMEqZvgE39NI { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #XyPBU5pANvBrl94Tyqsqx15JZZOOHDRH { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #pBB3LmhFaRJADRgslssSckAyUeE4JCVA { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #tJAhTCzkvMy5uLcN2vrox8Cv7r4aIgoD { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #b7pBOq8u5m3dVgr0x9ROqTX9ZBgcAG8H { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Z4uL6ayuWT0r9mzmyefW6hTw67nud0wf { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #fHgfU7cxyKlLyk2PEgCl25uLfhMtqlTa { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #sBmRsh9RG4afDb40ihgIXW7HDZ8Cu2Vx { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #B7htsyX3N1NiSrTMUVILytXIqKTsTLhE { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #veSKtEc1MHPcaXmlEf8nOrI7mhi6Mc84 { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Vym6khOTmQ6vV6EF3TJRHnpBrrBDkx7M { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #N8BqwUpMnLZ2DV24MHpT24tuMruqCg32 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZZZPJ1Zhw9acBLTUDQ4C9Q8H4w77Hfw6 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WPxnpByfVbxKJyV720IAVD4cUpKTm9iJ { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Kn0SXdTa8MQ6FB0cpiFyXGXvTJF3yiaR { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vqDyTl0b9xvbZpAJcIfsFVD7g5phCdxd { width:15.9375rem;height:1.4rem;top:33.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #otmmDchZNRXtmJiO19iEWngpqZuZNloL { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #m1lzoGUPNTWNkheOcWTilrSw3aimsatk { width:6.4375rem;height:4.5625rem;top:61.5rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T9VNwQbCHCvq3FkPKs5csJaR6bwi2Pfh { width:19.75rem;height:25.6875rem;top:38.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCS7gzFTHashThBFkFsoILKabqRZ0fS1 { width:18.75rem;height:24.4375rem;top:39.125rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JLRrFsJGvECJ2bMCRUDCopwnxFl1RP7i { width:6.1875rem;height:2rem;top:59.3125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h0rTmOB65vHKDaHzpwRsAdNH5yScPEaq { width:18.3125rem;height:3rem;top:66.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O4gG72wa26Rqc3KQ8TV5WIqBiFI0JPui { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #qal19CDTPsyzco69HocGDWNIyc1aaKUp { width:15.249625rem;height:17.937rem;top:41.4375rem;left:2.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NKRNtc0g7dki9vWHaOVnv30wFbyyiPPJ { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #URKAIzItcLCSBJ3UzgrPSX3WCLK8Ae2n { width:5.9375rem;height:1.2375rem;top:59.875rem;left:0.8125rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RX6mmZPfAtMlQ798fyWczshwA0uHce1S { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #SmJ5Xs2hZbXR5ZnF0EASqdAByGSUcu7Q { width:3.5625rem;height:4.125rem;top:62.375rem;left:0.9375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgqxkB8aLpDV1NPiTuJqEqu376dRaZW { width:2.3125rem;height:2.275rem;top:62.4375rem;left:4.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Py8G2bruyeKXCsoTABKk3IrqtTLxEJiT { width:2.4375rem;height:1.225rem;top:64.6875rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w4nLe1Ls5NSdRhb7TEWcyECSVGJS322g { width:13.5625rem;height:1.575rem;top:70.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XdR3DF9aJipDvQkizoIipd9BL8tIvTGM { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #gBguqKVdbDNiNy46SrcIPDFl5iL9VXhk { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #wPTTxXpMRLKrWoXHTk0qWPZNDdsScnLF { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #BP3sTNtWuvuT7T9cN9E2NDWoMnF52vTT { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ZyflZ1zSduBJcOz8vX2E8RWI8SROb4Ln { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #htZeG1tbK2cLBpbmiEWJ5b38HwneXc2Z { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #QhszRVO6SV5rCztsQwGDE6BTJlCKaphX { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hVJLC9BQOdifVJasidzoRswxJ0eddifi { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WzL1oDy8eHF9TbEM72BqiZTx6Vm8AT2g { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qUpkRA7rqL2MgpIrMFMwUureaID1TLTA { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aTtW4Mhw5oySSwOSpqVTynw6uxK8bC8v { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #JZTGlb85LwUXo94hPCuxUKCakTZsMOPX { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MwlJCwlrsso8rHUPfWN6NdSUxH8OaRnX { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #phzgJR0JhgKvmpxcK04ASaqzO3UuD6ib { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qnzPZtzlTTZmfHUagFRnFDrOaB1wTVUq { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #fdS1byZnO2DZUZxGOrnAIUNnE2uTxU50 { width:15.9375rem;height:1.4rem;top:72.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #x4sVBGDell7fWAcofZonV1AyOSle2J5K { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #p83yvUxTRA0Fn6NSqba3s8E7wRu24vT8 { width:6.4375rem;height:4.5625rem;top:101.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eAJM28GdNwVKdlaUrTIO49I2N7k84wSE { width:19.75rem;height:25.6875rem;top:77.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yvAx81StUIzdlQPseJvkNAogiTKZd44a { width:18.75rem;height:24.4375rem;top:78.375rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oN6G0N0usaDCsZu80Epxf0xcTrMouKtT { width:6.1875rem;height:2rem;top:98.875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mISsNlAd5gll1Li3i9g4PRvMQRgKCRXa { width:18.1875rem;height:3rem;top:106.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q7dvIAE7a0HeppirSBaypsXXTr9AB95V { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Muqdkt4Rz8EkNlrTkxtXzHsWIKo14wkf { width:14.375rem;height:16.875rem;top:82.0625rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZG53K5hkE0z6xTFwsoSsBUWnEDW9TsSb { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #deD65Um5cWQdaS6h4OwApKv7F6zhBKR2 { width:6.125rem;height:1.8375rem;top:99rem;left:0.75rem;font-size:1.3125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XhVQvVaTNW3XE5h80URNyGZgzbMr2wOH { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #l9TL7d8UeFqzk2tIegK6dG9T8DmSHpEO { width:2.0625rem;height:4.125rem;top:101.9375rem;left:1.6875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X2akvAVuVOGXBhiXeEEziim8DIRCHcRg { width:2.3125rem;height:2.275rem;top:102rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tX5MD8WU5wdhCBZGtxT2HELK6yVmJJ3d { width:2.4375rem;height:1.225rem;top:103.9375rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UD5DMyqhMohReT4D1MEQ0r5iabhDW3Kb { width:7.375rem;height:1.575rem;top:110rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KmhGrJRWmfOm9Gqh2THHqHUatxcWPeWV { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #nb0zCuSbhJO0fn8MOzimKnBomdtnpAHg { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #LqqtIFsanS3ecdrDxEdcBhkqbreJefDK { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #veU3bOeQ22HK2ceaBkrs7AEnytTEeXK1 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BRctXQeqeX2lG1BxHx4uqewke0ceInnD { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HatttgJDGw6h8rLSO1xJy6vagV9SQAvE { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #yrB5qhgkTHRRO2SaeDvtDB7ZfqMxqNMQ { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #F2dBAhkaTm5KUqmoUoM3v3qE71KIOUZc { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #vIPWZtB6qT4p9D0WXUk41OhKrb8hJGUH { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #U5A7GRhxsaMoZoOQ8XPA9yTJkhcKBnRn { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WaH2XMQFC8AkPTvO82eU5F763mPS3xp4 { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ShIr70D1NLd4tSRGSIBpC7605cZHgPCo { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pk47t775726A3my0LB3L8UetEWq2Rb9S { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rRmpJodFHe4m0otXMETTlVeWpB8HftUs { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pTqALLAZHbktbhMOktrg2ncz9P1fX2XF { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FwUT7y4Qm0ys0EVOANhuuEwXPynyDaot { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #kZcmKXOULPH4oqTBoxooKLaXW6MUOnUm { width:15.9375rem;height:1.4rem;top:112.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nqh2Oca3GC61paqcmtxUxucQSTkJXh7T { width:6.4375rem;height:4.5625rem;top:140.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szB7mcSEs17mOAHMAH2Pygs7ZMvE2BZE { width:18.75rem;height:24.4375rem;top:117.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #O2PsCDbEQpJRzN0GXw6kRwTVt33WFFA2 { width:19.75rem;height:25.6875rem;top:117rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GZKzoweXtao6hWkmascZi71yt2x2xrxC { width:6.1875rem;height:2rem;top:137.875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OkNUORKT9ywcq7ZUhkJ07kX012dydhFb { width:16.875rem;height:3rem;top:145.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eelutsfswnlUQ3aZ348WKSVMhkIwiEXC { width:16.875rem;height:1.3995375rem;top:160.31188964844rem;left:1.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #rNGObtO1eLATvq11cXuCI4UxMccSTcXg { width:15.625rem;height:18.374rem;top:119.5625rem;left:2.1875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZpsqCuDkkwhwORanF09VlPFn5FCT8yq5 { width:6rem;height:0.73125rem;top:138.25rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mUvTcHrtfUwMZcrcnusNCnrRLyuIBquW { width:6.1875rem;height:1.575rem;top:138.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qT2D1l6ZgrsfmyxN1VganQ1cFhcatP3n { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #NLtPiCRVe81RZOBXZs91Cwghuddqe5uo { width:2.625rem;height:4.125rem;top:141.125rem;left:1.375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LVI5QvwVctTnfiJFx0UBPrd8vTwS3Q9N { width:2.3125rem;height:2.275rem;top:141.25rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uSlLTwOQNWadOcvV7bBT8y2k6UQwdpRm { width:2.5rem;height:1.225rem;top:143.3125rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dkn4kI1I21pkqLRoA6lLIrM85izKuEDl { width:13.5625rem;height:1.575rem;top:148.9375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cXypdszOpPLK0U7Hrnm7ivAhspRD7rtV { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #eZsCmr72mQNk9vPdsNrIwh6BL8BItbNl { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #VQCra7eD5s8oD7b1LfwDv7bn5ZUI77Ey { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #XwB0U4QlEcTTtvaiAQsW9tF8Fy1h3iPK { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bA0T3dfazCHHMzvXbDR6c8fkp0Fh9b44 { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IUvRTb5QTVvvaoU1eARmGtpb7x7HdRe4 { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pTJbxt9Hu2wS8s0itTtTUUnEwcegcLlT { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #UWkJFmNNyEVERCex3eClkctI85TZucCT { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #CmvoTJOA9vaE4VtGIUCXmBeeByLNE6fp { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CMCsGA4aA1oFB97QnlgLCfsDtpBxFIWU { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XGFelIfyHX0HzHITc9C2sw2ECm1gyOXV { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #apPkkpsTV4rJ29rr2vT4p1CzuE3KHUv4 { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oVCL7BOqxmzA9WtSEcPXKBkzJKKGzBze { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HmdZHmShilEpK3D4JvBOXc094kFg2eVX { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RJIPuzTH5SdJvpscWimblDcIOEETpGU5 { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #w68etO8dU24eACiEhAx95vPQhNc4QHDM { width:15.9375rem;height:1.4rem;top:151rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oBgwPoCfZMC11uTTFtnI7iiZ1TbXPdr3 { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WpgUq6erLJznpfi0awmEORE6AMZiP3oD { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o8zkktMFRiqZymMptat2NazUDDKvPqtS { width:15.9375rem;height:1.3125rem;top:152.3125rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Rk6P4VrbBC3LQXT1qIferLNvScKBol6T { width:15.9375rem;height:1.3125rem;top:113.625rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FthMTT1iKZCMZFkFaqzItBof6NpTGwzU { width:15.9375rem;height:1.3125rem;top:74.1875rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TGU5p9N0DPKaGMctkQuGT78W9RWOBeio { width:15.9375rem;height:1.3125rem;top:34.75rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { display:block; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { background-color: transparent; background-image: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .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); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { border-width: 0; border-radius: 0; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container { width:20rem;height:157.625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD5UG399vch9EXAzncZZFVcIzad0rtMF { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JwN08ThVc3Sh1TfEP71T0MMzPphlLaDh { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vLikeLasENUJmyDkWtdS9Ag38ZR32ZHL { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gMVmaTkT01U0OxVCHypTRe8SxLasA1bU { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bo88bk61v6UEydgEfuiwbMyhKotDliRG { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #UG9TfbkT1iIJnwgva3qICOTgZ59sAnzd { width:14rem;height:16.4375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WVluc0wmOXTvzmHuScGoHRznPTlXuiRS { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #etfg3eSon62PU7qlNPhe5b9hZqafK2cG { width:6.5rem;height:1.125rem;top:22.25rem;left:0.4375rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vt8IIP0xtOvAtzT8zUnS7MkKvRzJhDgk { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #LvFLlI9hTnDMp5d5b0FL3BGNhiMDsuTh { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QfZ6oO6Zr1k7CKdHLIkAH6qVuvXIHJ5f { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.5311279296875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wtmX9fZ2T2vgHupsXmKb6JTnTZWw3dKP { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lO55gFGhPlBQAHDFfoST3uLTJpsHc7SL { width:13.5625rem;height:1.575rem;top:32.5rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zc01hsUAGHRTRTCd33mvUzLq7i7iMPTW { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #D5TN413GX5e2kWaiQOLNvIb6KiHCOafG { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #GZJ5LhZBCAFTBW4RvPbgQLDVB1aZfSD0 { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #vVNTC3MGav5alu2lWCfKr9daPobArE1K { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ra5zEbd1Q69USu5lfmb3fBgKAMW47mev { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TCAUb2AiHyQMFX28xsetdRvWtZIRErx4 { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KF1kWXiOlSkPrTyrM1naHvRdMWerKs3E { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #p2ADGTUhOUwmF8KwfRnt2gEtnwX2W6dQ { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #h3xH94flps4p9qRxIv3OATzR8SFtPJvv { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XffcaJewix5vfMvS88zNs8tIgy6JVomo { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tpdWEhoG13071JwtXZLFgPm6q21pyzuH { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #AJDT6HBgwM8Bv37N4iobSoRxF6trffNx { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UdlS8ndvnb52m1QoKqC2TdCg3s3ggIm0 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NPqClZZaRr1II30rpPgTiH4UftCtLVFZ { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #oDnEBp4uG83qJXCnGrAHzgr54y5ZDACT { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XDky5lXlFi0yenMZXmT6edZJ8xAMKQU0 { width:15.9375rem;height:1.4rem;top:34.81254863739rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E12TPQcHzaJ7LLbxEuw5gnh2qw0LUEkf { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DH7cXBhX5npBSgcnzsmhb5G5ywB4Ih9H { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cumDcKCfXQyRftMoHbv8xnSqvCBksVR5 { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BQAItmOMSsBO3tRKTDT5BUbUnZob9vcI { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZQQhEAGyPFicnT5Geb1lXraKZXykrwl7 { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oa8AfD9rmrto2ycke0kw85CW97maPcVD { width:16.875rem;height:1.5rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #klLkJCLysHTvOQ3GMEUSMeEeWxTQqw66 { width:18rem;height:1.4rem;top:69.75rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ikMOtMEC3M6sfvF32CNOKbSdOdviDzqd { width:15.3125rem;height:17.999875rem;top:42.913208007812rem;left:2.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x6FlGy8a9xTgmJ6r4WDamahUgI5NsOCZ { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #cRslTwlbQXZ43ZliDpvhEAsIvHF7B47f { width:5.9375rem;height:1.125rem;top:61.3740234375rem;left:0.8123779296875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #J2EgTubWelcT8Zxr2ZVWTGPT9VLtUh0X { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #EC640TGplZqQ3tkRnIh3wRTdOgbF9aEn { width:2.1875rem;height:4.125rem;top:63.9375rem;left:1.375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FKLAmufLkTeyV2AKvHUth01TPr2Xe4X2 { width:2.3125rem;height:2.275rem;top:64rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XIV8sdcWq9qUWuoAInwwb9X6aSeMCigL { width:2.4375rem;height:1.225rem;top:66.25rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hqa9RVcovykgpOqVFvuMkdyIDAtb0Ige { width:13.5625rem;height:1.575rem;top:71.811401367188rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xiIDDaUlTUOTMFB3qclZetMwUbw82CFW { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #GZ8OB1mPS8JQn4p2hM6DKhksE5WVzlAP { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #HbQNA6elEqNG7wmuaxFVPLxP2n1WoiAM { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Asg7nJPL8lR53gemcZ0rBwuylRxz58tL { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ES8usp7DEKw4lvXED1Rm75XHVXNattJd { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #uy2NNVbSOykLXLTX0JDGvH1ZyTBG6UC5 { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #mCdQ4ztyCsyZo5NOXIO4MqI8aOiz3kDv { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TGIJTv6RATONhPC5PU0teOXcsVHWsPQo { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AiLBRLpmbhp7vvBEQ5S2ci9nv0wHnhaz { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AwRPTd5gn4ecbGamzhMB0C6gCztuel2g { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NUSLyDnUPJMmBbRlfdWAcBZGWCm0X0PO { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #APnQe8S0I6ymnkkK6Qs2stURGWGt0Z2F { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iPK1u9itVNhiT8dAgTvkSUkHE4TJBf5m { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pLhCPLrqslhdOEVSrPlTWFwxtr5GUFox { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ESze2Ctb0C8iKMh2CV8iT3xn3xtO9aSo { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #EWWZwlXFhc7MoLFCTeUEJrwVbsKMOcQx { width:15.9375rem;height:1.4rem;top:73.822875976562rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #R0koDqtW6w0a1aOxZCB6AxfaOTtWtTW7 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iP4sQP4PdbJaE7bboHpUm1ctrTxuEk1e { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GqNSkviqipe2xVTdPOMtN6nOnAVyJ5BQ { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EKn2OvQ6QTXORJOxy1fwaFEUtV5dRnwZ { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kUolkz0TTReuU1zOQoaNeA3Ox81zrmTn { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eTerT5MGyTiQkf0LtBfWPW56uP7TibgR { width:18.1875rem;height:3rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bnJxA39nhto0iy5QpWwSRqx6yMUyAJkq { width:16.875rem;height:1.3999rem;top:110.56213378906rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KokG8XNW3hQs3KpnuZ1BxPmVQ0eaTZcn { width:14.375rem;height:16.875rem;top:83.3125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E73hHTLuborT5OnoWh3MsraM2MrsCTCu { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #wwHaU8AZefRbrGqmy4R6oFox8QfGgVcn { width:6.125rem;height:1.92505rem;top:100.18737792969rem;left:0.74951171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lbJMGorVsXBUCRXi16g2iWwuiAZmnITG { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #IkZukEJMl9I48uSI4RuQQ63LKEyTnFb8 { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OTlofZQTUA65FSEJCaOBKf3wnwS5uSc2 { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xDalmU6i2i8AVmrIr4BK2RvuZeB7k0DZ { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vQEmgJnF0qdIxKwBZOqlBzkBCCJAK76e { width:7.375rem;height:1.575rem;top:112.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iGpBWLKNINSu1wcbWaR8tB7MpTTJqE2X { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ITgVkCI79cbUbPRm77K3rFXLdHBnlag6 { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #SlvTqXqT6ZSt515bew4ZKrPyE7gJ0Eb4 { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Tk6qPPMl5VOW4reHtww4Rbt8t2hcgUbp { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hShBm1HLzAHgmgUTKzmmVrv6vikgqG85 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xktUItbvwuXPvpTGD7JJDEBgOh9qcIdp { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #RtIi2phg3XT2Vx2WWrU32AloImW79CUD { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XPbg9MvSV6LaHVKU9xM2G3KgSsRDmWy4 { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #MaS2E6Vm2ziNRsN0PadlT3Ii7oo1s5MR { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #e7E1TtfKcTk0D7shfSFTaJUXSpRvnnSd { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cVhOZ8hA7HcNzflblXcob328MTVwMHSV { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #hs2s458tPfp64RNWhkGCWCm80rnH7o1t { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #meQFL964NzSTLncSHOWBiTGTZn0KKB1W { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #C88HvTSPOt3FrySR9ARypCqFDouVh6rD { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bBOdDcV2PJxEkIbFKdHEltor3MxdoA2y { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #a6QMd8ChpCnQmMmKLzr2cnpHmyUJNTri { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #rTK0fKQqOtlOKhRwzTyb1DS71lsJP0Oy { width:15.9375rem;height:1.3999rem;top:114.18701171875rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VT4dQTsTcdoTJxATOtAvMIAoKXL2ocLO { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsgTp04La7BN2GRxTQiH0BivdarGa6IQ { width:18.75rem;height:24.4375rem;top:119rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ucSsVLFzT1IRWkViM7oo5c7lMgTtXSAe { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LL5UNg07kyKb6KOgTnHqgFxQNQDTMNJP { width:6.1875rem;height:2rem;top:139.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZcWKStT8Fvip70JOsL3GFTJhtCiaU0S2 { width:16.875rem;height:3rem;top:146.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #A3z08XBSAsGa8cm5iEptxIyDdoTHHNm6 { width:16.875rem;height:1.3999rem;top:149.49951171875rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XV2TktsloymSHG4uSbNe90b14E9T0u9M { width:16.875rem;height:19.812rem;top:121.6015625rem;left:1.5625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wpTXi26tIQOWdLfTMBJaVitcmTbukVhw { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #zFyiAECgMxplMeEgQCFGGuHQGAQ4Cmle { width:6.1875rem;height:1.92505rem;top:139.24987792969rem;left:0.625rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O66X2zUMqw4e57aJ46ud5KBrkIK1calP { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #atASdZASNuooAPmDN2Go8v2JzUdWn5PV { width:3.375rem;height:4.125rem;top:142rem;left:0.8123779296875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L6yJyM2lP9kBBZRs7x8TiWn4p1oqL4SW { width:2.3125rem;height:2.275rem;top:141.93725585938rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q2yHwLfsD93oJaSJk9QHpeyBTblmXLpm { width:2.5rem;height:1.224975rem;top:143.99963378906rem;left:4.1871337890625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zxOemTZE2WWqgKSpNug80TzpVCSAsKTk { width:13.5625rem;height:1.575rem;top:151.375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BMfQwJEg9cdQknvd6RkiyoppO7V4AHTh { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #gPTqzVPR10fQPtVZMAuoWwc6hCZT2Ohw { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RcF4BMF1NJFdIeiZinhndZ1DrNaTuUeQ { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #e5Nk1nBfEFihydfq8EOGvFtkgo8084T3 { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BLZIfvpqJVv8dLdKAmJ79teELIZOQFin { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wPWCIbRU9lL5d9a2gqPrHcTTKG2kJT3r { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #adIfOJWGrVHEIEK5xkuRI4pNDrCIECz5 { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #AUWZHVSa3ZmaHm6NGzsfiHZvTPH6TnXJ { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Bc77CzKJ3HETZv8De45T4Ht95SzUIuqO { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #i6q0TSrmy2NT1DtknctFevR0B9WiJDQe { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #N84oBGXRlh16REZiqQOAesDrKzIxPJCu { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #SWfImHdI5Zo0IWFKF6JQ8XiZUVikHo0z { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iytIx1umg3l7hicOexzST9gfCSxTBghX { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rz4OW7VOIU0iP58xQGtyPb1WCluHOn2T { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Ox9X4oDP3dOGzxZ2fvwyhB9N07V15AJs { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #ZmNPzu08grZ2dyzNVdlpPkv07HPrIm0u { width:15.9375rem;height:1.3999rem;top:153.56201171875rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s6LS7lxb6lwG52To58TeHNUePf6CsXqV { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oUdT7I68FWhyCPRIZN3f5s0El2JfQUQm { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TQPehS1m9xflrBhkqtQoZF3Hmit4N0MQ { width:15.9375rem;height:1.3125rem;top:36.212451934814rem;left:0.625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i9tUTt0DEazRw2kNApHIDviMc40UQzkw { width:15.9375rem;height:1.3125rem;top:154.96249771118rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #c906vqqQWcaMb7hUtZGJIZgQTS45T4u3 { width:15.9375rem;height:1.3125rem;top:115.58750343322rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bLtmD9v3NK8nRq5WyxflQat2FgUQdW50 { width:15.9375rem;height:1.3125rem;top:75.222900390625rem;left:0.625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { display:block; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { background-color: transparent; background-image: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .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); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { border-width: 0; border-radius: 0; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container { width:20rem;height:160.1875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5VDzFbJrxHUBkynANztOaDALU75xAOt { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EnsRBUFWTSdPsvIMTavnGms888K5sWZw { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #heL8rRvM346hVllhQPO2AtlCJ1TbqlBC { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uoxgZThvWiu3T1ogLGi6bni0h1LoHHUG { width:18.375rem;height:4.5rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #stfg9xe6xlHgU2NiCyP0dVP6S0a6Qy14 { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #BqMc4Lqodx5FRa42MwDNb3WunWkG0JgQ { width:17.062375rem;height:20.06225rem;top:4.495849609375rem;left:1.46728515625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tkxRMFp7D9Xguz346mAxUGvlCLZxEWuZ { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #rkSMgK7wWOuN9SS4QadVTamiLSTkUCnE { width:6.5rem;height:1.23730625rem;top:21.99951171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hnWkGMFeAEXr6B6gBELRXA9ndtGSu2KX { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #yH2S57tCShfIm6NGKtQVw0n9Vyt4hq9P { width:4.4375rem;height:4.125rem;top:24.518798828125rem;left:0.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FKGEkWTXKgarPKuP5TFguKyJIqwZkk39 { width:2.3125rem;height:2.275rem;top:24.5546875rem;left:5.0311279296875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A1boS3LfK8ZLgMbyFphoe61BE5ZGqor3 { width:2.1875rem;height:1.224975rem;top:27.03125rem;left:4.9686279296875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VkJRVwcqrmwtqGlBLMNRVLzr87eSOIDR { width:13.5625rem;height:1.575rem;top:34.125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NOTLz31NsTad6KXhVoqrpRfDXHUBEF9s { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #P1rGsCK3mSo5FkgoXuv7xG8TKTafbdPL { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #uyWCgdcxXIalFzHIUFKMzTIuTVl2c9fa { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #byVB9O8rXMEfg2TaA5O8DVErFL8fKT4k { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nRLIiot7PIHZSSNoFc1LaV1CJ40oTbAB { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pgamBIdR78OPEbqiiaSOFndO5OTGkaL2 { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #iGSlgyWgRcrZc9hn9zEgzfXF7JgEfT2x { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #uBEsMAgoUEb19zWcQnZfOlW2qIORPBJx { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #gMh7KHBeIETNTDi9NcxzKFlW9BwIQ433 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wCH6vrBAKfAnH3tWbmTfqtCWwMdSuo6W { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yebxqkoAtFwby4rAFIsISA4ba86PpK2e { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #wLZRHyy6p54vXaBIOQBr7I8VmTyxiU7u { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gGrfc58gJCXPaLZoQxZAVGlHFkyVJZ3U { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wuqo2KOXQfyJMiVWFRx80PCfQ9e44tRX { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #EL0eTMKozeQMpT1SwUKCmgJ7D4TKcdB9 { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #g1o00UTfsbzPb4FpxibKTlB7JrgSvFMD { width:15.9375rem;height:1.4rem;top:36rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O8BwOTWFSWnFHFv5kxTa5E3FgxpvV2Qt { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pz8WimIIz7gy4r67Xmh18Ur0mQVC3xvR { width:6.4375rem;height:4.5625rem;top:63.5rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CVIy6xKyVlxkJJhBrmqLwzxGcdoX1Ds1 { width:19.75rem;height:25.6875rem;top:40.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #swhUon9v3OieEs3tIi8Vn3TZIg0XaXoq { width:18.75rem;height:24.4375rem;top:41.125rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wQDEVtJRl521cfIyVUCd606QNTDX9iA9 { width:6.1875rem;height:2rem;top:61.3125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pK3SpbpnIzyUos7i2ns1ot5sM3zNgm6q { width:16.875rem;height:3rem;top:68.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rTJbyA1xTfUr4gX95KxTkS3AHiD7n6Tc { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #UTTThwTBeDvCa7MS85rdQ4HISZqdLg8y { width:15.99975rem;height:18.81225rem;top:44rem;left:1.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #erPv9aCUgiWtldRk6E4TDVTlEpbgtESS { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XDRc98TabBRA78s5KTsxaiIFcA2N78fK { width:5.9375rem;height:1.2375rem;top:61.875rem;left:0.8125rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tA845hN6h7IoC25UmmXNSyL4QDuznKom { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cgrTdto4etmauUITTd5TrBHwVp4UgAci { width:4.3125rem;height:4.125rem;top:64.375rem;left:0.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qfTVhw0Sr53eCHGECoUzIQSqpLV64bAc { width:2.3125rem;height:2.275rem;top:64.4375rem;left:5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ITdTEPtXqe516u07sW73PXNvsKW6EeyQ { width:2.4375rem;height:1.225rem;top:66.6875rem;left:4.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bxUVyMnNqyWg0spwvZTVeh04FX0JmH4S { width:13.5625rem;height:1.575rem;top:72.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gQByaWWstVm3OhwPql7qNc8KeGSSRDTB { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #QTVBZhtVNL6TPlddKfgpUH8SVoC500Hq { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #H3C2lMh1ZebfsukbIxObHFnTMXrLmCkm { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #k2MnTcyMr1PhVi6UpJmL32teUUfH2VLZ { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #sOLo0VnOy9hoKXRekzTQThzhD7mFRo6W { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #JC7digFZ1VEo4vDhFLmEwRNiceSutfhW { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #nwRiQXcfBNFQa8xDJFLZVQNaomUlEodA { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cZtHLPuDfeX3DJkDtFbSPZAy47HDrVtw { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sUNCppTPOCr4qGwUq0ruqMnXoHagsKV7 { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BczGHwOi6FhZibbViPEB1uyqNmOSgJ44 { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OAfBUwK57B0G4Cc3iZGnagkToFEG2h5w { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #y4a1SQJbEw3KIxgaonSKolBC5ftogF8g { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UnBTfzQRuab7Crg5ETeS4gFb9EX5oVqb { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nrgW0PBUsIe8P58J1m587aslaH5sLyPK { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ypOlcx7x4EEsvPBU30lPNJiMddXbxt6D { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #yuU7QrUs3W6kTNgPcK5TFvOSc47XdThQ { width:15.9375rem;height:1.4rem;top:74.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E4xRO9WUshlfTHEveOaZJKNTU1l3KT8p { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #E97wKJrLVMMsECsV2fSQXpToXQ9DhI94 { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TnLg8qb5zvgtdORrwNTwIBfXTO3UcgdE { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NrxV9hgSVauUFIfPehMxs2sUmkuILhNE { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #LrTrETgOqUiVbD4a2CredzBLf34zH4Kg { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Odmq9h99AZU2OR1QTHTquAIaZqSfR9Mq { width:16.1875rem;height:3rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oFCoUcyBkZbSUvxmgQpALzPnOIltVTUo { width:16.875rem;height:2.8rem;top:110.56213378906rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yP0BNbzzTZh0bVtE8CE2HHSp4V45doxT { width:16.93725rem;height:19.874875rem;top:82.09228515625rem;left:1.5301513671875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CGfwmPMV7gVF8ExIfz7vyPc2RgoxOp8Z { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TaBvfKA7GZ8mui7InqHmxT44m1ZJ6C5I { width:6.125rem;height:1.92505rem;top:100.37487792969rem;left:0.74951171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zoG9FcJpIsvprWFq8sRFFxAWikyCuSws { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #sdEolLSOvGzgoBqJRtWcUzgBVTncvBF5 { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ngeuJvvwzQymTAX0pzpSR2ORnKKAcMBH { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EEraLCCJUv5vqPTzukwdqnKoeCXZuUTQ { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LAxrvD7ZqN0A4b54Z8o9rgk3x7m1rRDu { width:7.375rem;height:1.575rem;top:113.87451171875rem;left:0.5621337890625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KFVIE1EBLz4C6RuPCZeoh0M2pBwwyZkB { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #zJyhxTFipGieuGI27LqIMEqQovihSOyK { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #TJ56xhf566WrRywErnoxnxaEDTKuF8hZ { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #JOB5zzkszhxFv7HHu66mU0TEil5bfqAl { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RR5F8GaOS2JCR86cIXImh6p3Ei2nntl9 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kP4xGXkiBtXPSIdZImZ4L8AV3F2lxmXd { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #PEMrxIVmT5NDMABGq4Xi6aG76Tzl148C { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xhiv8Ni6ruaz65SW6unZdTrlGRfh3RkN { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #so147OGLtvTbkttAOySb6UdUEWwMPXgH { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BUoyqxvHPzvK2Rz2ZHLfGrAfPmniXUhL { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GHMvt8HaruobLiM9LIx1fy3ZZpa4N1iw { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #nneJ5xFT6uOQXo34dHOEXpo7tvxgn2aA { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #htdfs4Cr5iOZ6RH7vROC5BAE6SoRKR0h { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Bpz3H6wvRhRBIkW4GRzuaGxzH671uZTq { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pzTkpPVF6WTcCwMTEhuIe0425DLK4vX2 { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SO92FMbFNpMcERdC3H4xDgOTZZ3zF6i2 { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #A6h5L5u1ArsCGpiW5KK0ESCyqfetPJKi { width:15.9375rem;height:1.3999rem;top:115.99975585938rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sDMRi09AfT02txMHDiuRuyClaho1phfL { width:6.4375rem;height:4.5625rem;top:144.5rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK4iU9gRqV6kGNiUfmw01xaz2TwQFhec { width:18.75rem;height:24.4375rem;top:122.125rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yT4ip2zpyhKKw7Jm5dR2R2cfqNRRnGsR { width:19.75rem;height:25.6875rem;top:121.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wdif4vNS4KEpPdMHnUnXv9rRzFi3s4T8 { width:6.1875rem;height:2rem;top:142.3125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gXLziPn5cyJ3OCv3EEftwvpI5NGKnDr5 { width:16.875rem;height:3rem;top:149.8125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SIncwZUtTA2VfaguSIHUCleALkVRZKBp { width:16.875rem;height:1.3995375rem;top:156.87438964844rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #cmzyO7SPFQNzCgO4hHxteVnQ6coJdEPm { width:14.75rem;height:17.3125rem;top:125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V4rxkkT03kxpd9s6TO6fK91XkvKWJ0lT { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #mmglX8a10e8mp691DOqa0c8Z935CuGc1 { width:6.1875rem;height:1.925rem;top:142.6875rem;left:0.625rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BOb3hof8tFJIdt3R1K6uWo334ItTiLTh { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ayqJCh71q5gaS9bCLLydXuNkbxsD7IQw { width:4.375rem;height:4.125rem;top:145.625rem;left:0.625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ioPOLrtErBLDkESgIa8AuFCrdti7GJOz { width:2.3125rem;height:2.275rem;top:145.6875rem;left:4.9375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kANgJRWSM2uVXnrJnXXqihdn9mBdwL2I { width:2.5rem;height:1.225rem;top:147.75rem;left:4.875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WPr28EZnNdZeIhIrT4hTvCQtxarG2UsV { width:13.5625rem;height:1.575rem;top:153.375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n4V99qfWzTMpM3n4kaxoQXThWT96ge8o { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #H6cuM8xcLJD21o4NtfNBp50ivhubumET { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #xVTCMyko60NRoZu9Tcc7IMcM7aXznze0 { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #hdmbaZFLO16tFTuAaod4JxLqWl2tZTmw { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EZ3GQUofXEZTpL5xAehiKGS55s48mh1f { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tihXJoRQzNg5i6gZR7g38QfT7MJ0zWUG { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #p94koKT948ox0HtwZnkLQRRGzhxoGgd9 { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #RRyAUfFdG7r39ciDTGDlPaEex16gxNei { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #O4BDBSVeJrJt0TmSS26AAH0ivZBHOO3l { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AnlZhw4vKqVe6rUkpJM0NsbTBGSUFi8o { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LUy5g1WTE010C3z3fd2Ss9CTh1lnNvPo { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #pxzVwBleEZBvuv1JgLiT2txPSBZ0wN24 { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #F82RL3xBZc16gDr4dqITTAcw3IW2tntK { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mRR5F7peJQkC8wVpEzPh8UgBVSBIl9D8 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TC62eVD1HlNzd8Pv1vkwStBCg31qNA7S { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #rIThHtuHcCoT8PF6zrbrhTaI9HVZXQW8 { width:15.9375rem;height:1.4rem;top:155.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QaTQvnJqlwJitEz62I5qAr3c9pHc2Dig { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SD4aimcivcg0fA8ThTsu4LTVMTBps7Tq { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s2gB68x4T1TlvVhlMkJG3LepBP1mTSU0 { width:15.9375rem;height:1.3125rem;top:37.399900436401rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lS45XtzR8BFEzvkiGdffAszqFDGPn120 { width:15.9375rem;height:1.3125rem;top:76.150023460388rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNqoXu5IOiflcF0s8SJr6ykVs1Z6h3K { width:15.9375rem;height:1.3125rem;top:117.40000152588rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5tm343V7BnXvAyeM6fiEWxvc4NKGDp { width:15.9375rem;height:1.3125rem;top:156.83750152588rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MbmhX565cS2p9CBz879on9Xe3qRgAopT { display:block; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { background-color: transparent; background-image: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .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); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { border-width: 0; border-radius: 0; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container { width:20rem;height:160.5625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LlIzTsJIWAoSBhXfl3qZ24deUlncuE { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Zdr6DkVaQ1D6ftdD9JcTmhsh3Szv40DR { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eGBrVqcA5qrORLI2qBKTifSvywawZUtE { width:6.1875rem;height:2rem;top:21.624755859375rem;left:0.5621337890625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #afFitaxRwZHvH9Ecfw0ePUEZwstSbgCu { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cUmpnbWQh4U3ewXlUKdNAkqL6ZExG9Go { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #prdFNCIO9kgDTaXyTkKVy3xWCmmvNC1Z { width:14rem;height:16.4375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CIm5t3GSrdl12UXDdGxaC5EWP0663ssr { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #xTBsBp84tIOFA5NSn5eXNdaafmwZ8Nyu { width:6.5rem;height:1.23730625rem;top:22.12451171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z1WcLAMvNo1g46ezn5VfrmQfBPQWLKGu { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UmOmsN1DOTSqJfoTrXcokigfRBc9LzRG { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z09BfRWMiExPUekFo1c4vBCt8yRT5TfX { width:2.3125rem;height:2.275rem;top:24.80517578125rem;left:4.21875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e37pHc5UwTHT6zGOMrUxKdtu4Cse394G { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.21875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #REISIzgSlpz7EGxE7ipx3e20CwCPnNly { width:13.5625rem;height:1.575rem;top:32.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #USNtTholMZRLvZIxVyOcmZmzDLWeWcBI { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #fCk1qrPE41oKX79txKORBBCTcIgtWJDR { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #lePANIOSLeMDSxNg7x1NbFfRRTmlMGLH { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #sFCI8sof4OaZktoA1UUpqnpzZ2Df8nmo { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OC76kyz9wMimHVGl6Wf9S6H8UbgK30ho { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TibGEex6mbHs2SnUC05LEOavebE1Uu8M { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #U9kbGeofKw0plF7R4tQMMlqJigPMULfA { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Tsny9u1RrT1T7K1FTgUHMwCITV08gtHN { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pdaHDK3L6xVohxfKSAqeltTBqAGQAgJ3 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #T4Q9KZDJ8q8dJIVgflUSsdDG1SCAhnmy { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XlB1DI6rI1Ho3qQ6eMac8sSgON7N5AkG { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #eaXIHw4hTw8qNxp9LADICmxqTreOGdqc { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Wug3Vb14LIAZgILXoqJt5THERo1ks1xZ { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NkeXkaVQkMe3wBR0k69gJ5knTxTcukrg { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #kAmfB3d4CUCv13K6sTm57QO6q2rf1wdC { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #D3ybRRTr82KhD3R0aHOJWTTrkyyBf7PU { width:15.9375rem;height:1.4rem;top:35rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OWa3ODrT0rZz3TTVnqwg70e0kCJaIuPH { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #i0emt8E7IEH2oeSu72kPyOaSw2Pwu6Ii { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vh6uFGlNgNz9epH3Q06OpOxGhiBRT5Io { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PlMhD5tnsoLNlbvpUIhR5zJHZbV2yHde { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IhtFFfTVzf0Ve3pEdRgCPaQGw32nEn1m { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZGOgBINDz8frpVvT4tSSl7b94VZy8E6b { width:16.875rem;height:4.5rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vCvbNdnySeAkd2oLw43MmLehIDTbG9PP { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #mMNVToiXqXRGuwrRcZPEk6JII0mR8FTa { width:14rem;height:16.4375rem;top:44.4365234375rem;left:2.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RErUo2bO7zvOl9xZUpvG6SKGPxaST0As { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #eeeNvsuVbGOCHQFmc6lraFtZC3OfoyJS { width:5.9375rem;height:1.0125rem;top:61.875rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #y06QZJWsUqvtcuEgZq65aAFkuTUdACJe { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Hi8PubI2egGJsWrtmN6WhETzcuCGe3VW { width:3.5625rem;height:4.125rem;top:63.937377929688rem;left:1.06201171875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kmgleHO0lzXR6Arh4214lw39QpsF7gQ3 { width:2.3125rem;height:2.275rem;top:63.999633789062rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZP5mE2kUQmymNNfmP2hPaCCrPJPVmslS { width:2.4375rem;height:1.224975rem;top:66.25rem;left:4.4371337890625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h7onRs3py7cAC2TGdGr1dohiPANK7oSu { width:13.5625rem;height:1.575rem;top:73.186401367188rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zswZlBcHpEXVT7WAC29yBeulTNhhRU7d { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ElJoHkazkMfvJRlo3k5RC2UbpudEJarp { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #XRTgWVLgJdnk063VvnuZuvHxgRrEFSte { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #MrwOMRe4RvxdBEGWsUab2p52UQCQ8bZG { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pgObK8p3VEC5eBpP4CHcfITVSVKI4io5 { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #u3OEZ322ksSA8dMcgRw1JNuTINln45aT { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xuW0JoM9S3lsOxM3QX6cRgOWysVfAQl7 { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DG4BEdlybBQw9hNKp1hll24W1AxJg6zx { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TSb3UbaoL2B1HT3Vg6t4Tk7qvleIARHI { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lz2wRcsRlkN5lCJ2XcnOcPJD3tJO8IHx { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sQBc91ZyL3C7iFvLhrGIXgle2TS7uEQz { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #UZSDfogV6UvnH9kAe7Ag7KNe2gMNBWwQ { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rfoiDUShKxsshuLJUk5oGTJvbRxo5t0Q { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PAbSHHpmcyNZkeLPBHNrdP18kUGwGh1W { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ualanyOOMSIHDIwVWnXb6skzevolJkEi { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #DOGWvL5tOD6DIx40ETPD4wGIxA6M9cAr { width:15.9375rem;height:1.3999rem;top:75.073120117188rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SWJ1WhvL27MtdnEWS3ng5edkGdcJZexS { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TEUrmRvaxlIE44UcMzkATfP69M077gRy { width:6.4375rem;height:4.5625rem;top:103.125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PT2TnxVFolTV6KDyqeJJOCOHp40V6xOs { width:19.75rem;height:25.6875rem;top:79.8125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gRga57iUCWEOqwxsKCxCy4vbOh5mFalC { width:18.75rem;height:24.4375rem;top:80.4375rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2irER6bgNSrqEsxTMQWHoyqqsIBEMa { width:6.1875rem;height:2rem;top:100.9375rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tNQTSg31o4VELxdglg7QFZeQlXpI7kc7 { width:17.5625rem;height:3rem;top:108.3125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CgVEEOptZFSg2f3gzyrzEWZLA3iFnfup { width:16.875rem;height:2.8rem;top:111.375rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aROUSB9ZlNx6WTBwmfVWPL0c8B0ON3VC { width:15.625rem;height:18.375rem;top:84.125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #us5IdwE4DFXPEoqvRCmGUlU1XTkdkviT { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #dfiLU3IoDoo2R5OVidI8TuWsfnZdzFAg { width:6.125rem;height:1.925rem;top:101.125rem;left:0.75rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TFTTRVQdUDRn5izbbcbHLlhBWWK7Lw2v { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hPfm4HcBz62a3BdTzABab0PuGbL7kq3T { width:2.0625rem;height:4.125rem;top:104rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WCObBoOXTIMEOqur0vDx3tnT9oUx7pmT { width:2.3125rem;height:2.275rem;top:104.0625rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DKprOhX6kg9t7odGTs2Er8Xr524t5HV2 { width:2.4375rem;height:1.225rem;top:106rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ys8gFzevScxRTkJorGWaPkD42mUvhEqs { width:7.375rem;height:1.575rem;top:114.6875rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #da7yXsnwWCunb5WKMTuQVdPSAKBiMnga { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #lvPRlS1sA5fSebt6oJhEAMIOIKK4fyMH { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #EplGnL8ARPOS7vKdNxsMJTEuqhqcpwrR { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #MCdBil7bT1HD9lB9zmhZGdKZ27NMnNs9 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PyXcf1iRPgvwyfE4pniTq73zbZInQRlA { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #svVCZZHW9ZkTDBRXe56SXChiIqv32CDC { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #HtZworiP7K2yqnxqlXkbhfTBxrsEh2mN { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #HqWL1dNA6aO47P4BdDRZ7V6mBenDDXwd { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #frxztf5GCKQVUcosXTpSc0Sc9sZaJMrq { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PNSori1dvMd9LJEobET7bWoIQ0bCgZvZ { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gOu1MOqyRNtuDiTTlgMIyn5NT2dBdMLa { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #w9u46eezT3TTT3ezX8iSnxERTbxNLSq3 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wEyVl4hCon8hF7yD3OcTLX6E1rmrmBcx { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #X76sTTO68if3D4eOA4vqMU8OZ8zw8iOR { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QEPwwuKvSgBKC10ZJPRgiZtN5ux1Csiz { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kp20heCZSKRBKu9aMksFdaMaXf0TBTHr { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #UnpHpVE4GSxpxUEoREms5qTvsX2kpzaC { width:15.9375rem;height:1.4rem;top:116.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PqnXJZgfaxCW4bz6PQNPZWt3sCT8Gd3u { width:6.4375rem;height:4.5625rem;top:144.49951171875rem;left:0.5621337890625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksODD0WHFBCqCRgkFa3DCDEQWifR1Auq { width:18.75rem;height:24.4375rem;top:122.12463378906rem;left:0.5621337890625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #T3dfzKPTD9tR8oeRA56MINlrUsdiBIdH { width:19.75rem;height:25.6875rem;top:121.43737792969rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lDxFs4xLuOI5gzEBbcELXA9XJLSe38JB { width:6.1875rem;height:2rem;top:142.31201171875rem;left:0.5621337890625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Er4XwalZmaRivh3SpFXDxqPyu2514qfA { width:16.875rem;height:3rem;top:149.81201171875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rdz9tDslSbedWqGl0hsfThicwOELUggn { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #eL5i4tncVezxBeoEkXBqSVNVFG635fbe { width:14.75rem;height:17.3125rem;top:125rem;left:2.5933837890625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oqyabeQXTyRy186TBx9FzUkIldzeKAAb { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #uIJNL3SH64xlRsHKJJpESSLZrylIPmhs { width:6.1875rem;height:1.92505rem;top:142.62487792969rem;left:0.625rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T1MrAoJh8thZ55spHrk9aTXdTBWWMzrV { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qzAlyW34GAvr843Aa0z9vlf63EzqucaX { width:4rem;height:4.125rem;top:145.625rem;left:0.7498779296875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MGc8tFZDaPIrlPG1mur1d9hHGnGNzTe6 { width:2.3125rem;height:2.275rem;top:145.68725585938rem;left:5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oKnxQxfylLV8rxTtl3ntsAZx048AQJl2 { width:2.5rem;height:1.224975rem;top:147.74963378906rem;left:4.9371337890625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aZM7805g4QDd8OToqxe6LOiJgVELM0GN { width:13.5625rem;height:1.575rem;top:153.37463378906rem;left:0.5621337890625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BWFlh5WuoZ8yyNBMF76WmUGxXyPvJRbF { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #VoDdqoBrLZ23T1SMRMdMqiHJdShSnVy4 { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #wEhOKyIxAvkXGmaVdAUlMQzgaFXiIqVM { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #HAfmWcaJ8NTfWJTaukB9btpD9bx8Afmg { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sqsT5d3q0Qr8GAvvOiuNlRwD8P64VrrK { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QACVRa7O7NHv32hkrqZ3KEIpOQ4RPmvZ { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KR6GiIU4c6Twu4pxoln3wWDQAzLTPUGM { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XB4QpCNwn7KeL4KAwFsuJ0TLDArK5z4y { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #S2TXiimqO06HHfuzaLUtymkXyHysdI3z { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FvoyMHiX5wteIZyCqyfMCuyQURxNUT27 { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fWp5mifPA84gfNSdTNZztLu9l9hCM9Pq { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KTki3itRmJAXglyRQ35DaMaZSaa3Byan { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #E3F7yRNT1zcHfkOWE5h3NiISw86kAk6E { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fBb0r7TMixBDLAULSpskNl8zvfTFKtWp { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Hi58cqZVitFFrNsneDsnmhn5ZsEeBIw3 { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #IHmx5td4dUImWiCtE57GLxe93Ts6yvAf { width:15.9375rem;height:1.3999rem;top:155.43701171875rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OA4gEa0mQfNGWTeb1efdro77uBkosStO { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nKHwIWC8SZtJlAREyUhUkzzD4vaB5GxA { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WvVl3IyN9apD4R2lATZ6mKqHTc1Lh0GF { width:6rem;height:0.73125rem;top:61.248901367188rem;left:0.78125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zeNvfHvbaEgvmrRvQR6pPckDAdeFuDqz { width:15.9375rem;height:1.3125rem;top:36.39995098114rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gMr5ZiCTF03Fg8KeuqNqyUQm9XvQwcR8 { width:15.9375rem;height:1.3125rem;top:76.472770690919rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WDwg5AKssoXt5XC7V2FvT13y1TycXRDV { width:15.9375rem;height:1.3125rem;top:118.21260070801rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kupvsK71hblTA52ws2V1TWxT8fy5qSUv { width:15.9375rem;height:1.3125rem;top:156.83730697632rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { display:block; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { background-color: transparent; background-image: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .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); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { border-width: 0; border-radius: 0; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container { width:20rem;height:158.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpNDIKxpztpwea6VS8iU7xrTrP4eH6Ee { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kTy10kDUN0KB1SnNq736CS0nMNNTzidv { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bcBeeMxselMqG2eilgrnM6Vig1fbESaO { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qa85ZtTOzReZoFTBAU7ariMyicraoFDd { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JOVT9nTnT8hIRiQJCDr1Cvh1xQmvhy6M { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #fiJpKdK4rWCvoZSm6OO35ol56gpIX8HM { width:13.9375rem;height:16.375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vdDr6ebbQ1Qrvlx402E4SZv88G78V77D { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #qIi8OwgMVRlCDXw0GiuR1DyPMqLg4rdH { width:6.5rem;height:1.23730625rem;top:22.31201171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vy4gWnIiSiLZvptb6Z3acetxW8NAk5aB { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #EMf5VJ3PAkOMefuhugnZKgW81fwSdCs4 { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:0.9375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rANTPKtm1yD8p9betRTIbHwappwcyDoT { width:2.3125rem;height:2.275rem;top:24.805206298828rem;left:4.71875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZbvWZxUb7XM55JrJ5LQB050OkgcmZcza { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uq6h2P2xTo9vZSACuToWlfNLZd644vBP { width:13.5625rem;height:1.575rem;top:32.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mTzrwg7TTtMnKhy9L0fQd1sT9T22DxeG { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #se689TcAfJiNuQTGJCbruqFGORWqN725 { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #k5v3C41d7oQT1eV4hKDrzTgS0PbOfUez { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #eMhgvxm7qLMgvvI5tbck0KTcePh2C3Uh { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lAcIX0hvUPMUNHPOsugAPZrLTzUrfKFC { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #buld5OscnydlpBdLkT0CSBnTxQq7wZbC { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #zaFKHzDAw6THiCKonGzteilGRX1fOmPH { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #oI9dJHHi54q6Z7fpne4zkU5ea1aT28lb { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #kSTm9TXJQcDuF791VTTvfa9HsLx7Tq0F { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ipRBrCsJgoyN2D15ih6rmT2vMagTb67J { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XPFseXZbmZ8uxw6t5Ktte2209GK7pTFJ { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #oBXlOSJgmDPFs7ccVb7viWIF1nK6cMlq { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #N624QFMsKu2iNR8JZsTiBM8cxA3gd7C3 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #a5EkLW65DJ2fhsdfQpimOqHntucfDhJ0 { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #IC5Ai4VoTTwgUikS1wquB0gsTqdxnlwI { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vP51MSTSemaqmFTcIfDqZgNgWXkJ9dmS { width:15.9375rem;height:1.4rem;top:34.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NybtT3yJ5Ce9wbUAxPTfbEKT1MMq1hQ0 { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xJSO8WneHrAa9ShOx5ObTS3aDDDq3MhW { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IuoPiB5367LB4NobEN4PKddmggTr23N1 { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yiJMPm3rfkP5CDFD6uJKHu7iRuB4tmO4 { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #u1aNwc1yTnCxPcHCBDyUWOTnyrcswwRD { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMilSlwc8ZDENNHk0HwwPbPTVzOMdiiA { width:16.875rem;height:3rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vfloa6kbT4Flg6mdnndo5udn6zbDK4Sd { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TRKFX9TTwmqEDMz3mtWf6gu4JcVVg9BI { width:13.9375rem;height:16.375rem;top:44.4365234375rem;left:2.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I2FfzKigLErTu0cXOGsx3rOvtKL9QhI6 { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #UI68BfA9Eym8ErveuQiGmlWAI19gZtH8 { width:5.9375rem;height:1.0125rem;top:61.875rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k76dseFenbwi9Wz2OAr73BqifEUrp4HL { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #SbZ0Lay9xlfq6ysJXRbDpZbZhaCcrvD1 { width:2.1875rem;height:4.125rem;top:63.9375rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yuzleFq9VLTGwpz2OXvEiUy5HVvpq9SM { width:2.3125rem;height:2.275rem;top:64rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mM4vEzOd3Jai7bOaMIq587TSCGGiWQAz { width:2.4375rem;height:1.225rem;top:66.25rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GULWfF7OtsNnFV97fbHTud302deLLHB2 { width:13.5625rem;height:1.575rem;top:71.875rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EK5oTrJi9vn1TEOcTm580QOgBy8pTNLl { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #SCDdRd8F2WQFfdhTUS5EyGvJlg5R46sn { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Ic0tS892Mdn61T2lC0ILBUmLhEZ6ypcm { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #CyvJVvv7Ghed29Umin6TvuBsbLihzaVx { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #uPbnUnEMnriGTBE4gsGNq5ynyO1z9PLD { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XsuBiNQfa28rhNTZAVGkWcDVshPHidx2 { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #GTfIsRNEuT5nd3gCr3EKNZ3fhWgTPzMC { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Cg3ZaD0QeEv4ACNQeI2ot0hOElnrPgW0 { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qvOKTXBueSx2ptxzoMRlxll1aimqO1bl { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GnahV7UUNgfiiruGwxbQyGx9pJTrmAKo { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rp6VCksdc79I6oCuZqlsI1doIdTN0ZOL { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #knSkGFqv93M4LLhaZqopyQg29vuMA2U4 { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zHRpui0a1eXSJMRgn2QQoa93dmTguF5p { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iKdR3MFWZNCMm4z1EiD7MZKL7pP8u8oX { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mK2ZbmSTPLprtyppg6NEIXDT78frHKOC { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #xGI23VFTru8MIsLdXZDcdm47S4D1dgNQ { width:15.9375rem;height:1.4rem;top:73.9375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pzNfxNxOSS1mmwbdelnECy38qQ0T6HPf { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vmfCcgNISLzrtG10XgthXvvQFpNXB9Xi { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lpWJmqOTwqzs0BBnzG4AT9dyTh7gJ3GJ { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tzrunGqlTUcxeEUXBkDAiCdq7oZd9W34 { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HyTe5i494WJXLrJKKVHLEHbDKNqBACJn { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5XZCuJ12259OXqoeaL7FppvrGV1sov { width:18.1875rem;height:3rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EQiKfS0Xgrvm8BHiQTU8GgWoE0B0l5el { width:16.875rem;height:1.4rem;top:110.56213378906rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xIdI1yweV85G3ulnpPnz33WU58y54mbI { width:14.375rem;height:16.875rem;top:83.3125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SgW7E7y9WWsLQ5FcWmFSDfOEvDb6qKNr { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #h9f5Z6bsK5yVidlWpZDxt6Rc3T25E79h { width:6.125rem;height:1.575rem;top:100.8125rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QkD5mTT4SrmftoeGD1fKlHhEKpm6mcgT { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Ebr09bepRcfTF2HeaaokQffmrae4WiKC { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TF0V6zW0F5ThfGceWFbb9LL4LGmKQDRL { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BBR9zSeFCxRwTCGzv0JBowg3Nu3eF0mp { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uHTgnryG61b3fRh0TlWxdflvlkvacX4X { width:7.375rem;height:1.575rem;top:112.3125rem;left:0.5621337890625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pvXgvz3DhlK9JUK6Pi2orP4i1QOp6uBR { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #LwClVp0W3B0TO5Iy0R6Xer7mfe0reVHm { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #qCUiTBHc4oWmPUf8OKnIX2Adm8gixDHg { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #e49TE2299hBTsgAGbTM3iAZXNVMBlGPR { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Dfd4qbmvHQ6wBi2Ttt0ycz45paFWFg6d { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tDRMxEOyqlzPC9Q3nBcCeeEZQvBCHsSU { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #bxBpxteU2BXp2k9n19EIxhAo6VxpxTMh { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #gBgDxl1nyrEpbKMF5CCThoJsXNuqOCnd { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #vKluIrHulsO6dA9wURBzorrTt83VxB4w { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LoyNwKveXfaV0DQ33LIUO9Z1oATqxtsy { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DPpCk8N8GKVeWTngKh1n3VDIVEQzZ8EG { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #inMqZibo2Cs5WyBxtNk1dC9ckkwC5LBg { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rl0UPxMqCW22DJlcBBLZ1KKtxBxO1Tfr { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CZtA1s5H5MW7umrJGe3TeTTQ9xIlOivN { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VBGFWUzuEkOdahs3Ti3TWkgTI7yk9TTy { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #o9cp7bi23CwhxAEQAGcr9R7IQyMiThb8 { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Lqq30ovJdNTowatmmJxLssIZP4TsQ7um { width:15.9375rem;height:1.4rem;top:114.44897460938rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z42DaXTupkc9pHL4ooLJo3wgcQoHHTr6 { width:6.4375rem;height:4.5625rem;top:142rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdydvprP9FHzdXmpqgThE0PyEGqGhem7 { width:18.75rem;height:24.4375rem;top:119.625rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #DxzsKcL9kPNHBZ8QCcfFqrddzdw4x2xx { width:19.75rem;height:25.6875rem;top:118.9375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vSJMZEp4lBt2FpkTDnyoSaRagPTqvCD3 { width:6.1875rem;height:2rem;top:139.8125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCZvKHzaudzhfc5eJUbVSlp1P56vCBM { width:16.875rem;height:4.5rem;top:147.3125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ip8MLa1DPhDwh6O7k6ITu7k08ZQwJ0Lz { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #gWcDmElWKeCZWVVxOsTZkDlpcsauN94V { width:14.6875rem;height:17.25rem;top:122.5rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ildxvvxT5Ks1fWLRTlwZGI0FGTSXnivp { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #q0u2vHTxGhRrExNPN2u4Dka8oURJin8h { width:6.1875rem;height:1.925rem;top:140.0625rem;left:0.625rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C2G9FoFpV4Zq6gq3STH9zeZXbiwGpaML { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Tfu0hUDuZAsHPZatVLgTvaVVcPTp6Cuc { width:3.25rem;height:4.125rem;top:142.75rem;left:0.9375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fIMKz7fPmLPkzSKm9uKyaaV3Xqg1Z7Tg { width:2.3125rem;height:2.275rem;top:142.8125rem;left:4.5625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zv1SbnMHeQL6pTESSQJZNDVzJCKdZWwK { width:2.5rem;height:1.225rem;top:144.875rem;left:4.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ifNpODa1WK3Er0b9KTCqJ972cV49cBgO { width:13.5625rem;height:1.575rem;top:152.5625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KabFsW6bx2pvx8EIM8kfuxoex80nKgwI { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #h3HXlJUoFJTZnSo5oaiJmRQIqTaT5eOJ { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #TPOtkzTLEHQh5y1qTiC617NrpVyExXnP { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #s2QE3xtgF5H6HMPWCP3a3d3ekuSG6sdD { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vCBdTfw2UfulGIoayXeGO6eLvuQ2LbdP { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #d6t2ggvykF9Dx1e4csxw3ZXq7omvp7ko { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #SZsrtptQ1daqRbOEfKswIsroi4JBPq1J { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #fBUq7QAJzTetGOQxliesTcBt8KCnIW4s { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #IwTZTc7hotd3tkAvsg7tKWOZon2TNC0P { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VenT5z5uWdGK2gvALo9zL14JHEG2PoN4 { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ETBz2exDlE2s2NViEhp1cldnRV1cHSyi { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #yW943oEXaG5pZCkLAsP63dPRbkwXJMuL { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #h6AJellI3F086JdcKKddh7TaoivvrLcc { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LCMiQK8iSuLZKCOA36aOo6Sg8l1PS2wf { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TumIeGtqsKhyICibJDOxuitSWTMQzGgK { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #tTpPmzL1JcgR1imkUHHDpCGd4nWdFnnc { width:15.9375rem;height:1.4rem;top:154.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #a8dvlBKdNdIe9uDwHvpdTyOFg9zXLOSX { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OcGzc2lQrzageEFlIkh5ol9V3gbLkHLX { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TsKk14XSwqb26woWiuq9e0HKEOVsgXvX { width:6rem;height:0.73125rem;top:61.123860359192rem;left:0.86250019073488rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T2J1uTM8dvSVGtTKOEcDpF9g7oDgLZba { width:6rem;height:0.73125rem;top:100.375rem;left:0.78125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ElWcsBu4xH0beEsMaJ9sbidPiK0koFH0 { width:15.9375rem;height:1.3125rem;top:36.212696075439rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RZNR8ysAE8zyVEspmU9vdmhbGVCgtKhG { width:15.9375rem;height:1.3125rem;top:75.212352752687rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k1b1i8iIKPsagTkU6OptcHukOX6iT6LF { width:15.9375rem;height:1.3125rem;top:115.84899902344rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xHyVd5JaGDaAUdbel7kyf4tb6sXuspJe { width:15.9375rem;height:1.3125rem;top:156.0625rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { display:block; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { background-color: transparent; background-image: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .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); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { border-width: 0; border-radius: 0; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container { width:20rem;height:119.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLq9OPO2SJsS2sZLZ5T5ack1uWqGSBlT { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cotReWGa7U8edAMVNS7U6D8Khrsq9vHx { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xv0QvclnWaGGM3Jt9VzWy56hoFU4WHNl { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A42TFTBNiiHszLNHLOtkcdWxt1Fr04cC { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IhPKihVUWcAoEg6zNiSt7M6PDDxNOoif { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Z6vSt9awegGMw73GiKNx6orantHXkOKb { width:13.9375rem;height:16.375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cm7F8TCNBNB2LNtnop4e46WOwPdiu5HN { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #yXNtCeeiWRhvL5eZR3M3ALznqdOroIAe { width:6.5rem;height:1.23730625rem;top:22.24951171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jv3TtSXMJHFGZmDJU79q2hXEnKpJnWmg { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #QlkBwVderznkOmaeVaCXQEOLHt2TpEwm { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:0.9375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DrcuGushvaXwDhGDnIwSswDp1eBACLwL { width:2.3125rem;height:2.275rem;top:24.805206298828rem;left:4.71875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dqcVcXAlh8XwfNhlskaiNhQ6u8iZPGxF { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #snBc4l74cMITFMrKvZlUoIiMwpnwiSNB { width:13.5625rem;height:1.575rem;top:32.375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XDMs1hWngDTX0COLWA99q1ziIKaZaTl8 { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RsKTFG2WSE6XvK3nVQG6xqaieciPNsCJ { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #uSZekfHx0362TMOZoIyZ4JBhoEPi9Klz { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #PQzzG5tsFiRX3JBeFpaqw9Tmw760aBQ4 { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QUxtX3V2LBDHxbCIkOK5746bhX8bCsi3 { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #efqWiwK2uaxvkhM9UPWzDi8v5bqVQQBu { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rWzz753kVE8DH8EJQAgRfydLptlW0lyH { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KsnWXa49yVNhJxG26fLFUTrO8TAmnZux { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #wyf90wWPq6q3J96nb0sg6dFgiHAZoyu2 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OWDVUe8g5U9CvkxKFGDzz00cy3k5E7S6 { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EJGGmI7qM72OPVGEmexlzIVpeEWbJ4qD { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #DhNK2ldR0H3q6F4VPEcQUv2WNlt2GcDg { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NLvbCTI6XyuWlQ5e2yVCXLnWohv6pqFy { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fhXxxbxW0TQxZ17T4bgaPDv6aWLlJtCG { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Ba0aIEwnbhQhPkD0zTZ92RUnQ46VNL8M { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Nvl3RuqDyswE56klubCqZLbkSRvntnXy { width:15.9375rem;height:1.4rem;top:34.624999046326rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WCRRdos6TmCXT47HzMJeoSiBC2J0btfq { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #of6sxfbUfWCXrBiBRh6eQbu3oIF8yQDR { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sAVd1WMpkETfkHJ8N1ouH473w4pt1Sbr { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X1P2pGTdq5JN723X3OCGT6HvTBd8TQp4 { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VGcfPQp9Qb3BXRK9TDk0zZ9PZwoNTWpS { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qqta3f8p7sUeokDB3ARivKVqHcwXda9z { width:16.875rem;height:3rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HB9CeAxErykdzFVqRT0X2J5R1ERHGtkn { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XG3ZI7OUltqo3zRgW9bUmZHxygXdl6Ws { width:13.9375rem;height:16.375rem;top:44.4365234375rem;left:2.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCTzwu1ODn9y5TGiBSlcSVBCIf6EWKaG { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #FTLM41273iJaHf8qZNRauOQdiKTmqy5y { width:5.9375rem;height:1.0125rem;top:61.8115234375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Zbufb5vI3QA2lE2PrsPoda56b542eRZV { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #h2RLfbGFI02VWeL1uHdQdTACep0AsA5G { width:3.25rem;height:4.125rem;top:63.937377929688rem;left:0.93701171875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q5CLK3befsbkvxNQF3sF89D7tbWuTXOZ { width:2.3125rem;height:2.275rem;top:63.999633789062rem;left:4.4375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SVX6C80xyuJpchgJaceyV2rSwubB9ooi { width:2.4375rem;height:1.224975rem;top:66.25rem;left:4.3746337890625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hCTTG4bSg4950455dcpk23FKTqDXofx9 { width:13.5625rem;height:1.575rem;top:72.123901367188rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Cqvfo6JApt7txssZgUvG5XMyKrOiGV3x { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #LlVB0KuMNVb7G7qPuX1eqD5OwV4mnUXv { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #hV6NUfI2DWbBt3EkpTndg8hGcgq0Plq4 { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #pIT9gI0n7f6SS7bXWpub6zBdBrb3xCKs { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rSPzaHLAguEXCcyST5OIopFFCgLZeQgy { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #HExWfTVdbnoiiPaqJxuXRTSnbnPQL89N { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #iV1bn1fmGimANmWKoPqvJKckBd5xEp49 { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ING4xqxwDRAUVbIA50yZJAxNWsgr7THb { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SgDGHap662B51xxH5etoERAmqopdkQVK { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XDe49UPLCSFLaKcm8tTOfPMtETl5FzUI { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Dv8gOHJdKZqw0VpPbS1aXLOKTIrCBMwZ { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #gAHzbh2HUuIIqSUZZ006klhoIfW9XJPT { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Oe3w4UiCgVIrXhyBZIt3va9QTDgZZfkX { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KGqsu5TKoPUf1bAnhmVFiTVDxwt8p2se { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SACpOZMcF6cTlIRuT3kFNevrku2mykVg { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #S7KITXmBAVU9QU8ooVsloS1gfJ1NT5DB { width:15.9375rem;height:1.4rem;top:74.3232421875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gfcmOJ7AoJf6ryqPWJD0MPrvV8WLWKew { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OKGcokBaFMxA8Vbg6mFTBeCL2vuUI0Ko { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KUuTOPhElTFWOcZXuNuZSy4BLwm8Arwa { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u6bxdxkgyidfopFgIXt07UVb5mS9WUHX { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Vo6hAGPdseaHgz0V8F2veFJZJXVTnRm3 { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bues6IsKK6Pn5Juv9c3oiTlJFVbalGqx { width:18.1875rem;height:4.5rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T4UXpyntTn1Jv92OIVC0BJV60DSXeP7P { width:16.875rem;height:1.3995375rem;top:37.513427734375rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #JfWVORpw3TZs11bxuEaozUyTGatxd2ox { width:15.3125rem;height:17.999875rem;top:82.163696289062rem;left:2.34375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V6Rs3Q65BCgD2iyCVCMPfbcnuHvTu28m { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Hm2LnV11wyEPcly0Hk36bwcVT9VNdw18 { width:6.125rem;height:1.575rem;top:100.75rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VpB5dXTiHEZTVi1G6hSIwOuOXdrSLwNu { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #E05Iqmotr4NlZH7OvafsHIWCl4BLtmnb { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rT0DKSiaeegkX0adaGg1IdsEVPD8dwqH { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B7PfnQMAvi06BMIFmq22ep1HJxovdK0L { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gg52CDfUulPzLXdoeC3P2hepCPyb7DFz { width:7.375rem;height:1.575rem;top:112.75rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ewh6P1Hoc6aufZs4HeTDkd1skP7dbhNb { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #P8FJ9doMomugmnJxkswVsL5ZXBuOeLDI { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #JVmcultUVUaPZMfHd5HisnTTn3Z5Fvll { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #qc7Kka9LGHDlUdTzLK1HqsxinMxlXadO { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IqZRuxRQeUZbUyLpoTXnhGgq1hF6KTPm { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tFS7dfS1TmMzsQwiSanTpr3S2J2DIuPc { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #F9sQDBOtyNk4BPLW9v5FFyd1oGJNcbGK { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #FLUI439yXidfoTzLXKDTV8npeeSoRDyo { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #NzSFZSr4xxKsqbuKPM61FtqhmTz2pStl { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #I7JFfWeGpamfgbKuybXbD2bnr5OyNOCb { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lhOv6WlAh329brBfm8fEe2G815yqTkmt { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #lm4Bannfnps2XrmhtMNltToAHzqKLR2m { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BrrhhdZuPLCkKCnzTMePbXNhF5KnpPAT { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Rd84KxHp1kDVqQtb7orHzCmQQzE2vAJ9 { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EgOuKr9ZRnZDHvFboCChpFPzX9J6udz9 { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gqb8AMoHag5kWm9yEb5wnhEd6Qx9pXPH { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Or9sByxUy4pRSxXc0OMRNehCkPBk3B4g { width:15.9375rem;height:1.4rem;top:114.875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BhorCmkPGRBubqDG3s46DyxkCd904Krs { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8aTGn5iNSWMG7fyXfGxRzcOnzkSsE0u { width:18.75rem;height:24.4375rem;top:119rem;left:0.5625rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #HrTQTwVB9cDi0bsZJkHfJnVdTQNU7uat { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ux8yNUDiOJmBEcfm1pBWMJwuTm6F3VSN { width:6.1875rem;height:2rem;top:139.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EkFMnM8OxOkedHmf1EtDvOb6T1RGUToq { width:16.875rem;height:2.99926875rem;top:146.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #MbiX7mPLLldMTpyZKVyzQxw4RFlQoBMK { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XHXs7MTfDFRZTLzr2rixrvOS1vuuuFqK { width:14.6875rem;height:17.25rem;top:121.875rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IbTrdDHPcISkZnqqc00NsDfkAQKA9lUO { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Rl0bR28uA1pfeleS9sTlbT1tTy6PkF0V { width:6.1875rem;height:1.575rem;top:139.875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #mmxdskemDbTz9g8RrGlDbF3a97eEq7Pd { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aucyfD2Ki2cGHFS1SEl0MocShmZhBkh7 { width:2.375rem;height:4.125rem;top:142.5rem;left:1.4375rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VLG5EkggL1rRTWV22nEfZH7tyWobHXGP { width:2.3125rem;height:2.27416875rem;top:142.5625rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rT5WaFR4bk4T95OXd9gxCJn0qVNs9q9g { width:2.5rem;height:1.225rem;top:144.625rem;left:4rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xXmpIysEN2I9PQdvm4Tu1yDTGBtpeMoM { width:13.5625rem;height:1.4rem;top:150.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #yrSFcroG5Rhyi5WLTBS4S5cInVWn7pTk { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #N2lCsmiizDI0USnQgyeFm3KE8S1Xs11L { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Xd2754U8zFhgzDUvxBPdhxTptpWGKURT { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #wEl9lIxZ2Su223VJPAeo7d2S7ZeBoO5v { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AImI9zyNIi8LM1rs4w93U8fwv3fVdXrh { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lgo1uTOJTlzm7iwuuEwlPbyc2rzcRL8A { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rdL97FxlgNM4QG27bs1Ba35QvqL9OJ7B { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KbiXfmlB81e6v6nB6nAOfntTrHnQCzm0 { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #qGZJVtD8EwIMxed4FzpSM0qMSuzHuaB9 { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #t7pp5TaGSAHQp3ucvlCibw3viu2AvHwF { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AcHU0uNJCbrpTwvJ4XOs85rF71ceK1KM { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #bKB3V7TZesBOGCiPnqSidpc2qhZUzVZ4 { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hWr4nJeGG7b4qnHZ5JhhpSub2pedmQ4Q { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gVgBxfaWhMkLBZCylUFhHPwH2enCBQhv { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ViT6km6mpT57wcLfAvbXJx8G5UtWq5qM { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #U9Q22mEpoTZBRZt7LyfOs07VQ0w5EbrX { width:15.9375rem;height:1.4rem;top:152.3125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #PEoV3PR9KOtcTse4h5QZhNTkvFHPtqBI { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PwsN6AoRSSqlXSx5Zocwrf7BPd5HQASl { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2kk5waI2xw99WxhLaKQJWWU9GRV5Guh { width:6rem;height:0.73125rem;top:61.108189582825rem;left:0.86250019073488rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vs9nKI2sQ1dkH8qHUyMBXbFNM2MRxHNW { width:6rem;height:0.73125rem;top:100.421875rem;left:0.78125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CmRi38lqx4orGfnT7xqKUme8FQUs4KSt { width:15.9375rem;height:1.3125rem;top:36.02499961853rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BmPqKoRtcrxByZhTCpt0CCoPCKTEuGX3 { width:15.9375rem;height:1.3125rem;top:75.722915649412rem;left:0.625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #epg2XQOt9gTwGNPZpqKryUBQknyX3LI5 { width:15.9375rem;height:1.3125rem;top:116.27490234375rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt { display:block; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt { background-color: transparent; background-image: none; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container > .video-iframe-container { display: none; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row > .video-iframe-container { display: none; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .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); }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt { border-width: 0; border-radius: 0; }#Jt9irgH3mrX9XbHuQqiDlBGyBp2ix2Lt > .row .container { width:20rem;height:185.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6GuH8qsAxoHhuxMsvUbFRm8pkQcJUDQ { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uKO44aVboRBdJTR7btRL4VAOuMTycLTh { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Oh62hw10mPPFV7tTZFAnzFvIoekEC3rJ { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B4Vop7EV8vEvBwHeS0pVbeTJkCZy4s4N { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HK8oQIHVt4P6JlV66Let39EgehOqlT7y { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #zGRgnqacoWSdN38XQs9o1ofUs7FXeum0 { width:11rem;height:17.1875rem;top:4.2876920700073rem;left:4.3125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sngoZncVZMLXy4lULpaJkm9fXaHLZc9B { width:6rem;height:0.73046875rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #PnIMlAv8zTq5iBZko3vhWbn6SiqtTq1J { width:6.5rem;height:1.0125rem;top:22.3125rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FHhi98Q8o7Nz0t85ZgVb9DBuETHy8img { width:7rem;height:0.9625rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZUbvt1W5o1SJi0CoLLh8A3FqAQa10wzG { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UOIMd1n05a8CXh60uWJ7K60yF2dWs2TD { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.09375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oJ673XWNo6ymwHrTvCTQoP2M2pMHQuGN { width:2.3125rem;height:1.225rem;top:27.03125rem;left:4.09375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GeQT9cSBMrpBFs43wLqdAO8BJm61fIJZ { width:13.5625rem;height:1.57421875rem;top:31.837524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #MLupeIU1Qdd6Lpv17KwSz31MKK1dPJ8L { width:5.875rem;height:1.92505rem;top:33.75rem;left:1.1875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ghrqrL6WhFNmeT0Ruq4m36WIOgWPMTKN { width:3.375rem;height:1.3995375rem;top:33.9375rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #FZfTR7NMkvcAePS4dmCdolyuMf92NTa1 { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #KAhqW9lGB12G9d0T9dIaMkCZTPJkSvi4 { width:6.375rem;height:3rem;top:33rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nAtgNZ9MmwtQOwHTsCE8m9kpy2pkVXwX { width:4rem;height:3rem;top:33rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KalWx8M5T2RH6GuJcgOWLuZi4T9NqMyh { width:5.375rem;height:1.925rem;top:35.5625rem;left:1.25rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #bd3HZRTzUMAavsMEbEEFkm3vD8ezFFWh { width:3.375rem;height:1.4rem;top:36.0625rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #FCpLnQc7bKEC69PCXTc5BC2ez53ceH1q { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #C9XSr88i4PTcVGDf59RH8tdfXe5cm5AS { width:6.375rem;height:3rem;top:35rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TzhnGyeErfBxXs89RgViMCSvEJdJSA6X { width:4rem;height:3rem;top:35rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xI3gWht01p5nQ8KkegVeNFQpsA2xuf18 { width:17.6875rem;height:1.225rem;top:38.5rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GRs4lr7Piw1K04wDUfBEOEk12he8nMiT { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eTKXfc5qTf9uK6g6gTLKUekGItIZkTHk { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pX5h9UK7EFIINzu7B7lzH5JOAIEuKdTq { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #pn21nIbIiOfJ6pEpSsNHdbbUlwxi3xVB { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oNTNzmA5QQmoJCvfbViyFRgWamBGWMl2 { width:15.9375rem;height:1.4rem;top:32.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #N9uuu4UVlRHn6PBNVqJLyIDzMz7uRTcy { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fhorboi7qM1O8i9TTHGTM3KsbAAP5AAp { width:6.4375rem;height:4.5625rem;top:65.6875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cRR370Qf2hbAwfP85CULblVSSghz94Mk { width:19.75rem;height:25.6875rem;top:42.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #htm9OmLQJrnGRvAkl1TwwcA6z1zSooih { width:18.75rem;height:24.4375rem;top:43.3125rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #PEtrDpTPZbOKeFcdq48nSTPxBKHVa9Dm { width:6.1875rem;height:2rem;top:63.5rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nJXD1TelFw1bgZQUKn7llChOq7xOwPyJ { width:16.875rem;height:3rem;top:70.875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ygzUuyUJHOac4fZOOUHepLgwMoin7QLu { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #nM0ZuCo0RMZbUhXNyqCkUZJCxWbW5Tee { width:18.25rem;height:9.125rem;top:47.875001907349rem;left:0.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uerfIZz8y76WDwD2tZ6yu53mZLOUBsQ1 { width:6rem;height:0.73046875rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #lD37cR73ckLkEGS4SFyCuTWl50zumOZo { width:5.9375rem;height:1.125rem;top:64.125rem;left:0.8125rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yieKRlhXqvSXVEXGKMfSo9wtldoiv1 { width:5.875rem;height:0.9625rem;top:65.9990234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zCP4InWivmh53NGnRwUnpKOa2TwRzhaQ { width:2.0625rem;height:4.125rem;top:66.5625rem;left:1rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UEar8uxkPOX87MOmnU94LVVJGaKq9cLs { width:2.3125rem;height:2.275rem;top:66.625rem;left:4.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmxuRzJtFFBwtvhJd3kzXbEU0tX9ptD { width:1.6875rem;height:1.225rem;top:68.625rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FklWF1LxcemNPlWL0NskTFO9yB5tOBnt { width:13.5625rem;height:1.575rem;top:74.5rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VmeX3Gau25kef1T0rD2q0d1TQeUgfLlD { width:5.875rem;height:1.65rem;top:83.25rem;left:0.9375rem;font-size:0.75rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #yDgA6hxw22nN0dPfnfn9lOmMtS53XK7X { width:3.375rem;height:1.4rem;top:83.375rem;left:7.4375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #KDazoMacME5LF7i6qgas2t6ikO5hEwIC { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #k8Ul6c5RxGcbaXGX3ovBXgp7kyTeWL7z { width:6.4375rem;height:1.925rem;top:79.25rem;left:1.1875rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #TeiN737WoF4vVhhEQgQClLpkK3ASNTH4 { width:3.375rem;height:1.4rem;top:79.125rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #T52CBq7shQeqEDedTCn7bR5Zk79knnD3 { width:3.5rem;height:1.05rem;top:80.3125rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #rsFBe9WckEAibyPm4bnpcalrxGUZ6Vce { width:4rem;height:3rem;top:82.4375rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qnbu7BIdcfSU1pcbAr14vMoGPTs6xiW7 { width:6.375rem;height:3rem;top:82.4375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UfiTTmLf2xNZxGK0gxZ3Ggn1D1w8QM3H { width:6.375rem;height:3rem;top:78.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XE0ARhZ5b3vdEzDu6eXNB20D9KKADv7S { width:4rem;height:3rem;top:78.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XZbpITkieIu0FXPMrpqqgO57BSJvPETc { width:19rem;height:1.225rem;top:86.3125rem;left:0.5rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c4I6o14m2b4RycF2guIqJLOqPJFTof1S { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mJKc10GOU7eMTuUzR2FLmZS6RTewRCm6 { width:6.875rem;height:2.5rem;top:60.6875rem;left:0.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oUzSJv52Z15q28RRUNd1BOlzQCxOEvtS { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PWwEIt3VQ8sAGThOV0ATJ2lieJxJav1t { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #TaSMkwMzs8cTBZJvXGVOINgy815D4FSB { width:15.9375rem;height:1.4rem;top:76.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aPbQmzOkzPw9HHKSC6Pqf5urfHCqLyqA { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fEr4ttWsVATSP2KFMdTENZreyGp0HoFZ { width:6.4375rem;height:4.5625rem;top:114.25rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KsDBmGQgsDkSR4hgQVT7k60hpf429MgW { width:19.75rem;height:25.6875rem;top:90.9375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WTWuHU0gKZu2gntJRr7uM8EtTx8XtTbI { width:18.75rem;height:24.4375rem;top:91.5625rem;left:0.625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #m6saKaI7gilsm4tvXnavK4KubvEehM91 { width:6.1875rem;height:2rem;top:112.0625rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NoTACGM2tEZGRVon79q5lU8TLPNqyO1R { width:17.125rem;height:3rem;top:119.4375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CizmrkAwcLeSKtkgoR1N92cLKrAFgDaa { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #HaXWs2xkFOTZaMX9CuQsUmiVT1Hc0lzT { width:11.25rem;height:16.4375rem;top:94.06249809265rem;left:4.1875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Oo3ML9ICg8i0d99b87tkaGyT6TrvLZ1p { width:6rem;height:0.73125rem;top:104.625rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #BDHOHuHNJieIt2DnKGZHVRMD0NOTbKiw { width:6.125rem;height:1.75rem;top:112.23749732971rem;left:0.78125rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SmUCFxgSvozqh12p2SJ6bqusvGuKVW5f { width:5.9375rem;height:0.9625rem;top:106.6875rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #izCF5hagKO4M0RLim06VH4k3NN3cwQlB { width:2.0625rem;height:4.125rem;top:115.0625rem;left:2.3125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yDO1yGVTcpneW7W2TlupAUToQJlbp5lD { width:2.3125rem;height:2.275rem;top:115.1875rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LlgRN1AbvVD9vRAUASlHZ00kEQGT8FEd { width:2.5rem;height:1.225rem;top:117.125rem;left:4.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GUMByOJH4eiL2eA8yhSpJn6pQ1m3MUCd { width:7.375rem;height:1.575rem;top:123.125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GLyZbQlfF03nyzSZ3aROuQz1VP47kexv { width:5.875rem;height:1.925rem;top:128.3125rem;left:1.3125rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #k7UGTAXQG5aeDIu3y0ZzUwSfzsy5eBRv { width:3.375rem;height:1.4rem;top:128.5rem;left:7.4375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #Z2N0yogWCNmWyFOhCnpGB0Nq7MOKJGhU { width:3.5rem;height:1.04980625rem;top:121.6875rem;left:7.375rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #smThlzr5Kv6TeA8sa6lILimCZagmnOa2 { width:6.375rem;height:3rem;top:127.625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T5rO77Iv53mKTGesKTaGSUfkUseQ9IaI { width:4rem;height:3rem;top:127.625rem;left:7.125rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BFpNGu4JJTAecT4Tt120fet8K1XJuxxa { width:5.75rem;height:1.925rem;top:131.875rem;left:1.3125rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #QpGg7Zl4HdTLCq8plbLZaTpBOS697B62 { width:3.375rem;height:1.4rem;top:131.75rem;left:7.5rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #LwXIouUGTJ8RzouAZrVp8MdtSZtguBh9 { width:3.5rem;height:1.05rem;top:132.9375rem;left:7.625rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #TRTgo3NZKkd4QQXvJre5GtfceotoRt9i { width:6.375rem;height:3rem;top:131.1875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wUQwaGGDf0iVLoerxurrNn7i7hdfH69E { width:4rem;height:3rem;top:131.1875rem;left:7.125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NFbzt9AOcAR64caV8HigJphXxBllSVFf { width:19.1875rem;height:1.225rem;top:135.64910125732rem;left:0rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #M8IaWCOQ06Hrt7zASCrn9xWhRgvfifUy { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oTAq7u3WlLmgRvWLTaIVkkqovFMTB210 { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xTUAhqUAnCw82mLddT77blT4e5nNKwls { width:6.875rem;height:2.5rem;top:101.5625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #X1gU4TMTgA62EOmUfXedpGKtIwdenb87 { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fXKdIiTDXmJbzf2ywfmFoTg1GMryaxIn { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #BqRRLeiBEMXNHzH42BHHumay0uaIv7KI { width:15.9375rem;height:1.4rem;top:125.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #r7V9WsycslArx7hMdTzzKXoFdeGz74X9 { width:6.4375rem;height:4.5625rem;top:160.9375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDpfNtXlbLPmTe1oLNNSnG5cdZUHpNql { width:18.75rem;height:24.4375rem;top:139.1875rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zNqc7bQQqXPQWmoDCbmTZfUgiCtLZK0S { width:19.75rem;height:25.6875rem;top:138.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lzgiKK3i2MHn8qOtulshSTrFZv9FVTJc { width:6.1875rem;height:2rem;top:158.75rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lPpgrrDT3226dONWsVpSfBUsm79T8s9I { width:16.875rem;height:4.5rem;top:166.875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CGoFhc3eWmlUdQCdnITUhVW8wonfzrVN { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #uSSlAIH2LdIs4D75BBmymM6kyXvbulJB { width:15.25rem;height:9.5rem;top:144.75rem;left:2.375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VzmFyNG6OvGPIECyFmtIZmUBn642J9We { width:6rem;height:0.73046875rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ThkMDLhH5BFPdLNdCe2nuIK2NGtPn7ZL { width:6.1875rem;height:1.575rem;top:159.1875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WsxNWMp3J6Aw3XgQ3xKbcHlR24gb0L49 { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wWp9Pak2ba2pqUaC37M0RpgQEdk7oQPX { width:3.4375rem;height:4.125rem;top:162.0625rem;left:1.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dJTcua5xD2bSekevwLvyBNbbdt35z8U3 { width:2.3125rem;height:2.275rem;top:162.125rem;left:4.5625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xvTt2fI8lsBFEuM4K9vnSDw4ns5dDqss { width:2.5rem;height:1.225rem;top:164.1875rem;left:4.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dNvkwQO7EMWTGGbTZyunPkNh2mGO6HMT { width:13.5625rem;height:1.4rem;top:171.9375rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rP2om1IZKUV5P6v6LIQCdB3DIEiKhkpV { width:5.875rem;height:1.925rem;top:181.0625rem;left:1rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #u4FSlLVPmeexvCigHG3QauUTf1zX0p2h { width:3.375rem;height:1.4rem;top:181.3125rem;left:7.4375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #SlZ1BQ8aiyszsLwaEZED8TtXQTcTd5wV { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #qaStTzeGCe0pTxMKSCcPL8V3nfqPKNeG { width:6.375rem;height:3rem;top:180.375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t4Qplshg4O25thcDAG4wGXpcr1tgQ1vL { width:4rem;height:3rem;top:180.375rem;left:7.125rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NrJwpvM8CBhOAM5GMn8sNkVFwGpnliGg { width:6.125rem;height:1.925rem;top:177rem;left:1.0625rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #yUUOTgvT3ZqWF9y9cwxNU9RRboD47cME { width:3.375rem;height:1.4rem;top:176.8125rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #tOqDQ3TS1ZqV4uZmRbn6Lau1M2LTuUwa { width:3.5rem;height:1.05rem;top:178.0625rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #c3WHFKMb6tf51TNTAXPp18IPc3gPJf2s { width:6.375rem;height:3rem;top:176.25rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rzJizquluv40PUPnMetTUcJZKwy1l5Xb { width:4rem;height:3rem;top:176.25rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dhn3CMphvLGvoF90GG2qn6cpAH0bDbZC { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #UCznXAvHgrVJEHHnJr7FBCz3ZZbLSeOv { width:6.1875rem;height:1.75rem;top:132.3125rem;left:12.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EVpIhkBtO0LIZN9oJE02WnIbBQTbBwzz { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #z4Gk8B9H30gD6R0Q8DlAqptV2grzWugZ { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FO3L50hnzBlkIVyCL0XwP6E7kdz1s1Rm { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #qfHOPa7sZhoTpHgqiaV062lDdTtqPlUJ { width:15.9375rem;height:1.4rem;top:174.125rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JztKIlcVEgI1y9EFGptqoHdAFwJPiAkl { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ld79VcRhOZSxDbWtgm71BZKr5NWTJVsa { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw { display:block; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw { background-color: transparent; background-image: none; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container > .video-iframe-container { display: none; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row > .video-iframe-container { display: none; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .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); }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw { border-width: 0; border-radius: 0; }#JHZVhz2RPJwH4P5tdC5ra48HuTFPzJgw > .row .container { width:20rem;height:164.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZfHX53HKUatb0ExcAGHS3B7NlbSuW47 { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DAwVTOQxEkt6yuq6FdeD4oyEQ7UpLQTz { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mqNkSLraPC6v80EeTtOLZwVt1vcLwCdH { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TWxQLhSe1LggU6RkIr56dmmParEZr0AP { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GLd4KwDaRlCD8tTSGMGvOhy0gNeKRApQ { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #t6FdZ2diOrAeXuD2CA9CUO8MAK4ndB2T { width:10.25rem;height:20.0625rem;top:4.0064458847046rem;left:3.9875001907349rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zI3FP8iN5sOLwGT2FkfT7HQXTzK7FUVM { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #cNttIkGo8GCMWWyuKCnWCAXKehkTm0Sx { width:6.5rem;height:1.23730625rem;top:21.99951171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KWgCwH18fiEWfzsHlXXyd5wm3EHTm7wX { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #L0cpq7JWfUVSpGgkiLoIrMVqWMuKGveT { width:4.4375rem;height:4.125rem;top:24.75rem;left:1.625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WTKN7MBivUgquMX4WsUxD9AAfp87Fl1O { width:2.3125rem;height:2.275rem;top:24.75rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V77VeeO84x3rTpvsMQRZAb2iVandgF8E { width:2.9375rem;height:1.225rem;top:27.1875rem;left:3.875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KxlzcgmdbI1vmT2SJhTRWNTaIKsGpBOV { width:13.5625rem;height:1.575rem;top:32.6875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yRR8caFbmOCEVv8zpxydR528vlSP09yU { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #oJr6O61IJDGfsz4AdaviTeiSbqVg8gKu { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #PoIWTv5UycmWxdWZG4fimEouxcpiMuC1 { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #UDv3V8cqFQxanKDrEDCnIulzhD7Jb2G4 { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #B01q2MQgvtJ34dLb3c0J0aMQsSpzuowQ { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Z4u4TIDz78nUOlkdy4948kIUJSc4hBCZ { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #guFvf5NxKq5aqRwOPaiDFBOfNEgvKo84 { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #QQDNm4GmeK3LT8EAmEQbsZU9NE7VdGTm { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KXJnRgEqrrKJN085wyAnRXCvOkHBpobk { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Q13dJJOTTButVsgmPRA1OrrvocxutGq7 { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QVB4QiX3A1rsSITDlVdidCsJ0SmEackP { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #opgtKkTp7q35wKqi0pHg6PWdf3G7iuLf { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Pwck0mFAkDoXhCSHeTwTBwG7TlB3HSDN { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bToohU4MgXJG4eeZXVrnKlohQ4DeTGcM { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #wmIZll8Pm2X4upBg2ulWZKJpbsIfWtMA { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QnAJafDS0yQtFwq3bD8aS5Amyew3xpl8 { width:15.9375rem;height:1.4rem;top:35.3125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VNIR4AbD7LODdkWHDnPPywUiw5JraJ41 { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vfR8AGlzsqD5DgXmFGTLm7g5CseI37BZ { width:6.4375rem;height:4.5625rem;top:63.5rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FThTvL2SdNlU5QVVA68di9QHGfa9ToDL { width:19.75rem;height:25.6875rem;top:40.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UQeNiC1yL5TFvMfczNiXuyJAtF1T85aE { width:18.75rem;height:24.4375rem;top:41.125rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ggGtVGTDNcPWvEW4JIGJhqy9XhA3GKEi { width:6.1875rem;height:2rem;top:61.3125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #keuHQRKwaplIDJnrnGPmdSHn1QUgcnPG { width:16.875rem;height:3rem;top:68.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WrUZolheR0BIUpuFKd3TwPrtTWuPfaDp { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #W4Mc41dEaTCk11sigHZdC0n1luAzGgxa { width:11.25rem;height:18.8125rem;top:43.112499237061rem;left:4.1875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EuyhQ3ZEAMcnASg9NQzI9xyFk9xXoCVJ { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #wN7yThI3VqnGif6Zx9DTNeC4J1JtKyO5 { width:5.9375rem;height:1.2375rem;top:61.875rem;left:0.8125rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sBu2vTtn9uuQ3nE5x4WzoDRLXBmJT1sJ { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #px46MdolSF7D4kLHPefN3Nw8gMbRAG1u { width:4.3125rem;height:4.125rem;top:64.375rem;left:0.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NRFuvHRPiWxnxoss2hID0p3vmuqTBno1 { width:2.3125rem;height:2.275rem;top:64.4375rem;left:5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sTUdpzfdQlQp2EXNLOnofDWdqv6JGCTA { width:2.4375rem;height:1.225rem;top:66.6875rem;left:5.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nn0ZinLPSITtuFy7dLb7pQ9FCof41MgG { width:13.5625rem;height:1.575rem;top:72.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qrLyLf3uCeZ6BHlhyyaz0TesbOlXTWx9 { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #KJ84f3ahx8WZl8E93SGxHmtVPFerEdmd { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #aLoeBrAXIzUX2e0GGOsKl3tTTFenSiRA { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ikqhAhWqO2UL4q6Au9KtHwpfmPwSyGQE { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #cqruoWkGLa6opA98ocfOfTq1BfK8SySg { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ElkHcvk3xxoDJVEgf4cr0gTzGngeWp2p { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XqxWO9m9Q5FJBsXqk9nqex4pFRotBvPR { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bhnTmUIEr0QLerhAFUE3qcCWKIwvmZ9U { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lOeUZv5PvWVeoWVLl8PMfLHMTaVKLhVZ { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MbCICZMRx6WDXHzV19TBNO3AK0xZXlgn { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UG3CLQdxBkASuCFEs3MVgEdaQ6octaGm { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Q4XkdfKTTPg2V8bG7ICis1TQegDmzAsB { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rFSc7kW8WD1pWwCDTTEwgG8ftma1cOLy { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #c7RzTR0e4e5UvnKZpXTMPeoZB2gylgLz { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oiFfMBWCbznWOeIxCPcuEPGCtekJ96oF { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #pZSXQKMS8I3QSapgUBPgDTmt3o9Bszkb { width:15.9375rem;height:1.4rem;top:74.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hI6qb7OP3RKwTs68AwoeMn0IEufJ0Qzb { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uA0evSXgpCJq7BwO5NKunpXwK8GCKKlP { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NiUPIVQ5WK8GfVgxZdHqPHNXoJItsdb5 { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y40U4rVwtIWbtAWTKnsADL6QeazPTm5c { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #hMnn0X8DxbCXnkJhnQEqMdOSbn6kAW6q { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E58pTrEt0ZkHBJcHFUZceT4Xl4LBTwze { width:16.1875rem;height:3rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TmywAXVaS9HQ3v9QCL4RFi9PQxdFWICa { width:16.9375rem;height:14.75rem;top:82.09228515625rem;left:1.5301513671875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gibnrioEXfLpxbH2A78e3bZhsxnidOkW { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #D9ZXn1Ub8Gmf3FK0DnzOtrCenhxBsxST { width:6.125rem;height:1.92505rem;top:100.37487792969rem;left:0.74951171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iX33247IRzlVtr7svcoFUrZTz2kfZZTZ { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HhOGHI6yiufCebvstDqN7bpHzRxl84qS { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BweS0aZ17DZGTtD5SfHy1PAvlEMeI1M4 { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DyH2pBdTWG9r3y2xhZkWTfqpEaroRRUn { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #goGGBQuG80yTbOnzRf7oREPpSp5hVT0D { width:7.375rem;height:1.575rem;top:111.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sBx8z4ynlVQAsR0ZtdQtJQ4CewHXrJei { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ypf70ag24w8ARVpinQDFMTBvOvaAnwI3 { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #vG3uOq1rtyKQiovSViP0uOOEEoS1f4kz { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #peDGQTWHw8nEE896t6vvv66Lz24AM5qh { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #srHqg7stihq0nihzvnvPtNcDTPhluMxb { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LGRweRU7TqXoPwIZk5qn880q2tU2Irk9 { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xEQ0ZZJQHrrCAXAeTbcfS28wITO5fLkV { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #g304WkvsOvLONB2Pa3OaaAnJ4bJahEOB { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #l2RVBbL5mWQ8Q8ctflF3Kwx5qDl7cII5 { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #syRAiqmddpTeVn85zoomIO2CvF6Gyqye { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RamNFgQZZ4Ia2FanIRd3MtiPEqHZKU6q { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #bQvSBinHndFu2ieFBB6E2LeZI6TvMta1 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RLgs0zZUmvHM86PAXQfO8bD79KVozPqJ { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Kq44FWT5iSHdBaMHn93rZg01yGSoW7QI { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Krrr3HSXDkaS03tby1cK7KRgrRqSxtM7 { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #p4MV8BDCn1AKRATPzTJoJSI3LBpFQ3uc { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #EIzzs8kOoJNmlfpazf8gvBlBVNnCPwWU { width:15.9375rem;height:1.4rem;top:113.81249809265rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KitnOBLArmNKuaxc4ksSmWFvgSXJiq66 { width:6.4375rem;height:4.5625rem;top:140.5625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEUho3XThXptWmuuLdi2qBoSg8uXQLEV { width:18.75rem;height:24.4375rem;top:118.1875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #hhwSIhTaMDrIXnI6QUNMH8T2LNN4Pc2N { width:19.75rem;height:25.6875rem;top:117.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QHkJ6dRHoo6oo6gTl6Hn0R6iBIv2z3CJ { width:6.1875rem;height:2rem;top:138.375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m9GcBrvIOV4u4pvJkRB6hhIEQToehvHN { width:16.875rem;height:4.5rem;top:145.875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HmoGg38J6wSBlzBFUWO2AprTuzTUX23g { width:16.875rem;height:1.3995375rem;top:156.87438964844rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #xW9XHAAVrW7Ti9BeORwJxhN7mDU3sei3 { width:6.625rem;height:17.3125rem;top:121.125rem;left:5.8125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kNAM0MfzOOOlsXzQdDkBTS0Htv0w4DpS { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #pgceUbLGdByWOUrSVh1wnhNhNNOrW5xu { width:6.1875rem;height:1.925rem;top:138.75rem;left:0.6875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ADIyncU2BuIPOlu5mgF2AeACIDMrHIdq { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #oHTdI4XUcnM9t5ND3aPTFhFBUeaaAOZk { width:4.375rem;height:4.125rem;top:141.375rem;left:1.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W7iIJFNKCtSOolShxSFHEaHFuf1KsHlZ { width:2.3125rem;height:2.275rem;top:141.4375rem;left:4.75rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fCs8yTM6s2NHVqeFVTJGm306DH8FDhHK { width:2.5rem;height:1.225rem;top:143.5rem;left:4.6875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #srriXZbOXH9ciDZZzabDM4m84dRNpLWN { width:13.5625rem;height:1.575rem;top:150.6875rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gT0Ole6aaCfUoLXdsmkssL8HciqAHdhM { width:5.875rem;height:1.925rem;top:155.8125rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #SikoZqXD6UqEsBkir409sXV1KITpiKDV { width:3.375rem;height:1.4rem;top:156.0625rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #o6TVyCrAM7XwclrOdoJxcaT5s3qfchvL { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #zeRopVxCDeTC3R4HW4R3iFfgvEOKNXUL { width:6.375rem;height:3rem;top:155.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HD1Z1sH0QJm41mIhP6y4u7bdmfyWwIHD { width:4rem;height:3rem;top:155.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uLDIcxfXsuQ0vHMvBduzbxyTvpnEIXhH { width:6.125rem;height:1.925rem;top:159.375rem;left:0.9375rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #i6Hh6dyCgQC7DazZL63bMZ5NB5CF4TCc { width:3.375rem;height:1.4rem;top:159.5625rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #tErukuJoAK0JhS7hZXc2FDVJwaXs1GDz { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #FJVaP2Gxtwn8lUvtvdfQ4tT0dToTxXT9 { width:6.375rem;height:3rem;top:158.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h9z8F1wwa1TzCCqhBDEV0kJeePM33pDp { width:4rem;height:3rem;top:158.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KoC4w845BTpJsU7qFRaAnph1UU50rw9C { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #gxVdxgXXXEqTfaT5xGRgTUivHoTk4cfE { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vMDwGA8yTGZPSvK100RqoKnEGuR1NEuH { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #m7nAOxF99xA1EiTPaGuI9CNbne1AFL9x { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wdZAeLdqsEiNsWzOoycm4SuGvN1bT6Nn { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #OErysadrplym7fxzcMlX15V5zIBHTV2h { width:15.9375rem;height:1.4rem;top:152.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i8CAWVzBBnOzKVG3CWA22zDPeGhirT1W { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PmgSrJcxT2dTFPIlRklEcFwbu8k8AUvF { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa { display:block; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa { background-color: transparent; background-image: none; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container > .video-iframe-container { display: none; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row > .video-iframe-container { display: none; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .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); }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa { border-width: 0; border-radius: 0; }#DlF0OIbt3AFXDu4saCSOqvIiwV7kOfaa > .row .container { width:20rem;height:168.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEG7xRwuLAT4I0rNuqT09fHmCf82zveq { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EaiAsTU2lJ2ib9LNTCHuTSx4W6dasxtZ { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zce4yHr6EEzRkupdDl9rasen7KDdzSBv { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7XU4FyaZaEe5W7SAclBIw9pIJbvaxD { width:18.9375rem;height:6rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OSNx3rBp80sFCqglU9kAmCWmTHPwgme9 { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #JIVCTetF5ba4gR1p3uXNnc2DHMXBUig8 { width:10.25rem;height:14.8125rem;top:5.2458333969116rem;left:4.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LvCz6xfkP0MuVDvtNadLGZqdBlQCaQhF { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #MdEGFJMyCPJWzsW4DCXpFSvAdmyXtzOC { width:6.5rem;height:1.23730625rem;top:21.99951171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pqycT9RagN3v74xtrVtrKq8b9GRcIgL2 { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #FblNXbnKQNfFN7mM9vlU7moHLH8Cb6ms { width:4.4375rem;height:4.125rem;top:24.51904296875rem;left:1.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KxkMb1sU0TPFFiMqxP5lxhQLD2PuvEDT { width:2.3125rem;height:2.275rem;top:24.5546875rem;left:5.0311279296875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ThFuBWZvLXPliXWkIvTUQWBE6DWGysuk { width:2.1875rem;height:1.224975rem;top:27.03125rem;left:4.9686279296875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RDGVwzX2PtfTFHwMKyFXAQzAOPvxee5x { width:13.5625rem;height:1.575rem;top:35.8125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hSuihGQTJQ6ecde1PyTrl9marl68dm97 { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Wgs7WoS2lVIbLnhpIwa6Nz4E2UQn3LN8 { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #LvyhlUv7Qs8BwyCpbD8Hzfb87TAn2wyG { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #U6LikcaiWm57UGBdXD9QcB7kCRDHRwQJ { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bCUGlxyEU8z125TG6DuG0dDKrouWOQfR { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dM3oy02R0ncDqkhUlg4C7dwQhykt7tlG { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rIDHgkDqkBnkZ5iNOBcThM56fLHJa1lV { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Hs7PUSggtOmKWgygGhNKnfbMNE3JPO1m { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #nWFOESSeOkeUuvRoB737fZoSk1CQFWSu { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TvVuVXXZuvc4ricXGe3BCr9Pp2qDslRS { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XypZpztW41n7XqXmSS4cdwVmSThIODQk { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #sqWlXoC0xhGqM3T2MDtSZayL98Ln1ID4 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ABlaU6NVhqEnXkl9u0254OQtOsXnRvbu { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #B1hD8AQZilmVTk5n6sZNLz22yCpwfklV { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #NHkVKvu2bqoFVTNpx1XTSFMt7XhBobhr { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gHrJfESSCWXz1m2C5sZ9b51waiTd0kTA { width:15.9375rem;height:1.4rem;top:38.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #v9QJX8pBd1ZLG4oTfQcbBvOc2ox1GbmU { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CEclJ2rdDeWT9CZE1DZHuCPHt4iRhrxM { width:6.4375rem;height:4.5625rem;top:65.125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kydDqfTCa1Hytz44bWyoc7Cmp97MTzfm { width:19.75rem;height:25.6875rem;top:42.0625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lhsw8S4saK31GXoQFO7THDMnZmiNfTok { width:18.75rem;height:24.4375rem;top:42.75rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gc8C9B0qwidQsqQxVWgfRb6UanUcQT0T { width:6.1875rem;height:2rem;top:62.9375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TB3RiXCHMzeapNZx3DCXTNGI069RtrXA { width:16.875rem;height:4.5rem;top:70.3125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zKJogefr0n3HLUksqiXnJy3lX95xcOI4 { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #geyq6t1g3kp9kmxUl1GBeaobh5zp6LVQ { width:11.25rem;height:17.6875rem;top:45.300048828125rem;left:3.9250001907349rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WdGUVCUs6vHr1T2TshQllBlKJMr52Q0Q { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #U5rTcP1nGBuT7pTkzZtLwFPt2rmoUJpX { width:5.9375rem;height:1.2375rem;top:63.375rem;left:0.8125rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eO1DQq3PSqDb7PxHH3begv6GDZfdyz6U { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #l9Jiwep0xoF0OT3TOKrZCPIPkHsiTBV9 { width:4.3125rem;height:4.125rem;top:66rem;left:1.1875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lkzuzeb0u4zEU54cVJGkbk8C6EltVttT { width:2.3125rem;height:2.275rem;top:66.0625rem;left:5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zGtvJGCaLn0avVygwBAExo0fWgtTzLQk { width:2.4375rem;height:1.225rem;top:68.3125rem;left:4.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pzRME8bInayLs3B4kyfBO8dZaHQS0arm { width:13.5625rem;height:1.575rem;top:75.5625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZFep5LkrTTNZTB8vCnogZ6wTcdaK1OBE { width:5.875rem;height:1.65rem;top:81.0625rem;left:0.9375rem;font-size:0.75rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #XWJWM2ZiP5Qfis3QD6ZTmh7GuxEWdtLO { width:3.375rem;height:1.4rem;top:81.25rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #TJB0pMkE1HAsWqJJw3SARs1qOtIefigW { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #OmqbnTZmp3JXH2uiOr5BSublJv3H8bla { width:6.4375rem;height:1.925rem;top:84.849798202513rem;left:1.125rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #dPITBTyNJiG8zTTNzdC7tFPsFy8N3SG6 { width:3.375rem;height:1.4rem;top:84.625rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #AGqOqQfNaTqiqan2q52uDEJecww9SaBL { width:3.5rem;height:1.05rem;top:85.875rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #mlrwcPscvgHaxObBoGxHHDWm32yIsG7c { width:4rem;height:3rem;top:80.3125rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oIuCHVsEWwqtB5TE7ipypebMyANF66Uz { width:6.375rem;height:3rem;top:80.3125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TNsfh7VkKEfSSRiwWNU6wyXiUwToJnU0 { width:6.375rem;height:3rem;top:84.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X90grEuVWwxf65lOy9WzKrXxOflbBXJv { width:4rem;height:3rem;top:84.087501525881rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kFUEtoNhu9XXv5K8w2yHMuA1eCfTmDt0 { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Twh3zJq1iTOGSmroUWNWIzH3hn94vKFP { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WGiCzZgAoKaX0zSqu8wgK3e6OVUUNsNS { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fQgpfAPA4TIQZQmkgKuPAkKuRq0pmiFr { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WO5Ofa1xNHQAWWZB55tyUK2KKoVxrbn4 { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #E8cARnq1MlMfAANpkhgUJb8idk8UzzSs { width:15.9375rem;height:1.4rem;top:78.087646484375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GoxuE2R5sNT5hhP518M28LM7o5zGkN7v { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GSZ5IqOeVCI6OCiMF9xtohBZ0PPfUqzd { width:6.4375rem;height:4.5625rem;top:113.1875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g6yWhfQbNBrRc5NPrORZFDq0mgpTqe7B { width:19.75rem;height:25.6875rem;top:89.875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wnJh4VBhNzonaThtb8U0HMpoTaqMhebT { width:18.75rem;height:24.4375rem;top:90.5rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eHPpPpiVdnTMRBPoPpOvAfF5CINI3l3G { width:6.1875rem;height:2rem;top:111rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dw5KDVkRB8y2qFh2sAUEsLKf1F0qhT2c { width:18.4375rem;height:3rem;top:118.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ku7C9f8lV3Gv8Vpdzc7fcJOc1KW6ztkx { width:16.0625rem;height:12.4375rem;top:95.875rem;left:2rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #amtmIE8aMGH2lQsEcw36pMwGZf3n1Sp0 { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ViEDBCnv2TJJ6hBQgT5UKb4sa1aHc57c { width:6.125rem;height:1.925rem;top:111.1875rem;left:0.75rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #o9pM4Nd2KVJgffEUi37LJXM0zow82X2h { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rJVt2C0DtTlqNUiERISpIJ5Jaf7z6woS { width:4.125rem;height:4.125rem;top:114.0625rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XwoCg1qs3AeW3eiuWxy5RyEXzLq5AiBr { width:2.3125rem;height:2.275rem;top:114.0625rem;left:4.4375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tun9WRWvV789BJIMFfdGAIWzQHbfMRIh { width:2.4375rem;height:1.225rem;top:115.8125rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NogVvtFB65TauaqpxqwqKql076kVf0NZ { width:7.375rem;height:1.575rem;top:122.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HPUKGb313W97uO9uT3I8zOydSs4ivJHa { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #omn8HfDshAVFM8SRXDSNfLs8dd8XcADn { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #M6W5eLKZZVyFTBw0D3wG1sTbsVaythM2 { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #oCsVl14NaDbXMTCr5DMUPivMokUBSA69 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Oy5N9iz8uZrr0F7teRyyR358D4LwZKt4 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zaG9biBpSZDNaJcc4WKL09HGkQIQexuf { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #QsO6DXgy6b8syFo3gipg5pdTFyOUTHS6 { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #UODWVv4IBuulUbBmfqyJshwlAMCxcvha { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #NgoSvTLWb9eICX9ttosyFDs6lGpmAuTl { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Uyt4tZ6KsiZf3uquibJAsBUlnGVaU0Zm { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PtotambRq1KdwWNf1byCEpz7Hg1N6xb7 { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #vONz2ptHUW5ITHHKB2l0DctMkFXcFoO5 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oiNANDOK4udezt4FUGnt5HrcBRy7lEy5 { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fZ2sx1Si8xI7H41wUTUCxtqciKQeOMpg { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iBtMHU1opQkumLVifk5qwOzdkmL6XIAM { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fwTEVnt2k0OB9Sd3h6WqdyUVXHc3vo1l { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #opFKMUQxoTgGCIuc9l99PK9HHLyMvs3G { width:15.9375rem;height:1.4rem;top:124.375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IEmbuWhLB7Vo8vWFWdhwmTR48STb4N7L { width:6.4375rem;height:4.5625rem;top:151.6875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1QUf0dh89laIFzp8fmV9rEZUTsTwToM { width:18.75rem;height:24.4375rem;top:129.3125rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MkHJC2JME5z2sC8436gatSapdrVdFGFl { width:19.75rem;height:25.6875rem;top:128.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oKlLpW6VyUWAMOxoAPnvgLSCZz2PfzJi { width:6.1875rem;height:2rem;top:149.5rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T1OmP3Nh4iCKurlo9zq0yZc98Ciyonu2 { width:16.875rem;height:4.5rem;top:157rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rWq5uaxnMTtTmyGMqJ3f8oznidZi0Tqg { width:16.875rem;height:1.3995375rem;top:156.87438964844rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #KcHe4zwvHglyaH7w7DwlPDrHRa4AOVor { width:16.125rem;height:11.8125rem;top:133.875rem;left:1.9375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nKloCk3ZLQPobLppTQ75U5SRveDvdVg8 { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #GchX1E8WRCunHiGOEoMaC4XNon49qqHI { width:6.1875rem;height:1.925rem;top:149.6875rem;left:0.625rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #H2tAmEwxdiL3nfnNONnbymKiH5NHPpT2 { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xpBx6LQBx6lxSigTGCB9t2SJr7vw6W0D { width:4.375rem;height:4.125rem;top:152.625rem;left:1.4375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hrWvxJNTi3x7dy94UKJwAnUf6GnWTBXM { width:2.3125rem;height:2.275rem;top:152.6875rem;left:4.375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UI4NSuvUqIBf72LA68lJaBL9wtciAWep { width:2.5rem;height:1.225rem;top:154.75rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cksgydCeITQLWCX0hZwdCSGpTaE4zHok { width:13.5625rem;height:1.575rem;top:162.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iKZ8FBKUPVUdAqTn2FxXzdEJfML5Rw4l { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #DMaWffPLdgwbJATqLgehFE2isIGPKpC9 { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #o0Mmn5ttXXkvgtOBBtdQ7stlucGIgxsu { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #VFq8VsT7UC4rZS7eJDKbZWmoqGTT69ST { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #se5ZgdOueeMmhyeQZOfAB9zX2l9X8F9Q { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #X2rfVgIH3EI3LB4LO8oCEBziX5ViUvIU { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tfzD49bXLq3LbdES8auFPBgf3qqtEm4Z { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #tOyP4FmDtPHWyqF7ty5UVZIa9xIhWX55 { width:15.9375rem;height:1.4rem;top:164.375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xMs4WqrbOtsI7rexhCsliFSIKJlOtris { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VKzphk6yreOU7rFMQuihcHFSST4HiRhD { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { display:none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { border-width: 0; border-radius: 0; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container { width:20rem;height:39.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OdTK3hC4JXws880HEDQl1ugcAZRdhd8O { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xQGTtsS839gy56fmgfPNN5xtU43Rm4K4 { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I1uoSgqdnu64Ce0VxbFP8KKIfKwOE5rc { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DQn8Wb9tDFWDR57wgUyk0unMphhFWXLd { width:18.375rem;height:2.99926875rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SrRn3XclC61prxv8oplFT1ywoEoSTo3w { width:10.625rem;height:1.4rem;top:33.848876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QDgxQ01ZO6NUKwKKDuTromtKuV78uVTs { width:15.3125rem;height:18rem;top:3.6875rem;left:2.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ppRhRsQhTPw5W5MfAgSa3d230eJmtPSt { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #vQ8x7c4nIrlvcCi7qdgpQQC7KVCFiGKe { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Eo5Nrl5g4FN3VD6bTkL53TtK35sC9gl0 { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #WiM6mhWXFoA8m7ImVLPg7C375gDEDMli { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l1RUagUnKi3ZCRqHQlR80BQXI2ASr1Ti { width:2.3125rem;height:2.27416875rem;top:24.80517578125rem;left:3.78125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x382TI77OuX45oEM3zKsiayRXdDZCnBl { width:1.6875rem;height:1.225rem;top:27.03125rem;left:3.78125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JRzovAkgkdPMR7bz2OntQ0GmMmmrmX8l { width:13.5625rem;height:1.575rem;top:32.08740234375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RDMxN5Tq5uJiMlKydmVZ0xuVbtJGsXRu { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #DOB6dKrGvaQS77gg5CRTBEBQQPlOGSwC { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #c7aTtRuusIBLOLu1akpRq0c1CZRidVZh { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #AqN4te1AVwm1k7D8UOhTPny1wHZAJfGw { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XGV0EceTw4nCabTVEOH9BplWNO6unayF { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mboIDolPZAalg6wfLD5aRBU9BRRoMT39 { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #o6OulU59vpiI9FGLblBN2DzA53T7Zehh { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #LTBUduT2zX0MIgt9JfFtSaIUfU82kW0f { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #TZvLZBh4RPsg1EpxD1A9Eb5s0NTsHHER { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #asoZBvwTop9WLSEPJPhXg5X84NnqmR81 { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Wl6sV1At8u6umGa3Hgt1HQuzb5gJOSqo { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #SQ2JntS7wy4s0aGcb0hksF8PyKyPKNtq { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Bk8FN9iSUargPQMPNTsRe6HKv431Gi91 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sGUBfDI8REvdMKxxWo1BTQVwJFRocUQR { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #oPNe3FJeIJp5BMTWtDxLIqNJB4vz7VlZ { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #t0DAArpB9R8KyTXbFN7TfAsH3dBmEuE7 { width:15.9375rem;height:1.4rem;top:35.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OxMan44OfnudJHdyH4WeAfD5QOLACIWl { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uHIdCnQBGcaiAfaIgpH8LXaeMPaBof4t { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #o77UWSe22dIKADfJBlHzHE4Up0TQ4kHy { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UbdxqAsRMTMVSg1NnG6oQ3yPiGHDZ5Xc { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffd8c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #ysTiWVyyVRUqhoNNq1oHL2Ds5LswcZmI { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #q9UtyvaJbyer6rMtinJ4QVhGWURyMAuM { width:16.875rem;height:1.5rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #dKSoXeqoxenQlhkmWNTulcVpdpgMPchT { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #D0ksLRk4AVfyb78Rpwv5qcZtFePEsFPg { width:15.6875rem;height:18.4375rem;top:42.4990234375rem;left:2.15625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HQbxdHCLQktVfTotmHTs2E8i7K3TTPp3 { width:6rem;height:0.73046875rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #gqN8gFI9NyvpEwmvnuZ6GMMndiONscK9 { width:5.9375rem;height:1.01171875rem;top:61.8115234375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #slXXEA8KqJm4XNP9TbWni57vpKIqzU4d { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #JXDURxEpmg2FXvSWAwNmifdMCRETtK6K { width:2.1875rem;height:4.125rem;top:63.9375rem;left:1.375rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aRMOBP5t4hPPlTKvvzAEoyXU34HaNHEz { width:2.3125rem;height:2.2744125rem;top:64rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zDssw6qhHuXuKqAAE0DTaWVlDXnbxw98 { width:1.6875rem;height:1.2246125rem;top:66.25rem;left:4rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #m1Crf3CMHXh7UqgfiST2drPSTkKGid4m { width:13.5625rem;height:1.57421875rem;top:72.1865234375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Nbul35LzUIsD18nAiKp2CHmcHJV0cUJB { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #EAzsTgT57uods64HcxFb4yItg1pJUrTo { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #URv5AfZFhOleeqzVpM2n84rL1WnDDeg0 { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #UAVJLfPMhe59evGgueaewcRZDdKmw9an { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rq9IZ5AErPk4TgfTztGo4TiIRhqdLqoO { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XCD6ysiRkgPu4K2hUesOaSH3gltZa3mP { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ZV1VxaypDDBBw8u7KEFH6RzWdI6eUidL { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Luz3UMqLLbWE18Xf9fWXzxXTB9EVmoHc { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xVNPHKNQGxx3byhBhlRrifid69DTUpkL { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Z0R6tlarINcsVKkTVpxPHqMv3pG3HrKf { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #X03D73Nkbm9AexTu988fa5VX8T006ktv { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #w3FdoZTTSFrKa6WimkaUX6ydQEzBgX0N { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #As4oQ8CPgtsDnkPzuuCTD6RpNHcNM42v { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TQmA8h2nq1nGGBh1dcwIwe55Kf8NTRxH { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #A6o7DWe6d6GozFpy7TXkr96cOObTARSi { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #dEuCwsX1wSKBVKX3VuhS7CmiMeiHI9xe { width:15.9375rem;height:1.3994125rem;top:74.3232421875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XwnR1gPvvuggqsahWXhJIvOG6OPLld0T { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cQVtgAFccOIxZR3l7QPetIZTniI29lCW { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EORVB1Nw08pGQhhaywDldI2TvWI7f0M0 { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kfEOvGIB1Q8EHK2VWgE34i4ZOLH0AaKO { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffd8c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #KOgAzHmbrBxQB5KGS64chxUIakFidyXR { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kNkeAwNBqxZaw9W4DrdBUzdM0fOrdASH { width:18.1875rem;height:1.5rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #eybv4mm3Gba00iFxsT1p2mUFP5L5eGKt { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #n7pFIPTzSH8PNqhpgqvNpqeoLOi0wvVN { width:16rem;height:18.8125rem;top:82.5625rem;left:2rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #i24RJz4dKe91WDeSyoIIfvmTHmSN30Kl { width:6rem;height:0.73046875rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #GopzxsALlq3tLfA8TBsgvoTd3CZUqObO { width:6.125rem;height:1.57421875rem;top:100.8125rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #I2fZA4AgVe7VOSlrotXVkC35ntFsgLK5 { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #n6TPc0PooEMp8ga1Z2rmdI7FffUx1s3r { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #J2KWlclKgO3dUEaV69hKyni5MPybz2hF { width:2.3125rem;height:2.2744125rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Te9o3fPMIOP0olltSOLqTSJhfLwAE9Jc { width:1.6875rem;height:1.2246125rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ykqOJcIZJqvyQ3NLCTxX4zemphpZwdQF { width:7.375rem;height:1.57421875rem;top:111.5625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #EqHVQiCFDoDDgsw7NlOIs0k6heD5rux2 { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #nprJOnxLLbSDXVD4HzvwhPRFl5U9FTxA { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #lBdfqGrmrUISm8Tz88xmvV5JkDvwfDAT { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #TnOFr0x2BKuundD2hgsVUErQ4J2FkGh2 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #K9hsFBMtNmlRBbxxoVIdx4HXwbCPAlf2 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SgKbx3DJUaWt9UG7x3nHnTSAbxpHTTkW { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #MuIcbDeucTGutlOSaTZ7RENMCv73Sli9 { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #hPVzBQoCs6FUm4hlAgMD4hazoCR62nIu { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #TBQstr21F8Hl3yhsfB8vTg1KO6vpoTGo { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KfHFAzSSKTlt3mak2ZvU9uxlWaBx2gM3 { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qQHFEDBRtChB3ZVFsEh6eC1IyS87mT2c { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #n5weatoePnTAotmwOiUtbWIS876lTPDf { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #w1bPWmWoL4UBv9sZDUGs0xbaivQadlBM { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #t7n3n6qclb6blS8V6tFCFZRTxUk8qub9 { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KJWMNxGQQzutLb1qvnanVoswuKVvIGP2 { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qZ7TQnpITgDciTZQvA6JdJIAO2XGHe1R { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #i97BINDRVmUTeEoipmKeV9BFQQGtGKOX { width:15.9375rem;height:1.3994125rem;top:113.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #SpMzVCwePMQVXK9bWKr4wfb2haHDasmo { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBotKVJvLMWRdu1myEEm7FPdhDT0Zi2l { width:18.75rem;height:24.4375rem;top:119rem;left:0.5625rem;background-color:#ffd8c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #M57OG29QG5xTZxN8n8JVmVamXWIzDTXO { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vmkMMZ9cIOdSl0dm4PNlkdngTBDluALH { width:6.1875rem;height:2rem;top:139.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zMTH8UUdeWNuvTaSsQsUBa2cnHqtvCU8 { width:16.875rem;height:1.5rem;top:146.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #hurcfXFXIG4PRn0LnyD7z3x83VSQTg5y { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #AekrypkrRHxr8BTFr3hPau5dTfGDBxp6 { width:16.375rem;height:19.25rem;top:121.10546875rem;left:1.8125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gf5DPD76iu43CdMvl8HGwcmeU7611V39 { width:6rem;height:0.73046875rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #WtQoQWZe9LyQaMRcUsv8b2uuxPxvKx3P { width:6.1875rem;height:1.57421875rem;top:139.875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Om371SOgW6UTSVxEEqncvuKMVQEaCOIw { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #BWml3yvERpP4eywaouXipAqAswXF7EpP { width:2.375rem;height:4.125rem;top:142.5rem;left:1.4375rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cnNwVqqyGUdAGTt82pqRycW08MQ7eviE { width:2.3125rem;height:2.2744125rem;top:142.5625rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #yF8ka1cvm9fzmJVXlpR8bLRaKtwDfdqu { width:1.6875rem;height:0;top:144.625rem;left:4rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #O4Mor8A02dWLvpCueikvI5gM6mwDu7Ez { width:13.5625rem;height:1.3994125rem;top:150.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #txhVTTRJXpLWBbJuTslrsET04akp3yoG { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #d4AO92ytvGEn22MyLSHepEZQwdDwh2qT { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #mxMdM9fH4U50JgxP42ksoNpT8wrP7UMq { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #uVzc42nLWICTVGrAAIw3i2KH495GA5IL { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xbuIcT98HUpTATmffEzH3BymhUVTBGrZ { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iJwyfguZqan1QqIygGxSEMmqQvfq23FH { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xFk734klVxW33XnbdrvNG3lJZVNA4Aa1 { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #X4VPO3QTzIssQUxxNKtRuGTdKamRfzfa { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #wwHiID5ast2iKHmDTPRzXKsifpqdoZOs { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rF6Z0V0ukQmd7IwmwEwq9vh0AacUTHVy { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LcCCfwfTwy89kEdddPUzx0TG0SSVieQv { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ed28KNEMr0qL7sb90cRQls0xA1SCkF1e { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Qv1LLP41vmnTVc34CswtzRaTrfrraq7F { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RQPU6z7HFtwvzF5TScq4qORMmHh1BKI4 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vu8IgT8q0BlVdwsc3VDVtphs0b4MJ6ZQ { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #i34H7sALncevmQaFmPdSUXuAEHSW14xh { width:15.9375rem;height:1.3994125rem;top:152.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #cOoWNPCEQK8J8obCxm1OXnLVMLgQX2oq { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qtTPd7EET6ixdtAoZnmNQX9yskWSTykW { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffd8c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gbTGvkVcWvVldL61Wovd31BXxT68II1z { display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrBNTcb3XloEQgpVokfLdqvd68XIfubB { display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { width:20rem;height:5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { width:20rem;height:3.00598125rem;top:1.25rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NVhSinrUf18ICGcHJH9FodoQBui2fb7l { display:none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { width:20rem;height:5.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#2d2d2d;display:block; }
 }@media only screen and (max-width: 763px) { #UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block; }
 }@media only screen and (max-width: 763px) { #l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { width:20rem;height:45.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { width:20rem;height:43.75rem;top:0.25004959106445rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { width:20rem;height:14.5625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { height:11rem;width:20rem;top:3.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { width:20rem;height:3.00598125rem;top:1.875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { width:15.5rem;height:3.875rem;top:0rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block; }
 }@media only screen and (max-width: 763px) { #KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { display:flex;width:2.5rem;height:2.5rem;top:0.5625rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { width:15.5rem;height:3.875rem;top:4.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block; }
 }@media only screen and (max-width: 763px) { #VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { display:flex;width:2.5rem;height:2.5rem;top:5.125rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { width:15.5rem;height:3.875rem;top:8.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block; }
 }@media only screen and (max-width: 763px) { #vTPg2trcegTs1nH17paDTliOvCH0KXxO { display:flex;width:2.5rem;height:2.5rem;top:9.71875rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #uZgim0i25c1nogIcyK9U7U34TAObkerL { width:15.5rem;height:3.875rem;top:13.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block; }
 }@media only screen and (max-width: 763px) { #Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { display:flex;width:2.5rem;height:2.5rem;top:14.4375rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #h5gegn5slwOpmxJqVZhVuRMTHP1veF4N { width:20rem;height:9.275375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3CMn4Gom0QMxMG6BZ6ErE5AETeTFk81 { width:6.75rem;height:7.3125rem;top:25.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl6eyroqZfPVwJ9KlRMOHBUvASaDVl4X { width:5.4375rem;height:5.9375rem;top:21.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW3gMK0yXGazX28Ff9TzVI0g7o4S16Nq { width:6.3125rem;height:6.875rem;top:22.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL5kvK3fcChCzbOvf45ybTgg0G1tocou { width:7rem;height:7.5rem;top:27.4921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6s6EIt1I9goGyq7AZOdRIlrl3ZcbTkn { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #R6s6EIt1I9goGyq7AZOdRIlrl3ZcbTkn > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #zZpBmaJtrk4k2W2kR8xC4DAUCxcZDOpa { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #zZpBmaJtrk4k2W2kR8xC4DAUCxcZDOpa > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ge3NFbKQazkxmJVoAENcOb20CkeZdpR6 { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #ge3NFbKQazkxmJVoAENcOb20CkeZdpR6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLiHPrJbRAFWVHoHefzy2Np6hq6B2rzw { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #bLiHPrJbRAFWVHoHefzy2Np6hq6B2rzw > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #cx9RrhlvhMNF8bqDqDO53mawpNy6kTyZ { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #cx9RrhlvhMNF8bqDqDO53mawpNy6kTyZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0qyWOb0vO44xsKAGgeC9TxEehlp9MIx { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #c0qyWOb0vO44xsKAGgeC9TxEehlp9MIx > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #llE7TeZZB4XTw308axQEwigVdHVm6FUk { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #llE7TeZZB4XTw308axQEwigVdHVm6FUk > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx0BG8NJ2sP9x7fkAXiBcP2U2e40zXsn { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #Qx0BG8NJ2sP9x7fkAXiBcP2U2e40zXsn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6giR0gAMnymSUixFZXra0gICvruxkDN { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #I6giR0gAMnymSUixFZXra0gICvruxkDN > .row .container { position:relative;display:block; } }