.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,238,226;--color-primary-1:156,198,158;--color-primary-2:57,141,60;--color-primary-3:29,71,30;--color-primary-4:9,21,9;--color-secondary-0:240,245,219;--color-secondary-1:204,223,136;--color-secondary-2:153,190,17;--color-secondary-3:77,95,9;--color-secondary-4:23,29,3;--color-tertiary-0:255,255,255;--color-tertiary-1:186,193,186;--color-tertiary-2:24,49,25;--color-tertiary-3:12,25,13;--color-tertiary-4:2,5,2;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#uGUBHg2Ksgm1LCTpbDVMEqyLX5kQvKDv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.75rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#baFgDpxFbCPe98V65kp2lmGghlkzXgoC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f7b3f, #234723);background-image: -moz-linear-gradient(180deg, #3f7b3f, #234723);background-image: -ms-linear-gradient(180deg, #3f7b3f, #234723);background-image: -o-linear-gradient(180deg, #3f7b3f, #234723);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7b3f', endColorstr='#234723' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7b3f', endColorstr='#234723' );";background-image: linear-gradient(180deg, #3f7b3f, #234723);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.21875rem;left:60.8125rem;display:block; }
#s6DH8prb5oRVkhcrmmhFuDNUasSn9cv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/daafaa51-ded9-4885-85dd-83601ca2dfe0/Dobra1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA.adaptive-delivery-prevent-bg, #I98z3cNpXk4J3GJ22wbnphe3NCSB15DA.lazyload, #I98z3cNpXk4J3GJ22wbnphe3NCSB15DA.lazyloading { background-image: none; }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row .container { background-color: transparent; background-image: none; }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row .container > .video-iframe-container { display: none; }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row > .video-iframe-container { display: none; }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .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); }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row .container { border-width: 0; border-radius: 0; }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#ATd3Z7Zn3DyXMPZ3vhy1AIy3rlViVlxg { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:11.6953125rem;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; }
#mlk6SKtoWHGGkWAKPi84aVxXVTEm2fa6 { color:#2f2f2f;display:block;width:34.4375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.027083396912rem;left:0rem;height:4.8691375rem;display:block; }
#C4ITDU8UrppK7muNXugm3Z97w7ThnFCU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f7b3f, #234723);background-image: -moz-linear-gradient(180deg, #3f7b3f, #234723);background-image: -ms-linear-gradient(180deg, #3f7b3f, #234723);background-image: -o-linear-gradient(180deg, #3f7b3f, #234723);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7b3f', endColorstr='#234723' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7b3f', endColorstr='#234723' );";background-image: linear-gradient(180deg, #3f7b3f, #234723);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.25rem;left:0rem;display:block; }
#wCt5UQpObmIBTh2AKQXEO4Pscz0PQJZ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmLESprkqCfuDHJbV7lcMDs9Ff11zzTp { background-color:transparent;background-image:none;border-top:0.125rem solid #0f172a;border-left:0.125rem solid #0f172a;border-right:0.125rem solid #0f172a;border-bottom:0.125rem solid #0f172a;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.25rem;left:19.125rem;display:block; }
#H57c3LEkgsOM2WPVHy6yX9Iug5EubcGZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0nIQPaE5ybEIo974obT3i1VwcSz2bhw { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:12.5rem;top:2.625rem;left:43.641447368421rem;overflow:hidden;display:block; }
#knVUqQNd0XGM7JflibewTuQJ8QHoQ7FP { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:8.3125rem;top:6rem;left:65.9375rem;overflow:hidden;display:block; }
#rgKAKJ4rU9ToHRadAteBZCRH2vKldvAu { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:35rem;top:35.477082252502rem;left:0rem;overflow:hidden;display:block; }
#CCsJ9hwU51UEOvy2FNiiuZhsdpEx93bN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:19.9375rem;display:none; }
#VxN9vzhKKarSBFQCDnTlV4QWx0DA3VTq { position:absolute;display:block;z-index:14999;height:37.4375rem;width:21rem;top:4.125rem;left:48.75rem;display:block; }
#DfeW5OOOLTtABvJQyODIT5T7QwQeC4hv { box-sizing:content-box;height:38rem;width:21.625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:48.4375rem;display:block; }
#S6uVoucVFZrMlycpmynw1lz68dVpIEI5 { box-sizing:content-box;height:1.875rem;width:15rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);top:4.75rem;left:0rem;border-top-right-radius:624.9375rem;border-bottom-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-top-left-radius:624.9375rem;display:block; }
#lqGoKK1DpBhIqyJN90wq9GsTUdUI0B4F { color:#2f2f2f;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.25rem;left:0.3125rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ffd1;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; }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row .container { background-color: transparent; background-image: none; }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row .container > .video-iframe-container { display: none; }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row > .video-iframe-container { display: none; }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .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); }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row .container { border-width: 0; border-radius: 0; }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#J9TZbW1GPkE9F78FJ0bUfNRO5OwWX1qu { color:#00682e;display:block;width:46.75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0625rem;left:14.125rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#m4z8gPQ0WXWc0KCR1F5GQrLJpLhbzkgx { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:23.875rem;top:16.0625rem;left:0rem;overflow:hidden;display:block; }
#TvXoVT4H273uetlTHmiFXGmeAXsULLyt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;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.125rem;width:23.9375rem;top:16rem;left:25.5625rem;overflow:hidden;display:block; }
#C9PJOVbsxwKRxoCGLOaHw9Fdv9dUPugW { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:23.75rem;top:16.0625rem;left:51.125rem;overflow:hidden;display:block; }
#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #011f01, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(97deg, #011f01, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(97deg, #011f01, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(97deg, #011f01, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#011f01', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#011f01', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(97deg, #011f01, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row .container { background-color: transparent; background-image: none; }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row .container > .video-iframe-container { display: none; }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row > .video-iframe-container { display: none; }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .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); }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row .container { border-width: 0; border-radius: 0; }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:block; }#dUrgtoNx6dOGh3fFhL9JBwIE0gyXUDKM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:22.9375rem;top:5.3677082061767rem;left:0rem;overflow:hidden;display:block; }
#O6SlpoHAKO6ApBd6s5C6s9ZsTnrFPDy9 { color:#f3fbf5;display:block;width:26.3125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.325000762939rem;left:0rem;height:10.5541875rem;display:block; }
#PKNUnhSmGHOSgSfqcyUmrz3y4F1aGWmP { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:26.9375rem;top:28.242708206177rem;left:0rem;overflow:hidden;display:block; }
#qu2cM8XNKthFnF2E1yRPOU9ROCDWEOCX { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:26.9375rem;top:42.242709159851rem;left:0rem;overflow:hidden;display:block; }
#wRsvJPbC3JSkvstqNqKvqdMFvtJt6AlM { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:26.9375rem;top:35.117709159851rem;left:0rem;overflow:hidden;display:block; }
#P68zltdzdwT2CUb3VqXzInpBwkawIOTD { box-sizing:content-box;height:42.375rem;width:35.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #14381f, #0b2f16);background-image: -moz-linear-gradient(174deg, #14381f, #0b2f16);background-image: -ms-linear-gradient(174deg, #14381f, #0b2f16);background-image: -o-linear-gradient(174deg, #14381f, #0b2f16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14381f', endColorstr='#0b2f16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14381f', endColorstr='#0b2f16' );";background-image: linear-gradient(174deg, #14381f, #0b2f16);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:5.3677082061767rem;left:39.062500953674rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#CsG060xLgIEfXpAe6b9rAHXSFRNRgxiD { color:rgba(var(--color-secondary-2),1);display:block;width:27.875rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.8802051544187rem;left:43.062500953674rem;height:2.5996125rem;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; }
#Fw3nRyOUyCe1RosInsW8xulm4mGgb8Du { color:rgba(243,251,245,0.7);display:block;width:26.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.36767578125rem;left:43.96875rem;height:2.92480625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-form-header {  }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.6875rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-1),0.6);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;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:24.6875rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;overflow:hidden;font-family:arial;box-shadow: none;vertical-align:top;text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-1),0.6);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;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:24.6875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-select { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-1),0.6);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;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:24.6875rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-0),1);font-family:arial;font-size:0.9375rem;overflow:hidden;box-shadow: none;vertical-align:top;text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .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; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#99be11;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#2a4622;width:24.6875rem;height:3.4375rem;font-family:arial;overflow:hidden;box-shadow: none; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:arial;font-size:0.9375rem;text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:arial;font-size:0.9375rem;text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:arial;font-size:0.9375rem;text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:arial;font-size:0.9375rem;text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.5rem;overflow:hidden;font-style:normal;float:none; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .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; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-container:first-of-type{padding-top:0;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-container:last-of-type{padding-bottom:0;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15.32470703125rem;left:43.46875rem; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.6875rem;display:block;vertical-align:top; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 {display:block;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15.32470703125rem;left:43.46875rem; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #eGquUPUP6Msc4RsBfbrmT4wKKUEVbfw0 { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #Tpq2io7zaQSrz47JGdOXhpJgV7EJMqZ6 { position:relative;display:none; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #WL3LH8R8FmPUh2rGJHlxrD7bpahpV6R6 { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #oUB8tieU6bbJqtDF1JTSQTdBPDW1QcPA { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #rzmWfRi9UuzrZBlmETD3Mvy9FJgmHccM { position:relative;display:none; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #nrG9CJn1f38pJxxPoH3vHod3t3DhPioT { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #StLpDfUX12zKEVJePffPTAqgE2OKeHVO { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #AkkTaL0nUokT5GC9FaQpOsfvbDsXOVFy { position:relative;display:none; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #ChKUoW5srRZD19U0sogkXmuwVUGUNHye { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #GA0GQREdLZOM8ZtX1dHNTHL1WWMDTiZD { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #HvJgpMUGRD0oXbT6PInP5sb1H2zqNhZt { position:relative;display:none; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #uM6eNz7Bcxnt4zhbJveuSxZRuRAK5Lt8 { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #i4Fcht2N3TU98hpoyedZIz2UBP5qyCAv { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #wHXyB1Tf08aQppR7oBvkJF43NoMR1CTv { position:relative;display:none; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #XQWrCEmfTJqSzhpg18Vx8D2bcg2838FW { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #VnBmtIZKDAn7L090lWy3lNiin7tFkGHK { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #tWBGi55tqxlrQSAAP5Zw0rt0M1tncuRm { position:relative;display:none; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #TTVBUfeMhNQzwMeAVdwNRD7Piu31znSr { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #FsFR5fPf27CrIImcWTgRXrGcsdhVea8J { position:relative; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #UALu3mfTFxsOToN41FcktKeR839ubfVG { position:relative; }
#kw46clKtnTv7QTvGJc4H0XFwLhnTpwyh { color:rgba(var(--color-primary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:43.69970703125rem;left:47.40625rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }#kw46clKtnTv7QTvGJc4H0XFwLhnTpwyh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kw46clKtnTv7QTvGJc4H0XFwLhnTpwyh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38cbd3d623e406c9d713b2e188d88c4cdfbcd9f1.svg); }
#noPOQE6ZBu96357U1qvF6pv57vDCTmbv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fbf5;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; }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row .container { background-color: transparent; background-image: none; }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row .container > .video-iframe-container { display: none; }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row > .video-iframe-container { display: none; }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .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); }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row .container { border-width: 0; border-radius: 0; }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row .container { font-size:0.875rem;font-family:arial;height:73.625rem;width:75rem;position:relative;display:block; }#r84wuQeqZTyTI5DTLTDkHlvzkgpJfQzl { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:36.375rem;top:6.4687557220456rem;left:0rem;overflow:hidden;display:block; }
#CO3c6n6MoqPgnbxu9TzM7b8tMfSBrRwR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:12.8125rem;top:4.9853515625rem;left:-3.4514026013049rem;overflow:hidden;display:block; }
#fpsxoTQt3SFVZCe63JvF93qJigMZyfvA { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:74.8125rem;top:40.812502861023rem;left:0rem;overflow:hidden;display:block; }
#tyfOdWBPwnD8di2JgSWNGtxrNBrLOW7t { color:#183119;display:block;width:32.4375rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:22.138541221619rem;left:39.269791603088rem;height:11.3994375rem;display:block; }
#GwkDWkBE8CFFKVn2icddEv5IJImAxXTO { color:#183119;display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.172916412354rem;left:39.269791603088rem;height:7.3125rem;margin-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; }
#MJf3hqrBXwrJNtTbfNscglwfuHlzRH64 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:77.125rem;width:44.5rem;display:none; }
#d8T1PchFooGXIvdgHM51ziNlF9le3CJK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fbf5;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; }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row .container { background-color: transparent; background-image: none; }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row .container > .video-iframe-container { display: none; }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row > .video-iframe-container { display: none; }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .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); }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row .container { border-width: 0; border-radius: 0; }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#z12rM1TLPKIqdHqdLXg1gitHa5lHHDVg { box-sizing:content-box;height:17.9375rem;width:24.5625rem;position:absolute;display:block;z-index:15007;background-color:#e1f1e3;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:0.34375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Twc62eL6eLFTLzzFRKrdTfdHUcaPvUOH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.71875rem;left:10.25rem; }
#l5EI3ganm2fTSWzHT5gMNHcnqBJ4Mewx { color:rgba(var(--color-primary-3),1);display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2.28125rem;height:1.7871125rem;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;text-align:center;text-align-last:center;display:block; }
#IT8pqONfw9va3lFZISJPfUlH6mT10dCr { color:rgba(var(--color-primary-3),1);display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2.75rem;height:;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;text-align:center;text-align-last:center;display:block; }
#wLKBmUbNlDBdpKuELg4VrSpaOyqRZNv1 { box-sizing:content-box;height:17.9375rem;width:24.5625rem;position:absolute;display:block;z-index:15011;background-color:#e1f1e3;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:0.375rem;left:25.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fVzUGtKXIcL7GaBl5iVT6uc3ipPO2vxE { color:rgba(var(--color-primary-3),1);display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.4375rem;left:28.125rem;height:;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;text-align:center;text-align-last:center;display:block; }
#cP8mGzcXKyTtuqAPS0UK9ReQWsdLDGMp { color:rgba(var(--color-primary-3),1);display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.6875rem;left:27.6875rem;height:1.7871125rem;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;text-align:center;text-align-last:center;display:block; }
#Gp1mX49vEMQwLya2k1CHzOEHqkqavBrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.71875rem;left:35.25rem; }
#JObNOIaBlayxu9QpxZtTe46IwGmO8l38 { box-sizing:content-box;height:17.9375rem;width:24.5625rem;position:absolute;display:block;z-index:15015;background-color:#e1f1e3;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:0.375rem;left:50.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bTJM2nfP2X0UetJ65OWEVJ7wlw9Lo9Gn { color:rgba(var(--color-primary-3),1);display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.43701171875rem;left:52.75rem;height:4.38720625rem;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;text-align:center;text-align-last:center;display:block; }
#zoidupIahpo37NRdR0DEehDoWe7l6G7k { color:rgba(var(--color-primary-3),1);display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6875rem;left:52.28125rem;height:1.7871125rem;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;text-align:center;text-align-last:center;display:block; }
#BcGbhUgniRSAsRIegXeP34ZBbVP56NGg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.71875rem;left:60.25rem; }
#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ffd1;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; }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row .container { background-color: transparent; background-image: none; }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row .container > .video-iframe-container { display: none; }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row > .video-iframe-container { display: none; }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .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); }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row .container { border-width: 0; border-radius: 0; }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#ZVTfDkaQq7RzitGkhRxkM0v990Sg9Lc8 { color:#00682e;display:block;width:46.74925rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.14111328125rem;left:14.124755859375rem;height:;text-align:center;text-align-last:center;display:block; }
#LFMQ3C134PAnfahfg6lmSzmSMlCWmmFV { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:51.25rem;top:16.591796875rem;left:11.875rem;overflow:hidden;display:block; }
#mqQXFvvHvJriTw1yod9s8uKQHKyoTmwB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.5625rem;width:75rem;display:none; }
#gDET8MVv4edRtUx26xT4V5RwwR1cznU9 { box-sizing:content-box;height:7.5rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: -0.3125rem 1.0625rem 0.9375rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);top:37rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VoMM6wEX1yhVfrUegX5RC8H2dqu9P69f { color:#00682e;display:block;width:6.43675rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.4375rem;left:5.625rem;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; }
#OiC1Hnsp27gqhXRsQsRd6RQFkQsCsx7N { color:#464646;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.25rem;left:2.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#FX2Znrfqyw7OpNNCl5VTx1VzrCQlnLod { box-sizing:content-box;height:7.5rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: -0.3125rem 1.0625rem 0.9375rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);top:37rem;left:19.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Rb2dRfGOWhcUmDbLVWiDOTcMenPggeCs { color:#464646;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.3125rem;left:21.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#S7UOs4k9zlvgyykJK9hClgLxxbAkRRxO { color:#00682e;display:block;width:9.12475rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.4375rem;left:23.375rem;height:2.92480625rem;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; }
#uVn5NLcSASB1WmeTTAArTIDRm6Me05sv { box-sizing:content-box;height:7.5rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: -0.3125rem 1.0625rem 0.9375rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);top:37rem;left:38.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gEObu665p278VFUsnwLPlXkodxTA1GP3 { color:#464646;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:41.3125rem;left:40.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#k5NyxUqITWRwMmIVLy18Kd8KBsn74CHo { color:#00682e;display:block;width:6.43675rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.5rem;left:43.8125rem;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; }
#gAH0RLPtnEOpL1PdRCyLv04raxSdrJSP { box-sizing:content-box;height:7.5rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: -0.3125rem 1.0625rem 0.9375rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);top:37rem;left:57.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Old4byBKAbywbtGmQ51TH6P2Eg52tePJ { color:#464646;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:41.25rem;left:59.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#TQA6SufcoDT1zLaeVx8SLKuZ5feu7Vba { color:#00682e;display:block;width:6.43675rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.4375rem;left:62.9375rem;height:2.92480625rem;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; }
#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fde1;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; }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row .container { background-color: transparent; background-image: none; }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row .container > .video-iframe-container { display: none; }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row > .video-iframe-container { display: none; }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .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); }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row .container { border-width: 0; border-radius: 0; }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#cspXRsSOfcXXNPXgWrUMK5IoGerB0dr6 { color:#00682e;display:block;width:46.7480625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6728515625rem;left:14.124755859375rem;height:;text-align:center;text-align-last:center;display:block; }
#phcF6uwileIWsMqSdcmx4oKOrNpJMbNf { box-sizing:content-box;height:22.625rem;width:23.8125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: -0.3125rem 1.0625rem 0.9375rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);top:11.611328125rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KVJxZP5Mz4JDFlI8es9uxBVb6DoiPyti { box-sizing:content-box;height:16.375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ddff62, #a5c820);background-image: -moz-linear-gradient(180deg, #ddff62, #a5c820);background-image: -ms-linear-gradient(180deg, #ddff62, #a5c820);background-image: -o-linear-gradient(180deg, #ddff62, #a5c820);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddff62', endColorstr='#a5c820' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddff62', endColorstr='#a5c820' );";background-image: linear-gradient(180deg, #ddff62, #a5c820);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.0166015625rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#d877pFPVmppV3bMnDrEMHm1LBnUh2E3t { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:42.4375rem;left:2.3125rem;overflow:hidden;display:block; }
#FwvnPQckVXAJCyXrRtmuWxhm0AAoGA4e { color:rgba(var(--color-primary-3),1);display:block;width:46.7480625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.3125rem;left:10.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#RVazd5oOscAW4XOmT6Eq8zbmhs0iWbmv { color:rgba(var(--color-primary-3),1);display:block;width:40.2485625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:44.0625rem;left:10.4375rem;height:4.98779375rem;display:block; }
#gKzaUlMr4padCbuZUmkS2pCVfNnJTKTf { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.5625rem;width:19.8125rem;top:37.4228515625rem;left:54.625rem;overflow:hidden;display:block; }
#ly2OprKBabZbJ6mDUHPxHAkkiZ3ZXmDm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.4375rem;width:22.6875rem;top:12.473958253861rem;left:0.64453125rem;display:block; }
#z1PCsFL3gNIJg5PJCQI7rZPkhAkk6VTA { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:4.5625rem;top:25.958333253861rem;left:0.64453125rem;overflow:hidden;display:block; }
#tnKMsBPcAkfIFyISJFu0V5MIxQPQTz80 { color:#353535;display:block;width:22.0625rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:27.562501192093rem;left:0.95703125rem;height:2.000975rem;font-style:italic;display:block; }
#DOpb3DCCk7tLHyn3E2ERqirNqgSh2gkg { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.9375rem;top:30.312501192093rem;left:0.95703125rem;overflow:hidden;display:block; }
#fTh535rX52Gd3Vg3cKBN4R7nTthxbsof { box-sizing:content-box;height:22.625rem;width:23.8125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: -0.3125rem 1.0625rem 0.9375rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);top:11.625rem;left:25.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TWsNqUGQxwfoBsLTvrNG6hT9tJTwoNq4 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.4375rem;width:22.6875rem;top:12.5rem;left:26.125rem;display:block; }
#lIodJux8y10ogMhFXcCAWxsm6h23e8Nq { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:4.5625rem;top:26rem;left:26.125rem;overflow:hidden;display:block; }
#g8PuBdIwXkCWMWcaT1oISUTmsqvftmtF { color:#353535;display:block;width:22.0625rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:27.5625rem;left:26.4375rem;height:2.000975rem;font-style:italic;display:block; }
#ZW6NEk2uunlOnFTsqIShc6L8PT3Ke3o6 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.9375rem;top:30.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#iiEGrH6S4VeXlDDAoPx02GeQDA3gDuQz { box-sizing:content-box;height:22.625rem;width:23.8125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: -0.3125rem 1.0625rem 0.9375rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);top:11.625rem;left:51rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lr2sqK9eiOFG3iUxKHUR2sm2EG65Adwd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.4375rem;width:22.6875rem;top:12.5rem;left:51.6875rem;display:block; }
#Tq0JUouku0xPCVm1PKGQKfZQUMTXf6kG { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;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.75rem;width:4.5625rem;top:25.9375rem;left:51.6875rem;overflow:hidden;display:block; }
#tUexF54JoTkL0eBw9eZI24vTcB8HZT7z { color:#353535;display:block;width:22.0625rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:27.5625rem;left:52rem;height:2.000975rem;font-style:italic;display:block; }
#SpuTQu3147e6BBSWuLJnbD3oO5kDe6Re { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;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:10.9375rem;top:30.3125rem;left:52rem;overflow:hidden;display:block; }
#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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; }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row .container { background-color: transparent; background-image: none; }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row .container > .video-iframe-container { display: none; }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row > .video-iframe-container { display: none; }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .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); }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row .container { border-width: 0; border-radius: 0; }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row .container { font-size:0.875rem;font-family:arial;height:77.3125rem;width:75rem;position:relative;display:block; }#wbIHBUERTxHCrHS5JyM2n3cX1haRQSGe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.625rem;width:37.5rem;top:4.437255859375rem;left:0rem;overflow:hidden;display:block; }
#yqASJnxcJBC7G6qghZexqBiR0nzotLT4 { color:#183119;display:block;width:32.124rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.437255859375rem;left:42.55615234375rem;height:5.5253875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pk6OG1pCXdaxrwKKbM29rxSktexB2wdT { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6875rem;width:32.375rem;top:12.107931640625rem;left:42.400826362531rem;overflow:hidden;display:block; }
#luKiqS1M3XB7QWQDNrwvKCc1o41BUrgG { box-sizing:content-box;height:16.375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#022002;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.5625rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MQIzdzmT3w9s0gWCTLxplQhyE6KGEUvx { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:59.25rem;left:4.6875rem;overflow:hidden;display:block; }
#OrQQ4usNPClSlFTe1Rag9CndNTNUBdkQ { color:#f8f9fa;display:block;width:31.8115rem;position:absolute;font-family:arial;font-size:2rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:58.5625rem;left:11.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I5z0FEcKF02C87gQtFDlXWzE2HTlTK1g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009e03, #2a4622);background-image: -moz-linear-gradient(180deg, #009e03, #2a4622);background-image: -ms-linear-gradient(180deg, #009e03, #2a4622);background-image: -o-linear-gradient(180deg, #009e03, #2a4622);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e03', endColorstr='#2a4622' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e03', endColorstr='#2a4622' );";background-image: linear-gradient(180deg, #009e03, #2a4622);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7495rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:58.5498046875rem;left:48.2421875rem;display:block; }
#baw4cof5er8dvqGTlWR29FNuVnAyRPPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LcSvt6ryOHaF8zzibk4qTnTgMtUSgqtU { color:#ffffff;display:block;width:13.18725rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:63.599853515625rem;left:52.02392578125rem;height:2.6015625rem;text-align:center;text-align-last:center;display:block; }
#LGlMp5DdJz6X8QFzMTGTXDId7eFVAlPR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.0625rem;width:28.5625rem;display:none; }
#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcdcdc;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; }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row .container { background-color: transparent; background-image: none; }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row .container > .video-iframe-container { display: none; }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row > .video-iframe-container { display: none; }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .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); }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row .container { border-width: 0; border-radius: 0; }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#e0TyDv1CyHncbwXDS9OAGU7M6nOd1KKZ { color:#00682e;display:block;width:46.7480625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:14.125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#zf8TnlToScOaKWQB3rKV9tqn1XH6yqe1 { color:#183119;display:block;width:35.81175rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:9rem;left:19.625rem;height:5.9941375rem;text-align:center;text-align-last:center;display:block; }
#DQVqJBzoT0LpBNWMmflELGCWGZ2lTCKL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f7b3f, #234723);background-image: -moz-linear-gradient(180deg, #3f7b3f, #234723);background-image: -ms-linear-gradient(180deg, #3f7b3f, #234723);background-image: -o-linear-gradient(180deg, #3f7b3f, #234723);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7b3f', endColorstr='#234723' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7b3f', endColorstr='#234723' );";background-image: linear-gradient(180deg, #3f7b3f, #234723);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.49975625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.8125rem;left:28.75rem;display:block; }
#DJU1rZg0NIA4nVCyq0pczi21AWfo9orO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 { position:relative;display:block; }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 { background-color: transparent; background-image: none; }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 > .row .container > .video-iframe-container { display: none; }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 > .row > .video-iframe-container { display: none; }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 > .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); }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 { border-width: 0; border-radius: 0; }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 > .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; }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#OUSg9NhKTAvFxKGlG1oIrNPP6sM32LKE { color:#3f7b3f;display:block;width:46.7480625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.175537109375rem;left:14.124755859375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;vertical-align:top; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .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; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.375rem;color:#2b2b2b;height:auto; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:arial;color:#2b2b2b;line-height:1.4;overflow:hidden;height:auto; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .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; }#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-trigger.adaptive-delivery-prevent-bg, #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-trigger.lazyload, #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-trigger.lazyloading { background-image: none; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq { box-sizing:content-box;height:auto;width:56.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:10.49560546875rem;left:8.46875rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #TeyQdFGcF3T3zwVMBOBzTrZihMI8PzNc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #ndhokcPOqQM79bzQ8TIrelTPvfJgwOCq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #GRdOIArLU6rha4kbBRVK8Eh6n7y1UeE4 { display:block;position:relative; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #qdQ61AbKDVBHhu5B41zPAEcoDC2cFtwK {  }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #OJSoBTkdqI6SBnm4MrT8RvUwAy6MLl0w {  }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #TQzrMq2NkeeNhIcc6e79wn5nTMRz6ryb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #miFFFUaqwzGycAOpIm8M9sQm63K4DSTW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #G4ytLcTxwhh3r6LL4kiJFy4kp3gH3aFG { display:block;position:relative; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #cMCGWwQ97dbUOomRvtJ0yhVkXqGeRsyp {  }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #V0v8tcLfP5z6NoPi5EznFa8JLTuqgf8k { display:none; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #vbblOFwJTBaHHhxxdC4tmaAskATbmG2v { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #Nr3osTpDoTTPWqmSMHGASuwO9fC9GAVG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #owXSfccEnMN6plxls3Ln9LIVQcxpn7Xf { display:block;position:relative; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #McfqcKTOsSV70dff7U7XirDnlGAqamDn {  }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #Z7JBpUJxuXpB2uzk4fTR422gIoJuxg7i { display:none; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #npbk1fr5vV1hcgudzu1ahz8qW37tp1KB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #lq3V0BXobAsif0pWN0SEfv3fP5nmmG36 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #c17UmeVotzPJtOF52C5I2lXPfUKlGbE8 { display:block;position:relative; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #WcMiKJMb4n0NyqRMKWTJb7IEVGIZ0WKa {  }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #L12w44Hw7Kc93HvnX1OwT71VbwFy28uH { display:none; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #Wrh9xOHXIsfwEaUeUf2ASmKFq4EdT1HW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #gRVNGHZvE8oC2e6ET1x5CzCwED3odt4g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #sLT5qklLW3N2x2tqLSFXZSxxGG8vou4s { display:block;position:relative; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #y2GPV80GPJ9nXOXP10RfO66ZLJBPAP5u {  }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #zTMhFJMZQVL2wLEVcXv2m7gqDMwytUsR { display:none; }
#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row .container { background-color: transparent; background-image: none; }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row .container > .video-iframe-container { display: none; }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row > .video-iframe-container { display: none; }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .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); }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row .container { border-width: 0; border-radius: 0; }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#SkkPtrtcst1fDQ32MevnKV1nPLC6f7PU { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:29.1875rem;top:1.875rem;left:22.90625rem;overflow:hidden;display:block; }
#DIluccVsoZFGrzs4mz2DEnK1ps05sl7U { color:rgba(var(--color-tertiary-3),0.76);display:block;width:25.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:24.71875rem;height:2.5986375rem;text-align:center;text-align-last:center;display:block; }
#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111d0d;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; }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row .container { background-color: transparent; background-image: none; }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row .container > .video-iframe-container { display: none; }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row > .video-iframe-container { display: none; }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .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); }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row .container { border-width: 0; border-radius: 0; }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#DEq7CBVkqzayABT6waIsH1rT8sfI8CQG { color:#a9c0a2;display:block;width:75rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.65625rem;left:0rem;height:0.8129875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGUBHg2Ksgm1LCTpbDVMEqyLX5kQvKDv { top:1.4375rem;left:0rem;width:12.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baFgDpxFbCPe98V65kp2lmGghlkzXgoC { width:9.1875rem;height:2.3125rem;top:2.1875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6DH8prb5oRVkhcrmmhFuDNUasSn9cv8 { display:block; }
 }@media only screen and (max-width: 763px) { #I98z3cNpXk4J3GJ22wbnphe3NCSB15DA { display:block; }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATd3Z7Zn3DyXMPZ3vhy1AIy3rlViVlxg { top:8.6875rem;left:0rem;width:37.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlk6SKtoWHGGkWAKPi84aVxXVTEm2fa6 { top:23rem;left:0rem;width:34.4375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ITDU8UrppK7muNXugm3Z97w7ThnFCU { width:17.5rem;height:3.5rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCt5UQpObmIBTh2AKQXEO4Pscz0PQJZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #JmLESprkqCfuDHJbV7lcMDs9Ff11zzTp { width:13.75rem;height:3.5rem;top:30.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H57c3LEkgsOM2WPVHy6yX9Iug5EubcGZ { display:block; }
 }@media only screen and (max-width: 763px) { #D0nIQPaE5ybEIo974obT3i1VwcSz2bhw { top:2.625rem;left:30.016447368421rem;width:12.5rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #knVUqQNd0XGM7JflibewTuQJ8QHoQ7FP { top:6rem;left:39.1875rem;width:8.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgKAKJ4rU9ToHRadAteBZCRH2vKldvAu { top:35.4375rem;left:0rem;width:35rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCsJ9hwU51UEOvy2FNiiuZhsdpEx93bN { width:19.9375rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxN9vzhKKarSBFQCDnTlV4QWx0DA3VTq { top:4.125rem;left:26.75rem;width:21rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfeW5OOOLTtABvJQyODIT5T7QwQeC4hv { top:3.875rem;left:26.125rem;width:21.625rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6uVoucVFZrMlycpmynw1lz68dVpIEI5 { top:4.75rem;left:0rem;width:15rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqGoKK1DpBhIqyJN90wq9GsTUdUI0B4F { top:5.25rem;left:0rem;width:14.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbqUO2rvvplRa7LqkUINbTDWZDz9VInp { display:block; }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9TZbW1GPkE9F78FJ0bUfNRO5OwWX1qu { top:6.0625rem;left:0.5rem;width:46.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4z8gPQ0WXWc0KCR1F5GQrLJpLhbzkgx { top:16.0625rem;left:0rem;width:23.875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvXoVT4H273uetlTHmiFXGmeAXsULLyt { top:16rem;left:11.9375rem;width:23.9375rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9PJOVbsxwKRxoCGLOaHw9Fdv9dUPugW { top:16.0625rem;left:24rem;width:23.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ { display:block; }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUrgtoNx6dOGh3fFhL9JBwIE0gyXUDKM { top:5.3125rem;left:0rem;width:22.9375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6SlpoHAKO6ApBd6s5C6s9ZsTnrFPDy9 { top:15.3125rem;left:0rem;width:26.3125rem;height:10.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKNUnhSmGHOSgSfqcyUmrz3y4F1aGWmP { top:28.1875rem;left:0rem;width:26.9375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu2cM8XNKthFnF2E1yRPOU9ROCDWEOCX { top:42.1875rem;left:0rem;width:26.9375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRsvJPbC3JSkvstqNqKvqdMFvtJt6AlM { top:35.0625rem;left:0rem;width:26.9375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P68zltdzdwT2CUb3VqXzInpBwkawIOTD { top:5.3125rem;left:11.875rem;width:35.875rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsG060xLgIEfXpAe6b9rAHXSFRNRgxiD { top:8.875rem;left:19.875rem;width:27.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw3nRyOUyCe1RosInsW8xulm4mGgb8Du { top:12.3125rem;left:21.6875rem;width:26.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-regular-label { width:24.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-text { width:24.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-textarea { width:24.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-select { width:24.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-button { width:24.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-checkbox-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8  { width:24.6875rem;height:auto;top:15.3125rem;left:20.5625rem; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .radio-container { width:24.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 {display:block;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 { width:24.6875rem;height:auto;top:15.3125rem;left:20.5625rem; }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #eGquUPUP6Msc4RsBfbrmT4wKKUEVbfw0 {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #Tpq2io7zaQSrz47JGdOXhpJgV7EJMqZ6 {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #WL3LH8R8FmPUh2rGJHlxrD7bpahpV6R6 {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #oUB8tieU6bbJqtDF1JTSQTdBPDW1QcPA {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #rzmWfRi9UuzrZBlmETD3Mvy9FJgmHccM {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #nrG9CJn1f38pJxxPoH3vHod3t3DhPioT {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #StLpDfUX12zKEVJePffPTAqgE2OKeHVO {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #AkkTaL0nUokT5GC9FaQpOsfvbDsXOVFy {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #ChKUoW5srRZD19U0sogkXmuwVUGUNHye {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #GA0GQREdLZOM8ZtX1dHNTHL1WWMDTiZD {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #HvJgpMUGRD0oXbT6PInP5sb1H2zqNhZt {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #uM6eNz7Bcxnt4zhbJveuSxZRuRAK5Lt8 {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #i4Fcht2N3TU98hpoyedZIz2UBP5qyCAv {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #wHXyB1Tf08aQppR7oBvkJF43NoMR1CTv {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #XQWrCEmfTJqSzhpg18Vx8D2bcg2838FW {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #VnBmtIZKDAn7L090lWy3lNiin7tFkGHK {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #tWBGi55tqxlrQSAAP5Zw0rt0M1tncuRm {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #TTVBUfeMhNQzwMeAVdwNRD7Piu31znSr {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #FsFR5fPf27CrIImcWTgRXrGcsdhVea8J {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #UALu3mfTFxsOToN41FcktKeR839ubfVG {  }
 }@media only screen and (max-width: 763px) { #kw46clKtnTv7QTvGJc4H0XFwLhnTpwyh { top:43.6875rem;left:28.4375rem;width:19.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }#kw46clKtnTv7QTvGJc4H0XFwLhnTpwyh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38cbd3d623e406c9d713b2e188d88c4cdfbcd9f1.svg); }
 }@media only screen and (max-width: 763px) { #noPOQE6ZBu96357U1qvF6pv57vDCTmbv { display:block; }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r84wuQeqZTyTI5DTLTDkHlvzkgpJfQzl { top:6.4375rem;left:0rem;width:36.375rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO3c6n6MoqPgnbxu9TzM7b8tMfSBrRwR { top:4.9375rem;left:0rem;width:12.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsxoTQt3SFVZCe63JvF93qJigMZyfvA { top:40.8125rem;left:0rem;width:47.75rem;height:20.743525480368rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyfOdWBPwnD8di2JgSWNGtxrNBrLOW7t { top:22.125rem;left:15.3125rem;width:32.4375rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwkDWkBE8CFFKVn2icddEv5IJImAxXTO { top:13.125rem;left:21.375rem;width:26.375rem;height:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJf3hqrBXwrJNtTbfNscglwfuHlzRH64 { width:44.5rem;height:77.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8T1PchFooGXIvdgHM51ziNlF9le3CJK { display:block; }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z12rM1TLPKIqdHqdLXg1gitHa5lHHDVg { top:0.3125rem;left:0rem;width:24.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twc62eL6eLFTLzzFRKrdTfdHUcaPvUOH { top:2.6875rem;left:5.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5EI3ganm2fTSWzHT5gMNHcnqBJ4Mewx { top:8.6875rem;left:0rem;width:20.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8pqONfw9va3lFZISJPfUlH6mT10dCr { top:11.4375rem;left:0rem;width:19.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLKBmUbNlDBdpKuELg4VrSpaOyqRZNv1 { top:0.375rem;left:7.0625rem;width:24.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVzUGtKXIcL7GaBl5iVT6uc3ipPO2vxE { top:11.4375rem;left:12.25rem;width:19.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP8mGzcXKyTtuqAPS0UK9ReQWsdLDGMp { top:8.6875rem;left:11.3125rem;width:20.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1mX49vEMQwLya2k1CHzOEHqkqavBrP { top:2.6875rem;left:21.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JObNOIaBlayxu9QpxZtTe46IwGmO8l38 { top:0.375rem;left:22.9375rem;width:24.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTJM2nfP2X0UetJ65OWEVJ7wlw9Lo9Gn { top:11.375rem;left:28.125rem;width:19.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoidupIahpo37NRdR0DEehDoWe7l6G7k { top:8.6875rem;left:27.1875rem;width:20.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcGbhUgniRSAsRIegXeP34ZBbVP56NGg { top:2.6875rem;left:37.4375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5MmSo0gSk5We8T3DzV32yzol9Gitc8q { display:block; }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVTfDkaQq7RzitGkhRxkM0v990Sg9Lc8 { top:7.125rem;left:0.49951171875rem;width:46.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFMQ3C134PAnfahfg6lmSzmSMlCWmmFV { top:16.5625rem;left:0rem;width:47.75rem;height:14.383231707317rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqQXFvvHvJriTw1yod9s8uKQHKyoTmwB { width:47.75rem;height:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDET8MVv4edRtUx26xT4V5RwwR1cznU9 { top:37rem;left:0rem;width:17.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoMM6wEX1yhVfrUegX5RC8H2dqu9P69f { top:38.4375rem;left:0rem;width:6.375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiC1Hnsp27gqhXRsQsRd6RQFkQsCsx7N { top:41.25rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2Znrfqyw7OpNNCl5VTx1VzrCQlnLod { top:37rem;left:5.5rem;width:17.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb2dRfGOWhcUmDbLVWiDOTcMenPggeCs { top:41.3125rem;left:8.0625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7UOs4k9zlvgyykJK9hClgLxxbAkRRxO { top:38.4375rem;left:9.75rem;width:9.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVn5NLcSASB1WmeTTAArTIDRm6Me05sv { top:37rem;left:24.625rem;width:17.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEObu665p278VFUsnwLPlXkodxTA1GP3 { top:41.3125rem;left:27.1875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5NyxUqITWRwMmIVLy18Kd8KBsn74CHo { top:38.4375rem;left:30.18701171875rem;width:6.375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAH0RLPtnEOpL1PdRCyLv04raxSdrJSP { top:37rem;left:30.125rem;width:17.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Old4byBKAbywbtGmQ51TH6P2Eg52tePJ { top:41.25rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQA6SufcoDT1zLaeVx8SLKuZ5feu7Vba { top:38.4375rem;left:41.375rem;width:6.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z { display:block; }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cspXRsSOfcXXNPXgWrUMK5IoGerB0dr6 { top:4.625rem;left:0.49951171875rem;width:46.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phcF6uwileIWsMqSdcmx4oKOrNpJMbNf { top:11.5625rem;left:0rem;width:23.8125rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJxZP5Mz4JDFlI8es9uxBVb6DoiPyti { top:37rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d877pFPVmppV3bMnDrEMHm1LBnUh2E3t { top:42.4375rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwvnPQckVXAJCyXrRtmuWxhm0AAoGA4e { top:41.3125rem;left:0rem;width:46.6875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVazd5oOscAW4XOmT6Eq8zbmhs0iWbmv { top:44.0625rem;left:0rem;width:40.1875rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKzaUlMr4padCbuZUmkS2pCVfNnJTKTf { top:37.375rem;left:27.9375rem;width:19.8125rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2OprKBabZbJ6mDUHPxHAkkiZ3ZXmDm { top:12.4375rem;left:0rem;width:22.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1PCsFL3gNIJg5PJCQI7rZPkhAkk6VTA { top:25.9375rem;left:0rem;width:4.5625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnKMsBPcAkfIFyISJFu0V5MIxQPQTz80 { top:27.5625rem;left:0rem;width:22.0625rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpb3DCCk7tLHyn3E2ERqirNqgSh2gkg { top:30.3125rem;left:0rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTh535rX52Gd3Vg3cKBN4R7nTthxbsof { top:11.625rem;left:11.875rem;width:23.8125rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsNqUGQxwfoBsLTvrNG6hT9tJTwoNq4 { top:12.5rem;left:12.5rem;width:22.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIodJux8y10ogMhFXcCAWxsm6h23e8Nq { top:26rem;left:12.5rem;width:4.5625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8PuBdIwXkCWMWcaT1oISUTmsqvftmtF { top:27.5625rem;left:12.8125rem;width:22.0625rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW6NEk2uunlOnFTsqIShc6L8PT3Ke3o6 { top:30.3125rem;left:12.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEGrH6S4VeXlDDAoPx02GeQDA3gDuQz { top:11.625rem;left:23.8125rem;width:23.8125rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr2sqK9eiOFG3iUxKHUR2sm2EG65Adwd { top:12.5rem;left:25.0625rem;width:22.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq0JUouku0xPCVm1PKGQKfZQUMTXf6kG { top:25.9375rem;left:38.0625rem;width:4.5625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUexF54JoTkL0eBw9eZI24vTcB8HZT7z { top:27.5625rem;left:25.6875rem;width:22.0625rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpuTQu3147e6BBSWuLJnbD3oO5kDe6Re { top:30.3125rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe { display:block; }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbIHBUERTxHCrHS5JyM2n3cX1haRQSGe { top:4.375rem;left:0rem;width:37.5rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqASJnxcJBC7G6qghZexqBiR0nzotLT4 { top:4.375rem;left:15.6875rem;width:32.0625rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk6OG1pCXdaxrwKKbM29rxSktexB2wdT { top:12.0625rem;left:15.3125rem;width:32.375rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luKiqS1M3XB7QWQDNrwvKCc1o41BUrgG { top:53.5625rem;left:0rem;width:47.75rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQIzdzmT3w9s0gWCTLxplQhyE6KGEUvx { top:59.25rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrQQ4usNPClSlFTe1Rag9CndNTNUBdkQ { top:58.5625rem;left:0rem;width:31.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5z0FEcKF02C87gQtFDlXWzE2HTlTK1g { width:20.6875rem;height:4rem;top:58.5rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baw4cof5er8dvqGTlWR29FNuVnAyRPPu { display:block; }
 }@media only screen and (max-width: 763px) { #LcSvt6ryOHaF8zzibk4qTnTgMtUSgqtU { top:63.5625rem;left:34.625rem;width:13.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGlMp5DdJz6X8QFzMTGTXDId7eFVAlPR { width:28.5625rem;height:43.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h { display:block; }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0TyDv1CyHncbwXDS9OAGU7M6nOd1KKZ { top:4.3125rem;left:0.5rem;width:46.6875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf8TnlToScOaKWQB3rKV9tqn1XH6yqe1 { top:9rem;left:6rem;width:35.75rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQVqJBzoT0LpBNWMmflELGCWGZ2lTCKL { width:17.5rem;height:3.4375rem;top:16.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJU1rZg0NIA4nVCyq0pczi21AWfo9orO { display:block; }
 }@media only screen and (max-width: 763px) { #LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 { display:block; }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUSg9NhKTAvFxKGlG1oIrNPP6sM32LKE { top:6.125rem;left:0.499755859375rem;width:46.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq { display:flex;height:auto;width:27.8125rem;top:15.3125rem;left:11.22607421875rem; }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #TeyQdFGcF3T3zwVMBOBzTrZihMI8PzNc {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #ndhokcPOqQM79bzQ8TIrelTPvfJgwOCq {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #GRdOIArLU6rha4kbBRVK8Eh6n7y1UeE4 {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #qdQ61AbKDVBHhu5B41zPAEcoDC2cFtwK {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #OJSoBTkdqI6SBnm4MrT8RvUwAy6MLl0w {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #TQzrMq2NkeeNhIcc6e79wn5nTMRz6ryb {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #miFFFUaqwzGycAOpIm8M9sQm63K4DSTW {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #G4ytLcTxwhh3r6LL4kiJFy4kp3gH3aFG {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #cMCGWwQ97dbUOomRvtJ0yhVkXqGeRsyp {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #V0v8tcLfP5z6NoPi5EznFa8JLTuqgf8k {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #vbblOFwJTBaHHhxxdC4tmaAskATbmG2v {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #Nr3osTpDoTTPWqmSMHGASuwO9fC9GAVG {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #owXSfccEnMN6plxls3Ln9LIVQcxpn7Xf {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #McfqcKTOsSV70dff7U7XirDnlGAqamDn {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #Z7JBpUJxuXpB2uzk4fTR422gIoJuxg7i {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #npbk1fr5vV1hcgudzu1ahz8qW37tp1KB {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #lq3V0BXobAsif0pWN0SEfv3fP5nmmG36 {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #c17UmeVotzPJtOF52C5I2lXPfUKlGbE8 {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #WcMiKJMb4n0NyqRMKWTJb7IEVGIZ0WKa {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #L12w44Hw7Kc93HvnX1OwT71VbwFy28uH {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #Wrh9xOHXIsfwEaUeUf2ASmKFq4EdT1HW {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #gRVNGHZvE8oC2e6ET1x5CzCwED3odt4g {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #sLT5qklLW3N2x2tqLSFXZSxxGG8vou4s {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #y2GPV80GPJ9nXOXP10RfO66ZLJBPAP5u {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #zTMhFJMZQVL2wLEVcXv2m7gqDMwytUsR {  }
 }@media only screen and (max-width: 763px) { #htZixmd0ki1vJ63LoWkIctifZzuNc5C0 { display:block; }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkkPtrtcst1fDQ32MevnKV1nPLC6f7PU { top:1.875rem;left:9.28125rem;width:29.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIluccVsoZFGrzs4mz2DEnK1ps05sl7U { top:12.4375rem;left:11.09375rem;width:25.5625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv { display:block; }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEq7CBVkqzayABT6waIsH1rT8sfI8CQG { top:0.625rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGUBHg2Ksgm1LCTpbDVMEqyLX5kQvKDv { width:10.9375rem;height:3.125rem;top:0.78125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baFgDpxFbCPe98V65kp2lmGghlkzXgoC { width:9.1875rem;height:2.3125rem;top:5.625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6DH8prb5oRVkhcrmmhFuDNUasSn9cv8 { display:block; }
 }@media only screen and (max-width: 763px) { #I98z3cNpXk4J3GJ22wbnphe3NCSB15DA { display:block; }#I98z3cNpXk4J3GJ22wbnphe3NCSB15DA > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATd3Z7Zn3DyXMPZ3vhy1AIy3rlViVlxg { width:20rem;height:10.722625rem;top:4.93701171875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mlk6SKtoWHGGkWAKPi84aVxXVTEm2fa6 { width:18.0625rem;height:6.4965625rem;top:60.0625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4ITDU8UrppK7muNXugm3Z97w7ThnFCU { width:16.25rem;height:3.5rem;top:68.25rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCt5UQpObmIBTh2AKQXEO4Pscz0PQJZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #JmLESprkqCfuDHJbV7lcMDs9Ff11zzTp { width:12.5rem;height:3.48541625rem;top:72.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H57c3LEkgsOM2WPVHy6yX9Iug5EubcGZ { display:block; }
 }@media only screen and (max-width: 763px) { #D0nIQPaE5ybEIo974obT3i1VwcSz2bhw { width:9.5rem;height:4.1875rem;top:16.88525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knVUqQNd0XGM7JflibewTuQJ8QHoQ7FP { width:6.625rem;height:5.25rem;top:49.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgKAKJ4rU9ToHRadAteBZCRH2vKldvAu { width:20rem;height:1.1428571428571rem;top:52.444789886474rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCsJ9hwU51UEOvy2FNiiuZhsdpEx93bN { top:54.4375rem;left:0rem;width:19.9375rem;height:4.4375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VxN9vzhKKarSBFQCDnTlV4QWx0DA3VTq { width:18.4375rem;height:33.375rem;top:18.1875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfeW5OOOLTtABvJQyODIT5T7QwQeC4hv { width:18.875rem;height:33.8125rem;top:18rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6uVoucVFZrMlycpmynw1lz68dVpIEI5 { width:15rem;height:1.875rem;top:1.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqGoKK1DpBhIqyJN90wq9GsTUdUI0B4F { width:14.6875rem;height:0.9746125rem;top:2.1875rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbqUO2rvvplRa7LqkUINbTDWZDz9VInp { display:block; }#HbqUO2rvvplRa7LqkUINbTDWZDz9VInp > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9TZbW1GPkE9F78FJ0bUfNRO5OwWX1qu { width:16.9375rem;height:7.1484375rem;top:2.6875019073486rem;left:1.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4z8gPQ0WXWc0KCR1F5GQrLJpLhbzkgx { width:20rem;height:14.293193717277rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvXoVT4H273uetlTHmiFXGmeAXsULLyt { width:20rem;height:14.308093994778rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9PJOVbsxwKRxoCGLOaHw9Fdv9dUPugW { width:20rem;height:14.315789473684rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ { display:block; }#LyJyfsUu3ap4ZlHSguC5XItaP1rZkixJ > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUrgtoNx6dOGh3fFhL9JBwIE0gyXUDKM { width:17.5rem;height:5.375rem;top:1.6249923706055rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6SlpoHAKO6ApBd6s5C6s9ZsTnrFPDy9 { width:20rem;height:8.11525rem;top:8.7125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKNUnhSmGHOSgSfqcyUmrz3y4F1aGWmP { width:20rem;height:4.1299303944316rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu2cM8XNKthFnF2E1yRPOU9ROCDWEOCX { width:20rem;height:4.1299303944316rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRsvJPbC3JSkvstqNqKvqdMFvtJt6AlM { width:20rem;height:4.1299303944316rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P68zltdzdwT2CUb3VqXzInpBwkawIOTD { width:19.8125rem;height:39.5625rem;top:35.0625rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #CsG060xLgIEfXpAe6b9rAHXSFRNRgxiD { width:11.375rem;height:3.8994125rem;top:36.5625rem;left:4.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw3nRyOUyCe1RosInsW8xulm4mGgb8Du { width:15.25rem;height:3.41161875rem;top:40.9638671875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1); }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1); }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1); }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:3.1875rem; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8  { width:17.5rem;height:auto;top:44rem;left:0rem; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 {display:block;}#aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 { width:17.5rem;height:auto;top:44rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #eGquUPUP6Msc4RsBfbrmT4wKKUEVbfw0 {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #Tpq2io7zaQSrz47JGdOXhpJgV7EJMqZ6 {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #WL3LH8R8FmPUh2rGJHlxrD7bpahpV6R6 {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #oUB8tieU6bbJqtDF1JTSQTdBPDW1QcPA {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #rzmWfRi9UuzrZBlmETD3Mvy9FJgmHccM {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #nrG9CJn1f38pJxxPoH3vHod3t3DhPioT {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #StLpDfUX12zKEVJePffPTAqgE2OKeHVO {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #AkkTaL0nUokT5GC9FaQpOsfvbDsXOVFy {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #ChKUoW5srRZD19U0sogkXmuwVUGUNHye {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #GA0GQREdLZOM8ZtX1dHNTHL1WWMDTiZD {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #HvJgpMUGRD0oXbT6PInP5sb1H2zqNhZt {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #uM6eNz7Bcxnt4zhbJveuSxZRuRAK5Lt8 {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #i4Fcht2N3TU98hpoyedZIz2UBP5qyCAv {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #wHXyB1Tf08aQppR7oBvkJF43NoMR1CTv {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #XQWrCEmfTJqSzhpg18Vx8D2bcg2838FW {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #VnBmtIZKDAn7L090lWy3lNiin7tFkGHK {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #tWBGi55tqxlrQSAAP5Zw0rt0M1tncuRm {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #TTVBUfeMhNQzwMeAVdwNRD7Piu31znSr {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #FsFR5fPf27CrIImcWTgRXrGcsdhVea8J {  }
 }@media only screen and (max-width: 763px) { #aAuqNP38Axc9vPtOIenTuXk0bZrpAEn8 #UALu3mfTFxsOToN41FcktKeR839ubfVG {  }
 }@media only screen and (max-width: 763px) { #kw46clKtnTv7QTvGJc4H0XFwLhnTpwyh { width:17.8125rem;height:0.8920875rem;top:71.9375rem;left:1.09375rem;font-size:0.6875rem;display:block; }#kw46clKtnTv7QTvGJc4H0XFwLhnTpwyh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38cbd3d623e406c9d713b2e188d88c4cdfbcd9f1.svg); }
 }@media only screen and (max-width: 763px) { #noPOQE6ZBu96357U1qvF6pv57vDCTmbv { display:block; }#noPOQE6ZBu96357U1qvF6pv57vDCTmbv > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r84wuQeqZTyTI5DTLTDkHlvzkgpJfQzl { width:20rem;height:18.213058419244rem;top:2.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO3c6n6MoqPgnbxu9TzM7b8tMfSBrRwR { width:7.5rem;height:3.75rem;top:1.685791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpsxoTQt3SFVZCe63JvF93qJigMZyfvA { width:19.8125rem;height:8.5625rem;top:48.13720703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyfOdWBPwnD8di2JgSWNGtxrNBrLOW7t { width:20rem;height:14.3965rem;top:31.2060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwkDWkBE8CFFKVn2icddEv5IJImAxXTO { width:18.562rem;height:7.7988125rem;top:22.398681640625rem;left:0.7177734375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJf3hqrBXwrJNtTbfNscglwfuHlzRH64 { top:47.54638671875rem;left:0rem;width:19.8125rem;height:34.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d8T1PchFooGXIvdgHM51ziNlF9le3CJK { display:block; }#d8T1PchFooGXIvdgHM51ziNlF9le3CJK > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z12rM1TLPKIqdHqdLXg1gitHa5lHHDVg { width:19.875rem;height:17.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twc62eL6eLFTLzzFRKrdTfdHUcaPvUOH { display:flex;width:4.5rem;height:4.5rem;top:3.25rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #l5EI3ganm2fTSWzHT5gMNHcnqBJ4Mewx { width:20rem;height:1.7871125rem;top:9.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IT8pqONfw9va3lFZISJPfUlH6mT10dCr { width:16.875rem;height:4.38720625rem;top:11.6875rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wLKBmUbNlDBdpKuELg4VrSpaOyqRZNv1 { width:19.875rem;height:17.9375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVzUGtKXIcL7GaBl5iVT6uc3ipPO2vxE { width:17.25rem;height:5.84765625rem;top:30.4375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cP8mGzcXKyTtuqAPS0UK9ReQWsdLDGMp { width:20rem;height:1.7871125rem;top:28rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1mX49vEMQwLya2k1CHzOEHqkqavBrP { display:flex;width:4.5rem;height:4.5rem;top:22.3125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #JObNOIaBlayxu9QpxZtTe46IwGmO8l38 { width:19.875rem;height:17.9375rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTJM2nfP2X0UetJ65OWEVJ7wlw9Lo9Gn { width:19.5rem;height:4.38720625rem;top:50.25rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zoidupIahpo37NRdR0DEehDoWe7l6G7k { width:20rem;height:1.7871125rem;top:47.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BcGbhUgniRSAsRIegXeP34ZBbVP56NGg { display:flex;width:4.5rem;height:4.5rem;top:41.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #o5MmSo0gSk5We8T3DzV32yzol9Gitc8q { display:block; }#o5MmSo0gSk5We8T3DzV32yzol9Gitc8q > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVTfDkaQq7RzitGkhRxkM0v990Sg9Lc8 { width:20rem;height:7.1484375rem;top:3.624267578125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFMQ3C134PAnfahfg6lmSzmSMlCWmmFV { width:20rem;height:6.0243902439024rem;top:8.34716875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqQXFvvHvJriTw1yod9s8uKQHKyoTmwB { top:12.750244140625rem;left:0rem;width:20rem;height:12.375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gDET8MVv4edRtUx26xT4V5RwwR1cznU9 { width:17.5rem;height:7.5rem;top:27.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoMM6wEX1yhVfrUegX5RC8H2dqu9P69f { width:6.3745rem;height:2.5996125rem;top:29.375rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiC1Hnsp27gqhXRsQsRd6RQFkQsCsx7N { width:12.5rem;height:1.3808625rem;top:32.1875rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2Znrfqyw7OpNNCl5VTx1VzrCQlnLod { width:17.5rem;height:7.5rem;top:36.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb2dRfGOWhcUmDbLVWiDOTcMenPggeCs { width:12.5rem;height:1.3808625rem;top:41.125rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7UOs4k9zlvgyykJK9hClgLxxbAkRRxO { width:9.0625rem;height:2.5996125rem;top:38.25rem;left:5.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVn5NLcSASB1WmeTTAArTIDRm6Me05sv { width:17.5rem;height:7.5rem;top:45.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEObu665p278VFUsnwLPlXkodxTA1GP3 { width:12.5rem;height:1.3808625rem;top:50.0625rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5NyxUqITWRwMmIVLy18Kd8KBsn74CHo { width:6.3745rem;height:2.5996125rem;top:47.25rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAH0RLPtnEOpL1PdRCyLv04raxSdrJSP { width:17.5rem;height:7.5rem;top:54.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Old4byBKAbywbtGmQ51TH6P2Eg52tePJ { width:12.5rem;height:1.3808625rem;top:58.875rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQA6SufcoDT1zLaeVx8SLKuZ5feu7Vba { width:6.3745rem;height:2.5996125rem;top:56.0625rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z { display:block; }#TTJmfLSG1e8Tm0qEqqrfp4Qql0ulc93Z > .row .container { width:20rem;height:117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cspXRsSOfcXXNPXgWrUMK5IoGerB0dr6 { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phcF6uwileIWsMqSdcmx4oKOrNpJMbNf { width:19.9375rem;height:22.125rem;top:4.2838516235351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJxZP5Mz4JDFlI8es9uxBVb6DoiPyti { width:20rem;height:35.1875rem;top:77.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d877pFPVmppV3bMnDrEMHm1LBnUh2E3t { width:3.5625rem;height:3.5625rem;top:80.8125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwvnPQckVXAJCyXrRtmuWxhm0AAoGA4e { width:16.6245rem;height:3.8994125rem;top:85.125rem;left:1.6865234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVazd5oOscAW4XOmT6Eq8zbmhs0iWbmv { width:17.6245rem;height:9.9755625rem;top:89.6875rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKzaUlMr4padCbuZUmkS2pCVfNnJTKTf { width:17.6875rem;height:13.75rem;top:101.125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2OprKBabZbJ6mDUHPxHAkkiZ3ZXmDm { height:10.0625rem;width:18.5rem;top:5.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1PCsFL3gNIJg5PJCQI7rZPkhAkk6VTA { width:4.5625rem;height:0.75rem;top:16.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnKMsBPcAkfIFyISJFu0V5MIxQPQTz80 { width:16.9375rem;height:3.0014625rem;top:17.875rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpb3DCCk7tLHyn3E2ERqirNqgSh2gkg { width:10.9375rem;height:2.75rem;top:21.937501907349rem;left:0.95703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTh535rX52Gd3Vg3cKBN4R7nTthxbsof { width:19.875rem;height:22.625rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsNqUGQxwfoBsLTvrNG6hT9tJTwoNq4 { height:10.125rem;width:18.5rem;top:29.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIodJux8y10ogMhFXcCAWxsm6h23e8Nq { width:4.5625rem;height:0.75rem;top:40.624990463257rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8PuBdIwXkCWMWcaT1oISUTmsqvftmtF { width:17.375rem;height:3.0014625rem;top:42.375001430511rem;left:1.0182292461395rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW6NEk2uunlOnFTsqIShc6L8PT3Ke3o6 { width:10.9375rem;height:2.75rem;top:46.312501430511rem;left:0.95703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEGrH6S4VeXlDDAoPx02GeQDA3gDuQz { width:19.875rem;height:22.625rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr2sqK9eiOFG3iUxKHUR2sm2EG65Adwd { height:10.125rem;width:18.5rem;top:53.374980449676rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq0JUouku0xPCVm1PKGQKfZQUMTXf6kG { width:4.5625rem;height:0.75rem;top:64.875022888181rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUexF54JoTkL0eBw9eZI24vTcB8HZT7z { width:17.25rem;height:3.0014625rem;top:66.56250190735rem;left:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpuTQu3147e6BBSWuLJnbD3oO5kDe6Re { width:10.9375rem;height:2.75rem;top:70.562522888181rem;left:0.95703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe { display:block; }#oz6tFKhpVwoiKTTCf0GJECdpT23NeCQe > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbIHBUERTxHCrHS5JyM2n3cX1haRQSGe { width:20rem;height:24.333333333333rem;top:1.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqASJnxcJBC7G6qghZexqBiR0nzotLT4 { width:16.062rem;height:5.84911875rem;top:27.4560546875rem;left:1.968994140625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pk6OG1pCXdaxrwKKbM29rxSktexB2wdT { width:19.9375rem;height:23.1875rem;top:35.8776875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #luKiqS1M3XB7QWQDNrwvKCc1o41BUrgG { width:20rem;height:20.1875rem;top:66.466064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQIzdzmT3w9s0gWCTLxplQhyE6KGEUvx { width:3.4375rem;height:3.4375rem;top:68.597412109375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrQQ4usNPClSlFTe1Rag9CndNTNUBdkQ { width:20rem;height:3.59765625rem;top:72.978515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5z0FEcKF02C87gQtFDlXWzE2HTlTK1g { width:17.5rem;height:3.375rem;top:81.903076171875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baw4cof5er8dvqGTlWR29FNuVnAyRPPu { display:block; }
 }@media only screen and (max-width: 763px) { #LcSvt6ryOHaF8zzibk4qTnTgMtUSgqtU { width:16.1865rem;height:3.19921875rem;top:77.523193359375rem;left:1.90673828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGlMp5DdJz6X8QFzMTGTXDId7eFVAlPR { top:34.3701171875rem;left:0rem;width:19.8125rem;height:29.9375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h { display:block; }#Eqpv51b9aMqPxD4KIXm6b9hlJhoGff3h > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0TyDv1CyHncbwXDS9OAGU7M6nOd1KKZ { width:20rem;height:1.94970625rem;top:3.0615234375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf8TnlToScOaKWQB3rKV9tqn1XH6yqe1 { width:19.24925rem;height:7.5rem;top:5.78369140625rem;left:0.374755859375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DQVqJBzoT0LpBNWMmflELGCWGZ2lTCKL { width:17.5rem;height:3.4375rem;top:15.030517578125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJU1rZg0NIA4nVCyq0pczi21AWfo9orO { display:block; }
 }@media only screen and (max-width: 763px) { #LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 { display:block; }#LTBDEvt2oWsN79CScwLDl8T3TDWvTw30 > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUSg9NhKTAvFxKGlG1oIrNPP6sM32LKE { width:20rem;height:1.7871125rem;top:2.7890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-heading-text { font-size:1rem;height:auto; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.3;overflow:hidden; }
#tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq { display:flex;height:auto;width:17.5rem;top:5.5517578125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #TeyQdFGcF3T3zwVMBOBzTrZihMI8PzNc {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #ndhokcPOqQM79bzQ8TIrelTPvfJgwOCq {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #GRdOIArLU6rha4kbBRVK8Eh6n7y1UeE4 {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #qdQ61AbKDVBHhu5B41zPAEcoDC2cFtwK {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #OJSoBTkdqI6SBnm4MrT8RvUwAy6MLl0w {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #TQzrMq2NkeeNhIcc6e79wn5nTMRz6ryb {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #miFFFUaqwzGycAOpIm8M9sQm63K4DSTW {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #G4ytLcTxwhh3r6LL4kiJFy4kp3gH3aFG {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #cMCGWwQ97dbUOomRvtJ0yhVkXqGeRsyp {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #V0v8tcLfP5z6NoPi5EznFa8JLTuqgf8k {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #vbblOFwJTBaHHhxxdC4tmaAskATbmG2v {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #Nr3osTpDoTTPWqmSMHGASuwO9fC9GAVG {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #owXSfccEnMN6plxls3Ln9LIVQcxpn7Xf {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #McfqcKTOsSV70dff7U7XirDnlGAqamDn {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #Z7JBpUJxuXpB2uzk4fTR422gIoJuxg7i {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #npbk1fr5vV1hcgudzu1ahz8qW37tp1KB {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #lq3V0BXobAsif0pWN0SEfv3fP5nmmG36 {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #c17UmeVotzPJtOF52C5I2lXPfUKlGbE8 {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #WcMiKJMb4n0NyqRMKWTJb7IEVGIZ0WKa {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #L12w44Hw7Kc93HvnX1OwT71VbwFy28uH {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #Wrh9xOHXIsfwEaUeUf2ASmKFq4EdT1HW {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #gRVNGHZvE8oC2e6ET1x5CzCwED3odt4g {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #sLT5qklLW3N2x2tqLSFXZSxxGG8vou4s {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #y2GPV80GPJ9nXOXP10RfO66ZLJBPAP5u {  }
 }@media only screen and (max-width: 763px) { #tTFQVESlzrlrTF7Tnanz2XwxgE98HZOq #zTMhFJMZQVL2wLEVcXv2m7gqDMwytUsR {  }
 }@media only screen and (max-width: 763px) { #htZixmd0ki1vJ63LoWkIctifZzuNc5C0 { display:block; }#htZixmd0ki1vJ63LoWkIctifZzuNc5C0 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkkPtrtcst1fDQ32MevnKV1nPLC6f7PU { width:16.625rem;height:5.125rem;top:2.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIluccVsoZFGrzs4mz2DEnK1ps05sl7U { width:20rem;height:2.1123rem;top:8.7524375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv { display:block; }#zeK1pSfzMM8PT0xIAIWyT6UQOFaTVwpv > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEq7CBVkqzayABT6waIsH1rT8sfI8CQG { width:18.4375rem;height:2.4389625rem;top:0.91259765625rem;left:0.78125rem;font-size:0.625rem;display:block; }
 }