.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la { position:relative;display:block; }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la { background-color: transparent; background-image: none; }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la > .row .container > .video-iframe-container { display: none; }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la > .row > .video-iframe-container { display: none; }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la > .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); }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la { border-width: 0; border-radius: 0; }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la > .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; }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#KbwT53T1terMv55qTA1OdlBgZOQdyfe4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:7.75rem;top:0rem;left:33.625rem;overflow:hidden;display:block; }
#SP0dVgDTng8g1v3zlrCh8F5XTH1TvKeG { 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:50.5rem;width:65.0625rem;display:none; }
#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row .container { background-color: transparent; background-image: none; }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row .container > .video-iframe-container { display: none; }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row > .video-iframe-container { display: block; }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .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); }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row .container { border-width: 0; border-radius: 0; }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#FOWGZyKywp0UbzZ0R3CVOO9kHPT7XQ49 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:riffic;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.25rem rgba(0,0,0,0.74);top:2.9812498092651rem;left:0.031250953674316rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q4fdQI5xetiMTHlWsIqtZkFus1w5TvcI { color:#151515;display:block;width:62.1875rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:8.2187504768369rem;left:6.4062509536744rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xo6K2J28XnLTEh5G5SgbpJWkTfUT6oAg { position:absolute;display:block;z-index:14997;background-color:#fdf8f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.875rem;width:38.875rem;top:37rem;left:18.062500953674rem;display:block; }
#msSH6DHoBrHPxINGuBLLgS85hBAorv8M { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:17.6875rem;top:27.15625rem;left:49.156250953674rem;overflow:hidden;display:block; }
#FZdNyWUkiMwI3x5iGCJJT8EMkuPPunar { color:#ff8507;display:block;width:38.75rem;position:absolute;font-family:riffic;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:37.546875rem;left:18.125000953674rem;height:2.90625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NzRbbtyBX5AQwuGzPXT8K1iyZeAqt1GH { color:#3f1200;display:block;width:38.3125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:40.631252288818rem;left:18.343750953674rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#b7zBT07DCrKU4pGGu16HOur8gI8pz3sO { position:absolute;display:block;z-index:14996;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:21.125rem;width:21.125rem;top:30.40625rem;left:5.5625rem;overflow:hidden;display:block; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-form-header {  }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-regular-label { height:auto;display:block;font-family:"hk grotesk";font-size:1.0625rem;font-weight:400;color:#310c00;width:47.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.3; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.25rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-text {padding-top: 0; padding-bottom: 0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.25rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-select {padding-top: 0; padding-bottom: 0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-button { background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.3125rem;margin-bottom:0.25rem;margin-left:3.3125rem;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:700;color:#ffffff;width:40.625rem;height:3.75rem;font-family:"hk grotesk";overflow:hidden;box-shadow: 0rem 0.625rem 0.625rem rgba(0,0,0,0.31) ;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.71); }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO [class*="-text"]:-moz-placeholder { color:#3f1200;font-family:comfortaa;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO [class*="-text"]::-moz-placeholder { color:#3f1200;font-family:comfortaa;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO [class*="-text"]:-ms-input-placeholder { color:#3f1200;font-family:comfortaa;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO [class*="-text"]::-webkit-input-placeholder { color:#3f1200;font-family:comfortaa;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:comfortaa;line-height:1.6;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:46rem;overflow:hidden;font-style:normal;float:none; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-container:first-of-type{padding-top:0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-container:last-of-type{padding-bottom:0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -moz-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -ms-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -o-linear-gradient(45deg, #ff792a, #ffbe53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff792a', endColorstr='#ffbe53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff792a', endColorstr='#ffbe53' );";background-image: linear-gradient(45deg, #ff792a, #ffbe53);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:12.6240234375rem;top:42.9375rem;z-index:15014;position:absolute;box-shadow: 0.0625rem 0.4375rem 1.0625rem rgba(0,0,0,0.34) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:47.25rem;display:block;vertical-align:top; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO {display:block;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -moz-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -ms-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -o-linear-gradient(45deg, #ff792a, #ffbe53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff792a', endColorstr='#ffbe53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff792a', endColorstr='#ffbe53' );";background-image: linear-gradient(45deg, #ff792a, #ffbe53);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:12.6240234375rem;top:42.9375rem;z-index:15014;position:absolute;box-shadow: 0.0625rem 0.4375rem 1.0625rem rgba(0,0,0,0.34) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #PTA76cKJyQMzUOKn99eWBqT6Ub2IoPb7 { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #V4gO6CmzEra2Q4oTZW6nzzN94rCBqsgu { position:relative;display:none; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #agFvVFnefFScXUOpTmQfBDOoKR4wLpSN { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #Gh7PEeRCbOTrTxJJut5nZr9oPp2AoOTv { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #hpyGa2ETW135h9RzrZlNsLoVIFNv8J3y { position:relative;display:none; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #n6zSWTnXHpfTN44kkZhnbV3XdtirNb2p { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #aFB251oPhQUuJbroRu8QrMlakaCIzqW9 { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #NKvJu3QFAvOkvV6rxoeDVOFKGkBz0846 { position:relative;display:none; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #Gxvt460hZ4VS81irVl9NgwgNq4gB0nNs { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #OFa7oCEcJRkWWDCmQJQ10UQbAs1CNbli { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #I7zM6iB0E6KVUyNqylsvxWwGOxqixpxc { position:relative;display:none; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #z3a6IdCpZW13dFCJ7Hy7638ctGIh4tBH { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #lTcU1P8ZVgrDzf1RhP82fQF6MCC7TLOa { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #pdHXVmdC61lWNt1BusVPMbLrUvsWJoyC { position:relative;z-index:2; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #BDBMSnFZe6L3riOqF1NvPgrTPKfAKD6g { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #hZ7XAT7nl6rscD70NWPE8ywJn8WV4bO2 { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #kufv1zbodo1DqTWTgtPblKRNRwCkU2m9 { position:relative;z-index:2; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #JawlsBLlTaWyyVKpg2NWfpTu1MpHA4FQ { position:relative; }
#ldgNTMXAm8bte89fbaBF4uFXLSJGeVDn { position:relative;display:block; }
#Av0THgev5oeGowyefEhe7Gv7wiEA6l5u { position:relative;display:block; }
#HizfA7b6X6NRtgARq0lSm1XeOcWONTQG { position:relative;display:block; }
#lfOk5Qwy7Enk1a8bz4IbMxH1tMTFXhiA { position:relative;display:block; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #zsUIofC4ePKAphcJo2g5yiEodFTVd7Vf { position:relative; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #H1H7VTkKVv8F5owblG6dPZSU62Xan969 { position:relative; }
#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci { position:relative;display:none; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci { border-width: 0; border-radius: 0; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .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; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#vHsf82dWV7ZcHimcbivmia3mVDIS9dDq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#ckmdHymREPFtwqIEUOMlvKOROu1lIgls { background-color:#ff7c2c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row .container { border-width: 0; border-radius: 0; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#JEsvK7Eui1gg05cIFN9xBkCgUlWcJO0t { 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:14.1875rem;width:14.1875rem;top:15.125rem;left:44.25rem;display:none; }
#LDQyfrfyo6B4FXEqfQDACOi7Czwvnds0 { position:absolute;display:block;z-index:14995;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:21.125rem;width:21.125rem;top:2.375rem;left:47.625000953674rem;overflow:hidden;display:block; }
#i4HoewmFyi3ubcphVoRn7uLmnAyZKI3V { background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11.8125rem;left:25rem;display:none; }
#TT75OGM30XwCZpp58GFSrcyz1vRHtbiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AiwFi8KV09MdWTI7HTDbKvxky3byHa73 { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.6923828125rem;left:26.84375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tSnxtRpX5Dwb6gFUE3Jl2wJzgUbmkZTr { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:50.25rem;width:23.75rem;top:9.9375rem;left:25.625rem;display:none; }
#zkiwFVWrg5SkE8sQOaBtx1c2kiq17UdX { color:#0d553b;display:block;width:18.9375rem;position:absolute;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.0927734375rem;left:27.28125rem;height:27.98825625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#t8L2eiALLP5Pkqq9iLK0Bsh1bZICWAPo { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.173828125rem;left:1.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xJE1Of8q0htzDFa0XQ0It1sV7d454x8k { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.484375rem;left:2.28125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k9yTE2L38JEh4an7A2ZErB2b9SrZqksI { color:#f15f25;display:block;width:19.125rem;position:absolute;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:28.673828125rem;left:2.28125rem;height:11.1953rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vpGCf2QHN0T9RCGDyxdKcSLvl5pRsT5G { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:6.875rem;top:24.0927734375rem;left:42.5625rem;overflow:hidden;display:none; }
#b0p80XQzuXzVzSRdV5tJVs3FBUEDuGlE { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(255,255,255,0.72) ;height:41.1875rem;width:23.75rem;top:15.03125rem;left:1.0625rem;display:none; }
#gqDLpxHfpw6Att5rfw4TyUrBwXHmvyIU { color:#0d553b;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.96875rem;left:25.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ekCcdgtmwDTi1asBDWX8bC0QuOZTnEPG { background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11.8125rem;left:25rem;display:none; }
#Ox5nFSNuv2pUsrLTQueUlns4X9yl3qPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rRQu5MXRqVTvTB0y9An64HFbNc5KIrXX { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:63rem;width:23.75rem;top:2.0234375rem;left:50.65625rem;display:none; }
#UTafqrUGA3fwI94QnTLH9eFeEvIOTg52 { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0087890625rem;left:51.875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lTLIHTuRFcS0KOrR0HE63kGqOg9gzInG { color:#f15f25;display:block;width:21rem;position:absolute;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:15.2197265625rem;left:52.03125rem;height:44.78121875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KwJ9y5FoTzVdW3WWW3irTM42WK2nfwdU { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1923828125rem;left:50.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KV0rJTOrIxpk7l4ZD31xplxPkhGKNovO { background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11.8125rem;left:25rem;display:none; }
#GC3CLb9hBi3fZMzWzDuHmOuKVIWSddbM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVoe3rUgASNUu0ppTdqT2hmUqPNmawZm { 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:50.5rem;width:75rem;display:none; }
#nbSyD5TPvQ3xw6UvGHpfGpZ2Q8tvArfF { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:1.9375rem;left:0rem;display:none; }
#omCSh86mDhRsVxikxwZaCQDuHauKLkcm { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.5625rem;top:5.875rem;left:0rem;display:none; }
#TbPdBHzJQTdMOkuKdigiLfSwu2FBHDzC { color:#033523;display:block;width:37.4375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:24.375rem;left:18.1875rem;height:0.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#vr7xGZFQ3LkZnZVqwvDpeqldcKg0xRaC { position:absolute;display:block;z-index:15010;background-color:#146d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5rem;width:23.875rem;top:23.9677734375rem;left:25.71875rem;display:none; }
#n2nvGHLihwcDIykis5kFfbop71P9s06z { position:absolute;display:block;z-index:15013;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #146d00;border-left:0.125rem solid #146d00;border-right:0.125rem solid #146d00;border-bottom:0.125rem solid #146d00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.25rem;width:23.5625rem;top:24.0302734375rem;left:25.71875rem;display:none; }
#xom2ArEuFgWOLrym5fKQlwZ8umBDxhlQ { position:absolute;display:block;z-index:15014;background-color:#aaff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #146d00;border-left:0.125rem solid #146d00;border-right:0.125rem solid #146d00;border-bottom:0.125rem solid #146d00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.25rem;width:23.5625rem;top:31.4052734375rem;left:25.71875rem;display:none; }
#dWEyyaLarFDVRkDJITiF89II5kbuJitN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dWEyyaLarFDVRkDJITiF89II5kbuJitN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#d9sKfyGxTwTsygDcgUnkLbEDdRuwTC3f { color:#f15f25;display:block;width:23.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:28.611328125rem;left:1.0625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dc4OdKcOeCTTr7eS5yqqIGhbqSPnnDET { color:#f15f25;display:block;width:19.125rem;position:absolute;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:28.673828125rem;left:2.28125rem;height:11.1953rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LeKk18ROCzLRwXMSQhIGt5eDolL0NX8e { color:#0d553b;display:block;width:37.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:18.1669921875rem;left:18.15625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XxilWrIfN0DdOWiXABNsF3BFxa6W26ZE { position:absolute;display:block;z-index:15014;background-color:#aaff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #146d00;border-left:0.125rem solid #146d00;border-right:0.125rem solid #146d00;border-bottom:0.125rem solid #146d00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.25rem;width:23.5625rem;top:31.4052734375rem;left:25.71875rem;display:none; }
#pgqi9hgrzWLrcpbhxrG1BDrTslXtvCpX { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.173828125rem;left:1.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ulGWPHL2SgbU2rP13dPTS4dpyBdcvccP { color:#0d553b;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.96875rem;left:25.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vUIRnfw9CBoCfZ2T4ep5SrL6fwdaWGTp { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1923828125rem;left:50.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ll4lVES7hOqIgmHOy6OpAog93LJ3fgmR { color:#fff4ec;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.456250190735rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FWM4Fcv8fpOcvtxx9Bu2Su5WDl2ieyEl { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:6.8125rem;width:34.6875rem;top:12.5625rem;left:19.5625rem;display:none; }
#dgWIwS1BqdZchNy0tBHqh7rK09XXNlk4 { 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:34.4375rem;width:30.3125rem;display:none; }
#sgTsafWdxUNGKOV1hRbAAhZUmkPpuRur { color:#fff4ec;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.456250190735rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-trigger.adaptive-delivery-prevent-bg, #oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-trigger.lazyload, #oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-trigger.lazyloading { background-image: none; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15037;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:43.007032394409rem;left:2.0304689407349rem;display:none; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#oTycTClXZwCOLK9c8odsUeuAWQIMXURx #T8usNmm5CJcKoCAo0UJGfkz7PUrDTP5i { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx #G9lp6Nv5fmwlcpbFugrfhCQOpSCVfrwg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx #SlTkeuqnx9RMpT3ev0WBfhMAEg967rAu { display:block;position:relative; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx #ygArke7n9PMtaSHek7goS0qJG14HKSfu {  }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx #aMqo6zNFQvyDX0l3kTWo4IturZ0C5grk {  }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-trigger.adaptive-delivery-prevent-bg, #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-trigger.lazyload, #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-trigger.lazyloading { background-image: none; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15036;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:85.403125762938rem;left:26.837502479553rem;display:none; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #kBz8IwPnTONCZoICP0ZBolqxr4mc1BSh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #VF4DtIsTPaTDJDPwmxWdbpmCzpwnP1NI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #A8CvKolus5pkSpMZJG8aLcxIBAvAnvKT { display:block;position:relative; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #DKMsDfXTrKH7IiJKGFpnK6aOPT5uiXM7 {  }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #kGAECixMVf0Posy8XzF5PWaHBMD4ltI8 {  }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-trigger.adaptive-delivery-prevent-bg, #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-trigger.lazyload, #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-trigger.lazyloading { background-image: none; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15036;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:85.403125762938rem;left:26.837502479553rem;display:none; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #vwR8KymG9bpu68AxyvgL7k1ffTTC1UmT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #Kz592JguaooS9nxe244vT3zLfCImo5l9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #KLwg0TrvAtSJu4267tNpBpIRrzwklers { display:block;position:relative; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #brK47tg4K3yyT324zArsTsiC4yJRLnCb {  }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #NqGwbeR49VappkmO6td3dvDAToIPuSCv {  }
#nXaiORht0iLAoQMf6BZVJ0RPNK3T2n6T { color:#033523;display:block;width:24.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.878125190735rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uxz5sK1pGvmTRJdGHvlZUE6saXwZhqHm { color:#033523;display:block;width:24.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.878125190735rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LIKr9rKvERzTkOZ4zOsCTQLwONeJxnOy { color:#033523;display:block;width:24.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.878125190735rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qIZD5rDTCT2FF3OS9Gr09aINJw1aLQFf { color:#033523;display:block;width:16.625rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:24.7265625rem;left:26.5625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oT9aXwCqSiOcJOMcTqCVBliX1PwA98Oc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.5rem;width:4.9375rem;top:24.09375rem;left:43.28125rem;overflow:hidden;display:none; }
#DD9l3qzZheT6txMLBbTphmbgD4VMTTBf { color:#033523;display:block;width:16.625rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:24.7265625rem;left:26.5625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gEmLg0ZKDF7L0JCS4riw1yR46cWCAQXi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.125rem;width:5.625rem;top:35.231247901916rem;left:44.317962646484rem;overflow:hidden;display:none; }
#vLFu8naznzax6igJT4qACaWf9ZO7Xwqb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.125rem;width:5.625rem;top:35.231247901916rem;left:44.317962646484rem;overflow:hidden;display:none; }
#GCHRVkhuzc8CeyEETFNd0CEWUUAmsiZb { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:36.59765625rem;left:26.906250953674rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uA7RMfl66PNpbruwGAVC9OiKq5kHqiQI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.1875rem;width:4.6875rem;top:24.09375rem;left:43.28125rem;overflow:hidden;display:none; }
#PP4MNGcm18M4vfkofn37H9NGWkgSJerI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.1875rem;width:4.1875rem;top:24.09375rem;left:43.28125rem;overflow:hidden;display:none; }
#mSpSlfRIQi3IbefdfvCge7F34VXCKPsH { color:#033523;display:block;width:16.625rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:24.7265625rem;left:26.5625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ff7c2c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#zUUVD3kOGCGe1WRUDHc3KT5OKfdtrdPs { 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:14.1875rem;width:14.1875rem;top:15.125rem;left:44.25rem;display:none; }
#Scs7K10oazNOqr3JfmwwtrW26oZGBFB3 { position:absolute;display:block;z-index:14995;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:21.125rem;width:21.125rem;top:2.375rem;left:47.625000953674rem;overflow:hidden;display:block; }
#MBJT0TkLzaL1WfFBZ1nLvNwPSHFstEHh { background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11.8125rem;left:25rem;display:none; }
#zIQyW1ZX5neMzgCyKWfZmQkql2g3EEiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVKTp198FhcvRafhTl0q6pgP6DmsOpmP { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.6923828125rem;left:26.84375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z7beskyFyT22rnxn4xarAQtMr4mnheJF { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:50.25rem;width:23.75rem;top:9.9375rem;left:25.625rem;display:none; }
#fiWmWb5THpQFgKgIXu3JnPWguPTRoZec { color:#0d553b;display:block;width:18.9375rem;position:absolute;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.0927734375rem;left:27.28125rem;height:27.98825625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rHbahgvPU1IPt7TydmSyzqExaDgp4ibP { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.173828125rem;left:1.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LqSsVQsoK1KbHmd1yawI3SO4vltM6pFF { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.484375rem;left:2.28125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#baIfiwyAnQv2Qrndy8HUhKlsVGW4CNRI { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.361328125rem;left:1.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yLoto9ZewDE7NFyqKpOycTH8iea9uNwB { color:#f15f25;display:block;width:19.125rem;position:absolute;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:28.673828125rem;left:2.28125rem;height:11.1953rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RNk6z9TXvgTEhOcGg21IgSzuPvcWG4AG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:6.875rem;top:24.0927734375rem;left:42.5625rem;overflow:hidden;display:none; }
#dEsbfaClVrdrhRsP1z6Mg6fUgPyWH2wp { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(255,255,255,0.72) ;height:41.1875rem;width:23.75rem;top:15.03125rem;left:1.0625rem;display:none; }
#I3VbmRAVb2mNBHFH2dnLmZ4xpNVFIWmk { color:#0d553b;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.96875rem;left:25.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oTmXPWDxi9Trsp8OPVkaIoNmQckTMQ5L { color:#0d553b;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.9228515625rem;left:25.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dWyb0zKqwWG1zcmmrvl6cc2gAgTEh9Wp { background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11.8125rem;left:25rem;display:none; }
#an57GE4rbCPFyb3zEGrELUgJ3d0Zzvyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytDCS2cwT2rAeF6Xa91SgMigvwtvptlT { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:63rem;width:23.75rem;top:2.0234375rem;left:50.65625rem;display:none; }
#Pb9xlOl9uquUXDXRt0qEB6qudpWXELpw { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0087890625rem;left:51.875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HKW4PJSr0GzVuKUIErIVeJA2O0AZiD55 { color:#f15f25;display:block;width:21rem;position:absolute;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:15.2197265625rem;left:52.03125rem;height:44.78121875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#W0Wa2LicirsvvTt0q3TmgbHTul7QGU72 { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1923828125rem;left:50.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wHL3LiiNT9UWVETqKKycSVJEyWdmaCSx { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.09375rem;left:50.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BqUVSTHf2KmSathUScAVFCTw05PlzaAC { background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11.8125rem;left:25rem;display:none; }
#hKgEHm75bHy96IQ8048a2hQxNDiLvNe4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ex7nG6F9LIeF42Z4AQG2lk1TzLE85mBC { 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:50.5rem;width:75rem;display:none; }
#SxTqFdWiXlhodTT5U2QsKQvph2GJQm0B { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:9.4375rem;left:0rem;display:none; }
#i1GpucLFJw7vR9bnxgJJCATK1UbKyXh8 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.5625rem;top:5.875rem;left:0rem;display:none; }
#SfXHZJAlpO2tLHNRTOlMqOFR720eupGA { color:#033523;display:block;width:37.4375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:24.375rem;left:18.1875rem;height:0.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#frdUX0dTybXeSo4wueqE8EW8oi10uQoG { position:absolute;display:block;z-index:15010;background-color:#146d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5rem;width:23.875rem;top:23.9677734375rem;left:25.71875rem;display:none; }
#FKdWAdAI7LrvhMkD8TlDVd259uBWdy8T { position:absolute;display:block;z-index:15013;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #146d00;border-left:0.125rem solid #146d00;border-right:0.125rem solid #146d00;border-bottom:0.125rem solid #146d00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.25rem;width:23.5625rem;top:24.0302734375rem;left:25.71875rem;display:none; }
#uvyXcNOhHgCLd3NKW34nDQZv4EyTALPt { position:absolute;display:block;z-index:15014;background-color:#aaff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #146d00;border-left:0.125rem solid #146d00;border-right:0.125rem solid #146d00;border-bottom:0.125rem solid #146d00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.25rem;width:23.5625rem;top:31.4052734375rem;left:25.71875rem;display:none; }
#C1wVGCchtKrGasS5KleTMsCTuWzVAlVS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.0625rem;width:6rem;top:24.09375rem;left:43.28125rem;overflow:hidden;display:none; }
#gfuT1I9Ey65VMMKF7nskcOtNoUsZEqFb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.0625rem;width:6rem;top:31.5302734375rem;left:43.1875rem;overflow:hidden;display:none; }
#lGssqvx4nIQZ8lUGHyAkXTQ2vtCRUUb6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lGssqvx4nIQZ8lUGHyAkXTQ2vtCRUUb6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#AgXhpOTkdkBtX3umHSJqG6fsJeXOI7h8 { color:#f15f25;display:block;width:23.8125rem;position:absolute;font-family:"hk grotesk";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:28.611328125rem;left:1.0625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZwWO73gmqdmBwvb2yFmZx7DN0supooa1 { color:#f15f25;display:block;width:19.125rem;position:absolute;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:28.673828125rem;left:2.28125rem;height:11.1953rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SHTrok646xpUiJkqOC5UhTVbBM7NecPr { color:#0d553b;display:block;width:37.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:18.1669921875rem;left:18.15625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C849xZSvJaPXsD7zN61rbkFOtG4ZX9MB { position:absolute;display:block;z-index:15014;background-color:#aaff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #146d00;border-left:0.125rem solid #146d00;border-right:0.125rem solid #146d00;border-bottom:0.125rem solid #146d00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.25rem;width:23.5625rem;top:31.4052734375rem;left:25.71875rem;display:none; }
#hsclNhlCfhFbgAnJo8vDLI9KhmrlCuFE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.0625rem;width:6rem;top:24.09375rem;left:43.28125rem;overflow:hidden;display:none; }
#apAxoM4oLFAnxTm2K8zfoqUcO0w8MiUt { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.173828125rem;left:1.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#stHWs7XJVHycx2rTPMpt6fQr0HU2qhvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:23.1015625rem;left:1.4375rem;display:none; }
#nvcghUJIDHUZXNDTIbLzmfOFZ2izuQPr { position:absolute;display:block;z-index:15005;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:22.818359375rem;left:1.0625rem;display:none; }
#zdMCNU6UuQLwTVl9Qc7SscgZiXNC2q1N { position:absolute;display:block;z-index:15005;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:22.818359375rem;left:1.0625rem;display:none; }
#T01dd0rUdGXz6HefVTR0Koo6Dd2gmbvi { color:#0d553b;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.96875rem;left:25.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OD6SoVI18a1PFuEU1P2OceEET7xBfVxE { position:absolute;display:block;z-index:15005;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:22.818359375rem;left:1.0625rem;display:none; }
#StDdIXlHyLA0u3gHF33O6Rn9Js6bU4l6 { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:grandstander;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1923828125rem;left:50.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E7EGfJW3mx4rkb1qz0uwvt9v6uf3Oca2 { color:#033523;display:block;width:16.625rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:24.7265625rem;left:26.5625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KfaeipcfTDOskqqnfTycsmSqaNQN5Wrf { color:#fff4ec;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.456250190735rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bggOMxuUOSQA5ta9hnXbEiZ1UGPhGzih { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:6.8125rem;width:34.6875rem;top:12.5625rem;left:19.5625rem;display:none; }
#ErsWFncpm2Itb1I80xo1ZDI5Kzvkpo1W { 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:34.4375rem;width:30.3125rem;display:none; }
#qReac8DhSKQ654X7snTDApPQaPwo2rZK { color:#fff4ec;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.456250190735rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-trigger.adaptive-delivery-prevent-bg, #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-trigger.lazyload, #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-trigger.lazyloading { background-image: none; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15037;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:43.007032394409rem;left:2.0304689407349rem;display:none; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #nygDS1VTNksxw5U3VUDG2Z05swOetX6U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #ExPuTTBaLXQXZ8r8WysCvRL31FsEqWH0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #S6IVmh8wZ9FqLS2aST2y6rC3cNA0lV21 { display:block;position:relative; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #CL32FSsU0O4xPzQrnJqMd1dOvKLobm3L {  }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #XHuaFzRiU05Tr93HfAUesvBw0lghyuTb {  }
#RaGRAmuHefKwmWA4oDxch24whDSxOGuA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:23.1015625rem;left:1.4375rem;display:none; }
#rPcfyr9d35tEUo1DVrGMlbH3pBBov1de { color:#033523;display:block;width:16.625rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:24.7265625rem;left:26.5625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-trigger.adaptive-delivery-prevent-bg, #EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-trigger.lazyload, #EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-trigger.lazyloading { background-image: none; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15036;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:85.403125762938rem;left:26.837502479553rem;display:none; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#EThA1a7R1GZzoKUKS5xn1D22muka4oKB #zK19FwWV9tBRmuZLTFpQ9bZvrQWH6ZgO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB #BkfOq7ZLtlvXT8h5TXC10wUeTkcQqEHl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB #o9EHgNEiecNG6gkG0cPlUtoTF1OgdiPH { display:block;position:relative; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB #qRgNFemeX7icggvCIfR2qssta156hR7v {  }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB #QCm98fwD75pnKa01tq3Z2xwlPmWqafD0 {  }
#adx7xenFK5fWplnWocNk291ev7rXfZac { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:23.1015625rem;left:1.4375rem;display:none; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-trigger.adaptive-delivery-prevent-bg, #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-trigger.lazyload, #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-trigger.lazyloading { background-image: none; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15036;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:85.403125762938rem;left:26.837502479553rem;display:none; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #hBdmHxGzyESUSTdEmNctvCaDhyteEpyE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #UGgpIlxa3mCg4LxNAaBA4qOfdVcyod9C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #RlmvBX7pvImgPFLJuo0Uw9Igd2cCnOyl { display:block;position:relative; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #HnTavNQ921ugzQA7cJdLdfAL1DSxp0iD {  }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #O6TZwfWpV64Jtz4ENRxodX0ggDaKe4uv {  }
#xB4FTiOFtzIFWXvHy1SiRTzWxhcnJdrJ { color:#033523;display:block;width:24.0625rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:25.775002479553rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zvn3N3f5D7RTwT3eDMqcIEH6Q98F7vdC { color:#033523;display:block;width:16.625rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:24.7265625rem;left:26.5625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VCa1l19VIX6antQaeMVgvfiQ6i5hXkvD { color:#033523;display:block;width:24.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.878125190735rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dK3SBT0E3aWh4RWv9LG6JKbsauugpcsu { color:#033523;display:block;width:24.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.878125190735rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LhdnXrn6dNpiyq5qnTG5pJsUmEMqFCO7 { color:#033523;display:block;width:24.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.878125190735rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng { position:relative;display:none; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng { border-width: 0; border-radius: 0; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .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; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-form-header {  }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-regular-label { height:auto;display:block;font-family:"hk grotesk";font-size:1.0625rem;font-weight:400;color:#310c00;width:37.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.3; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:37.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-text {padding-top: 0; padding-bottom: 0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:37.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:37.5rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-select {padding-top: 0; padding-bottom: 0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-button { background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:700;color:#ffffff;width:32.25rem;height:3.75rem;font-family:"hk grotesk";overflow:hidden;box-shadow: 0rem 0.625rem 0.625rem rgba(0,0,0,0.31) ;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.71); }
#G6c72n3rW6i8du35d6MtVez9yPxruabl [class*="-text"]:-moz-placeholder { color:#b76200;font-family:grandstander;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl [class*="-text"]::-moz-placeholder { color:#b76200;font-family:grandstander;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl [class*="-text"]:-ms-input-placeholder { color:#b76200;font-family:grandstander;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl [class*="-text"]::-webkit-input-placeholder { color:#b76200;font-family:grandstander;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.6;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:36.25rem;overflow:hidden;font-style:normal;float:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-container:first-of-type{padding-top:0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-container:last-of-type{padding-bottom:0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -moz-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -ms-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -o-linear-gradient(45deg, #ff792a, #ffbe53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff792a', endColorstr='#ffbe53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff792a', endColorstr='#ffbe53' );";background-image: linear-gradient(45deg, #ff792a, #ffbe53);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:16.90625rem;top:26.0107421875rem;z-index:15014;position:absolute;box-shadow: 0.0625rem 0.0625rem 1.625rem #fffd37 ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.5rem;display:block;vertical-align:top; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl {display:block;}#G6c72n3rW6i8du35d6MtVez9yPxruabl { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -moz-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -ms-linear-gradient(45deg, #ff792a, #ffbe53);background-image: -o-linear-gradient(45deg, #ff792a, #ffbe53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff792a', endColorstr='#ffbe53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff792a', endColorstr='#ffbe53' );";background-image: linear-gradient(45deg, #ff792a, #ffbe53);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:16.90625rem;top:26.0107421875rem;z-index:15014;position:absolute;box-shadow: 0.0625rem 0.0625rem 1.625rem #fffd37 ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #lqvebD1xK4GsvXhT8CRLRKCheny0aVF0 { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #LC9AwrGFLpQ9L8kQI4qmd8kt6noAUac0 { position:relative;display:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #EvXQFGyiOIf0DgrTsTLxKXAeDsEvBMT4 { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #p9iOhfRlg0pshnEFJah7cLKGoSU3arO4 { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #SpMahGQgI61sJDDFeaOnsqPPcZtaB1RU { position:relative;display:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #xEuWMcNMT7BZTCIyGxEd55MiyMrszqGv { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #lsMRFmoadnuVZ3pqmaoqeUwu2nhmTNk9 { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #g9fby8u0VRZefI7yz5V0BaKoxeglsDqr { position:relative;display:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #dxLfJn9y5AZe9P4nqLp6bQOHKWsRPMbr { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #WM4bBen90lCV4TdSWVrJnHwdERrZS6SI { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #DitgGyTqMkkR1IJGhhEhraXUV17r78vv { position:relative;display:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #GwR3hec2hv7WNJvyedkmwxXqK6n1cZIn { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #T8tcIrHTaGf7fxOlMiZ8p4ZlPQoNSsoi { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #oLmsXHQ57pAN3nDxLVXS6JCbBRPUHdIG { position:relative;z-index:2; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #eTyabidwdngFbFsCtskNOlSDbSK5cwsQ { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #N698WVmzXs4bzmflcPf3JZHcslVAzfU8 { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #lKwDCfxDgDmkaKfR9OJAObyTbL9w0Nmk { position:relative;z-index:2; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #LELtHtuDyJuJWFuGenZLdKDMB7e1IZxP { position:relative; }
#d0IBKPfTwp0KMVuFTuSFtqmPL2GpfIQS { position:relative;display:block; }
#tLulttoersn3JEnTS7ynCVbFhxAnAhxs { position:relative;display:block; }
#vRQWTt6zTgdWenormgWlTILXkfgDAE5K { position:relative;display:block; }
#DdEE898ucSHD004hhzIPd8AXJN7gCLhZ { position:relative;display:block; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #looPCitWSqZnVKCKZeCFUTFWwJO9JDw2 { position:relative; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl #HTDGQ0TbdvODok147n4P5f2hzqM9VMCI { position:relative; }
#XWhxaMcINWEdBXiU2SI8swzyN14v28bb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:17.125rem;top:51.0732421875rem;left:2.21875rem;overflow:hidden;display:none; }
#PbtxJI5ErGpbOXc8cdOF87tWHVFAnCd4 { 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:35rem;width:43.875rem;display:none; }
#fkBCTDsReT4kLQHm4CJ5G3a5Xc2CPQDo { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:grandstander;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:17.2490234375rem;left:20.71875rem;height:6.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7c2c;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; }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row .container { background-color: transparent; background-image: none; }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row .container > .video-iframe-container { display: none; }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row > .video-iframe-container { display: none; }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .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); }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row .container { border-width: 0; border-radius: 0; }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:75rem;position:relative;display:block; }#A7QxFCPulPTcawEdTd1KVV9a6N6c1TfO { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:37.5rem;width:23.75rem;top:4.96875rem;left:1.0625rem;display:block; }
#OgoMKf66WHwuq0lQJr6JuyFbtvc2uodc { color:#ff7c2c;display:block;width:23.625rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.75rem;left:1.15625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f3Fla2bdrMRW1GbeBip5rRrwndcX6TZ4 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #146d00;border-left:0.1875rem solid #146d00;border-right:0.1875rem solid #146d00;border-bottom:0.1875rem solid #146d00;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 2.1875rem #fffd3e ;height:79.25rem;width:24.25rem;top:4.9375rem;left:25.625rem;display:block; }
#TgBky3TKQET4vFgQTAl1fu2ShANtxyVI { color:#f15f25;display:block;width:19.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.8671875rem;left:3.375rem;height:16.79295rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CnqNfZslWzhfmAwMAhlVlGy8pegT3SEf { color:#0d553b;display:block;width:20.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:43.890625rem;left:28.531250953674rem;height:34.98531875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ByvFKLTrh5TvoULeWE26BS0xrwqRdQwh { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:69.9375rem;width:22.9375rem;top:5.0625rem;left:51.09375rem;display:block; }
#lDbJEA7T8wVTu5WqCeUhxgm1lWQuuUkJ { color:#f15f25;display:block;width:21rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:18.8671875rem;left:53.456250190735rem;height:48.97945rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TsTZUgXgN8GAUv93GqzUh1BLElhutTKz { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.03125rem;left:1.0625rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nJ4Pn1LTzk3zEyE1MeCPpK192wQ1Xt9s { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9296875rem;left:1.0625rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXle1vEM5Wgd7nEJ3lo7q5tpGcxHE03G { color:#033523;display:block;width:24rem;position:absolute;font-family:riffic;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4656257629394rem;left:25.868752479553rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmf0FginUH6gCdHuNKzsIXitbDz92Kma { color:#0d553b;display:block;width:23.9375rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.03125rem;left:25.900002479553rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kr00PETe03dwqGHnweSTlul91Fn9I78y { color:#ff7c2c;display:block;width:23.8125rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.8125rem;left:50.625000953674rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wD1C3SkSMPtcevgxILLyyOJsoKnfTxJC { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.03125rem;left:50.656250953674rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIEED2lTWIoEoFpGPsufiSyHdRwqHuk8 { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.929687023163rem;left:50.656250953674rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfOUMrEVlo2gkCoxBZrP4GoKszG5Clvv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.375rem;width:23.75rem;top:0rem;left:0.625rem;overflow:hidden;display:none; }
#a9qOAb9CH7SDegyeA4xVEJEVqd5MURra { color:#f15f25;display:block;width:18.6875rem;position:absolute;font-family:grandstander;font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.1396484375rem;left:3.15625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zms60aFKBrRisX6W3OPT1M4oDN0RmgsT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:grandstander;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDyfU6RdbeXVAJgKIfxCy9WiToi6uyXv { position:absolute;display:block;z-index:14997;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:21.125rem;width:21.125rem;top:49.1796875rem;left:27.28125rem;overflow:hidden;display:block; }
#bEcTQHPWSaC0HG3vaZJxCP5X7AgW70ms { color:#ffffff;display:block;width:75rem;position:absolute;font-family:grandstander;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2734375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZkF739tJVpM6RvGztTfEQiI4KbST7K1q { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.375rem;width:23.75rem;top:0rem;left:0.625rem;overflow:hidden;display:none; }
#MlwcofVggK4EXmqdAT0MxSKCeQJLU7gU { color:#f15f25;display:block;width:18.6875rem;position:absolute;font-family:grandstander;font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.1396484375rem;left:3.15625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TGlDQlgzTxW9SaU5pmJDOs5nwtdIMyta { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.375rem;width:23.75rem;top:0rem;left:0.625rem;overflow:hidden;display:none; }
#IOInn5PVFGSelH0BtnvBiTy5HnSdmu5l { color:#f15f25;display:block;width:18.6875rem;position:absolute;font-family:grandstander;font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.1396484375rem;left:3.15625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TaF8nSTvIT1ZsU9ZSoHK2vGdpfxQIXvt { position:absolute;display:block;z-index:15014;background-color:#f15f25;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.25rem;width:24.0625rem;top:20.297657012939rem;left:25.800000190735rem;display:block; }
#h03ASivONrUUeALxCnwohg5aHmxDA5kW { position:absolute;display:block;z-index:15015;background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.25rem;width:24.0625rem;top:27.74765586853rem;left:25.800000190735rem;display:block; }
#yBFiwgRcHtRephSr5d8QiWoNsLO4oyUt { position:absolute;display:block;z-index:15016;background-color:#f9b231;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.25rem;width:24rem;top:35.12265586853rem;left:25.831250190735rem;display:block; }
#XGlbEH4rquxyRMBEngPHtXMn0NprNJgH { color:#0d553b;display:block;width:23.9375rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.929687023163rem;left:25.868752479553rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PoZPCWWHqkT1Fy2FhZay0uxRAfvEzp3f { color:#033523;display:block;width:24.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.07968711853rem;left:25.806252479553rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vWUQCCxv9I3hH2lsP9IsWzaL6if4yifc { position:absolute;display:block;z-index:15015;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:6rem;width:5.25rem;top:2.1875rem;left:44.974999427796rem;overflow:hidden;display:block; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-trigger.adaptive-delivery-prevent-bg, #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-trigger.lazyload, #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-trigger.lazyloading { background-image: none; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15037;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:77.9375rem;left:27.025002479553rem; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #aEidD3txrFUS5W5mLmC78XyusDEgPygM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #c35VVR3bKBp8okq5FO77pHlSBzEnydRn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #cnFxSv5ep1KxzfVMJ0Cv6fr8UvpQaAPq { display:block;position:relative; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #qvXrEQ5GSXumLGPRozreZ0R1GLqhx8yd {  }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #tXBiclMBcLVypCHrTmnOamn56vDoCPNl {  }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-trigger.adaptive-delivery-prevent-bg, #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-trigger.lazyload, #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-trigger.lazyloading { background-image: none; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15038;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:36.03515625rem;left:2.03125rem; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #QOKhsgAWpdUzt9kl2rarX4yLaTD34yN9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #rhTEm99TxdB1TntIReBazgu56SPEyRZC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #QJgypO1Q7KRiDIzgNHPkFJPw9ZBbHMfs { display:block;position:relative; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #cpeKXJr2xDLXlyn6UqelmcNmOEhJr69S {  }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #Dn0U3LB47NHx1AywNIfuLvPPS5HKwkJT {  }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-trigger.adaptive-delivery-prevent-bg, #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-trigger.lazyload, #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-trigger.lazyloading { background-image: none; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15038;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:68.412502288819rem;left:51.625000953674rem; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #coxvt9TG8mU0LgeXnXFKSkAJf65p5lC6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #tMghVSdTgmW3EJFnBDzuAPTuJsWslWR7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #EIXWNP5pSSCCQOKlUsn9meODR7mfkaPW { display:block;position:relative; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #GMFfXDrQlHWICOnkQdJGqKUwk4N6H37n {  }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #xHx52U89Cti3DTU0bC4HUFAOPmteUrHB {  }
#TENsTkTVhpUaUHfAU7rW3KFAPMq3w9TA { color:#ff4a00;display:block;width:24.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.878125190735rem;left:0.8125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DKzAz3V4VchlINW87TDxHvuTtspzIXmN { color:#033523;display:block;width:24.3125rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.878125190735rem;left:25.612500190735rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTGg4Q7g3lO8PwZ4hJUPz9TddOmZxs2G { color:#ff4a00;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.878125190735rem;left:50.687500953674rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UEachyGt5tBFqZDEGmLAu01KmpavBJWL { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:21.875rem;left:27.3125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzm9aWXMFbLhftiwRWaB0AzNB4zF1OCZ { position:absolute;display:block;z-index:14996;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:26.5625rem;width:13.625rem;top:58.0625rem;left:4.59375rem;overflow:hidden;display:block; }
#ZcNzQkm5SQxBCsXdmEwiEbMz9NLgRXhZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.1875rem;width:5.5rem;top:35.21875rem;left:44.4931640625rem;overflow:hidden;display:block; }
#HaJA1T8B3D8wKG37kNIJ3x3pZOMdqm5f { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:36.8720703125rem;left:27.28125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dSZfDlOi0EXK2KNd4RsRXnFi8CmnJNiA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.25rem;width:5.5rem;top:20.421875rem;left:44.4306640625rem;overflow:hidden;display:block; }
#xnwlkqxONpFQchRxpGOLIJF8TmF1H9QZ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.125rem;width:5.4375rem;top:27.796875rem;left:44.4931640625rem;overflow:hidden;display:block; }
#KlsqDbORPTS4Ov6tXuNZUqQHdUoJVsrv { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:29.25rem;left:27.3125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7c2c;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; }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row .container { border-width: 0; border-radius: 0; }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row .container { font-size:0.875rem;font-family:arial;height:97.1875rem;width:75rem;position:relative;display:none; }#ameQF5C4OvHiIBQAHmQz63VZSrGGAEDF { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:42.625rem;width:23.75rem;top:5.3421936035156rem;left:1.0617189407349rem;display:block; }
#pIUpcd7cDWcHSLVu7ZCyQldqacdO6Qu8 { color:#ff7c2c;display:block;width:21.3125rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.859375rem;left:2.2804689407349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMlGUhFfMtdq3lAKA2VMLRhShnJoAv4t { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #146d00;border-left:0.1875rem solid #146d00;border-right:0.1875rem solid #146d00;border-bottom:0.1875rem solid #146d00;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 2.1875rem #fffd3e ;height:85.6875rem;width:24.0625rem;top:5.3734359741211rem;left:25.625000953674rem;display:block; }
#xMPqSZuAH7dz5UTy7kwA3PBNKg8XySmb { color:#f15f25;display:block;width:20.4375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:23.31406211853rem;left:2.7179689407349rem;height:16.79295rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HrpXLSiZAAcMtZVyFiFXMILGtwyDduhL { color:#0d553b;display:block;width:18.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:48.77968788147rem;left:28.031250953674rem;height:34.98531875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oegA9sUOVBXKoUld0O2fI28KcoRAQpOg { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:74.625rem;width:23.75rem;top:5.5625rem;left:50.656250953674rem;display:block; }
#OgIDwkdqkCmWT8pFrm6SsmMHT0WmpUP2 { color:#f15f25;display:block;width:21rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:23.31406211853rem;left:52.031250953674rem;height:50.3788625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bi7ERrrBuUNN0BiezECzhkwLt0lszQcN { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.95937538147rem;left:1.0617189407349rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1OGCvP2LGQI4s8043iKdgsbm2IydI2e { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.858594894409rem;left:1.0617189407349rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFBbmbufWNeeDgxWMfsuepmMOVGBruww { color:#0d553b;display:block;width:24rem;position:absolute;font-family:riffic;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5750007629394rem;left:25.781250953674rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNNHRvzvhEHDIArinOALIc7tSP99acyt { color:#0d553b;display:block;width:24rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.95937538147rem;left:25.500000953674rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnmvswBV4TarUDKNpeE5ZBTiXmPpT5RM { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.6);top:18.142968654633rem;left:25.681252479553rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0aCnGlElTwLcApDWRmCzUs3rivrqETF { color:#ff7c2c;display:block;width:21.3125rem;position:absolute;font-family:riffic;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.859375rem;left:51.875000953674rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msi5ikq6a0qOSOCtT61OWb5rncJa5acC { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.95937538147rem;left:50.656250953674rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hEpigCpfnbn5i5LU4cqFbEFsGfgKaRhF { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:18.14296913147rem;left:50.706250190735rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9v9IxgHsie7PyBKholDrC5hZDFhc8JO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:5.25rem;top:2.7890625rem;left:44.987500190735rem;overflow:hidden;display:block; }
#V4Xu3T0RBOpFqUfFbiX8mnsLcLmiTlTh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:grandstander;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2734375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dOqvKb34RUViJSoEZXDzqTXIvILpdkvb { position:absolute;display:block;z-index:14995;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:26.5625rem;width:13.625rem;top:70.625rem;left:4.75rem;overflow:hidden;display:block; }
#xXwg7o1ECPTwu1aEQW0J4ORJCNDaCnTB { color:#ffffff;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.53125rem;left:0.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#v9QCgxP11xS35y3DHK4C0xVagp9pISac { position:absolute;display:block;z-index:15013;background-color:#f9b231;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.25rem;width:23.8125rem;top:24.114063262939rem;left:25.737500190735rem;display:block; }
#nXybQB5H8fFPTQmt2VSThRPn8hCIvJyx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.25rem;width:6.125rem;top:31.68906211853rem;left:43.581250190735rem;overflow:hidden;display:block; }
#nCTAuf1i3fs9Lhlq8RmkTQZgfZsOIswt { position:absolute;display:block;z-index:15014;background-color:#0d553b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.25rem;width:23.8125rem;top:31.56406211853rem;left:25.737500190735rem;display:block; }
#g18pzKyMZ0ZoiZPOBHzHORsrfqROIQ9U { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.25rem;width:6.1875rem;top:24.214063644409rem;left:43.518750190735rem;overflow:hidden;display:block; }
#kcFvhC4qea1GM0IKMLdUZ25WOr0N6NpS { color:#033523;display:block;width:24.0625rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.60546875rem;left:25.718750953674rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r2WQTA058lAvrTCG5pH6881VFzpUrhaw { position:absolute;display:block;z-index:15015;background-color:#8b2b86;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.25rem;width:23.9375rem;top:39.001564025879rem;left:25.737500190735rem;display:block; }
#IIadsyzM9eMR8AlVfnzyCxWnlITkOPhZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.1875rem;width:6.125rem;top:39.126564025879rem;left:43.643750190735rem;overflow:hidden;display:block; }
#GQI7uyTpfBepdwoTkIGn4DoaMiaRZaD1 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.61);top:18.14296913147rem;left:1.0617189407349rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhRfCEIR3Nxu5laeZVPinIyuPIXMgOhT { color:#0d553b;display:block;width:23.875rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.858594894409rem;left:25.562500953674rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bO0RAInLcz7NNtlhkquAEePa7ief0xQe { color:#f15f25;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.858593940735rem;left:50.656250953674rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bP5t7JNTkq7Rha7ZxAqATvCMnsXU4OiL { position:absolute;display:block;z-index:15005;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:23.75rem;top:17.77734375rem;left:1.0617189407349rem;display:block; }
#aaKg2o7BlwA0bTPqP5ndA93I7XkNWzDO { position:absolute;display:block;z-index:15006;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:24rem;top:17.71484375rem;left:25.750000953674rem;display:block; }
#M29JVkAMfeCnVUEc0eweS5TAQQc0l0qJ { position:absolute;display:block;z-index:15004;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:23.75rem;top:17.758594512939rem;left:50.656250953674rem;display:block; }
#bew5HwfMZmq7KZ88i1MVMqwXOXQgWSNS { background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:48.9921875rem;left:3.4054689407349rem;display:none; }
#UivSKmQngIeWCIlo8QPQJlrg4ibkC9pN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSnTSXMbvTEN5FvslKfRfJqOlnfQJQEC { background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:91.028125762938rem;left:28.243752479553rem;display:none; }
#hJ9elAnig8Jn0q91EARTNFSgrvTyU77A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWeSbEKd00IeD5dOECvq5vvu0VH8M3cP { background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: -0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:82.318750381469rem;left:53.000000953674rem;display:none; }
#im6cqZ8USw5iGOT52JBnSyCqxvtFb6sB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Umd9JoEr5VQQf70dpTk2XOCcMUWMEtRc { color:#033523;display:block;width:15.8125rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:25.614063262939rem;left:26.893750190735rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zlFz1IfQZGsyhohRmKg22vo9NvqDwGBh { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:33.0390625rem;left:26.612500190735rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-trigger.adaptive-delivery-prevent-bg, #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-trigger.lazyload, #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-trigger.lazyloading { background-image: none; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15036;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:84.590625762938rem;left:26.900002479553rem; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #PO3fQcafSGMEJGHXkl9UTBnr08Uypznu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #DaPs0ax2cXvpmkMPteoKRD5u2MIP9htC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #xNLVyBUtoiGw3LxLWgBKau3q2g1Zc3lN { display:block;position:relative; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #Na3fhgrT42qupkOPMCdRN4XfFempZsZC {  }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #bnBZaLZce6CUygew3hP9iNDbRckMA371 {  }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-trigger.adaptive-delivery-prevent-bg, #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-trigger.lazyload, #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-trigger.lazyloading { background-image: none; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15037;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:41.15625rem;left:2.0304689407349rem; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #GLcXKKmZQ41goq1mH071Ebb5VQDKNrB9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #XqqWgoDAAXm6WiRqOqy2uPea4U9C3JOe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #nkIJMtqgTeDVEkeLWBQGrN914DDPIdbg { display:block;position:relative; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #XOTwEsTFTfb1rPd3moukr5GmTk0yvafQ {  }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #k9MhpF3QwPwUzCeUpgRXce71rSlHPwNC {  }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fff4ec;background-image:none;vertical-align:top; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:comfortaa;height:auto;color:#033523; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto;color:#033523;font-family:comfortaa;line-height:1.6;overflow:hidden; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-trigger.adaptive-delivery-prevent-bg, #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-trigger.lazyload, #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-trigger.lazyloading { background-image: none; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15037;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:73.526561737062rem;left:51.625000953674rem; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #Onb1Tbk5kkM9NmUl9KsgMfqwvrhv7wIP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #vJLL7suTWdGv7GAz0nbddGOBkLymtSyA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #QTKeqLnzwOxKbnduTzi8cQW3SWy6gcyU { display:block;position:relative; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #WK5AlyE4MzypUHDCqGbUNf9L0oMoo7nB {  }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #lr31fN4J9Z4Fad8yh9WlAXk3RkLx8kLW {  }
#MIE4d3Pbzl4002CtpOD8H0tkwRdi2KpT { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"hk grotesk";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:40.4765625rem;left:26.612500190735rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mhSReTWBuUdp4RVzqv6en1sTyyWqdsqA { color:#033523;display:block;width:24.0625rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:25.775002479553rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WWTucuA6cHyxa2IMXyhCWSyhFffc4Icw { color:#ff4a00;display:block;width:23.8125rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.703125rem;left:1.0617189407349rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QhgfDTw2pnS84xdhPqlaoVVMGxccaQxW { color:#033523;display:block;width:24.3125rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.703125rem;left:25.650002479553rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gLMXbmTe7rdcwuiyvHxU2XictFtDqDQI { color:#ff4a00;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.703125rem;left:50.656250953674rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7c2c;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; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container { background-color: transparent; background-image: none; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container > .video-iframe-container { display: none; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row > .video-iframe-container { display: none; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .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); }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container { border-width: 0; border-radius: 0; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#CtreQ8ZCAiUF8lX3RcBf7EQ9BZqZtyUN { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.375rem;width:23.75rem;top:9.625rem;left:0.625rem;overflow:hidden;display:block; }
#lJ0qxm1uNTu0qoGcs7FA8UThqMa8brBu { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.205470085144rem;left:0.59375rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2HLX9N8ZLEyRrRqzzc09eV2CGCRQCcU { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.375rem;width:23.75rem;top:9.625rem;left:25.625rem;overflow:hidden;display:block; }
#JG9s2wVrir8mNE9P7SMSiUDVzpZvaLMI { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.375rem;width:23.75rem;top:9.625rem;left:50.625rem;overflow:hidden;display:block; }
#MfMM1WTPAgelE2VWsBK1pvFehPJNyXCN { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.205469608307rem;left:25.625000953674rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#petxS5HbBSokc7OITJTMLdaTy89CrI6M { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.205469608307rem;left:50.625000953674rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dS7UJ3WefoPP6RU8UKymbDTC1gOJulRb { color:#ffffff;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OQz8TVtU4Xe89lb3lTsd0m5scOJBpnKa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.46875rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sdUQZD4tNkWzNG3aoQzto9RTTlcuC40w { color:#f15f25;display:block;width:18.6875rem;position:absolute;font-family:grandstander;font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.1396484375rem;left:3.15625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zUkNLckOhqeRIgZ6pBQwqk0mRqhJTuRr { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.375rem;width:23.75rem;top:0rem;left:0.625rem;overflow:hidden;display:none; }
#PhClzZP78KUACzq9i6EkTLlBQknrUhHX { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.3125rem;width:23.75rem;top:9.625rem;left:50.625rem;overflow:hidden;display:none; }
#oMx0cv7VNy8gT88IsPuefZ0wmnmaRFxs { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.205469608307rem;left:50.625000953674rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#P77CfarF3WRVy43SlNUfF45sAM9VS9ew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7c2c;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; }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row .container { background-color: transparent; background-image: none; }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row .container > .video-iframe-container { display: none; }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row > .video-iframe-container { display: none; }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .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); }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row .container { border-width: 0; border-radius: 0; }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#Es4beEhUSz4gn8NxWPm84nHeBUTptzH3 { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.3125rem;width:23.75rem;top:0rem;left:25.457035064698rem;overflow:hidden;display:block; }
#zpTeNs2oOeQG8TBBiPM3EEZNqRyIPZiK { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.454425811767rem;left:25.625003814698rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BtbgVTQ9Jnr0qb7uDdnW7eqwm9NwhB1t { position:relative;display:none; }#BtbgVTQ9Jnr0qb7uDdnW7eqwm9NwhB1t { border-width: 0; border-radius: 0; }#BtbgVTQ9Jnr0qb7uDdnW7eqwm9NwhB1t > .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; }#BtbgVTQ9Jnr0qb7uDdnW7eqwm9NwhB1t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.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; }#fSeKwx0U7cTTrNduJnzEXdmWO7ogSbza { color:#f15f25;display:block;width:37.5rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4554691314698rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#minbk1Rf6bsfnNK2XdV7ban1JV2I1K1X { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:6.75rem;left:0rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VT4Rflk6WK0h5rJPAgQNfy79D5NlC2eP { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:11.23671913147rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z3qUtLFyTb0twNOPcQTiwQNfy9NMLbSp { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:14.5625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G5Cxey6vcIG2ldS3JkUSlPXrTB9yB2i4 { color:#f15f25;display:block;width:37.5rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4554691314698rem;left:37.500000953674rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XergAdASE346hEukAg6ZBfDt4lBFemPE { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:11.237499237061rem;left:37.437500953674rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aPnf93oIXmRQgsDc6xJLcXer41cQ94CN { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:14.5625rem;left:37.437500953674rem;height:6.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AblaFmdCIydufFFvqPVDSIn2Ul1kytrR { position:absolute;display:block;z-index:15007;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.125rem;width:30.6875rem;top:10.92421913147rem;left:3.40625rem;display:block; }
#TTSMPTFSWuL0uipiTlTZFaxPWdWea6I8 { position:absolute;display:block;z-index:15008;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.125rem;width:30.6875rem;top:10.875rem;left:40.906250953674rem;display:block; }
#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 { position:relative;display:none; }#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 { border-width: 0; border-radius: 0; }#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4ec;background-image:url("https://images.assets-landingi.com/uc/3e530ad7-6c81-4959-bc9e-254cd5946974/styliscimoodboard.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 > .row .container.adaptive-delivery-prevent-bg, #LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 > .row .container.lazyload, #LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 > .row .container.lazyloading { background-image: none; }#qnn5ged6kNkvhkLIrnHZBqB5Abp4vz9i { color:#033523;display:block;width:75rem;position:absolute;font-family:grandstander;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.15625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cPBSbflQ8Ll2K46M6nTTBJgXHNDcQqHa { color:#033523;display:block;width:41.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15007;line-height:2;letter-spacing:0;top:12.125rem;left:18rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l7ezXULqKtHcdiA4bgHdJIpLvmFpiJlP { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.375rem;width:43.5rem;top:5.375rem;left:15.75rem;display:block; }
#hf8wNEwJvu417BgRRGIH042HqGB9sq8f { color:#033523;display:block;width:53.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15007;line-height:2;letter-spacing:0;top:15.578125rem;left:10.9375rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Dg3nNCboTupkmdqvFoLZ1I0PHHrNZoxb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3) ;height:3.9375rem;width:5.9375rem;top:5.359375rem;left:31.5625rem;overflow:hidden;display:block; }
#e4wmR59lxXWTu138WgwpfMI1h65ycrGZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22) ;height:3.9375rem;width:6.875rem;top:5.359375rem;left:37.4375rem;overflow:hidden;display:block; }
#R1lFtGillEhn3QXuQ0a7qignQ095p65E { position:relative;display:block; }#R1lFtGillEhn3QXuQ0a7qignQ095p65E { background-color: transparent; background-image: none; }#R1lFtGillEhn3QXuQ0a7qignQ095p65E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1lFtGillEhn3QXuQ0a7qignQ095p65E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1lFtGillEhn3QXuQ0a7qignQ095p65E > .row .container > .video-iframe-container { display: none; }#R1lFtGillEhn3QXuQ0a7qignQ095p65E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1lFtGillEhn3QXuQ0a7qignQ095p65E > .row > .video-iframe-container { display: none; }#R1lFtGillEhn3QXuQ0a7qignQ095p65E > .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); }#R1lFtGillEhn3QXuQ0a7qignQ095p65E { border-width: 0; border-radius: 0; }#R1lFtGillEhn3QXuQ0a7qignQ095p65E > .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; }#R1lFtGillEhn3QXuQ0a7qignQ095p65E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.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; }#GhNEVzNsUT3Pi6B35TlsZZxTIM5sQTrT { color:#f15f25;display:block;width:37.5rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6367168426514rem;left:37.500000953674rem;height:4.063475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gGdiNhH3EGyDMmHi1Ma15IzaadNNy3sT { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:8.7468757629394rem;left:37.437500953674rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JOfL5sCTpJ8ItLooBtRtRnQXLAaGZeMu { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:11.032810211182rem;left:37.437500953674rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZGtqQRO7brTJxX36s7TwpZKZcSPbHJyO { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:14.658592224121rem;left:37.437500953674rem;height:1.625975rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T1vrMqDo4mCCxzWP8kn0GGlcA73L7Zmz { color:#f15f25;display:block;width:37.5rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.6351566314698rem;left:0rem;height:4.063475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gNeDfKSZOx9e4oiN2QiVJRUak6Kpr3ie { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:11.032032012939rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sgqW7vVU48WRoAx0GlkuUikETxGdMo25 { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15010;line-height:2;letter-spacing:0;top:14.657810211182rem;left:0rem;height:1.625975rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ttvt2SdspyiXAsXGQya2zXdA276RW5xv { position:absolute;display:block;z-index:15007;background-color:#d9fac8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.125rem;width:30.6875rem;top:10.719532012939rem;left:3.40625rem;display:block; }
#H2uVf3LeGikHSvvpPPbpfKRmtNpMLs1H { position:absolute;display:block;z-index:15008;background-color:#d9fac8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.125rem;width:30.6875rem;top:10.719530105591rem;left:40.906250953674rem;display:block; }
#swSvLwcdacXfkcOJKt9snW53b4N3uJlt { color:#033523;display:block;width:37.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15011;line-height:2;letter-spacing:0;top:8.8093757629394rem;left:0rem;height:1.625975rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QzNzIUgCcwZPIF11CJtk89AaIWk8sfwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4ec;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; }#QzNzIUgCcwZPIF11CJtk89AaIWk8sfwo > .row .container { border-width: 0; border-radius: 0; }#QzNzIUgCcwZPIF11CJtk89AaIWk8sfwo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzNzIUgCcwZPIF11CJtk89AaIWk8sfwo > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#W7oPKaeU6dSMMvD3f3VBGlQMJOcwJ8iA { color:#033523;display:block;width:67.375rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:4.71875rem;left:3.8125rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mUsDBvEkTGpTdQxwR3hpybQtkodFVESJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.53125rem;left:0.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T { position:relative;display:none; }#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T { border-width: 0; border-radius: 0; }#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4ec;background-image:url("https://images.assets-landingi.com/uc/3e530ad7-6c81-4959-bc9e-254cd5946974/styliscimoodboard.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T > .row .container.adaptive-delivery-prevent-bg, #aelrsmxU85ehpnanSFDr8bFzsgp1gI8T > .row .container.lazyload, #aelrsmxU85ehpnanSFDr8bFzsgp1gI8T > .row .container.lazyloading { background-image: none; }#MFuImJagfDzak2nMx5zAQDAzm4e9oQvZ { color:#033523;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.15625rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nJofubzglQcqDRUkNEBiyOZKPNlEUuCl { color:#033523;display:block;width:41.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15007;line-height:2;letter-spacing:0;top:12.125rem;left:18rem;height:10.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qauRMbzhXgOIEdpo1oxeXpfbXZoB2Iik { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.375rem;width:43.5rem;top:5.375rem;left:15.75rem;display:block; }
#x6nLsnCqL9MzbNfo6WdQZyWUdoeVpGxx { color:#033523;display:block;width:53.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15007;line-height:2;letter-spacing:0;top:15.578125rem;left:10.9375rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#TKgpwngqAqRzIcp7ErzDPhOR9R6dtayd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3) ;height:3.9375rem;width:5.9375rem;top:5.359375rem;left:31.5625rem;overflow:hidden;display:block; }
#IoT6sDZdG5FtuVTn504tmc2a1z5EVEFM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22) ;height:3.9375rem;width:6.875rem;top:5.359375rem;left:37.4375rem;overflow:hidden;display:block; }
#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff4ec, #ff7c2c);background-image: -moz-linear-gradient(180deg, #fff4ec, #ff7c2c);background-image: -ms-linear-gradient(180deg, #fff4ec, #ff7c2c);background-image: -o-linear-gradient(180deg, #fff4ec, #ff7c2c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ff7c2c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ec', endColorstr='#ff7c2c' );";background-image: linear-gradient(180deg, #fff4ec, #ff7c2c);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:none; }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row .container { border-width: 0; border-radius: 0; }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:none; }#GuPhCoDmyJicO9dG4RlsC9pT3aX2kgPH { color:#033523;display:block;width:29.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.3125rem;left:3.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gI5DJKqJL7utWezHMfKOG4lRaJ8ruSRL { color:#033523;display:block;width:75rem;position:absolute;font-family:grandstander;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7109375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HPHquPSo3uL4FKwZyPzgpgOb5kFxOVpy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.625rem;width:29.625rem;top:9.53125rem;left:3.09375rem;display:block; }
#lNXB9niprsIEhn2cHIq90u9uMeg4ii4k { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.625rem;width:29.625rem;top:9.59375rem;left:41.5rem;display:block; }
#Tna9Kz5R8QEI8ltETulFpgJxDVaQs8oL { color:#033523;display:block;width:29.625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.3115234375rem;left:41.4375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row .container { background-color: transparent; background-image: none; }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row .container > .video-iframe-container { display: none; }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row > .video-iframe-container { display: block; }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .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); }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row .container { border-width: 0; border-radius: 0; }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 { position:relative;display:none; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 { border-width: 0; border-radius: 0; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b1560e2-9eeb-49a1-950e-bba72445b068/PosterMockup_white.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:21rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 > .row .container.adaptive-delivery-prevent-bg, #pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 > .row .container.lazyload, #pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 > .row .container.lazyloading { background-image: none; }#DO4d2BbC2H0quvVxWCIs6kDzaLXkNwbI { color:#033523;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:4.2109375rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rfHqHusyJbIcqROSPAzDLeX3AX4oQruB { position:relative;display:none; }#rfHqHusyJbIcqROSPAzDLeX3AX4oQruB { border-width: 0; border-radius: 0; }#rfHqHusyJbIcqROSPAzDLeX3AX4oQruB > .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; }#rfHqHusyJbIcqROSPAzDLeX3AX4oQruB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;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; }#QKh7QXmsZOB00XoEkzWTsKmvAJuLU0UP { color:#033523;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.2109375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aDw9QQIcTIHbeV5DrOU7FpChzLtXgzdr { color:#033523;display:block;width:50.0625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:8.5554695129394rem;left:12.468750953674rem;height:3.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IufzZfgzsWtMDpcoUGFnMO1DQ4lMoKen { background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11.8125rem;left:25rem;display:none; }
#xIOyRf08UutB8fVe9Ib56K4WfnZMK8QM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFtBT5R7zKZ7eOc925CMOF8mwaT27IUf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15.875rem;top:6.3125rem;left:3.125rem;overflow:hidden;display:block; }
#iBD8SPKdKhb5UAX1vJRtPZF60suXgPo2 { background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:riffic;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:14.375rem;left:25.000000953674rem;display:block; }
#hDv14L9glwb30EtOaGDFl24qKw2reDPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7c2c;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; }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row .container { background-color: transparent; background-image: none; }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row .container > .video-iframe-container { display: none; }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row > .video-iframe-container { display: none; }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .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); }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row .container { border-width: 0; border-radius: 0; }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#HmOq2kXIUPerPLxATATBFfz4bcakEZ5v { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:20.4375rem;left:9.40625rem;display:block; }
#GGJITyqEAqcThFfdU3WH5MSizz9uSVL0 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:19.46875rem;left:7.15625rem;display:block; }
#x0dAN7JGNLIPlQlkOZl9fT3o2FiJfT0g { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:19.46875rem;left:65.0625rem;display:block; }
#WsIZ6XEoxCl2gNmnquoTX34SSA9nbcw8 { color:#3f1200;display:block;width:10.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:23.0625rem;left:3.90625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fi8O0y5rh3nlsfS6QdodJrVm7eKcQsO7 { color:#3f1200;display:block;width:11.0625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:23.0625rem;left:17.6875rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LcVrPbcvl6f2U5m2QImX1PFWEPvp1Oim { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:7.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ckgfml1onMQyXBsXTgbMoTeSSFRMT5n1 { color:#3f1200;display:block;width:12.125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:23.0625rem;left:31.4375rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bldw1m0Am7OJOcOVW4gn7HNKNFbSSvcV { color:#3f1200;display:block;width:12rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:23.0625rem;left:46.6875rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ebr3bQW4S3xNpSiK3TsaXkkxzCNq6Hl8 { color:#3f1200;display:block;width:11.375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:23.0625rem;left:61.5rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QMoSHiqmim6qNrkZcSt1XP7iIZi3sbzr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.71875rem;left:20.125rem;display:none; }
#HZMIzb2saU6nvbKrxuSOcyQTQnHaz348 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.71875rem;left:34.875rem; }
#h0CgtSPkm1SmzuTo7xratg968iKlOUO5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.71875rem;left:49.875rem; }
#lGw7pcsA3QSdWsx9bnc9t69smadCX5ne { color:#3f1200;display:block;width:46.1875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:38.25rem;left:14.406250953674rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#QTGSJu6Lg0MUGzqLDR2p5n9cO1pdkPye { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.875rem;width:51.25rem;top:36.5625rem;left:11.875rem;display:block; }
#Av6qH0sTFiXvGbnmgzfSCGt90VySPKiw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.21875rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L0qpvLVfBNXvSDLLUcWvPpDLxJArqulF { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:14rem;left:6.4375rem;overflow:hidden;display:block; }
#FbdvDWnJvtOnucrkweeLvVrHQTdDT1Tn { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:14rem;left:20.15625rem;overflow:hidden;display:block; }
#ar6ksCnmPgK5Z1q6PTXIE1R15HAlSLIM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:14rem;left:34.90625rem;overflow:hidden;display:block; }
#uchVB11tEOTaTRAu35LyaN6QJtmUyTZ1 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:14rem;left:64.34375rem;overflow:hidden;display:block; }
#T9kePgI74H3uQ7TxRi97kP2PBxny6qQo { color:#000000;display:block;width:5.625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:14.931640625rem;left:49rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFMnRibdi4qrwsuApSFSaVfzhzB5BxgT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.75rem;left:48.65625rem; }
#d2tZLze9Knha2uZ9TXKUlhF8T53nMfGP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.71875rem;left:20.125rem;display:none; }
#TOflvo5cPy04K9yyFDAgXKSS2zmeLIHq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.71875rem;left:20.125rem;display:none; }
#TgbC8cPL2ugKWJrVd723JRaS7Rpp72Tx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.71875rem;left:20.125rem; }
#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7c2c;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; }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row .container { background-color: transparent; background-image: none; }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row .container > .video-iframe-container { display: none; }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row > .video-iframe-container { display: none; }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .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); }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row .container { border-width: 0; border-radius: 0; }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#pqHKIhEiF9u9zu4MZLHUidCZDqAoSMal { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:7.8125rem;left:25.625rem;overflow:hidden;display:block; }
#trAfOCZdxdOKpn4vh4wvqpehlgde6e4b { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:7.8125rem;left:50.375rem;overflow:hidden;display:block; }
#z171IOUsMeP1m0by6uxHLaO9Fd32CTWT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hQ0BGcOIKbLTclVCTeLJ0mPxlkMRLiIy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:25.25rem;left:0.9375rem;overflow:hidden;display:block; }
#brr1TKrLdw9nRaTyWw8ZuLVvtFB0uMOM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:25.25rem;left:50.375rem;overflow:hidden;display:block; }
#TUNg14QJoEVlus22v6Bvk3CPT6l61d84 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:7.8124997615813rem;left:0.9375rem;overflow:hidden;display:block; }
#wKWTWKkT8UTS1Dkw9hccBP6I7B3Cehhi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:25.25rem;left:25.625000953674rem;overflow:hidden;display:block; }
#SREETT8vLQfJUGDXKzabPTifpLpUqXTq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SREETT8vLQfJUGDXKzabPTifpLpUqXTq > .row .container { border-width: 0; border-radius: 0; }#SREETT8vLQfJUGDXKzabPTifpLpUqXTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SREETT8vLQfJUGDXKzabPTifpLpUqXTq > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:none; }#mRJpVwHnvll8tJoyS7wdtdNoK1qvHbfA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:17.4375rem;left:0.9375rem;overflow:hidden;display:block; }
#XvpLNqoWIqphNNsoEFfGAoMyTzV1HTrA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:17.5625rem;left:25.625rem;overflow:hidden;display:block; }
#miX7WTlAvlgLdsMRoUcq6wnhDt0p4wuo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:17.46875rem;left:50.375rem;overflow:hidden;display:block; }
#mby3IiMKlRw6dOylAx8AmhNPy7F01eMu { color:#f15f25;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZbpDzZ3GlLWnaz14LdE3HeyN0NyRkBvR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:35.0625rem;left:1rem;overflow:hidden;display:block; }
#R63ETFN6XFAKNXhTrdr59X6g0U6OHwdO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:35.0625rem;left:25.625rem;overflow:hidden;display:block; }
#PJQIiG1FnhiXBkX2eSATEibBOXXnUe5G { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:23.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;top:35.0625rem;left:50.375rem;overflow:hidden;display:block; }
#VhgTXQxCoVlQaDodIm70by8koRoX6ezT { color:#0d553b;display:block;width:61.75rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:7.28125rem;left:7.9375rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UAToBOeO5SsZqv4mzBQMbEMyST3WEx7F { color:#0d553b;display:block;width:74.875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:14.5rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VdbnhGwECPEahb171N78bJQczNrFxnVc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row .container { background-color: transparent; background-image: none; }#VdbnhGwECPEahb171N78bJQczNrFxnVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row .container > .video-iframe-container { display: none; }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row > .video-iframe-container { display: none; }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .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); }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row .container { border-width: 0; border-radius: 0; }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#roSkeF2td8vTDgdudBR3boW0yiHTqTs2 { color:#f15f25;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.46875rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z1MsJOeQ7Fsa5uHcc7z9tBSdnwVsG35g { color:#033523;display:block;width:16.875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.75rem;left:4.0625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G9RHpfgzFm4fA1PRS3m2KqAHSclhAWwV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:13.1875rem;left:10.03125rem;overflow:hidden;display:block; }
#AeaaLfZffC5IEvcOmFQ5WAnEaskaTBG9 { color:#033523;display:block;width:18.3125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:20.249220848084rem;left:3.34375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NDfAKX35Kb5AMNPUnHlgUyvotwuTIri0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:13.1875rem;left:35.625rem;overflow:hidden;display:block; }
#WdCpMKvu7mTpTUbmPKfBxfxdR0bSgSyJ { color:#033523;display:block;width:19.625rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.75rem;left:27.6875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iH5y9o8DggNyWensFRxyOndM5IEXG1iJ { color:#033523;display:block;width:19.125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:20.25rem;left:27.6875rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dlpcVmFTgWoiZgCPZAEDMW2L6WFwC7vi { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:13.1875rem;left:60.375rem;overflow:hidden;display:block; }
#SwtaLJgnr8hHRSWGgFH3J94TLBcMECJ3 { color:#033523;display:block;width:19.625rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.75rem;left:52.6875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWeKa3pbRFu2wk7ExN8VfVqs6KHScJD5 { color:#033523;display:block;width:19.125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:20.25rem;left:52.6875rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NfoEV9T6FSX9Og6onewOLUaAErvi0nGk { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:30.5625rem;left:10.03125rem;overflow:hidden;display:block; }
#bctPo9awZO2HE25ivpNKGBWztLCeeVM1 { color:#033523;display:block;width:18.6875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.125rem;left:3.15625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBHAUtuQabHcF7FppkRQh97FWIOUv4V6 { color:#033523;display:block;width:18.4375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:37.6875rem;left:3.15625rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gzBZfRqFac6AidtxGSP5GOA5nskA7Sl8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:30.5625rem;left:35.625rem;overflow:hidden;display:block; }
#ls7dheFqKL3o4N4S10Zo3orWLod5akUp { color:#033523;display:block;width:24.9375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.125rem;left:25.09375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNFxuOmwUxg9gJiwoe0thKiH4JCoFxJC { color:#033523;display:block;width:20.1875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:37.6875rem;left:27.40625rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4gdQJKmLwqZacUi4NTfb91FfEQbSd6C { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:30.5625rem;left:60.375rem;overflow:hidden;display:block; }
#uCeKy7QTxqnMZDEQ5WinoeXNydkr69Mx { color:#033523;display:block;width:24.9375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.125rem;left:50rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdVnTg8zGMoxJXXXXBDkMw4sZBSaLdcI { color:#033523;display:block;width:20.1875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:37.687500953674rem;left:52.687500953674rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7c2c;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; }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row .container { background-color: transparent; background-image: none; }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row .container > .video-iframe-container { display: none; }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row > .video-iframe-container { display: none; }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .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); }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row .container { border-width: 0; border-radius: 0; }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#JHayeLprri9BByrnqVdFho4TvyanufUC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:10.5625rem;left:7.46875rem;display:block; }
#knJqlk7bXxNnP5cyniqTpWg8cdKhlzTu { color:#033523;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:11.6357421875rem;left:8.1875rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HDkFtrLyJ4euqSTfHyeQnI4FNTTSwGbr { color:#033523;display:block;width:18.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.005859375rem;left:7.5rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PqlCLRn46tLdEhItILK5ef5m6vaMRTN4 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:10.5625rem;left:28.03125rem;display:block; }
#HCcpw6x9qPCyw1AGt5HvQ49hSeTL7y6A { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:10.5625rem;left:48.53125rem;display:block; }
#i7E6QtoDUpexJpHOQSdf9sMEBEi6m9ei { color:#ffffff;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1484375rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nhp9VghbMSiEDPh9dmP5SJfUN0zuoD88 { color:#033523;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:11.8857421875rem;left:28.75rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kDoXF8L3S0CZ7MXBEwRwtXm3n1eTRCa3 { color:#033523;display:block;width:18.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.005859375rem;left:28.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFktzddu62yE3N6q3Js7BVAMBoUhBdhx { color:#033523;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:11.875rem;left:49.25rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z0KVnbWoo4myr2x97trH0mnxfTtQzHHe { color:#033523;display:block;width:18.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.005859375rem;left:48.5625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMkr4Dt7O9Nk3h8cIn9IfiW8nHNHeG5F { background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:26.562502384186rem;left:23.500000953674rem;display:block; }
#eScCSUaGruRBmLBABDMNyVmBPRbnvaV6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1J3pXCerhfmQcp9iR8l9lhItsIKQ7Ps { color:#f15f25;display:block;width:75rem;position:absolute;font-family:grandstander;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8046875rem;left:0rem;height:2.0317375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LCpdavqg775tr6n9or7Ts5dJ2Jr6TLKp { background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.63) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11.8125rem;left:25rem;display:none; }
#VPOFbE60auFqUPulA67EH6BRoKWgJgFo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xLtcidZvIP4lJTAWurglvzyIQkg7RdNP { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:0.6875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:23.586717605591rem;left:28.750000953674rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7c2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container { background-color: transparent; background-image: none; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container > .video-iframe-container { display: none; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row > .video-iframe-container { display: none; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .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); }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container { border-width: 0; border-radius: 0; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#Ln1FJbAAv5NCDMGznC2AV2HE4x4kHZQl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:10.6875rem;top:0rem;left:32.15625rem;overflow:hidden;display:block; }
#KVmabGJEx9BnCHbV7Ue01kmNoMoDM57a { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:9.01953125rem;left:15.875rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#cks5mEaDD9ibpZEk7vXeGRNHWgJ4gat7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.625rem;left:32.1875rem; }
#cks5mEaDD9ibpZEk7vXeGRNHWgJ4gat7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#k2ia9OBSVLBOXZgJzsNSdmk8epMOOyCK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.625rem;left:36.5625rem; }
#k2ia9OBSVLBOXZgJzsNSdmk8epMOOyCK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#xQgLwq0KiWGhMDE1Q6vB8M4awciILBIh { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.5rem;left:40.625rem; }
#xQgLwq0KiWGhMDE1Q6vB8M4awciILBIh > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rNFz5rpsEii61SZbzvmrDrZTE3O4W3la { display:block; }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbwT53T1terMv55qTA1OdlBgZOQdyfe4 { top:0rem;left:20rem;width:7.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP0dVgDTng8g1v3zlrCh8F5XTH1TvKeG { width:41.375rem;height:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq { display:block; }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOWGZyKywp0UbzZ0R3CVOO9kHPT7XQ49 { top:2.9375rem;left:0rem;width:47.75rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4fdQI5xetiMTHlWsIqtZkFus1w5TvcI { top:8.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo6K2J28XnLTEh5G5SgbpJWkTfUT6oAg { top:37rem;left:4.4375009536743rem;width:38.875rem;height:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #msSH6DHoBrHPxINGuBLLgS85hBAorv8M { top:27.125rem;left:30.0625rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZdNyWUkiMwI3x5iGCJJT8EMkuPPunar { top:37.5rem;left:4.5000009536743rem;width:38.75rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzRbbtyBX5AQwuGzPXT8K1iyZeAqt1GH { top:40.625rem;left:4.7187509536743rem;width:38.3125rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7zBT07DCrKU4pGGu16HOur8gI8pz3sO { top:30.375rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-text {padding-top: 0; padding-bottom: 0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-select {padding-top: 0; padding-bottom: 0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-button { width:38.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.1875rem; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO  { width:45.25rem;height:auto;top:42.9375rem;left:0rem; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO {display:block;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO { width:45.25rem;height:auto;top:42.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #PTA76cKJyQMzUOKn99eWBqT6Ub2IoPb7 {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #V4gO6CmzEra2Q4oTZW6nzzN94rCBqsgu { display:block; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #agFvVFnefFScXUOpTmQfBDOoKR4wLpSN {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #Gh7PEeRCbOTrTxJJut5nZr9oPp2AoOTv {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #hpyGa2ETW135h9RzrZlNsLoVIFNv8J3y { display:block; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #n6zSWTnXHpfTN44kkZhnbV3XdtirNb2p {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #aFB251oPhQUuJbroRu8QrMlakaCIzqW9 {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #NKvJu3QFAvOkvV6rxoeDVOFKGkBz0846 { display:block; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #Gxvt460hZ4VS81irVl9NgwgNq4gB0nNs {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #OFa7oCEcJRkWWDCmQJQ10UQbAs1CNbli {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #I7zM6iB0E6KVUyNqylsvxWwGOxqixpxc { display:block; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #z3a6IdCpZW13dFCJ7Hy7638ctGIh4tBH {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #lTcU1P8ZVgrDzf1RhP82fQF6MCC7TLOa {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #pdHXVmdC61lWNt1BusVPMbLrUvsWJoyC { z-index:2; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #BDBMSnFZe6L3riOqF1NvPgrTPKfAKD6g {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #hZ7XAT7nl6rscD70NWPE8ywJn8WV4bO2 {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #kufv1zbodo1DqTWTgtPblKRNRwCkU2m9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #JawlsBLlTaWyyVKpg2NWfpTu1MpHA4FQ {  }
 }@media only screen and (max-width: 763px) { #ldgNTMXAm8bte89fbaBF4uFXLSJGeVDn { display:block; }
 }@media only screen and (max-width: 763px) { #Av0THgev5oeGowyefEhe7Gv7wiEA6l5u { display:block; }
 }@media only screen and (max-width: 763px) { #HizfA7b6X6NRtgARq0lSm1XeOcWONTQG { display:block; }
 }@media only screen and (max-width: 763px) { #lfOk5Qwy7Enk1a8bz4IbMxH1tMTFXhiA { display:block; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #zsUIofC4ePKAphcJo2g5yiEodFTVd7Vf {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #H1H7VTkKVv8F5owblG6dPZSU62Xan969 {  }
 }@media only screen and (max-width: 763px) { #Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci { display:none; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vHsf82dWV7ZcHimcbivmia3mVDIS9dDq { display:none; }
 }@media only screen and (max-width: 763px) { #ckmdHymREPFtwqIEUOMlvKOROu1lIgls { display:none; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JEsvK7Eui1gg05cIFN9xBkCgUlWcJO0t { width:14.1875rem;height:14.1875rem;top:15.125rem;left:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDQyfrfyo6B4FXEqfQDACOi7Czwvnds0 { top:2.375rem;left:26.625rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4HoewmFyi3ubcphVoRn7uLmnAyZKI3V { width:25rem;height:3.4375rem;top:11.8125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT75OGM30XwCZpp58GFSrcyz1vRHtbiD { display:block; }
 }@media only screen and (max-width: 763px) { #AiwFi8KV09MdWTI7HTDbKvxky3byHa73 { width:21.3125rem;height:2.8125rem;top:8.6875rem;left:13.21875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSnxtRpX5Dwb6gFUE3Jl2wJzgUbmkZTr { width:23.75rem;height:50.25rem;top:9.9375rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkiwFVWrg5SkE8sQOaBtx1c2kiq17UdX { width:18.4375rem;height:30.4375rem;top:113.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8L2eiALLP5Pkqq9iLK0Bsh1bZICWAPo { width:20rem;height:1.75rem;top:31.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJE1Of8q0htzDFa0XQ0It1sV7d454x8k { width:21.3125rem;height:2.8125rem;top:13.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9yTE2L38JEh4an7A2ZErB2b9SrZqksI { width:18.5rem;height:14.625rem;top:40.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpGCf2QHN0T9RCGDyxdKcSLvl5pRsT5G { top:24.0625rem;left:28.9375rem;width:6.875rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0p80XQzuXzVzSRdV5tJVs3FBUEDuGlE { width:23.75rem;height:41.1875rem;top:15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqDLpxHfpw6Att5rfw4TyUrBwXHmvyIU { width:20rem;height:1.75rem;top:74.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekCcdgtmwDTi1asBDWX8bC0QuOZTnEPG { width:25rem;height:3.4375rem;top:11.8125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ox5nFSNuv2pUsrLTQueUlns4X9yl3qPa { display:block; }
 }@media only screen and (max-width: 763px) { #rRQu5MXRqVTvTB0y9An64HFbNc5KIrXX { width:23.75rem;height:63rem;top:2rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTafqrUGA3fwI94QnTLH9eFeEvIOTg52 { width:21.3125rem;height:2.8125rem;top:1rem;left:26.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTLIHTuRFcS0KOrR0HE63kGqOg9gzInG { width:18.4375rem;height:42.625rem;top:172.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwJ9y5FoTzVdW3WWW3irTM42WK2nfwdU { width:20rem;height:1.75rem;top:160.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KV0rJTOrIxpk7l4ZD31xplxPkhGKNovO { width:25rem;height:3.4375rem;top:11.8125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GC3CLb9hBi3fZMzWzDuHmOuKVIWSddbM { display:block; }
 }@media only screen and (max-width: 763px) { #lVoe3rUgASNUu0ppTdqT2hmUqPNmawZm { width:47.75rem;height:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbSyD5TPvQ3xw6UvGHpfGpZ2Q8tvArfF { top:1.9375rem;left:0rem;width:19.9375rem;height:3.5625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #omCSh86mDhRsVxikxwZaCQDuHauKLkcm { top:5.875rem;left:0rem;width:20rem;height:5.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbPdBHzJQTdMOkuKdigiLfSwu2FBHDzC { top:24.375rem;left:4.5625rem;width:37.4375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vr7xGZFQ3LkZnZVqwvDpeqldcKg0xRaC { top:23.9375rem;left:12.09375rem;width:23.875rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2nvGHLihwcDIykis5kFfbop71P9s06z { top:24rem;left:12.09375rem;width:23.5625rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xom2ArEuFgWOLrym5fKQlwZ8umBDxhlQ { top:31.375rem;left:12.09375rem;width:23.5625rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWEyyaLarFDVRkDJITiF89II5kbuJitN { display:none; }
#dWEyyaLarFDVRkDJITiF89II5kbuJitN > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #d9sKfyGxTwTsygDcgUnkLbEDdRuwTC3f { width:23.8125rem;height:1.8125rem;top:28.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dc4OdKcOeCTTr7eS5yqqIGhbqSPnnDET { width:20rem;height:2.25rem;top:86.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeKk18ROCzLRwXMSQhIGt5eDolL0NX8e { top:18.125rem;left:4.53125rem;width:37.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxilWrIfN0DdOWiXABNsF3BFxa6W26ZE { top:31.375rem;left:12.09375rem;width:23.5625rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgqi9hgrzWLrcpbhxrG1BDrTslXtvCpX { width:19.9375rem;height:1.75rem;top:34.125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulGWPHL2SgbU2rP13dPTS4dpyBdcvccP { width:20rem;height:1.75rem;top:76.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUIRnfw9CBoCfZ2T4ep5SrL6fwdaWGTp { width:20rem;height:1.75rem;top:163.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ll4lVES7hOqIgmHOy6OpAog93LJ3fgmR { top:24.4375rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWM4Fcv8fpOcvtxx9Bu2Su5WDl2ieyEl { top:12.5625rem;left:5.9375rem;width:34.6875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgWIwS1BqdZchNy0tBHqh7rK09XXNlk4 { width:30.3125rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgTsafWdxUNGKOV1hRbAAhZUmkPpuRur { top:24.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem;display:none; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #T8usNmm5CJcKoCAo0UJGfkz7PUrDTP5i {  }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #G9lp6Nv5fmwlcpbFugrfhCQOpSCVfrwg {  }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #SlTkeuqnx9RMpT3ev0WBfhMAEg967rAu {  }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #ygArke7n9PMtaSHek7goS0qJG14HKSfu {  }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #aMqo6zNFQvyDX0l3kTWo4IturZ0C5grk {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem;display:none; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #kBz8IwPnTONCZoICP0ZBolqxr4mc1BSh {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #VF4DtIsTPaTDJDPwmxWdbpmCzpwnP1NI {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #A8CvKolus5pkSpMZJG8aLcxIBAvAnvKT {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #DKMsDfXTrKH7IiJKGFpnK6aOPT5uiXM7 {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #kGAECixMVf0Posy8XzF5PWaHBMD4ltI8 {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem;display:none; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #vwR8KymG9bpu68AxyvgL7k1ffTTC1UmT {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #Kz592JguaooS9nxe244vT3zLfCImo5l9 {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #KLwg0TrvAtSJu4267tNpBpIRrzwklers {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #brK47tg4K3yyT324zArsTsiC4yJRLnCb {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #NqGwbeR49VappkmO6td3dvDAToIPuSCv {  }
 }@media only screen and (max-width: 763px) { #nXaiORht0iLAoQMf6BZVJ0RPNK3T2n6T { width:24.25rem;height:0.9375rem;top:9.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxz5sK1pGvmTRJdGHvlZUE6saXwZhqHm { width:24.25rem;height:0.9375rem;top:9.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIKr9rKvERzTkOZ4zOsCTQLwONeJxnOy { width:20rem;height:1.125rem;top:159.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIZD5rDTCT2FF3OS9Gr09aINJw1aLQFf { width:11.875rem;height:3.9375rem;top:99.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT9aXwCqSiOcJOMcTqCVBliX1PwA98Oc { top:24.0625rem;left:29.65625rem;width:4.9375rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DD9l3qzZheT6txMLBbTphmbgD4VMTTBf { width:13.5rem;height:5.25rem;top:92.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEmLg0ZKDF7L0JCS4riw1yR46cWCAQXi { top:35.1875rem;left:30.692962646484rem;width:5.625rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLFu8naznzax6igJT4qACaWf9ZO7Xwqb { top:35.1875rem;left:30.692962646484rem;width:5.625rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCHRVkhuzc8CeyEETFNd0CEWUUAmsiZb { width:16.3125rem;height:4.5rem;top:36.5625rem;left:13.281246185302rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uA7RMfl66PNpbruwGAVC9OiKq5kHqiQI { top:24.0625rem;left:29.65625rem;width:4.6875rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP4MNGcm18M4vfkofn37H9NGWkgSJerI { top:24.0625rem;left:29.65625rem;width:4.1875rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSpSlfRIQi3IbefdfvCge7F34VXCKPsH { width:13.5rem;height:5.25rem;top:99.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUUVD3kOGCGe1WRUDHc3KT5OKfdtrdPs { width:14.1875rem;height:14.1875rem;top:15.125rem;left:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Scs7K10oazNOqr3JfmwwtrW26oZGBFB3 { top:2.375rem;left:26.625rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBJT0TkLzaL1WfFBZ1nLvNwPSHFstEHh { width:25rem;height:3.4375rem;top:11.8125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIQyW1ZX5neMzgCyKWfZmQkql2g3EEiI { display:block; }
 }@media only screen and (max-width: 763px) { #SVKTp198FhcvRafhTl0q6pgP6DmsOpmP { width:21.3125rem;height:2.8125rem;top:8.6875rem;left:13.21875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7beskyFyT22rnxn4xarAQtMr4mnheJF { width:23.75rem;height:50.25rem;top:9.9375rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiWmWb5THpQFgKgIXu3JnPWguPTRoZec { width:18.4375rem;height:30.4375rem;top:112.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHbahgvPU1IPt7TydmSyzqExaDgp4ibP { width:20rem;height:1.75rem;top:32.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqSsVQsoK1KbHmd1yawI3SO4vltM6pFF { width:21.3125rem;height:2.8125rem;top:13.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #baIfiwyAnQv2Qrndy8HUhKlsVGW4CNRI { width:19.875rem;height:1.75rem;top:38.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLoto9ZewDE7NFyqKpOycTH8iea9uNwB { width:18.5rem;height:14.625rem;top:40.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNk6z9TXvgTEhOcGg21IgSzuPvcWG4AG { top:24.0625rem;left:28.9375rem;width:6.875rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEsbfaClVrdrhRsP1z6Mg6fUgPyWH2wp { width:23.75rem;height:41.1875rem;top:15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3VbmRAVb2mNBHFH2dnLmZ4xpNVFIWmk { width:20rem;height:1.75rem;top:75.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTmXPWDxi9Trsp8OPVkaIoNmQckTMQ5L { width:20rem;height:1.75rem;top:81.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWyb0zKqwWG1zcmmrvl6cc2gAgTEh9Wp { width:25rem;height:3.4375rem;top:11.8125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #an57GE4rbCPFyb3zEGrELUgJ3d0Zzvyp { display:block; }
 }@media only screen and (max-width: 763px) { #ytDCS2cwT2rAeF6Xa91SgMigvwtvptlT { width:23.75rem;height:63rem;top:2rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pb9xlOl9uquUXDXRt0qEB6qudpWXELpw { width:21.3125rem;height:2.8125rem;top:1rem;left:26.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKW4PJSr0GzVuKUIErIVeJA2O0AZiD55 { width:18.4375rem;height:42.625rem;top:170.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0Wa2LicirsvvTt0q3TmgbHTul7QGU72 { width:20rem;height:1.75rem;top:161.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHL3LiiNT9UWVETqKKycSVJEyWdmaCSx { width:19.8125rem;height:1.75rem;top:166.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqUVSTHf2KmSathUScAVFCTw05PlzaAC { width:25rem;height:3.4375rem;top:11.8125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKgEHm75bHy96IQ8048a2hQxNDiLvNe4 { display:block; }
 }@media only screen and (max-width: 763px) { #ex7nG6F9LIeF42Z4AQG2lk1TzLE85mBC { width:47.75rem;height:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxTqFdWiXlhodTT5U2QsKQvph2GJQm0B { top:9.4375rem;left:0rem;width:20rem;height:1.125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1GpucLFJw7vR9bnxgJJCATK1UbKyXh8 { top:5.875rem;left:0rem;width:20rem;height:5.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfXHZJAlpO2tLHNRTOlMqOFR720eupGA { top:24.375rem;left:4.5625rem;width:37.4375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #frdUX0dTybXeSo4wueqE8EW8oi10uQoG { top:23.9375rem;left:12.09375rem;width:23.875rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKdWAdAI7LrvhMkD8TlDVd259uBWdy8T { top:24rem;left:12.09375rem;width:23.5625rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvyXcNOhHgCLd3NKW34nDQZv4EyTALPt { top:31.375rem;left:12.09375rem;width:23.5625rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1wVGCchtKrGasS5KleTMsCTuWzVAlVS { top:24.0625rem;left:29.65625rem;width:6rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfuT1I9Ey65VMMKF7nskcOtNoUsZEqFb { top:31.5rem;left:29.5625rem;width:6rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGssqvx4nIQZ8lUGHyAkXTQ2vtCRUUb6 { display:none; }
#lGssqvx4nIQZ8lUGHyAkXTQ2vtCRUUb6 > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #AgXhpOTkdkBtX3umHSJqG6fsJeXOI7h8 { width:23.8125rem;height:1.8125rem;top:28.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwWO73gmqdmBwvb2yFmZx7DN0supooa1 { width:20rem;height:2.25rem;top:85.4375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHTrok646xpUiJkqOC5UhTVbBM7NecPr { top:18.125rem;left:4.53125rem;width:37.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C849xZSvJaPXsD7zN61rbkFOtG4ZX9MB { top:31.375rem;left:12.09375rem;width:23.5625rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsclNhlCfhFbgAnJo8vDLI9KhmrlCuFE { top:24.0625rem;left:29.65625rem;width:6rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #apAxoM4oLFAnxTm2K8zfoqUcO0w8MiUt { width:20rem;height:1.75rem;top:34.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #stHWs7XJVHycx2rTPMpt6fQr0HU2qhvy { top:23.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvcghUJIDHUZXNDTIbLzmfOFZ2izuQPr { top:22.8125rem;left:0rem;width:23.75rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdMCNU6UuQLwTVl9Qc7SscgZiXNC2q1N { top:22.8125rem;left:0rem;width:23.75rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T01dd0rUdGXz6HefVTR0Koo6Dd2gmbvi { width:20rem;height:1.75rem;top:78.5625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OD6SoVI18a1PFuEU1P2OceEET7xBfVxE { top:22.8125rem;left:0rem;width:23.75rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #StDdIXlHyLA0u3gHF33O6Rn9Js6bU4l6 { width:20rem;height:1.75rem;top:163.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7EGfJW3mx4rkb1qz0uwvt9v6uf3Oca2 { width:13.5rem;height:5.25rem;top:106.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfaeipcfTDOskqqnfTycsmSqaNQN5Wrf { top:24.4375rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bggOMxuUOSQA5ta9hnXbEiZ1UGPhGzih { top:12.5625rem;left:5.9375rem;width:34.6875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErsWFncpm2Itb1I80xo1ZDI5Kzvkpo1W { width:30.3125rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qReac8DhSKQ654X7snTDApPQaPwo2rZK { top:24.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem;display:none; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #nygDS1VTNksxw5U3VUDG2Z05swOetX6U {  }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #ExPuTTBaLXQXZ8r8WysCvRL31FsEqWH0 {  }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #S6IVmh8wZ9FqLS2aST2y6rC3cNA0lV21 {  }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #CL32FSsU0O4xPzQrnJqMd1dOvKLobm3L {  }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #XHuaFzRiU05Tr93HfAUesvBw0lghyuTb {  }
 }@media only screen and (max-width: 763px) { #RaGRAmuHefKwmWA4oDxch24whDSxOGuA { top:23.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPcfyr9d35tEUo1DVrGMlbH3pBBov1de { width:13.5rem;height:5.25rem;top:106.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem;display:none; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #zK19FwWV9tBRmuZLTFpQ9bZvrQWH6ZgO {  }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #BkfOq7ZLtlvXT8h5TXC10wUeTkcQqEHl {  }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #o9EHgNEiecNG6gkG0cPlUtoTF1OgdiPH {  }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #qRgNFemeX7icggvCIfR2qssta156hR7v {  }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #QCm98fwD75pnKa01tq3Z2xwlPmWqafD0 {  }
 }@media only screen and (max-width: 763px) { #adx7xenFK5fWplnWocNk291ev7rXfZac { top:23.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem;display:none; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #hBdmHxGzyESUSTdEmNctvCaDhyteEpyE {  }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #UGgpIlxa3mCg4LxNAaBA4qOfdVcyod9C {  }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #RlmvBX7pvImgPFLJuo0Uw9Igd2cCnOyl {  }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #HnTavNQ921ugzQA7cJdLdfAL1DSxp0iD {  }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #O6TZwfWpV64Jtz4ENRxodX0ggDaKe4uv {  }
 }@media only screen and (max-width: 763px) { #xB4FTiOFtzIFWXvHy1SiRTzWxhcnJdrJ { width:24.0625rem;height:0.9375rem;top:0.625rem;left:12.150002479553rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvn3N3f5D7RTwT3eDMqcIEH6Q98F7vdC { width:13.5rem;height:3.9375rem;top:104.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCa1l19VIX6antQaeMVgvfiQ6i5hXkvD { width:24.25rem;height:0.9375rem;top:9.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dK3SBT0E3aWh4RWv9LG6JKbsauugpcsu { width:24.25rem;height:0.9375rem;top:9.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhdnXrn6dNpiyq5qnTG5pJsUmEMqFCO7 { width:20rem;height:1.125rem;top:159.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng { display:none; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-regular-label { display:block;width:37.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-text { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-text {padding-top: 0; padding-bottom: 0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-textarea { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-select { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-select {padding-top: 0; padding-bottom: 0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-button { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-checkbox-label { width:36.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl  { width:37.5rem;height:auto;top:26rem;left:3.28125rem; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .radio-container { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl {display:block;}#G6c72n3rW6i8du35d6MtVez9yPxruabl { width:37.5rem;height:auto;top:26rem;left:3.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #lqvebD1xK4GsvXhT8CRLRKCheny0aVF0 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #LC9AwrGFLpQ9L8kQI4qmd8kt6noAUac0 { display:block; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #EvXQFGyiOIf0DgrTsTLxKXAeDsEvBMT4 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #p9iOhfRlg0pshnEFJah7cLKGoSU3arO4 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #SpMahGQgI61sJDDFeaOnsqPPcZtaB1RU { display:block; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #xEuWMcNMT7BZTCIyGxEd55MiyMrszqGv {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #lsMRFmoadnuVZ3pqmaoqeUwu2nhmTNk9 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #g9fby8u0VRZefI7yz5V0BaKoxeglsDqr { display:block; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #dxLfJn9y5AZe9P4nqLp6bQOHKWsRPMbr {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #WM4bBen90lCV4TdSWVrJnHwdERrZS6SI {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #DitgGyTqMkkR1IJGhhEhraXUV17r78vv { display:block; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #GwR3hec2hv7WNJvyedkmwxXqK6n1cZIn {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #T8tcIrHTaGf7fxOlMiZ8p4ZlPQoNSsoi {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #oLmsXHQ57pAN3nDxLVXS6JCbBRPUHdIG { z-index:2; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #eTyabidwdngFbFsCtskNOlSDbSK5cwsQ {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #N698WVmzXs4bzmflcPf3JZHcslVAzfU8 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #lKwDCfxDgDmkaKfR9OJAObyTbL9w0Nmk { z-index:2; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #LELtHtuDyJuJWFuGenZLdKDMB7e1IZxP {  }
 }@media only screen and (max-width: 763px) { #d0IBKPfTwp0KMVuFTuSFtqmPL2GpfIQS { display:block; }
 }@media only screen and (max-width: 763px) { #tLulttoersn3JEnTS7ynCVbFhxAnAhxs { display:block; }
 }@media only screen and (max-width: 763px) { #vRQWTt6zTgdWenormgWlTILXkfgDAE5K { display:block; }
 }@media only screen and (max-width: 763px) { #DdEE898ucSHD004hhzIPd8AXJN7gCLhZ { display:block; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #looPCitWSqZnVKCKZeCFUTFWwJO9JDw2 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #HTDGQ0TbdvODok147n4P5f2hzqM9VMCI {  }
 }@media only screen and (max-width: 763px) { #XWhxaMcINWEdBXiU2SI8swzyN14v28bb { top:51.0625rem;left:0rem;width:17.125rem;height:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbtxJI5ErGpbOXc8cdOF87tWHVFAnCd4 { width:43.875rem;height:35rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkBCTDsReT4kLQHm4CJ5G3a5Xc2CPQDo { top:2.5rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 { display:block; }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7QxFCPulPTcawEdTd1KVV9a6N6c1TfO { width:23.75rem;height:37.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgoMKf66WHwuq0lQJr6JuyFbtvc2uodc { width:23.625rem;height:2.875rem;top:6.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Fla2bdrMRW1GbeBip5rRrwndcX6TZ4 { width:24.25rem;height:79.25rem;top:4.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgBky3TKQET4vFgQTAl1fu2ShANtxyVI { width:19.125rem;height:16.75rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnqNfZslWzhfmAwMAhlVlGy8pegT3SEf { width:20.375rem;height:35rem;top:43.875rem;left:14.906250953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByvFKLTrh5TvoULeWE26BS0xrwqRdQwh { width:22.9375rem;height:69.9375rem;top:5.0625rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDbJEA7T8wVTu5WqCeUhxgm1lWQuuUkJ { width:21rem;height:48.9375rem;top:18.8125rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTZUgXgN8GAUv93GqzUh1BLElhutTKz { width:23.75rem;height:2.3125rem;top:12rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ4Pn1LTzk3zEyE1MeCPpK192wQ1Xt9s { width:23.75rem;height:2.3125rem;top:14.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXle1vEM5Wgd7nEJ3lo7q5tpGcxHE03G { width:24rem;height:3.375rem;top:6.4375rem;left:12.243752479553rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmf0FginUH6gCdHuNKzsIXitbDz92Kma { width:23.9375rem;height:2.3125rem;top:12rem;left:12.2744140625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr00PETe03dwqGHnweSTlul91Fn9I78y { width:23.8125rem;height:2.875rem;top:6.8125rem;left:23.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD1C3SkSMPtcevgxILLyyOJsoKnfTxJC { width:23.75rem;height:2.3125rem;top:12rem;left:24rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIEED2lTWIoEoFpGPsufiSyHdRwqHuk8 { width:23.75rem;height:2.3125rem;top:14.875rem;left:24rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfOUMrEVlo2gkCoxBZrP4GoKszG5Clvv { width:23.75rem;height:13.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9qOAb9CH7SDegyeA4xVEJEVqd5MURra { width:18.6875rem;height:2.8125rem;top:14.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zms60aFKBrRisX6W3OPT1M4oDN0RmgsT { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDyfU6RdbeXVAJgKIfxCy9WiToi6uyXv { top:49.125rem;left:13.65625rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEcTQHPWSaC0HG3vaZJxCP5X7AgW70ms { top:3rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkF739tJVpM6RvGztTfEQiI4KbST7K1q { width:23.75rem;height:13.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlwcofVggK4EXmqdAT0MxSKCeQJLU7gU { width:15.6875rem;height:1.625rem;top:33.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGlDQlgzTxW9SaU5pmJDOs5nwtdIMyta { width:23.75rem;height:13.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOInn5PVFGSelH0BtnvBiTy5HnSdmu5l { width:15.6875rem;height:1.625rem;top:45.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaF8nSTvIT1ZsU9ZSoHK2vGdpfxQIXvt { top:20.25rem;left:12.175000190735rem;width:24.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h03ASivONrUUeALxCnwohg5aHmxDA5kW { top:27.6875rem;left:12.175000190735rem;width:24.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBFiwgRcHtRephSr5d8QiWoNsLO4oyUt { top:35.0625rem;left:12.206250190735rem;width:24rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGlbEH4rquxyRMBEngPHtXMn0NprNJgH { width:23.9375rem;height:2.3125rem;top:14.875rem;left:12.2431640625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoZPCWWHqkT1Fy2FhZay0uxRAfvEzp3f { width:24.25rem;height:0.9375rem;top:18.0625rem;left:12.181252479553rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWUQCCxv9I3hH2lsP9IsWzaL6if4yifc { top:2.1875rem;left:31.349999427796rem;width:5.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #aEidD3txrFUS5W5mLmC78XyusDEgPygM {  }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #c35VVR3bKBp8okq5FO77pHlSBzEnydRn {  }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #cnFxSv5ep1KxzfVMJ0Cv6fr8UvpQaAPq {  }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #qvXrEQ5GSXumLGPRozreZ0R1GLqhx8yd {  }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #tXBiclMBcLVypCHrTmnOamn56vDoCPNl {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #QOKhsgAWpdUzt9kl2rarX4yLaTD34yN9 {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #rhTEm99TxdB1TntIReBazgu56SPEyRZC {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #QJgypO1Q7KRiDIzgNHPkFJPw9ZBbHMfs {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #cpeKXJr2xDLXlyn6UqelmcNmOEhJr69S {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #Dn0U3LB47NHx1AywNIfuLvPPS5HKwkJT {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #coxvt9TG8mU0LgeXnXFKSkAJf65p5lC6 {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #tMghVSdTgmW3EJFnBDzuAPTuJsWslWR7 {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #EIXWNP5pSSCCQOKlUsn9meODR7mfkaPW {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #GMFfXDrQlHWICOnkQdJGqKUwk4N6H37n {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #xHx52U89Cti3DTU0bC4HUFAOPmteUrHB {  }
 }@media only screen and (max-width: 763px) { #TENsTkTVhpUaUHfAU7rW3KFAPMq3w9TA { width:24.25rem;height:0.9375rem;top:9.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKzAz3V4VchlINW87TDxHvuTtspzIXmN { width:24.3125rem;height:1rem;top:9.875rem;left:11.987500190735rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGg4Q7g3lO8PwZ4hJUPz9TddOmZxs2G { width:23.75rem;height:1rem;top:9.875rem;left:23.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEachyGt5tBFqZDEGmLAu01KmpavBJWL { width:16.125rem;height:4.5rem;top:21.875rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzm9aWXMFbLhftiwRWaB0AzNB4zF1OCZ { top:58.0625rem;left:0rem;width:13.625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcNzQkm5SQxBCsXdmEwiEbMz9NLgRXhZ { top:35.1875rem;left:30.8681640625rem;width:5.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaJA1T8B3D8wKG37kNIJ3x3pZOMdqm5f { width:16.1875rem;height:4.5rem;top:36.8125rem;left:13.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSZfDlOi0EXK2KNd4RsRXnFi8CmnJNiA { top:20.375rem;left:30.8056640625rem;width:5.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnwlkqxONpFQchRxpGOLIJF8TmF1H9QZ { top:27.75rem;left:30.8681640625rem;width:5.4375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlsqDbORPTS4Ov6tXuNZUqQHdUoJVsrv { width:15.5625rem;height:4.5rem;top:29.25rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm { display:block; }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ameQF5C4OvHiIBQAHmQz63VZSrGGAEDF { width:23.75rem;height:42.625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIUpcd7cDWcHSLVu7ZCyQldqacdO6Qu8 { width:21.3125rem;height:2.8125rem;top:6.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlGUhFfMtdq3lAKA2VMLRhShnJoAv4t { width:24.0625rem;height:85.6875rem;top:5.3125rem;left:12.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMPqSZuAH7dz5UTy7kwA3PBNKg8XySmb { width:20.4375rem;height:16.75rem;top:23.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrpXLSiZAAcMtZVyFiFXMILGtwyDduhL { width:18.9375rem;height:34.9375rem;top:48.75rem;left:14.406250953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oegA9sUOVBXKoUld0O2fI28KcoRAQpOg { width:23.75rem;height:74.625rem;top:5.5625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgIDwkdqkCmWT8pFrm6SsmMHT0WmpUP2 { width:21rem;height:50.375rem;top:23.3125rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi7ERrrBuUNN0BiezECzhkwLt0lszQcN { width:23.75rem;height:2.3125rem;top:11.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1OGCvP2LGQI4s8043iKdgsbm2IydI2e { width:23.75rem;height:2.3125rem;top:14.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFBbmbufWNeeDgxWMfsuepmMOVGBruww { width:24rem;height:3.4375rem;top:6.5625rem;left:12.156250953674rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNNHRvzvhEHDIArinOALIc7tSP99acyt { width:24rem;height:2.3125rem;top:11.9375rem;left:11.875000953674rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnmvswBV4TarUDKNpeE5ZBTiXmPpT5RM { width:24.0625rem;height:2.3125rem;top:18.125rem;left:12.056252479553rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0aCnGlElTwLcApDWRmCzUs3rivrqETF { width:21.3125rem;height:2.8125rem;top:6.8125rem;left:26.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msi5ikq6a0qOSOCtT61OWb5rncJa5acC { width:23.75rem;height:2.3125rem;top:11.9375rem;left:24rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEpigCpfnbn5i5LU4cqFbEFsGfgKaRhF { width:23.75rem;height:2.3125rem;top:18.125rem;left:24rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9v9IxgHsie7PyBKholDrC5hZDFhc8JO { top:2.75rem;left:31.362500190735rem;width:5.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Xu3T0RBOpFqUfFbiX8mnsLcLmiTlTh { top:3.1875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOqvKb34RUViJSoEZXDzqTXIvILpdkvb { top:70.625rem;left:0rem;width:13.625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXwg7o1ECPTwu1aEQW0J4ORJCNDaCnTB { top:7.3125rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9QCgxP11xS35y3DHK4C0xVagp9pISac { top:24.0625rem;left:12.112500190735rem;width:23.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXybQB5H8fFPTQmt2VSThRPn8hCIvJyx { top:31.6875rem;left:29.956250190735rem;width:6.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTAuf1i3fs9Lhlq8RmkTQZgfZsOIswt { top:31.5625rem;left:12.112500190735rem;width:23.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g18pzKyMZ0ZoiZPOBHzHORsrfqROIQ9U { top:24.1875rem;left:29.893750190735rem;width:6.1875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcFvhC4qea1GM0IKMLdUZ25WOr0N6NpS { width:24.0625rem;height:1rem;top:21.5625rem;left:12.093750953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2WQTA058lAvrTCG5pH6881VFzpUrhaw { top:39rem;left:12.112500190735rem;width:23.9375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIadsyzM9eMR8AlVfnzyCxWnlITkOPhZ { top:39.125rem;left:30.018750190735rem;width:6.125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQI7uyTpfBepdwoTkIGn4DoaMiaRZaD1 { width:23.75rem;height:2.3125rem;top:18.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhRfCEIR3Nxu5laeZVPinIyuPIXMgOhT { width:23.875rem;height:2.3125rem;top:14.8125rem;left:11.937500953674rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO0RAInLcz7NNtlhkquAEePa7ief0xQe { width:23.75rem;height:2.3125rem;top:14.8125rem;left:24rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP5t7JNTkq7Rha7ZxAqATvCMnsXU4OiL { top:17.75rem;left:0rem;width:23.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKg2o7BlwA0bTPqP5ndA93I7XkNWzDO { top:17.6875rem;left:12.125000953674rem;width:24rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M29JVkAMfeCnVUEc0eweS5TAQQc0l0qJ { top:17.75rem;left:24rem;width:23.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bew5HwfMZmq7KZ88i1MVMqwXOXQgWSNS { width:19.0625rem;height:3.4375rem;top:48.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UivSKmQngIeWCIlo8QPQJlrg4ibkC9pN { display:block; }
 }@media only screen and (max-width: 763px) { #kSnTSXMbvTEN5FvslKfRfJqOlnfQJQEC { width:19.0625rem;height:3.4375rem;top:91rem;left:14.618752479553rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJ9elAnig8Jn0q91EARTNFSgrvTyU77A { display:block; }
 }@media only screen and (max-width: 763px) { #IWeSbEKd00IeD5dOECvq5vvu0VH8M3cP { width:19.0625rem;height:3.4375rem;top:82.3125rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #im6cqZ8USw5iGOT52JBnSyCqxvtFb6sB { display:block; }
 }@media only screen and (max-width: 763px) { #Umd9JoEr5VQQf70dpTk2XOCcMUWMEtRc { width:15.8125rem;height:4.5rem;top:25.5625rem;left:13.268750190735rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlFz1IfQZGsyhohRmKg22vo9NvqDwGBh { width:16.375rem;height:4.5rem;top:33rem;left:12.987500190735rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #PO3fQcafSGMEJGHXkl9UTBnr08Uypznu {  }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #DaPs0ax2cXvpmkMPteoKRD5u2MIP9htC {  }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #xNLVyBUtoiGw3LxLWgBKau3q2g1Zc3lN {  }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #Na3fhgrT42qupkOPMCdRN4XfFempZsZC {  }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #bnBZaLZce6CUygew3hP9iNDbRckMA371 {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #GLcXKKmZQ41goq1mH071Ebb5VQDKNrB9 {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #XqqWgoDAAXm6WiRqOqy2uPea4U9C3JOe {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #nkIJMtqgTeDVEkeLWBQGrN914DDPIdbg {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #XOTwEsTFTfb1rPd3moukr5GmTk0yvafQ {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #k9MhpF3QwPwUzCeUpgRXce71rSlHPwNC {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ { display:flex;height:auto;width:18.4375rem;top:76.8125rem;left:13.094532966614rem; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #Onb1Tbk5kkM9NmUl9KsgMfqwvrhv7wIP {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #vJLL7suTWdGv7GAz0nbddGOBkLymtSyA {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #QTKeqLnzwOxKbnduTzi8cQW3SWy6gcyU {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #WK5AlyE4MzypUHDCqGbUNf9L0oMoo7nB {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #lr31fN4J9Z4Fad8yh9WlAXk3RkLx8kLW {  }
 }@media only screen and (max-width: 763px) { #MIE4d3Pbzl4002CtpOD8H0tkwRdi2KpT { width:16.375rem;height:4.5rem;top:40.4375rem;left:12.987500190735rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhSReTWBuUdp4RVzqv6en1sTyyWqdsqA { width:24.0625rem;height:0.9375rem;top:0.625rem;left:12.150002479553rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWTucuA6cHyxa2IMXyhCWSyhFffc4Icw { width:23.8125rem;height:1rem;top:9.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhgfDTw2pnS84xdhPqlaoVVMGxccaQxW { width:24.3125rem;height:0.9375rem;top:9.6875rem;left:12.025002479553rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLMXbmTe7rdcwuiyvHxU2XictFtDqDQI { width:23.75rem;height:0.9375rem;top:9.6875rem;left:24rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh { display:block; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtreQ8ZCAiUF8lX3RcBf7EQ9BZqZtyUN { width:23.75rem;height:13.375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0qxm1uNTu0qoGcs7FA8UThqMa8brBu { width:23.8125rem;height:2rem;top:24.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2HLX9N8ZLEyRrRqzzc09eV2CGCRQCcU { width:23.75rem;height:13.375rem;top:9.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG9s2wVrir8mNE9P7SMSiUDVzpZvaLMI { width:23.75rem;height:13.375rem;top:9.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfMM1WTPAgelE2VWsBK1pvFehPJNyXCN { width:23.75rem;height:2rem;top:24.1875rem;left:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #petxS5HbBSokc7OITJTMLdaTy89CrI6M { width:23.75rem;height:2rem;top:24.1875rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS7UJ3WefoPP6RU8UKymbDTC1gOJulRb { top:2.9375rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQz8TVtU4Xe89lb3lTsd0m5scOJBpnKa { top:6.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdUQZD4tNkWzNG3aoQzto9RTTlcuC40w { width:18.6875rem;height:2.8125rem;top:14.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUkNLckOhqeRIgZ6pBQwqk0mRqhJTuRr { width:23.75rem;height:13.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhClzZP78KUACzq9i6EkTLlBQknrUhHX { width:23.75rem;height:13.3125rem;top:9.625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMx0cv7VNy8gT88IsPuefZ0wmnmaRFxs { width:18.6875rem;height:1.625rem;top:52.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P77CfarF3WRVy43SlNUfF45sAM9VS9ew { display:block; }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Es4beEhUSz4gn8NxWPm84nHeBUTptzH3 { width:23.75rem;height:13.3125rem;top:0rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpTeNs2oOeQG8TBBiPM3EEZNqRyIPZiK { width:23.75rem;height:2rem;top:14.4375rem;left:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtbgVTQ9Jnr0qb7uDdnW7eqwm9NwhB1t { display:none; }#BtbgVTQ9Jnr0qb7uDdnW7eqwm9NwhB1t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fSeKwx0U7cTTrNduJnzEXdmWO7ogSbza { width:20rem;height:3.25rem;top:21.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #minbk1Rf6bsfnNK2XdV7ban1JV2I1K1X { top:26.1875rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT4Rflk6WK0h5rJPAgQNfy79D5NlC2eP { top:30.0625rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3qUtLFyTb0twNOPcQTiwQNfy9NMLbSp { top:34.125rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Cxey6vcIG2ldS3JkUSlPXrTB9yB2i4 { width:20rem;height:3.25rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XergAdASE346hEukAg6ZBfDt4lBFemPE { top:9.125rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPnf93oIXmRQgsDc6xJLcXer41cQ94CN { top:13.0625rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AblaFmdCIydufFFvqPVDSIn2Ul1kytrR { top:10.875rem;left:0rem;width:30.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSMPTFSWuL0uipiTlTZFaxPWdWea6I8 { top:10.875rem;left:17.0625rem;width:30.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 { display:none; }#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qnn5ged6kNkvhkLIrnHZBqB5Abp4vz9i { top:6.125rem;left:0rem;width:14.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPBSbflQ8Ll2K46M6nTTBJgXHNDcQqHa { top:12.125rem;left:4.375rem;width:41.3125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ezXULqKtHcdiA4bgHdJIpLvmFpiJlP { width:43.5rem;height:18.375rem;top:5.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8wNEwJvu417BgRRGIH042HqGB9sq8f { top:10rem;left:0rem;width:14.125rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dg3nNCboTupkmdqvFoLZ1I0PHHrNZoxb { top:5.3125rem;left:17.9375rem;width:5.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4wmR59lxXWTu138WgwpfMI1h65ycrGZ { top:5.3125rem;left:23.8125rem;width:6.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1lFtGillEhn3QXuQ0a7qignQ095p65E { display:block; }#R1lFtGillEhn3QXuQ0a7qignQ095p65E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhNEVzNsUT3Pi6B35TlsZZxTIM5sQTrT { width:37.5rem;height:4.0625rem;top:3.625rem;left:10.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGdiNhH3EGyDMmHi1Ma15IzaadNNy3sT { top:8.6875rem;left:0rem;width:37.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOfL5sCTpJ8ItLooBtRtRnQXLAaGZeMu { top:11rem;left:0rem;width:37.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGtqQRO7brTJxX36s7TwpZKZcSPbHJyO { top:14.625rem;left:0rem;width:37.5625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1vrMqDo4mCCxzWP8kn0GGlcA73L7Zmz { width:37.5rem;height:4.0625rem;top:3.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNeDfKSZOx9e4oiN2QiVJRUak6Kpr3ie { top:11rem;left:0rem;width:37.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgqW7vVU48WRoAx0GlkuUikETxGdMo25 { top:14.625rem;left:0rem;width:37.5625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttvt2SdspyiXAsXGQya2zXdA276RW5xv { top:10.6875rem;left:0rem;width:30.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2uVf3LeGikHSvvpPPbpfKRmtNpMLs1H { top:10.6875rem;left:17.0625rem;width:30.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swSvLwcdacXfkcOJKt9snW53b4N3uJlt { top:8.75rem;left:0rem;width:37.5625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzNzIUgCcwZPIF11CJtk89AaIWk8sfwo { display:none; }#QzNzIUgCcwZPIF11CJtk89AaIWk8sfwo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W7oPKaeU6dSMMvD3f3VBGlQMJOcwJ8iA { top:4.6875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUsDBvEkTGpTdQxwR3hpybQtkodFVESJ { top:0rem;left:0rem;width:15.25rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aelrsmxU85ehpnanSFDr8bFzsgp1gI8T { display:block; }#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFuImJagfDzak2nMx5zAQDAzm4e9oQvZ { top:10.125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJofubzglQcqDRUkNEBiyOZKPNlEUuCl { top:12.125rem;left:4.375rem;width:41.3125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qauRMbzhXgOIEdpo1oxeXpfbXZoB2Iik { width:43.5rem;height:18.375rem;top:5.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nLsnCqL9MzbNfo6WdQZyWUdoeVpGxx { top:10rem;left:0rem;width:14.125rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKgpwngqAqRzIcp7ErzDPhOR9R6dtayd { top:5.3125rem;left:17.9375rem;width:5.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoT6sDZdG5FtuVTn504tmc2a1z5EVEFM { top:5.3125rem;left:23.8125rem;width:6.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p { display:none; }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GuPhCoDmyJicO9dG4RlsC9pT3aX2kgPH { width:18.4375rem;height:2.25rem;top:6rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI5DJKqJL7utWezHMfKOG4lRaJ8ruSRL { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPHquPSo3uL4FKwZyPzgpgOb5kFxOVpy { top:9.5rem;left:0rem;width:29.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXB9niprsIEhn2cHIq90u9uMeg4ii4k { top:9.5625rem;left:18.125rem;width:29.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tna9Kz5R8QEI8ltETulFpgJxDVaQs8oL { width:20rem;height:1.9375rem;top:22rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB { display:block; }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 { display:block; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DO4d2BbC2H0quvVxWCIs6kDzaLXkNwbI { top:5.0625rem;left:0rem;width:15.8125rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfHqHusyJbIcqROSPAzDLeX3AX4oQruB { display:block; }#rfHqHusyJbIcqROSPAzDLeX3AX4oQruB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKh7QXmsZOB00XoEkzWTsKmvAJuLU0UP { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDw9QQIcTIHbeV5DrOU7FpChzLtXgzdr { top:8.5rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IufzZfgzsWtMDpcoUGFnMO1DQ4lMoKen { width:25rem;height:3.4375rem;top:11.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIOyRf08UutB8fVe9Ib56K4WfnZMK8QM { display:block; }
 }@media only screen and (max-width: 763px) { #cFtBT5R7zKZ7eOc925CMOF8mwaT27IUf { top:6.3125rem;left:0rem;width:15.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBD8SPKdKhb5UAX1vJRtPZF60suXgPo2 { width:25rem;height:3.4375rem;top:14.375rem;left:11.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDv14L9glwb30EtOaGDFl24qKw2reDPA { display:block; }
 }@media only screen and (max-width: 763px) { #A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC { display:block; }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmOq2kXIUPerPLxATATBFfz4bcakEZ5v { top:20.4375rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGJITyqEAqcThFfdU3WH5MSizz9uSVL0 { top:19.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0dAN7JGNLIPlQlkOZl9fT3o2FiJfT0g { top:19.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsIZ6XEoxCl2gNmnquoTX34SSA9nbcw8 { top:23.0625rem;left:0rem;width:10.5625rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi8O0y5rh3nlsfS6QdodJrVm7eKcQsO7 { top:23.0625rem;left:4.0625009536743rem;width:11.0625rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVrPbcvl6f2U5m2QImX1PFWEPvp1Oim { top:4.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckgfml1onMQyXBsXTgbMoTeSSFRMT5n1 { top:23.0625rem;left:17.812500953674rem;width:12.125rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bldw1m0Am7OJOcOVW4gn7HNKNFbSSvcV { top:23.0625rem;left:33.062500953674rem;width:12rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebr3bQW4S3xNpSiK3TsaXkkxzCNq6Hl8 { top:23.0625rem;left:36.375rem;width:11.375rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMoSHiqmim6qNrkZcSt1XP7iIZi3sbzr { top:18.6875rem;left:6.5rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZMIzb2saU6nvbKrxuSOcyQTQnHaz348 { top:18.6875rem;left:21.25rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0CgtSPkm1SmzuTo7xratg968iKlOUO5 { top:18.6875rem;left:36.25rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGw7pcsA3QSdWsx9bnc9t69smadCX5ne { top:38.25rem;left:0.78125095367431rem;width:46.1875rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTGSJu6Lg0MUGzqLDR2p5n9cO1pdkPye { width:47.75rem;height:9.875rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av6qH0sTFiXvGbnmgzfSCGt90VySPKiw { top:8.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0qpvLVfBNXvSDLLUcWvPpDLxJArqulF { top:14rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbdvDWnJvtOnucrkweeLvVrHQTdDT1Tn { top:14rem;left:6.53125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar6ksCnmPgK5Z1q6PTXIE1R15HAlSLIM { top:14rem;left:21.28125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uchVB11tEOTaTRAu35LyaN6QJtmUyTZ1 { top:14rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9kePgI74H3uQ7TxRi97kP2PBxny6qQo { top:14.875rem;left:35.375rem;width:5.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFMnRibdi4qrwsuApSFSaVfzhzB5BxgT { top:13.75rem;left:35.03125rem;width:6.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2tZLze9Knha2uZ9TXKUlhF8T53nMfGP { top:18.6875rem;left:6.5rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOflvo5cPy04K9yyFDAgXKSS2zmeLIHq { top:18.6875rem;left:6.5rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgbC8cPL2ugKWJrVd723JRaS7Rpp72Tx { top:18.6875rem;left:6.5rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs { display:block; }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqHKIhEiF9u9zu4MZLHUidCZDqAoSMal { width:23.75rem;height:16.5625rem;top:7.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #trAfOCZdxdOKpn4vh4wvqpehlgde6e4b { width:23.75rem;height:16.5625rem;top:7.8125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #z171IOUsMeP1m0by6uxHLaO9Fd32CTWT { top:3.9375rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ0BGcOIKbLTclVCTeLJ0mPxlkMRLiIy { width:23.75rem;height:16.5625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brr1TKrLdw9nRaTyWw8ZuLVvtFB0uMOM { width:23.75rem;height:16.5625rem;top:25.25rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUNg14QJoEVlus22v6Bvk3CPT6l61d84 { width:23.75rem;height:16.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKWTWKkT8UTS1Dkw9hccBP6I7B3Cehhi { width:23.75rem;height:16.5625rem;top:25.25rem;left:12.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SREETT8vLQfJUGDXKzabPTifpLpUqXTq { display:block; }#SREETT8vLQfJUGDXKzabPTifpLpUqXTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRJpVwHnvll8tJoyS7wdtdNoK1qvHbfA { width:23.75rem;height:16.5625rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvpLNqoWIqphNNsoEFfGAoMyTzV1HTrA { width:23.75rem;height:16.5625rem;top:17.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #miX7WTlAvlgLdsMRoUcq6wnhDt0p4wuo { width:23.75rem;height:16.5625rem;top:17.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #mby3IiMKlRw6dOylAx8AmhNPy7F01eMu { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbpDzZ3GlLWnaz14LdE3HeyN0NyRkBvR { width:23.75rem;height:16.5625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R63ETFN6XFAKNXhTrdr59X6g0U6OHwdO { width:23.75rem;height:16.5625rem;top:35.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJQIiG1FnhiXBkX2eSATEibBOXXnUe5G { width:23.75rem;height:16.5625rem;top:35.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhgTXQxCoVlQaDodIm70by8koRoX6ezT { top:7.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAToBOeO5SsZqv4mzBQMbEMyST3WEx7F { width:47.75rem;height:2.8125rem;top:14.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdbnhGwECPEahb171N78bJQczNrFxnVc { display:block; }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roSkeF2td8vTDgdudBR3boW0yiHTqTs2 { top:4.4375rem;left:0rem;width:47.75rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1MsJOeQ7Fsa5uHcc7z9tBSdnwVsG35g { width:16.875rem;height:1.9375rem;top:17.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9RHpfgzFm4fA1PRS3m2KqAHSclhAWwV { top:13.1875rem;left:5.46875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeaaLfZffC5IEvcOmFQ5WAnEaskaTBG9 { width:18.3125rem;height:3.625rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDfAKX35Kb5AMNPUnHlgUyvotwuTIri0 { top:13.1875rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdCpMKvu7mTpTUbmPKfBxfxdR0bSgSyJ { width:19.625rem;height:1.9375rem;top:17.75rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH5y9o8DggNyWensFRxyOndM5IEXG1iJ { width:19.125rem;height:7.3125rem;top:20.25rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlpcVmFTgWoiZgCPZAEDMW2L6WFwC7vi { top:13.1875rem;left:37.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwtaLJgnr8hHRSWGgFH3J94TLBcMECJ3 { width:19.625rem;height:1.9375rem;top:17.75rem;left:28rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeKa3pbRFu2wk7ExN8VfVqs6KHScJD5 { width:19.125rem;height:7.3125rem;top:20.25rem;left:28.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfoEV9T6FSX9Og6onewOLUaAErvi0nGk { top:30.5625rem;left:5.46875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bctPo9awZO2HE25ivpNKGBWztLCeeVM1 { width:18.6875rem;height:1.9375rem;top:35.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBHAUtuQabHcF7FppkRQh97FWIOUv4V6 { width:18.4375rem;height:7.3125rem;top:37.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzBZfRqFac6AidtxGSP5GOA5nskA7Sl8 { top:30.5625rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls7dheFqKL3o4N4S10Zo3orWLod5akUp { width:24.9375rem;height:1.9375rem;top:35.125rem;left:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNFxuOmwUxg9gJiwoe0thKiH4JCoFxJC { width:20.1875rem;height:7.3125rem;top:37.6875rem;left:11.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4gdQJKmLwqZacUi4NTfb91FfEQbSd6C { top:30.5625rem;left:37.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCeKy7QTxqnMZDEQ5WinoeXNydkr69Mx { width:24.9375rem;height:1.9375rem;top:35.125rem;left:22.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdVnTg8zGMoxJXXXXBDkMw4sZBSaLdcI { width:20.1875rem;height:6.0625rem;top:37.6875rem;left:27.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 { display:block; }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHayeLprri9BByrnqVdFho4TvyanufUC { width:18.9375rem;height:12.25rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knJqlk7bXxNnP5cyniqTpWg8cdKhlzTu { width:17.5rem;height:7rem;top:11.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDkFtrLyJ4euqSTfHyeQnI4FNTTSwGbr { width:18.875rem;height:1.125rem;top:21rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqlCLRn46tLdEhItILK5ef5m6vaMRTN4 { width:18.9375rem;height:12.25rem;top:10.5625rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCcpw6x9qPCyw1AGt5HvQ49hSeTL7y6A { width:18.9375rem;height:12.25rem;top:10.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7E6QtoDUpexJpHOQSdf9sMEBEi6m9ei { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhp9VghbMSiEDPh9dmP5SJfUN0zuoD88 { width:17.5rem;height:7.75rem;top:11.875rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDoXF8L3S0CZ7MXBEwRwtXm3n1eTRCa3 { width:18.875rem;height:1.125rem;top:21rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFktzddu62yE3N6q3Js7BVAMBoUhBdhx { width:17.5rem;height:7.75rem;top:11.875rem;left:30.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0KVnbWoo4myr2x97trH0mnxfTtQzHHe { width:18.875rem;height:1.125rem;top:21rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMkr4Dt7O9Nk3h8cIn9IfiW8nHNHeG5F { width:28rem;height:3.4375rem;top:26.5625rem;left:9.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #eScCSUaGruRBmLBABDMNyVmBPRbnvaV6 { display:block; }
 }@media only screen and (max-width: 763px) { #c1J3pXCerhfmQcp9iR8l9lhItsIKQ7Ps { top:2.75rem;left:0rem;width:47.75rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpdavqg775tr6n9or7Ts5dJ2Jr6TLKp { width:25rem;height:3.4375rem;top:11.8125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPOFbE60auFqUPulA67EH6BRoKWgJgFo { display:block; }
 }@media only screen and (max-width: 763px) { #xLtcidZvIP4lJTAWurglvzyIQkg7RdNP { width:17.5rem;height:1.0625rem;top:23.5625rem;left:15.125000953674rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf { display:none; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ln1FJbAAv5NCDMGznC2AV2HE4x4kHZQl { width:10.6875rem;height:8.3125rem;top:0rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVmabGJEx9BnCHbV7Ue01kmNoMoDM57a { top:9rem;left:2.24951171875rem;width:43.1875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cks5mEaDD9ibpZEk7vXeGRNHWgJ4gat7 { top:14.625rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
#cks5mEaDD9ibpZEk7vXeGRNHWgJ4gat7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #k2ia9OBSVLBOXZgJzsNSdmk8epMOOyCK { top:14.625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#k2ia9OBSVLBOXZgJzsNSdmk8epMOOyCK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xQgLwq0KiWGhMDE1Q6vB8M4awciILBIh { top:14.5rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#xQgLwq0KiWGhMDE1Q6vB8M4awciILBIh > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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) { #rNFz5rpsEii61SZbzvmrDrZTE3O4W3la { display:block; }#rNFz5rpsEii61SZbzvmrDrZTE3O4W3la > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbwT53T1terMv55qTA1OdlBgZOQdyfe4 { width:7.6875rem;height:6rem;top:0rem;left:5.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SP0dVgDTng8g1v3zlrCh8F5XTH1TvKeG { top:0rem;left:6.6875rem;width:6.625rem;height:5.1875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq { display:none; }#JOOpc9eJz4vHJGIrpRWDZKs0GbXGyGgq > .row .container { width:20rem;height:64.19140625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FOWGZyKywp0UbzZ0R3CVOO9kHPT7XQ49 { width:20rem;height:auto;top:2.9375rem;left:0rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.93);display:none; }
 }@media only screen and (max-width: 763px) { #q4fdQI5xetiMTHlWsIqtZkFus1w5TvcI { width:20rem;height:auto;top:8.1875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xo6K2J28XnLTEh5G5SgbpJWkTfUT6oAg { top:12.84765625rem;left:0rem;width:20rem;height:10.5rem;z-index:14997;background-color:#94c13d;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #msSH6DHoBrHPxINGuBLLgS85hBAorv8M { width:14.0625rem;height:14.0625rem;top:41.6689765625rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZdNyWUkiMwI3x5iGCJJT8EMkuPPunar { width:20rem;height:auto;top:37.5rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;font-family:comfortaa;font-weight:700;font-style:normal;line-height:1.4;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #NzRbbtyBX5AQwuGzPXT8K1iyZeAqt1GH { width:20rem;height:auto;top:40.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;font-family:"hk grotesk";font-weight:700;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #b7zBT07DCrKU4pGGu16HOur8gI8pz3sO { width:9.625rem;height:9.625rem;top:54.56640625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;line-height:.8;font-weight:400;font-style:normal;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.6;overflow:hidden;height:2.8125rem;display:block;vertical-align:top;font-size:0.625rem; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-text {padding-top: 0; padding-bottom: 0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.6;overflow:hidden;display:block;vertical-align:top;font-size:0.625rem;height:4.0625rem; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-select {padding-top: 0; padding-bottom: 0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:1.0625rem;margin-bottom:0.25rem;margin-left:1.25rem;line-height:.9;overflow:hidden;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:3.125rem;font-family:"hk grotesk";font-weight:700;font-style:normal; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO [class*="-text"]:-moz-placeholder { font-size:0.8125rem;font-family:comfortaa;text-align:center;text-align-last:center; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO [class*="-text"]::-moz-placeholder { font-size:0.8125rem;font-family:comfortaa;text-align:center;text-align-last:center; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;font-family:comfortaa;text-align:center;text-align-last:center; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;font-family:comfortaa;text-align:center;text-align-last:center; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.4375rem;overflow:hidden;height:auto;float:none; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-radio-label { float:none; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-container:first-of-type{padding-top:0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .widget-container:last-of-type{padding-bottom:0;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO  { width:17.5rem;height:auto;top:197.11328125rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:15013; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO {display:block;}#TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO { width:17.5rem;height:auto;top:197.11328125rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #PTA76cKJyQMzUOKn99eWBqT6Ub2IoPb7 {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #V4gO6CmzEra2Q4oTZW6nzzN94rCBqsgu { display:none; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #agFvVFnefFScXUOpTmQfBDOoKR4wLpSN {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #Gh7PEeRCbOTrTxJJut5nZr9oPp2AoOTv {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #hpyGa2ETW135h9RzrZlNsLoVIFNv8J3y { display:none; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #n6zSWTnXHpfTN44kkZhnbV3XdtirNb2p {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #aFB251oPhQUuJbroRu8QrMlakaCIzqW9 {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #NKvJu3QFAvOkvV6rxoeDVOFKGkBz0846 { display:none; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #Gxvt460hZ4VS81irVl9NgwgNq4gB0nNs {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #OFa7oCEcJRkWWDCmQJQ10UQbAs1CNbli {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #I7zM6iB0E6KVUyNqylsvxWwGOxqixpxc { display:none; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #z3a6IdCpZW13dFCJ7Hy7638ctGIh4tBH {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #lTcU1P8ZVgrDzf1RhP82fQF6MCC7TLOa {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #pdHXVmdC61lWNt1BusVPMbLrUvsWJoyC { z-index:2; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #BDBMSnFZe6L3riOqF1NvPgrTPKfAKD6g {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #hZ7XAT7nl6rscD70NWPE8ywJn8WV4bO2 {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #kufv1zbodo1DqTWTgtPblKRNRwCkU2m9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #JawlsBLlTaWyyVKpg2NWfpTu1MpHA4FQ {  }
 }@media only screen and (max-width: 763px) { #ldgNTMXAm8bte89fbaBF4uFXLSJGeVDn { display:block; }
 }@media only screen and (max-width: 763px) { #Av0THgev5oeGowyefEhe7Gv7wiEA6l5u { display:block; }
 }@media only screen and (max-width: 763px) { #HizfA7b6X6NRtgARq0lSm1XeOcWONTQG { display:block; }
 }@media only screen and (max-width: 763px) { #lfOk5Qwy7Enk1a8bz4IbMxH1tMTFXhiA { display:block; }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #zsUIofC4ePKAphcJo2g5yiEodFTVd7Vf {  }
 }@media only screen and (max-width: 763px) { #TbCHReIVwsx6Uy7ylgGipwvrsEBSg8BO #H1H7VTkKVv8F5owblG6dPZSU62Xan969 {  }
 }@media only screen and (max-width: 763px) { #Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row .container { background-color: transparent; background-image: none; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row .container > .video-iframe-container { display: none; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row > .video-iframe-container { display: none; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .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); }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row .container { border-width: 0; border-radius: 0; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Htncb6XCnoz3VZZ2Jk5ZcSXTWeHlEVci > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHsf82dWV7ZcHimcbivmia3mVDIS9dDq { height:11.25rem;width:20rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ckmdHymREPFtwqIEUOMlvKOROu1lIgls { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #94c13d);background-image: -moz-linear-gradient(180deg, #ffffff, #94c13d);background-image: -ms-linear-gradient(180deg, #ffffff, #94c13d);background-image: -o-linear-gradient(180deg, #ffffff, #94c13d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94c13d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94c13d' );";background-image: linear-gradient(180deg, #ffffff, #94c13d);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row .container { background-color: transparent; background-image: none; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row .container > .video-iframe-container { display: none; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row > .video-iframe-container { display: none; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .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); }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row .container { border-width: 0; border-radius: 0; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckmdHymREPFtwqIEUOMlvKOROu1lIgls > .row .container { width:20rem;height:222.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEsvK7Eui1gg05cIFN9xBkCgUlWcJO0t { top:82.25390625rem;left:13.3125rem;width:6.6875rem;height:6.6875rem;z-index:15039;overflow:hidden;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LDQyfrfyo6B4FXEqfQDACOi7Czwvnds0 { width:20rem;height:20rem;top:126.6630859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4HoewmFyi3ubcphVoRn7uLmnAyZKI3V { width:18.75rem;height:3.0625rem;top:58.9287109375rem;left:0.625rem;font-size:1.5625rem;z-index:15035;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;font-family:riffic;display:block; }
 }@media only screen and (max-width: 763px) { #TT75OGM30XwCZpp58GFSrcyz1vRHtbiD { display:block; }
 }@media only screen and (max-width: 763px) { #AiwFi8KV09MdWTI7HTDbKvxky3byHa73 { width:20rem;height:2.84375rem;top:70.3271484375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;z-index:15006;color:#033523;display:block; }
 }@media only screen and (max-width: 763px) { #tSnxtRpX5Dwb6gFUE3Jl2wJzgUbmkZTr { width:20rem;height:37rem;top:26.41015625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zkiwFVWrg5SkE8sQOaBtx1c2kiq17UdX { width:17.9375rem;height:30.46875rem;top:107.265625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;z-index:15012;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #t8L2eiALLP5Pkqq9iLK0Bsh1bZICWAPo { width:20rem;height:1.7871125rem;top:31.97265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15006;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #xJE1Of8q0htzDFa0XQ0It1sV7d454x8k { width:20rem;height:2.0317375rem;top:28.741407394409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15005;color:#f15f25;display:block; }
 }@media only screen and (max-width: 763px) { #k9yTE2L38JEh4an7A2ZErB2b9SrZqksI { width:18.5rem;height:14.625rem;top:37.00390625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;z-index:15011;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #vpGCf2QHN0T9RCGDyxdKcSLvl5pRsT5G { width:4.1875rem;height:4.8125rem;top:66.1396484375rem;left:15.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #b0p80XQzuXzVzSRdV5tJVs3FBUEDuGlE { width:19.625rem;height:81.9375rem;top:67.76171875rem;left:0rem;z-index:15003;border-top:0.1875rem solid #146d00;border-left:0.1875rem solid #146d00;border-right:0.1875rem solid #146d00;border-bottom:0.1875rem solid #146d00;box-shadow: 0rem 0rem 1.5625rem #fffd33 ;display:block; }
 }@media only screen and (max-width: 763px) { #gqDLpxHfpw6Att5rfw4TyUrBwXHmvyIU { width:20rem;height:1.7871125rem;top:74.2333984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15007;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #ekCcdgtmwDTi1asBDWX8bC0QuOZTnEPG { width:18.75rem;height:3.0625rem;top:145.078125rem;left:0.625rem;font-size:1.5625rem;z-index:15036;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;font-family:riffic;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5nFSNuv2pUsrLTQueUlns4X9yl3qPa { display:block; }
 }@media only screen and (max-width: 763px) { #rRQu5MXRqVTvTB0y9An64HFbNc5KIrXX { width:20rem;height:66.9375rem;top:154.38671875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UTafqrUGA3fwI94QnTLH9eFeEvIOTg52 { width:20rem;height:2.0317375rem;top:157.60546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15007;color:#f15f25;display:block; }
 }@media only screen and (max-width: 763px) { #lTLIHTuRFcS0KOrR0HE63kGqOg9gzInG { width:18.4375rem;height:42.65625rem;top:166.65234375rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;z-index:15013;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #KwJ9y5FoTzVdW3WWW3irTM42WK2nfwdU { width:20rem;height:1.7871125rem;top:160.9931640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #KV0rJTOrIxpk7l4ZD31xplxPkhGKNovO { width:18.75rem;height:3.0625rem;top:216.62109375rem;left:0.625rem;font-size:1.5625rem;z-index:15037;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;font-family:riffic;display:block; }
 }@media only screen and (max-width: 763px) { #GC3CLb9hBi3fZMzWzDuHmOuKVIWSddbM { display:block; }
 }@media only screen and (max-width: 763px) { #lVoe3rUgASNUu0ppTdqT2hmUqPNmawZm { top:5.22265625rem;left:7.21875rem;width:5.5625rem;height:3.6875rem;z-index:15043;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nbSyD5TPvQ3xw6UvGHpfGpZ2Q8tvArfF { top:2rem;left:0rem;width:20rem;height:3.625rem;z-index:15041;font-family:riffic;text-align:center;text-align-last:center;font-size:1.8125rem;color:#033523;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #omCSh86mDhRsVxikxwZaCQDuHauKLkcm { top:6.63125038147rem;left:0rem;width:20rem;height:2.4375rem;z-index:15042;font-family:comfortaa;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.9375rem;color:#033523;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TbPdBHzJQTdMOkuKdigiLfSwu2FBHDzC { width:20rem;height:0;top:20.6875rem;left:1.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15015;font-family:"hk grotesk";font-weight:700;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vr7xGZFQ3LkZnZVqwvDpeqldcKg0xRaC { width:20rem;height:5rem;top:88.375rem;left:1.40625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #n2nvGHLihwcDIykis5kFfbop71P9s06z { width:19.375rem;height:7.25rem;top:83.26171875rem;left:0.1875rem;z-index:15014;background-color:#f15f25;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;display:block; }
 }@media only screen and (max-width: 763px) { #xom2ArEuFgWOLrym5fKQlwZ8umBDxhlQ { width:19.4375rem;height:7.25rem;top:90.69921875rem;left:0.15625rem;z-index:15015;background-color:#94c13d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;display:block; }
 }@media only screen and (max-width: 763px) { #dWEyyaLarFDVRkDJITiF89II5kbuJitN { display:flex;top:10.612501144409rem;left:8.9374998211863rem;width:2.125rem;height:2.125rem;z-index:15044; }
#dWEyyaLarFDVRkDJITiF89II5kbuJitN > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #d9sKfyGxTwTsygDcgUnkLbEDdRuwTC3f { width:20rem;height:0;top:38.125rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #dc4OdKcOeCTTr7eS5yqqIGhbqSPnnDET { width:18.625rem;height:2.25rem;top:79.3125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;z-index:15013;color:#0d553b;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #LeKk18ROCzLRwXMSQhIGt5eDolL0NX8e { width:20rem;height:0;top:15.625rem;left:1.40625rem;font-size:1.25rem;color:#033523;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #XxilWrIfN0DdOWiXABNsF3BFxa6W26ZE { width:19.5625rem;height:7.25rem;top:98.13671875rem;left:0.0625rem;z-index:15016;background-color:#f9b231;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;display:block; }
 }@media only screen and (max-width: 763px) { #pgqi9hgrzWLrcpbhxrG1BDrTslXtvCpX { width:20rem;height:1.7871125rem;top:34.13515663147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15007;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #ulGWPHL2SgbU2rP13dPTS4dpyBdcvccP { width:20rem;height:1.7871125rem;top:76.5205078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #vUIRnfw9CBoCfZ2T4ep5SrL6fwdaWGTp { width:20rem;height:1.7871125rem;top:163.4609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15009;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #Ll4lVES7hOqIgmHOy6OpAog93LJ3fgmR { width:20rem;height:auto;top:24.4375rem;left:0rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.65);display:none; }
 }@media only screen and (max-width: 763px) { #FWM4Fcv8fpOcvtxx9Bu2Su5WDl2ieyEl { width:20rem;height:13.5rem;top:-0.0625rem;left:0rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgWIwS1BqdZchNy0tBHqh7rK09XXNlk4 { top:7.8623046875rem;left:14.375rem;width:4.875rem;height:5.5625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sgTsafWdxUNGKOV1hRbAAhZUmkPpuRur { width:20rem;height:4.063475rem;top:17.608594894409rem;left:0rem;font-size:1.5625rem;z-index:15008;color:#033523;display:block; }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-desc-text { font-size:0.6875rem;height:auto; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx { display:flex;height:auto;width:17.5rem;top:52.34765625rem;left:0rem;z-index:15038; }
#oTycTClXZwCOLK9c8odsUeuAWQIMXURx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #T8usNmm5CJcKoCAo0UJGfkz7PUrDTP5i {  }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #G9lp6Nv5fmwlcpbFugrfhCQOpSCVfrwg {  }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #SlTkeuqnx9RMpT3ev0WBfhMAEg967rAu {  }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #ygArke7n9PMtaSHek7goS0qJG14HKSfu {  }
 }@media only screen and (max-width: 763px) { #oTycTClXZwCOLK9c8odsUeuAWQIMXURx #aMqo6zNFQvyDX0l3kTWo4IturZ0C5grk {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-desc-text { font-size:0.6875rem;height:auto; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT { display:flex;height:auto;width:17.125rem;top:138.484375rem;left:0.21875rem;z-index:15037; }
#zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #kBz8IwPnTONCZoICP0ZBolqxr4mc1BSh {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #VF4DtIsTPaTDJDPwmxWdbpmCzpwnP1NI {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #A8CvKolus5pkSpMZJG8aLcxIBAvAnvKT {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #DKMsDfXTrKH7IiJKGFpnK6aOPT5uiXM7 {  }
 }@media only screen and (max-width: 763px) { #zqZQxw2FbDxIFsDqwQqOsnF8rNAXTmTT #kGAECixMVf0Posy8XzF5PWaHBMD4ltI8 {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-desc-text { font-size:0.6875rem;height:auto; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 { display:flex;height:auto;width:17.5rem;top:210.24609375rem;left:0rem;z-index:15038; }
#dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #vwR8KymG9bpu68AxyvgL7k1ffTTC1UmT {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #Kz592JguaooS9nxe244vT3zLfCImo5l9 {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #KLwg0TrvAtSJu4267tNpBpIRrzwklers {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #brK47tg4K3yyT324zArsTsiC4yJRLnCb {  }
 }@media only screen and (max-width: 763px) { #dcTXZgfT12Rl1sZBVtnVhTetx2rAa5T6 #NqGwbeR49VappkmO6td3dvDAToIPuSCv {  }
 }@media only screen and (max-width: 763px) { #nXaiORht0iLAoQMf6BZVJ0RPNK3T2n6T { width:20rem;height:1.125rem;top:27.66640663147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;z-index:15015;color:#ff4a00;display:block; }
 }@media only screen and (max-width: 763px) { #uxz5sK1pGvmTRJdGHvlZUE6saXwZhqHm { width:20rem;height:1.125rem;top:69.2021484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;z-index:15016;color:#033523;display:block; }
 }@media only screen and (max-width: 763px) { #LIKr9rKvERzTkOZ4zOsCTQLwONeJxnOy { width:20rem;height:1.125rem;top:156.16796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;z-index:15017;color:#ff4a00;display:block; }
 }@media only screen and (max-width: 763px) { #qIZD5rDTCT2FF3OS9Gr09aINJw1aLQFf { width:11.875rem;height:3.9375rem;top:99.91796875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;z-index:15054;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oT9aXwCqSiOcJOMcTqCVBliX1PwA98Oc { width:5.5rem;height:7.25rem;top:83.3447265625rem;left:14.1982421875rem;z-index:15050;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD9l3qzZheT6txMLBbTphmbgD4VMTTBf { width:13.5rem;height:5.25rem;top:84.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;z-index:15055;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gEmLg0ZKDF7L0JCS4riw1yR46cWCAQXi { width:5.625rem;height:7.125rem;top:100.31015777588rem;left:15.399609386921rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #vLFu8naznzax6igJT4qACaWf9ZO7Xwqb { width:5.625rem;height:7.125rem;top:101.74765014649rem;left:14.587109386921rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #GCHRVkhuzc8CeyEETFNd0CEWUUAmsiZb { width:16.3125rem;height:0;top:101.99765014649rem;left:4.7121093869209rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #uA7RMfl66PNpbruwGAVC9OiKq5kHqiQI { width:5.4375rem;height:7.1875rem;top:90.8330078125rem;left:14.23828125rem;z-index:15051;overflow:hidden;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) { #PP4MNGcm18M4vfkofn37H9NGWkgSJerI { width:5.5rem;height:7.25rem;top:98.2587890625rem;left:14.3037109375rem;z-index:15052;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSpSlfRIQi3IbefdfvCge7F34VXCKPsH { width:13.5rem;height:5.25rem;top:92rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;z-index:15056;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #94c13d);background-image: -moz-linear-gradient(180deg, #ffffff, #94c13d);background-image: -ms-linear-gradient(180deg, #ffffff, #94c13d);background-image: -o-linear-gradient(180deg, #ffffff, #94c13d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94c13d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94c13d' );";background-image: linear-gradient(180deg, #ffffff, #94c13d);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:227.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zUUVD3kOGCGe1WRUDHc3KT5OKfdtrdPs { top:82.25390625rem;left:13.3125rem;width:6.6875rem;height:6.6875rem;z-index:15039;overflow:hidden;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Scs7K10oazNOqr3JfmwwtrW26oZGBFB3 { width:20rem;height:20rem;top:126.6630859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBJT0TkLzaL1WfFBZ1nLvNwPSHFstEHh { width:18.75rem;height:3.0625rem;top:61.178907394409rem;left:0.62500005960463rem;font-size:1.5625rem;z-index:15035;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;font-family:riffic;display:block; }
 }@media only screen and (max-width: 763px) { #zIQyW1ZX5neMzgCyKWfZmQkql2g3EEiI { display:block; }
 }@media only screen and (max-width: 763px) { #SVKTp198FhcvRafhTl0q6pgP6DmsOpmP { width:20rem;height:2.84375rem;top:71.96484375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;z-index:15006;color:#033523;display:block; }
 }@media only screen and (max-width: 763px) { #z7beskyFyT22rnxn4xarAQtMr4mnheJF { width:20rem;height:39rem;top:26.34765625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fiWmWb5THpQFgKgIXu3JnPWguPTRoZec { width:18.4375rem;height:30.46875rem;top:112.140625rem;left:1.5625000596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;z-index:15012;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #rHbahgvPU1IPt7TydmSyzqExaDgp4ibP { width:20rem;height:1.7875rem;top:31.785157203674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15006;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #LqSsVQsoK1KbHmd1yawI3SO4vltM6pFF { width:20rem;height:2.03125rem;top:28.616406440735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15005;color:#f15f25;display:block; }
 }@media only screen and (max-width: 763px) { #baIfiwyAnQv2Qrndy8HUhKlsVGW4CNRI { width:19.875rem;height:1.7875rem;top:36.685156822204rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15007;font-family:comfortaa;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);display:block; }
 }@media only screen and (max-width: 763px) { #yLoto9ZewDE7NFyqKpOycTH8iea9uNwB { width:18.5rem;height:14.625rem;top:40.12890625rem;left:1.5000000596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;z-index:15011;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #RNk6z9TXvgTEhOcGg21IgSzuPvcWG4AG { width:4.1875rem;height:4.8125rem;top:67.76171875rem;left:15.237500011921rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #dEsbfaClVrdrhRsP1z6Mg6fUgPyWH2wp { width:19.875rem;height:83rem;top:69.55859375rem;left:0rem;z-index:15003;border-top:0.1875rem solid #146d00;border-left:0.1875rem solid #146d00;border-right:0.1875rem solid #146d00;border-bottom:0.1875rem solid #146d00;box-shadow: 0rem 0rem 1.5625rem #fffd33 ;display:block; }
 }@media only screen and (max-width: 763px) { #I3VbmRAVb2mNBHFH2dnLmZ4xpNVFIWmk { width:20rem;height:1.7875rem;top:76.233596801756rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15007;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #oTmXPWDxi9Trsp8OPVkaIoNmQckTMQ5L { width:20rem;height:1.7875rem;top:81.358594894406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;font-family:comfortaa;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.67);display:block; }
 }@media only screen and (max-width: 763px) { #dWyb0zKqwWG1zcmmrvl6cc2gAgTEh9Wp { width:18.75rem;height:3.0625rem;top:148.640625rem;left:0.62500005960463rem;font-size:1.5625rem;z-index:15036;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;font-family:riffic;display:block; }
 }@media only screen and (max-width: 763px) { #an57GE4rbCPFyb3zEGrELUgJ3d0Zzvyp { display:block; }
 }@media only screen and (max-width: 763px) { #ytDCS2cwT2rAeF6Xa91SgMigvwtvptlT { width:20rem;height:68.125rem;top:155.59999847412rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9xlOl9uquUXDXRt0qEB6qudpWXELpw { width:20rem;height:2.03125rem;top:158.00625038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15007;color:#f15f25;display:block; }
 }@media only screen and (max-width: 763px) { #HKW4PJSr0GzVuKUIErIVeJA2O0AZiD55 { width:18.4375rem;height:42.65625rem;top:170.49062538147rem;left:1.5625000596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;z-index:15013;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #W0Wa2LicirsvvTt0q3TmgbHTul7QGU72 { width:20rem;height:1.7875rem;top:161.68125152588rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #wHL3LiiNT9UWVETqKKycSVJEyWdmaCSx { width:19.9375rem;height:1.7875rem;top:166.75234222412rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;font-family:comfortaa;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #BqUVSTHf2KmSathUScAVFCTw05PlzaAC { width:18.75rem;height:3.0625rem;top:219.55780029297rem;left:0.62500005960463rem;font-size:1.5625rem;z-index:15037;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;font-family:riffic;display:block; }
 }@media only screen and (max-width: 763px) { #hKgEHm75bHy96IQ8048a2hQxNDiLvNe4 { display:block; }
 }@media only screen and (max-width: 763px) { #ex7nG6F9LIeF42Z4AQG2lk1TzLE85mBC { top:5.22265625rem;left:7.21875rem;width:5.5625rem;height:3.6875rem;z-index:15043;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SxTqFdWiXlhodTT5U2QsKQvph2GJQm0B { top:2rem;left:0rem;width:20rem;height:3.625rem;z-index:15041;font-family:riffic;text-align:center;text-align-last:center;font-size:1.8125rem;color:#033523;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #i1GpucLFJw7vR9bnxgJJCATK1UbKyXh8 { top:6.63125038147rem;left:0rem;width:20rem;height:2.4375rem;z-index:15042;font-family:comfortaa;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.9375rem;color:#033523;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SfXHZJAlpO2tLHNRTOlMqOFR720eupGA { width:20rem;height:0;top:20.6875rem;left:1.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15015;font-family:"hk grotesk";font-weight:700;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #frdUX0dTybXeSo4wueqE8EW8oi10uQoG { width:20rem;height:5rem;top:88.375rem;left:1.40625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #FKdWAdAI7LrvhMkD8TlDVd259uBWdy8T { width:19.625rem;height:7.25rem;top:88.62500190735rem;left:0.1875rem;z-index:15014;background-color:#f9b231;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;display:block; }
 }@media only screen and (max-width: 763px) { #uvyXcNOhHgCLd3NKW34nDQZv4EyTALPt { width:19.5625rem;height:7.25rem;top:96.07422065735rem;left:0.23750001192093rem;z-index:15015;background-color:#0d553b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;display:block; }
 }@media only screen and (max-width: 763px) { #C1wVGCchtKrGasS5KleTMsCTuWzVAlVS { width:6rem;height:7.25rem;top:96.13672065735rem;left:13.824034830162rem;z-index:15045;overflow:hidden;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) { #gfuT1I9Ey65VMMKF7nskcOtNoUsZEqFb { width:6.0625rem;height:7.1875rem;top:88.724220275881rem;left:13.812499821186rem;z-index:15015;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lGssqvx4nIQZ8lUGHyAkXTQ2vtCRUUb6 { display:flex;top:10.612501144409rem;left:8.9374998211863rem;width:2.125rem;height:2.125rem;z-index:15044; }
#lGssqvx4nIQZ8lUGHyAkXTQ2vtCRUUb6 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #AgXhpOTkdkBtX3umHSJqG6fsJeXOI7h8 { width:20rem;height:0;top:38.125rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #ZwWO73gmqdmBwvb2yFmZx7DN0supooa1 { width:20rem;height:2.25rem;top:84.999221801756rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;z-index:15013;color:#0d553b;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #SHTrok646xpUiJkqOC5UhTVbBM7NecPr { width:20rem;height:0;top:15.625rem;left:1.40625rem;font-size:1.25rem;color:#033523;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #C849xZSvJaPXsD7zN61rbkFOtG4ZX9MB { width:19.6875rem;height:7.25rem;top:103.52343940735rem;left:0.11250001192093rem;z-index:15016;background-color:#8b2b86;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #77f933;border-left:0.125rem solid #77f933;border-right:0.125rem solid #77f933;border-bottom:0.125rem solid #77f933;display:block; }
 }@media only screen and (max-width: 763px) { #hsclNhlCfhFbgAnJo8vDLI9KhmrlCuFE { width:6.125rem;height:7.1875rem;top:103.62265777588rem;left:13.812499821186rem;z-index:15046;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apAxoM4oLFAnxTm2K8zfoqUcO0w8MiUt { width:20rem;height:1.7875rem;top:34.072657585144rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15007;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #stHWs7XJVHycx2rTPMpt6fQr0HU2qhvy { display:flex;width:1.8125rem;height:1.8125rem;top:36.672657966614rem;left:0.62500005960463rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #nvcghUJIDHUZXNDTIbLzmfOFZ2izuQPr { width:20rem;height:2.5625rem;top:36.297657966614rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zdMCNU6UuQLwTVl9Qc7SscgZiXNC2q1N { width:19.8125rem;height:2.5625rem;top:80.971099853512rem;left:0.18750005960464rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #T01dd0rUdGXz6HefVTR0Koo6Dd2gmbvi { width:20rem;height:1.7875rem;top:78.582813262938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #OD6SoVI18a1PFuEU1P2OceEET7xBfVxE { width:20rem;height:2.5625rem;top:166.32421875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #StDdIXlHyLA0u3gHF33O6Rn9Js6bU4l6 { width:20rem;height:1.7875rem;top:163.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15009;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #E7EGfJW3mx4rkb1qz0uwvt9v6uf3Oca2 { width:13.5rem;height:5.25rem;top:89.724220275881rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #KfaeipcfTDOskqqnfTycsmSqaNQN5Wrf { width:20rem;height:auto;top:24.4375rem;left:0rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.65);display:none; }
 }@media only screen and (max-width: 763px) { #bggOMxuUOSQA5ta9hnXbEiZ1UGPhGzih { width:20rem;height:13.5rem;top:-0.0625rem;left:0rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErsWFncpm2Itb1I80xo1ZDI5Kzvkpo1W { top:7.8623046875rem;left:14.375rem;width:4.875rem;height:5.5625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qReac8DhSKQ654X7snTDApPQaPwo2rZK { width:20rem;height:4.0625rem;top:17.608594894409rem;left:0rem;font-size:1.5625rem;z-index:15008;color:#033523;display:block; }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-desc-text { font-size:0.6875rem;height:auto; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh { display:flex;height:auto;width:17.5rem;top:54.91015625rem;left:0rem;z-index:15038; }
#zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #nygDS1VTNksxw5U3VUDG2Z05swOetX6U {  }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #ExPuTTBaLXQXZ8r8WysCvRL31FsEqWH0 {  }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #S6IVmh8wZ9FqLS2aST2y6rC3cNA0lV21 {  }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #CL32FSsU0O4xPzQrnJqMd1dOvKLobm3L {  }
 }@media only screen and (max-width: 763px) { #zZ1zsmz3zbcdRenyTLzAXrkCpQGwZADh #XHuaFzRiU05Tr93HfAUesvBw0lghyuTb {  }
 }@media only screen and (max-width: 763px) { #RaGRAmuHefKwmWA4oDxch24whDSxOGuA { display:flex;width:1.875rem;height:1.875rem;top:81.314843654631rem;left:0.62500005960463rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #rPcfyr9d35tEUo1DVrGMlbH3pBBov1de { width:13.5rem;height:5.25rem;top:97.173439025881rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;z-index:15051;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-desc-text { font-size:0.6875rem;height:auto; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB { display:flex;height:auto;width:17.25rem;top:142.640625rem;left:0.18750005960464rem;z-index:15037; }
#EThA1a7R1GZzoKUKS5xn1D22muka4oKB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #zK19FwWV9tBRmuZLTFpQ9bZvrQWH6ZgO {  }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #BkfOq7ZLtlvXT8h5TXC10wUeTkcQqEHl {  }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #o9EHgNEiecNG6gkG0cPlUtoTF1OgdiPH {  }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #qRgNFemeX7icggvCIfR2qssta156hR7v {  }
 }@media only screen and (max-width: 763px) { #EThA1a7R1GZzoKUKS5xn1D22muka4oKB #QCm98fwD75pnKa01tq3Z2xwlPmWqafD0 {  }
 }@media only screen and (max-width: 763px) { #adx7xenFK5fWplnWocNk291ev7rXfZac { display:flex;width:1.875rem;height:1.875rem;top:166.64609527588rem;left:0.62500005960463rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-desc-text { font-size:0.6875rem;height:auto; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM { display:flex;height:auto;width:17.5rem;top:213.68358230591rem;left:0rem;z-index:15038; }
#KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #hBdmHxGzyESUSTdEmNctvCaDhyteEpyE {  }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #UGgpIlxa3mCg4LxNAaBA4qOfdVcyod9C {  }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #RlmvBX7pvImgPFLJuo0Uw9Igd2cCnOyl {  }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #HnTavNQ921ugzQA7cJdLdfAL1DSxp0iD {  }
 }@media only screen and (max-width: 763px) { #KLqB6kqflf4ya9QBSbAOrhM2VdxGC3wM #O6TZwfWpV64Jtz4ENRxodX0ggDaKe4uv {  }
 }@media only screen and (max-width: 763px) { #xB4FTiOFtzIFWXvHy1SiRTzWxhcnJdrJ { width:20rem;height:1.03125rem;top:24.12109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.5;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zvn3N3f5D7RTwT3eDMqcIEH6Q98F7vdC { width:13.5rem;height:3.9375rem;top:105.27968788147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;z-index:15052;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VCa1l19VIX6antQaeMVgvfiQ6i5hXkvD { width:20rem;height:1.125rem;top:27.54140663147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;z-index:15016;color:#ff4a00;display:block; }
 }@media only screen and (max-width: 763px) { #dK3SBT0E3aWh4RWv9LG6JKbsauugpcsu { width:20rem;height:1.125rem;top:70.889844894406rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;z-index:15017;color:#033523;display:block; }
 }@media only screen and (max-width: 763px) { #LhdnXrn6dNpiyq5qnTG5pJsUmEMqFCO7 { width:20rem;height:1.125rem;top:156.93124961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;z-index:15018;color:#ff4a00;display:block; }
 }@media only screen and (max-width: 763px) { #vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng { background-color:#94c13d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row .container { background-color: transparent; background-image: none; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row .container > .video-iframe-container { display: none; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row > .video-iframe-container { display: none; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .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); }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row .container { border-width: 0; border-radius: 0; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvWSEyJLGiUFsWMoNTdDWoTMlwPw37Ng > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;line-height:.8;font-weight:400;font-style:normal;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.6;overflow:hidden;height:2.8125rem;display:block;vertical-align:top;font-size:0.625rem; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-text {padding-top: 0; padding-bottom: 0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.6;overflow:hidden;display:block;vertical-align:top;font-size:0.625rem;height:4.0625rem; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-select {padding-top: 0; padding-bottom: 0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;line-height:.9;overflow:hidden;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:1.875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:3.4375rem;font-family:"hk grotesk";font-weight:700;font-style:normal; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl [class*="-text"]:-moz-placeholder { font-size:0.75rem;font-family:comfortaa;text-align:center;text-align-last:center;color:#3f1200; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl [class*="-text"]::-moz-placeholder { font-size:0.75rem;font-family:comfortaa;text-align:center;text-align-last:center;color:#3f1200; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;font-family:comfortaa;text-align:center;text-align-last:center;color:#3f1200; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;font-family:comfortaa;text-align:center;text-align-last:center;color:#3f1200; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.4375rem;overflow:hidden;height:auto;float:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-radio-label { float:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-container:first-of-type{padding-top:0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl .widget-container:last-of-type{padding-bottom:0;}#G6c72n3rW6i8du35d6MtVez9yPxruabl  { width:17.5rem;height:auto;top:25.9951171875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:15014;box-shadow: 0.0625rem 0.0625rem 1.625rem #fffd37 ;background-color:#146d00;background-image:none; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G6c72n3rW6i8du35d6MtVez9yPxruabl {display:block;}#G6c72n3rW6i8du35d6MtVez9yPxruabl { width:17.5rem;height:auto;top:25.9951171875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:15014;box-shadow: 0.0625rem 0.0625rem 1.625rem #fffd37 ;background-color:#146d00;background-image:none; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #lqvebD1xK4GsvXhT8CRLRKCheny0aVF0 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #LC9AwrGFLpQ9L8kQI4qmd8kt6noAUac0 { display:none; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #EvXQFGyiOIf0DgrTsTLxKXAeDsEvBMT4 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #p9iOhfRlg0pshnEFJah7cLKGoSU3arO4 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #SpMahGQgI61sJDDFeaOnsqPPcZtaB1RU { display:none; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #xEuWMcNMT7BZTCIyGxEd55MiyMrszqGv {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #lsMRFmoadnuVZ3pqmaoqeUwu2nhmTNk9 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #g9fby8u0VRZefI7yz5V0BaKoxeglsDqr { display:none; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #dxLfJn9y5AZe9P4nqLp6bQOHKWsRPMbr {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #WM4bBen90lCV4TdSWVrJnHwdERrZS6SI {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #DitgGyTqMkkR1IJGhhEhraXUV17r78vv { display:none; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #GwR3hec2hv7WNJvyedkmwxXqK6n1cZIn {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #T8tcIrHTaGf7fxOlMiZ8p4ZlPQoNSsoi {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #oLmsXHQ57pAN3nDxLVXS6JCbBRPUHdIG { z-index:2; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #eTyabidwdngFbFsCtskNOlSDbSK5cwsQ {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #N698WVmzXs4bzmflcPf3JZHcslVAzfU8 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #lKwDCfxDgDmkaKfR9OJAObyTbL9w0Nmk { z-index:2; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #LELtHtuDyJuJWFuGenZLdKDMB7e1IZxP {  }
 }@media only screen and (max-width: 763px) { #d0IBKPfTwp0KMVuFTuSFtqmPL2GpfIQS { display:block; }
 }@media only screen and (max-width: 763px) { #tLulttoersn3JEnTS7ynCVbFhxAnAhxs { display:block; }
 }@media only screen and (max-width: 763px) { #vRQWTt6zTgdWenormgWlTILXkfgDAE5K { display:block; }
 }@media only screen and (max-width: 763px) { #DdEE898ucSHD004hhzIPd8AXJN7gCLhZ { display:block; }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #looPCitWSqZnVKCKZeCFUTFWwJO9JDw2 {  }
 }@media only screen and (max-width: 763px) { #G6c72n3rW6i8du35d6MtVez9yPxruabl #HTDGQ0TbdvODok147n4P5f2hzqM9VMCI {  }
 }@media only screen and (max-width: 763px) { #XWhxaMcINWEdBXiU2SI8swzyN14v28bb { width:17.125rem;height:33.1875rem;top:11.3125rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #PbtxJI5ErGpbOXc8cdOF87tWHVFAnCd4 { top:6.4375rem;left:8rem;width:12rem;height:9.5625rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fkBCTDsReT4kLQHm4CJ5G3a5Xc2CPQDo { width:20rem;height:2.25rem;top:2.94140625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:comfortaa;font-weight:700;font-style:normal;line-height:1.5;color:#ffffff;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 { background-color:#ff7c2c;background-image:none;display:none; }#Gzqz23lDHnBL4vehuXDnGGyvkX6cVFg1 > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A7QxFCPulPTcawEdTd1KVV9a6N6c1TfO { width:17.1875rem;height:33.25rem;top:7.9873046875rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgoMKf66WHwuq0lQJr6JuyFbtvc2uodc { width:19rem;height:0;top:5.44921875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3Fla2bdrMRW1GbeBip5rRrwndcX6TZ4 { width:17.1875rem;height:42.25rem;top:42.4560546875rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgBky3TKQET4vFgQTAl1fu2ShANtxyVI { width:15.3125rem;height:0;top:14.1748046875rem;left:2.34375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #CnqNfZslWzhfmAwMAhlVlGy8pegT3SEf { width:15.375rem;height:0;top:49.0498046875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #ByvFKLTrh5TvoULeWE26BS0xrwqRdQwh { width:17.1875rem;height:51.1875rem;top:85.8623046875rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDbJEA7T8wVTu5WqCeUhxgm1lWQuuUkJ { width:15.3125rem;height:0;top:93.1435546875rem;left:2.34375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #TsTZUgXgN8GAUv93GqzUh1BLElhutTKz { width:20rem;height:0;top:142.9248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJ4Pn1LTzk3zEyE1MeCPpK192wQ1Xt9s { width:20rem;height:0;top:146.7744171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXle1vEM5Wgd7nEJ3lo7q5tpGcxHE03G { width:20rem;height:0;top:155.5146515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmf0FginUH6gCdHuNKzsIXitbDz92Kma { width:20rem;height:0;top:177.8711015625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kr00PETe03dwqGHnweSTlul91Fn9I78y { width:20rem;height:0;top:150.8896515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wD1C3SkSMPtcevgxILLyyOJsoKnfTxJC { width:20rem;height:0;top:83.5224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIEED2lTWIoEoFpGPsufiSyHdRwqHuk8 { width:20rem;height:0;top:18.083984375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfOUMrEVlo2gkCoxBZrP4GoKszG5Clvv { width:15.625rem;height:8.75rem;top:10.875rem;left:2rem;z-index:15026;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a9qOAb9CH7SDegyeA4xVEJEVqd5MURra { width:15.6875rem;height:1.625rem;top:20.5625rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15027;font-family:comfortaa;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zms60aFKBrRisX6W3OPT1M4oDN0RmgsT { width:20rem;height:auto;top:0rem;left:0rem;font-size:1.5625rem;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.65);display:none; }
 }@media only screen and (max-width: 763px) { #MDyfU6RdbeXVAJgKIfxCy9WiToi6uyXv { width:20rem;height:20rem;top:26.375rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #bEcTQHPWSaC0HG3vaZJxCP5X7AgW70ms { width:20rem;height:3.25rem;top:3.09375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15006;font-family:comfortaa;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZkF739tJVpM6RvGztTfEQiI4KbST7K1q { width:15.625rem;height:8.75rem;top:23.1875rem;left:2rem;z-index:15027;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MlwcofVggK4EXmqdAT0MxSKCeQJLU7gU { width:15.6875rem;height:1.625rem;top:33.0625rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15028;font-family:comfortaa;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TGlDQlgzTxW9SaU5pmJDOs5nwtdIMyta { width:15.625rem;height:8.75rem;top:35.625rem;left:2rem;z-index:15028;overflow:hidden;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOInn5PVFGSelH0BtnvBiTy5HnSdmu5l { width:15.6875rem;height:1.625rem;top:45.4375rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15029;font-family:comfortaa;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TaF8nSTvIT1ZsU9ZSoHK2vGdpfxQIXvt { width:19.75rem;height:7.25rem;top:20.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h03ASivONrUUeALxCnwohg5aHmxDA5kW { width:19.75rem;height:7.25rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBFiwgRcHtRephSr5d8QiWoNsLO4oyUt { width:19.75rem;height:7.25rem;top:35.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGlbEH4rquxyRMBEngPHtXMn0NprNJgH { width:20rem;height:auto;top:14.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoZPCWWHqkT1Fy2FhZay0uxRAfvEzp3f { width:20rem;height:auto;top:18.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #vWUQCCxv9I3hH2lsP9IsWzaL6if4yifc { width:5.25rem;height:6rem;top:2.1875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 { display:flex;height:auto;width:17.5rem;top:82rem;left:0rem;display:none; }
#e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #aEidD3txrFUS5W5mLmC78XyusDEgPygM {  }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #c35VVR3bKBp8okq5FO77pHlSBzEnydRn {  }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #cnFxSv5ep1KxzfVMJ0Cv6fr8UvpQaAPq {  }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #qvXrEQ5GSXumLGPRozreZ0R1GLqhx8yd {  }
 }@media only screen and (max-width: 763px) { #e4e8wm8JnNixKNRzTAxFuXpdJ5diinz8 #tXBiclMBcLVypCHrTmnOamn56vDoCPNl {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H { display:flex;height:auto;width:17.5rem;top:39.5625rem;left:0rem;display:none; }
#grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #QOKhsgAWpdUzt9kl2rarX4yLaTD34yN9 {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #rhTEm99TxdB1TntIReBazgu56SPEyRZC {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #QJgypO1Q7KRiDIzgNHPkFJPw9ZBbHMfs {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #cpeKXJr2xDLXlyn6UqelmcNmOEhJr69S {  }
 }@media only screen and (max-width: 763px) { #grvZta3RBV9lMT0HbeGu1PTqBwAiNB1H #Dn0U3LB47NHx1AywNIfuLvPPS5HKwkJT {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA { display:flex;height:auto;width:17.5rem;top:68.375rem;left:0rem;display:none; }
#FbaNNi0S8z1veLxIQRaAr0exv40LTLFA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #coxvt9TG8mU0LgeXnXFKSkAJf65p5lC6 {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #tMghVSdTgmW3EJFnBDzuAPTuJsWslWR7 {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #EIXWNP5pSSCCQOKlUsn9meODR7mfkaPW {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #GMFfXDrQlHWICOnkQdJGqKUwk4N6H37n {  }
 }@media only screen and (max-width: 763px) { #FbaNNi0S8z1veLxIQRaAr0exv40LTLFA #xHx52U89Cti3DTU0bC4HUFAOPmteUrHB {  }
 }@media only screen and (max-width: 763px) { #TENsTkTVhpUaUHfAU7rW3KFAPMq3w9TA { width:20rem;height:1.125rem;top:48.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #DKzAz3V4VchlINW87TDxHvuTtspzIXmN { width:20rem;height:1.125rem;top:50.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #OTGg4Q7g3lO8PwZ4hJUPz9TddOmZxs2G { width:20rem;height:1.125rem;top:53.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #UEachyGt5tBFqZDEGmLAu01KmpavBJWL { width:16.125rem;height:auto;top:21.875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #mzm9aWXMFbLhftiwRWaB0AzNB4zF1OCZ { width:13.625rem;height:26.5625rem;top:58.0625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcNzQkm5SQxBCsXdmEwiEbMz9NLgRXhZ { width:5.5rem;height:7.1875rem;top:35.1875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaJA1T8B3D8wKG37kNIJ3x3pZOMdqm5f { width:16.1875rem;height:auto;top:36.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #dSZfDlOi0EXK2KNd4RsRXnFi8CmnJNiA { width:5.5rem;height:7.25rem;top:20.375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnwlkqxONpFQchRxpGOLIJF8TmF1H9QZ { width:5.4375rem;height:7.125rem;top:27.75rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlsqDbORPTS4Ov6tXuNZUqQHdUoJVsrv { width:15.5625rem;height:auto;top:29.25rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm { background-color:#ff7c2c;background-image:none;display:block; }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row .container { background-color: transparent; background-image: none; }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row .container > .video-iframe-container { display: none; }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row > .video-iframe-container { display: none; }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .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); }#E3OhNaW43abTa1eXmZqFQvbgG6rJTkUm > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ameQF5C4OvHiIBQAHmQz63VZSrGGAEDF { width:17.1875rem;height:33.25rem;top:7.9873046875rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIUpcd7cDWcHSLVu7ZCyQldqacdO6Qu8 { width:19rem;height:0;top:5.44921875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMlGUhFfMtdq3lAKA2VMLRhShnJoAv4t { width:17.1875rem;height:42.25rem;top:42.4560546875rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMPqSZuAH7dz5UTy7kwA3PBNKg8XySmb { width:15.3125rem;height:0;top:14.1748046875rem;left:2.34375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #HrpXLSiZAAcMtZVyFiFXMILGtwyDduhL { width:15.375rem;height:0;top:49.0498046875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #oegA9sUOVBXKoUld0O2fI28KcoRAQpOg { width:17.1875rem;height:51.1875rem;top:85.8623046875rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgIDwkdqkCmWT8pFrm6SsmMHT0WmpUP2 { width:15.3125rem;height:0;top:93.1435546875rem;left:2.34375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #Bi7ERrrBuUNN0BiezECzhkwLt0lszQcN { width:20rem;height:0;top:142.9248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1OGCvP2LGQI4s8043iKdgsbm2IydI2e { width:20rem;height:0;top:146.7744171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFBbmbufWNeeDgxWMfsuepmMOVGBruww { width:20rem;height:0;top:155.5146515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNNHRvzvhEHDIArinOALIc7tSP99acyt { width:20rem;height:0;top:177.8711015625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnmvswBV4TarUDKNpeE5ZBTiXmPpT5RM { width:20rem;height:0;top:181.7207140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0aCnGlElTwLcApDWRmCzUs3rivrqETF { width:20rem;height:0;top:150.8896515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #msi5ikq6a0qOSOCtT61OWb5rncJa5acC { width:20rem;height:0;top:83.5224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEpigCpfnbn5i5LU4cqFbEFsGfgKaRhF { width:20rem;height:0;top:18.083984375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9v9IxgHsie7PyBKholDrC5hZDFhc8JO { width:6.875rem;height:7.875rem;top:185.5703265625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4Xu3T0RBOpFqUfFbiX8mnsLcLmiTlTh { width:20rem;height:3.25rem;top:3.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15005;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #dOqvKb34RUViJSoEZXDzqTXIvILpdkvb { width:17.125rem;height:33.1875rem;top:183.42578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXwg7o1ECPTwu1aEQW0J4ORJCNDaCnTB { width:20rem;height:1.94921875rem;top:7.8125rem;left:0rem;font-size:0.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #v9QCgxP11xS35y3DHK4C0xVagp9pISac { width:19.75rem;height:7.25rem;top:24.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXybQB5H8fFPTQmt2VSThRPn8hCIvJyx { width:6.125rem;height:7.25rem;top:31.6875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCTAuf1i3fs9Lhlq8RmkTQZgfZsOIswt { width:19.75rem;height:7.25rem;top:31.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g18pzKyMZ0ZoiZPOBHzHORsrfqROIQ9U { width:6.1875rem;height:7.25rem;top:24.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcFvhC4qea1GM0IKMLdUZ25WOr0N6NpS { width:20rem;height:auto;top:21.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #r2WQTA058lAvrTCG5pH6881VFzpUrhaw { width:19.75rem;height:7.25rem;top:39rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIadsyzM9eMR8AlVfnzyCxWnlITkOPhZ { width:6.125rem;height:7.1875rem;top:39.125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQI7uyTpfBepdwoTkIGn4DoaMiaRZaD1 { width:20rem;height:auto;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhRfCEIR3Nxu5laeZVPinIyuPIXMgOhT { width:20rem;height:auto;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bO0RAInLcz7NNtlhkquAEePa7ief0xQe { width:20rem;height:auto;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bP5t7JNTkq7Rha7ZxAqATvCMnsXU4OiL { width:20rem;height:2.75rem;top:19.17285rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaKg2o7BlwA0bTPqP5ndA93I7XkNWzDO { width:20rem;height:2.75rem;top:11.17285rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M29JVkAMfeCnVUEc0eweS5TAQQc0l0qJ { width:20rem;height:2.75rem;top:15.17285rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bew5HwfMZmq7KZ88i1MVMqwXOXQgWSNS { width:19.0625rem;height:3.4375rem;top:48.9375rem;left:0.4375rem;font-size:1rem;z-index:15035;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;display:none; }
 }@media only screen and (max-width: 763px) { #UivSKmQngIeWCIlo8QPQJlrg4ibkC9pN { display:block; }
 }@media only screen and (max-width: 763px) { #kSnTSXMbvTEN5FvslKfRfJqOlnfQJQEC { width:19.0625rem;height:3.4375rem;top:91rem;left:0.4375rem;font-size:1rem;z-index:15035;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;display:none; }
 }@media only screen and (max-width: 763px) { #hJ9elAnig8Jn0q91EARTNFSgrvTyU77A { display:block; }
 }@media only screen and (max-width: 763px) { #IWeSbEKd00IeD5dOECvq5vvu0VH8M3cP { width:19.0625rem;height:3.4375rem;top:82.3125rem;left:0.4375rem;font-size:1rem;z-index:15035;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0rem 0.3125rem rgba(0,0,0,0.63) ;display:none; }
 }@media only screen and (max-width: 763px) { #im6cqZ8USw5iGOT52JBnSyCqxvtFb6sB { display:block; }
 }@media only screen and (max-width: 763px) { #Umd9JoEr5VQQf70dpTk2XOCcMUWMEtRc { width:15.8125rem;height:auto;top:25.5625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #zlFz1IfQZGsyhohRmKg22vo9NvqDwGBh { width:16.375rem;height:auto;top:33rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC { display:flex;height:auto;width:17.5rem;top:76.8125rem;left:0rem;display:none; }
#TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #PO3fQcafSGMEJGHXkl9UTBnr08Uypznu {  }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #DaPs0ax2cXvpmkMPteoKRD5u2MIP9htC {  }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #xNLVyBUtoiGw3LxLWgBKau3q2g1Zc3lN {  }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #Na3fhgrT42qupkOPMCdRN4XfFempZsZC {  }
 }@media only screen and (max-width: 763px) { #TTmi0Nvoa1BsSvWVSR7ecloomlCPagTC #bnBZaLZce6CUygew3hP9iNDbRckMA371 {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx { display:flex;height:auto;width:17.5rem;top:43.75rem;left:0rem;display:none; }
#LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #GLcXKKmZQ41goq1mH071Ebb5VQDKNrB9 {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #XqqWgoDAAXm6WiRqOqy2uPea4U9C3JOe {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #nkIJMtqgTeDVEkeLWBQGrN914DDPIdbg {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #XOTwEsTFTfb1rPd3moukr5GmTk0yvafQ {  }
 }@media only screen and (max-width: 763px) { #LerrxvqP3vJ3xLhAvEncFvS3deRtuTWx #k9MhpF3QwPwUzCeUpgRXce71rSlHPwNC {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ { display:flex;height:auto;width:17.5rem;top:76.0625rem;left:0rem;display:none; }
#nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #Onb1Tbk5kkM9NmUl9KsgMfqwvrhv7wIP {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #vJLL7suTWdGv7GAz0nbddGOBkLymtSyA {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #QTKeqLnzwOxKbnduTzi8cQW3SWy6gcyU {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #WK5AlyE4MzypUHDCqGbUNf9L0oMoo7nB {  }
 }@media only screen and (max-width: 763px) { #nJCvO6gIyQaZKPz5zo7cG4eZ1sEespmZ #lr31fN4J9Z4Fad8yh9WlAXk3RkLx8kLW {  }
 }@media only screen and (max-width: 763px) { #MIE4d3Pbzl4002CtpOD8H0tkwRdi2KpT { width:16.375rem;height:auto;top:40.4375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #mhSReTWBuUdp4RVzqv6en1sTyyWqdsqA { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #WWTucuA6cHyxa2IMXyhCWSyhFffc4Icw { width:20rem;height:auto;top:9.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #QhgfDTw2pnS84xdhPqlaoVVMGxccaQxW { width:20rem;height:auto;top:9.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #gLMXbmTe7rdcwuiyvHxU2XictFtDqDQI { width:20rem;height:auto;top:9.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh { background-color:#ff7c2c;background-image:none;display:block; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container { background-color: transparent; background-image: none; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container > .video-iframe-container { display: none; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row > .video-iframe-container { display: none; }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .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); }#mq5D1BeounEb3E4f1bSaw3pP3okJN8Kh > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtreQ8ZCAiUF8lX3RcBf7EQ9BZqZtyUN { width:15.625rem;height:8.75rem;top:1.0625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJ0qxm1uNTu0qoGcs7FA8UThqMa8brBu { width:16.4375rem;height:0;top:10.2744140625rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q2HLX9N8ZLEyRrRqzzc09eV2CGCRQCcU { width:15.625rem;height:8.75rem;top:15.15625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG9s2wVrir8mNE9P7SMSiUDVzpZvaLMI { width:15.625rem;height:8.75rem;top:28.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfMM1WTPAgelE2VWsBK1pvFehPJNyXCN { width:18.6875rem;height:1.625rem;top:24.46875rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #petxS5HbBSokc7OITJTMLdaTy89CrI6M { width:18.6875rem;height:1.625rem;top:37.8125rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dS7UJ3WefoPP6RU8UKymbDTC1gOJulRb { width:20rem;height:0;top:4.5078125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQz8TVtU4Xe89lb3lTsd0m5scOJBpnKa { width:20rem;height:0;top:24.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdUQZD4tNkWzNG3aoQzto9RTTlcuC40w { width:15.6875rem;height:1.625rem;top:11.4375rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15027;font-weight:400;font-style:normal;color:#ffffff;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #zUkNLckOhqeRIgZ6pBQwqk0mRqhJTuRr { width:15.625rem;height:8.75rem;top:2.1875rem;left:2.1875rem;z-index:15026;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PhClzZP78KUACzq9i6EkTLlBQknrUhHX { width:15.625rem;height:8.75rem;top:41.6875rem;left:2.0182293057442rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oMx0cv7VNy8gT88IsPuefZ0wmnmaRFxs { width:18.6875rem;height:1.625rem;top:51.020835876465rem;left:0.65625005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #P77CfarF3WRVy43SlNUfF45sAM9VS9ew { background-color:#ff7c2c;background-image:none;display:none; }#P77CfarF3WRVy43SlNUfF45sAM9VS9ew > .row .container { width:20rem;height:39rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Es4beEhUSz4gn8NxWPm84nHeBUTptzH3 { width:15.625rem;height:8.75rem;top:17.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpTeNs2oOeQG8TBBiPM3EEZNqRyIPZiK { width:20rem;height:1.625rem;top:28.02083375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtbgVTQ9Jnr0qb7uDdnW7eqwm9NwhB1t { display:block; }#BtbgVTQ9Jnr0qb7uDdnW7eqwm9NwhB1t > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSeKwx0U7cTTrNduJnzEXdmWO7ogSbza { width:20rem;height:3.25rem;top:22.109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #minbk1Rf6bsfnNK2XdV7ban1JV2I1K1X { width:20rem;height:2.3984375rem;top:26.200000762939rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VT4Rflk6WK0h5rJPAgQNfy79D5NlC2eP { width:20rem;height:2.4375rem;top:29.905469894409rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z3qUtLFyTb0twNOPcQTiwQNfy9NMLbSp { width:20rem;height:1.2rem;top:33.71249961853rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G5Cxey6vcIG2ldS3JkUSlPXrTB9yB2i4 { width:20rem;height:3.25rem;top:4.5601501464844rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XergAdASE346hEukAg6ZBfDt4lBFemPE { width:20rem;height:2.4375rem;top:9.1750011444094rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aPnf93oIXmRQgsDc6xJLcXer41cQ94CN { width:20rem;height:4.796875rem;top:13.081251144409rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AblaFmdCIydufFFvqPVDSIn2Ul1kytrR { width:17.5rem;height:3.125rem;top:8.8312511444094rem;left:1.2500000596046rem;background-color:#d9fac8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TTSMPTFSWuL0uipiTlTZFaxPWdWea6I8 { width:16.6875rem;height:3.125rem;top:29.561719894409rem;left:1.6562500596046rem;background-color:#d9fac8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 { background-color:#fff4ec;background-image:url("https://images.assets-landingi.com/uc/3e530ad7-6c81-4959-bc9e-254cd5946974/styliscimoodboard.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8.adaptive-delivery-prevent-bg, #LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8.lazyload, #LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8.lazyloading { background-image: none; }#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 > .row .container { border-width: 0; border-radius: 0; }#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZ5eXsTz3qThzRfUzmThxBOXa4nd4pW8 > .row .container { width:20rem;height:35.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qnn5ged6kNkvhkLIrnHZBqB5Abp4vz9i { width:14.8125rem;height:3.25rem;top:6.125rem;left:2.59375rem;font-size:1.25rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #cPBSbflQ8Ll2K46M6nTTBJgXHNDcQqHa { width:20rem;height:0;top:16.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #l7ezXULqKtHcdiA4bgHdJIpLvmFpiJlP { width:14.8125rem;height:24.375rem;top:5.375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8wNEwJvu417BgRRGIH042HqGB9sq8f { width:14.125rem;height:16.5rem;top:10.01171875rem;left:3.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Dg3nNCboTupkmdqvFoLZ1I0PHHrNZoxb { width:5.9375rem;height:3.9375rem;top:26.51171875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4wmR59lxXWTu138WgwpfMI1h65ycrGZ { width:7rem;height:3.875rem;top:26.51171875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1lFtGillEhn3QXuQ0a7qignQ095p65E { display:none; }#R1lFtGillEhn3QXuQ0a7qignQ095p65E > .row .container { width:20rem;height:61.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GhNEVzNsUT3Pi6B35TlsZZxTIM5sQTrT { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGdiNhH3EGyDMmHi1Ma15IzaadNNy3sT { width:20rem;height:5.25rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOfL5sCTpJ8ItLooBtRtRnQXLAaGZeMu { width:20rem;height:5rem;top:19.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZGtqQRO7brTJxX36s7TwpZKZcSPbHJyO { width:20rem;height:1.625rem;top:36.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1vrMqDo4mCCxzWP8kn0GGlcA73L7Zmz { width:20rem;height:4.0625rem;top:48.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNeDfKSZOx9e4oiN2QiVJRUak6Kpr3ie { width:20rem;height:5rem;top:30.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sgqW7vVU48WRoAx0GlkuUikETxGdMo25 { width:20rem;height:4.875rem;top:42.5625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ttvt2SdspyiXAsXGQya2zXdA276RW5xv { width:20rem;height:3.125rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2uVf3LeGikHSvvpPPbpfKRmtNpMLs1H { width:20rem;height:3.125rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swSvLwcdacXfkcOJKt9snW53b4N3uJlt { width:20rem;height:0;top:58.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QzNzIUgCcwZPIF11CJtk89AaIWk8sfwo { background-color:#94c13d;background-image:none;display:none; }#QzNzIUgCcwZPIF11CJtk89AaIWk8sfwo > .row .container { width:20rem;height:20.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W7oPKaeU6dSMMvD3f3VBGlQMJOcwJ8iA { width:20rem;height:auto;top:4.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mUsDBvEkTGpTdQxwR3hpybQtkodFVESJ { width:15.25rem;height:17.98825rem;top:1.6875rem;left:2.375rem;font-size:0.75rem;z-index:15007;line-height:1.6;text-align:center;text-align-last:center;color:#033523;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aelrsmxU85ehpnanSFDr8bFzsgp1gI8T { background-color:#fff4ec;background-image:url("https://images.assets-landingi.com/uc/3e530ad7-6c81-4959-bc9e-254cd5946974/styliscimoodboard.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T.adaptive-delivery-prevent-bg, #aelrsmxU85ehpnanSFDr8bFzsgp1gI8T.lazyload, #aelrsmxU85ehpnanSFDr8bFzsgp1gI8T.lazyloading { background-image: none; }#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T > .row .container { border-width: 0; border-radius: 0; }#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aelrsmxU85ehpnanSFDr8bFzsgp1gI8T > .row .container { width:20rem;height:41.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MFuImJagfDzak2nMx5zAQDAzm4e9oQvZ { width:14.8125rem;height:3.25rem;top:6.125rem;left:2.59375rem;font-size:1.25rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #nJofubzglQcqDRUkNEBiyOZKPNlEUuCl { width:20rem;height:0;top:16.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qauRMbzhXgOIEdpo1oxeXpfbXZoB2Iik { width:14.8125rem;height:27.75rem;top:5.375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nLsnCqL9MzbNfo6WdQZyWUdoeVpGxx { width:14.125rem;height:;top:10.01171875rem;left:3.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TKgpwngqAqRzIcp7ErzDPhOR9R6dtayd { width:5.9375rem;height:3.9375rem;top:32rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoT6sDZdG5FtuVTn504tmc2a1z5EVEFM { width:7rem;height:3.875rem;top:32.03125rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p { background-color:#ffffff;background-image:none;display:block; }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row .container { background-color: transparent; background-image: none; }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row .container > .video-iframe-container { display: none; }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row > .video-iframe-container { display: none; }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .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); }#Sp2PPCMAzvJ3ns3J3fZtyKzqDngT0x8p > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuPhCoDmyJicO9dG4RlsC9pT3aX2kgPH { width:20rem;height:0.975rem;top:6.37890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI5DJKqJL7utWezHMfKOG4lRaJ8ruSRL { width:20rem;height:1.625rem;top:3.56640625rem;left:0rem;font-size:1.25rem;z-index:15029;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #HPHquPSo3uL4FKwZyPzgpgOb5kFxOVpy { height:11.222625rem;width:20rem;top:8.21484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXB9niprsIEhn2cHIq90u9uMeg4ii4k { height:11.2216875rem;width:20rem;top:24.732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tna9Kz5R8QEI8ltETulFpgJxDVaQs8oL { width:20rem;height:1.94921875rem;top:22.021484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB { display:none; }#EgRHUrAfiWyssqDtgo48RoXtoNp6zpRB > .row .container { width:20rem;height:30.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b1560e2-9eeb-49a1-950e-bba72445b068/PosterMockup_white.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5.adaptive-delivery-prevent-bg, #pTiFlan3Q70lfR6G2k0dLINSaPgip8W5.lazyload, #pTiFlan3Q70lfR6G2k0dLINSaPgip8W5.lazyloading { background-image: none; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 > .row .container { border-width: 0; border-radius: 0; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTiFlan3Q70lfR6G2k0dLINSaPgip8W5 > .row .container { width:20rem;height:13.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DO4d2BbC2H0quvVxWCIs6kDzaLXkNwbI { width:15.8125rem;height:3.25rem;top:5.09375rem;left:2.0937500596046rem;font-size:1.25rem;font-family:comfortaa;z-index:15005;font-weight:700;font-style:normal;text-shadow:0.125rem 0rem 0.3125rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rfHqHusyJbIcqROSPAzDLeX3AX4oQruB { display:none; }#rfHqHusyJbIcqROSPAzDLeX3AX4oQruB > .row .container { width:20rem;height:25.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QKh7QXmsZOB00XoEkzWTsKmvAJuLU0UP { width:15.8125rem;height:0;top:2.625rem;left:2.09375rem;font-size:1.25rem;font-family:comfortaa;display:none; }
 }@media only screen and (max-width: 763px) { #aDw9QQIcTIHbeV5DrOU7FpChzLtXgzdr { width:18.1875rem;height:6.29686875rem;top:2.4375rem;left:0.90625005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:comfortaa;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IufzZfgzsWtMDpcoUGFnMO1DQ4lMoKen { width:19rem;height:3.4375rem;top:10.40625rem;left:0.50000005960464rem;font-size:1.5625rem;z-index:15034;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:riffic;display:block; }
 }@media only screen and (max-width: 763px) { #xIOyRf08UutB8fVe9Ib56K4WfnZMK8QM { display:block; }
 }@media only screen and (max-width: 763px) { #cFtBT5R7zKZ7eOc925CMOF8mwaT27IUf { width:10.8125rem;height:10.1875rem;top:15.4375rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBD8SPKdKhb5UAX1vJRtPZF60suXgPo2 { width:19rem;height:3.4375rem;top:34.4375rem;left:0.5rem;font-size:1.125rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #hDv14L9glwb30EtOaGDFl24qKw2reDPA { display:block; }
 }@media only screen and (max-width: 763px) { #A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC { display:block; }#A5vPaBBUtOf8dMlQdZfSUwix7hqVp8ZC > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmOq2kXIUPerPLxATATBFfz4bcakEZ5v { width:0.375rem;height:37.1875rem;top:16.96875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGJITyqEAqcThFfdU3WH5MSizz9uSVL0 { width:1.25rem;height:1.25rem;top:15.09375rem;left:1.3125rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x0dAN7JGNLIPlQlkOZl9fT3o2FiJfT0g { width:1.625rem;height:1.625rem;top:53.59375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsIZ6XEoxCl2gNmnquoTX34SSA9nbcw8 { width:9.125rem;height:3.1494125rem;top:15.39453125rem;left:8.96875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fi8O0y5rh3nlsfS6QdodJrVm7eKcQsO7 { width:10.5625rem;height:4.19921875rem;top:22.6484375rem;left:8.96875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LcVrPbcvl6f2U5m2QImX1PFWEPvp1Oim { width:15.875rem;height:4.875rem;top:3.6875rem;left:2.0625rem;font-size:1.25rem;font-family:comfortaa;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ckgfml1onMQyXBsXTgbMoTeSSFRMT5n1 { width:11rem;height:6.2988125rem;top:30.6787109375rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bldw1m0Am7OJOcOVW4gn7HNKNFbSSvcV { width:11.125rem;height:7.348625rem;top:41.7529296875rem;left:8.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ebr3bQW4S3xNpSiK3TsaXkkxzCNq6Hl8 { width:11.375rem;height:5.249025rem;top:51.78125rem;left:8.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QMoSHiqmim6qNrkZcSt1XP7iIZi3sbzr { display:flex;width:3.8125rem;height:3.8125rem;top:22.841796875rem;left:0.34375rem; }
 }@media only screen and (max-width: 763px) { #HZMIzb2saU6nvbKrxuSOcyQTQnHaz348 { display:flex;width:3.8125rem;height:3.8125rem;top:53.3125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0CgtSPkm1SmzuTo7xratg968iKlOUO5 { display:flex;width:3.8125rem;height:3.8125rem;top:58.375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGw7pcsA3QSdWsx9bnc9t69smadCX5ne { width:17.8125rem;height:8.3984375rem;top:61.609375rem;left:1.09375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QTGSJu6Lg0MUGzqLDR2p5n9cO1pdkPye { width:20rem;height:11.6875rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av6qH0sTFiXvGbnmgzfSCGt90VySPKiw { width:16.5625rem;height:2.0996125rem;top:9.3125rem;left:1.71875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L0qpvLVfBNXvSDLLUcWvPpDLxJArqulF { width:3.75rem;height:3.75rem;top:15.09375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbdvDWnJvtOnucrkweeLvVrHQTdDT1Tn { width:3.75rem;height:3.75rem;top:22.873046875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar6ksCnmPgK5Z1q6PTXIE1R15HAlSLIM { width:3.75rem;height:3.75rem;top:31.953125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uchVB11tEOTaTRAu35LyaN6QJtmUyTZ1 { width:3.75rem;height:3.75rem;top:52.59375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9kePgI74H3uQ7TxRi97kP2PBxny6qQo { width:5.625rem;height:1.625rem;top:44.615234375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFMnRibdi4qrwsuApSFSaVfzhzB5BxgT { display:flex;width:6.25rem;height:4.25rem;top:43.365234375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #d2tZLze9Knha2uZ9TXKUlhF8T53nMfGP { display:flex;width:3.8125rem;height:3.8125rem;top:31.921875rem;left:0.34375rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #TOflvo5cPy04K9yyFDAgXKSS2zmeLIHq { display:flex;width:3.8125rem;height:3.8125rem;top:42.552734375rem;left:0.34375rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #TgbC8cPL2ugKWJrVd723JRaS7Rpp72Tx { display:flex;width:3.8125rem;height:3.8125rem;top:18.6875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs { display:block; }#kQ9AdcCvxFl9Ndd1xp24CKWDoqENJDAs > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqHKIhEiF9u9zu4MZLHUidCZDqAoSMal { width:20rem;height:13.946875rem;top:7.3750004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trAfOCZdxdOKpn4vh4wvqpehlgde6e4b { width:20rem;height:13.946875rem;top:22.1328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z171IOUsMeP1m0by6uxHLaO9Fd32CTWT { width:20rem;height:3.25rem;top:2.138671875rem;left:0rem;font-size:1.25rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #hQ0BGcOIKbLTclVCTeLJ0mPxlkMRLiIy { width:20rem;height:13.946875rem;top:36.955468535423rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brr1TKrLdw9nRaTyWw8ZuLVvtFB0uMOM { width:20rem;height:13.946875rem;top:51.787502288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUNg14QJoEVlus22v6Bvk3CPT6l61d84 { width:20rem;height:13.946875rem;top:66.610155820844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKWTWKkT8UTS1Dkw9hccBP6I7B3Cehhi { width:20rem;height:13.946875rem;top:81.369533538819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SREETT8vLQfJUGDXKzabPTifpLpUqXTq { display:none; }#SREETT8vLQfJUGDXKzabPTifpLpUqXTq > .row .container { width:20rem;height:62.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mRJpVwHnvll8tJoyS7wdtdNoK1qvHbfA { width:19.875rem;height:13.875rem;top:16.169531822204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvpLNqoWIqphNNsoEFfGAoMyTzV1HTrA { width:20rem;height:13.9375rem;top:30.749999642372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miX7WTlAvlgLdsMRoUcq6wnhDt0p4wuo { width:20rem;height:13.9375rem;top:45.446094155312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mby3IiMKlRw6dOylAx8AmhNPy7F01eMu { width:20rem;height:1.625rem;top:2.388671875rem;left:0rem;font-size:1.25rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #ZbpDzZ3GlLWnaz14LdE3HeyN0NyRkBvR { width:20rem;height:13.9375rem;top:64.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R63ETFN6XFAKNXhTrdr59X6g0U6OHwdO { width:20rem;height:13.9375rem;top:79.0908203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJQIiG1FnhiXBkX2eSATEibBOXXnUe5G { width:20rem;height:13.9375rem;top:93.6630859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhgTXQxCoVlQaDodIm70by8koRoX6ezT { width:17.125rem;height:5.24739375rem;top:5.419921875rem;left:1.46875rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:comfortaa;color:#f15f25;display:block; }
 }@media only screen and (max-width: 763px) { #UAToBOeO5SsZqv4mzBQMbEMyST3WEx7F { width:16.3125rem;height:3.09375rem;top:12.043750762939rem;left:1.8437500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VdbnhGwECPEahb171N78bJQczNrFxnVc { display:block; }#VdbnhGwECPEahb171N78bJQczNrFxnVc > .row .container { width:20rem;height:107.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roSkeF2td8vTDgdudBR3boW0yiHTqTs2 { width:14.75rem;height:9.375rem;top:0.6875rem;left:2.625rem;font-size:1.25rem;font-family:comfortaa;color:#033523;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z1MsJOeQ7Fsa5uHcc7z9tBSdnwVsG35g { width:16.875rem;height:1.625rem;top:17.310546875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9RHpfgzFm4fA1PRS3m2KqAHSclhAWwV { width:3.75rem;height:3.75rem;top:12.748046875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeaaLfZffC5IEvcOmFQ5WAnEaskaTBG9 { width:18.3125rem;height:3.375rem;top:19.44140625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NDfAKX35Kb5AMNPUnHlgUyvotwuTIri0 { width:3.75rem;height:3.75rem;top:41.572265625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdCpMKvu7mTpTUbmPKfBxfxdR0bSgSyJ { width:19.625rem;height:1.625rem;top:46.384765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH5y9o8DggNyWensFRxyOndM5IEXG1iJ { width:18.375rem;height:6.75rem;top:48.759765625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dlpcVmFTgWoiZgCPZAEDMW2L6WFwC7vi { width:3.75rem;height:3.75rem;top:75.177734375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwtaLJgnr8hHRSWGgFH3J94TLBcMECJ3 { width:19.625rem;height:1.625rem;top:79.677734375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeKa3pbRFu2wk7ExN8VfVqs6KHScJD5 { width:17.8125rem;height:6.75rem;top:81.74609375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NfoEV9T6FSX9Og6onewOLUaAErvi0nGk { width:3.75rem;height:3.75rem;top:25.25390625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bctPo9awZO2HE25ivpNKGBWztLCeeVM1 { width:18.6875rem;height:1.625rem;top:30.19140625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBHAUtuQabHcF7FppkRQh97FWIOUv4V6 { width:18.4375rem;height:5.625rem;top:32.509765625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gzBZfRqFac6AidtxGSP5GOA5nskA7Sl8 { width:3.75rem;height:3.75rem;top:58.046875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls7dheFqKL3o4N4S10Zo3orWLod5akUp { width:20rem;height:1.625rem;top:62.921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNFxuOmwUxg9gJiwoe0thKiH4JCoFxJC { width:18.1875rem;height:7.3125rem;top:65.302734375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r4gdQJKmLwqZacUi4NTfb91FfEQbSd6C { width:3.75rem;height:3.75rem;top:91.43359375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCeKy7QTxqnMZDEQ5WinoeXNydkr69Mx { width:20rem;height:1.625rem;top:96.18359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdVnTg8zGMoxJXXXXBDkMw4sZBSaLdcI { width:17.75rem;height:5.625rem;top:99.8447265625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 { display:block; }#VFc0kucJub7Z0JPt3M9OSmqEZR3mx7Z0 > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHayeLprri9BByrnqVdFho4TvyanufUC { width:18.9375rem;height:10.625rem;top:7.94921875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knJqlk7bXxNnP5cyniqTpWg8cdKhlzTu { width:17.5rem;height:6rem;top:9.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDkFtrLyJ4euqSTfHyeQnI4FNTTSwGbr { width:19.0625rem;height:1.13671875rem;top:16.25rem;left:0.46875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqlCLRn46tLdEhItILK5ef5m6vaMRTN4 { width:18.9375rem;height:12.5rem;top:20.125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCcpw6x9qPCyw1AGt5HvQ49hSeTL7y6A { width:18.9375rem;height:11.4375rem;top:34.25rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7E6QtoDUpexJpHOQSdf9sMEBEi6m9ei { width:20rem;height:1.625rem;top:4.6875rem;left:0rem;font-size:1.25rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #Nhp9VghbMSiEDPh9dmP5SJfUN0zuoD88 { width:17.5rem;height:7.1953125rem;top:21.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDoXF8L3S0CZ7MXBEwRwtXm3n1eTRCa3 { width:18.875rem;height:1.13671875rem;top:30.10546875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFktzddu62yE3N6q3Js7BVAMBoUhBdhx { width:17.5rem;height:5.99609375rem;top:36.083984375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0KVnbWoo4myr2x97trH0mnxfTtQzHHe { width:18.875rem;height:1.13671875rem;top:43.119140625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMkr4Dt7O9Nk3h8cIn9IfiW8nHNHeG5F { width:19rem;height:3.4375rem;top:26.5625rem;left:0rem;font-size:1.125rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #eScCSUaGruRBmLBABDMNyVmBPRbnvaV6 { display:block; }
 }@media only screen and (max-width: 763px) { #c1J3pXCerhfmQcp9iR8l9lhItsIKQ7Ps { width:20rem;height:1.625rem;top:2.65625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpdavqg775tr6n9or7Ts5dJ2Jr6TLKp { width:19rem;height:3.4375rem;top:49.75rem;left:0.5rem;font-size:1.125rem;z-index:15035;background-color:#77f933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"hk grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #VPOFbE60auFqUPulA67EH6BRoKWgJgFo { display:block; }
 }@media only screen and (max-width: 763px) { #xLtcidZvIP4lJTAWurglvzyIQkg7RdNP { width:17.5rem;height:1.0996125rem;top:46.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf { position:relative;z-index:auto;background-color:#ff7c2c;background-image:none;display:block; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container { background-color: transparent; background-image: none; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container > .video-iframe-container { display: none; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row > .video-iframe-container { display: none; }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .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); }#goFl9AMUaRI4LaGXPZFxK48Dm98kyUVf > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ln1FJbAAv5NCDMGznC2AV2HE4x4kHZQl { width:6.5rem;height:5.0625rem;top:1.625rem;left:6.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KVmabGJEx9BnCHbV7Ue01kmNoMoDM57a { width:18.8125rem;height:5.99609375rem;top:8.3125rem;left:0.59375rem;font-size:0.75rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #cks5mEaDD9ibpZEk7vXeGRNHWgJ4gat7 { width:1.875rem;height:1.875rem;top:17.03125rem;left:5.40625rem;display:block; }
#cks5mEaDD9ibpZEk7vXeGRNHWgJ4gat7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #k2ia9OBSVLBOXZgJzsNSdmk8epMOOyCK { width:1.875rem;height:1.875rem;top:17.03125rem;left:9.0625rem;display:block; }
#k2ia9OBSVLBOXZgJzsNSdmk8epMOOyCK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xQgLwq0KiWGhMDE1Q6vB8M4awciILBIh { width:2.1875rem;height:2.1875rem;top:16.875rem;left:12.78125rem;display:block; }
#xQgLwq0KiWGhMDE1Q6vB8M4awciILBIh > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }