.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(238,242,241,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#1f333b;display:block;width:32.625rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:normal;z-index:14997;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:9.8984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:28.5rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.53125rem;left:0rem;height:5.84911875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.125rem;width:22.3125rem;top:3.9375rem;left:34rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:30.5rem;width:30.5rem;top:2.5625rem;left:29.5rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:#dadee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:7.5rem;width:7.5rem;top:4.75rem;left:52.5rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:#1f333b;display:block;width:5.25rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:6.5rem;left:53.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:#1f333b;display:block;width:6.625rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:8.125rem;left:52.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-form-header { font-size:0.875rem; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-regular-label { height:auto;display:block;font-family:satoshi;font-size:0.875rem;font-weight:700;color:#ffffff;width:20.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.3125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-text {padding-top: 0; padding-bottom: 0;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.3125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.3125rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-select {padding-top: 0; padding-bottom: 0;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT .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; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-button { background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:300;color:#ffffff;width:16.25rem;height:2.5625rem;font-family:satoshi;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;line-height:1;font-style:normal; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .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:satoshi;line-height:1.6;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal;float:none; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .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; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-container:first-of-type{padding-top:0;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-container:last-of-type{padding-bottom:0;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -moz-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -ms-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -o-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );";background-image: linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.96875rem;top:22.6875rem;z-index:14999;position:absolute;font-size:0.875rem; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.3125rem;display:block;vertical-align:top; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT {display:block;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -moz-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -ms-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -o-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );";background-image: linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.96875rem;top:22.6875rem;z-index:14999;position:absolute;font-size:0.875rem; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #N8flPosSdM05IuPeQBDprVZparT95uWm { position:relative; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #w5usgIpqlrlvIXJ6ZFCNGrh1PQ5e95mH { position:relative;display:block; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #GTa2ICVNwN4r2rUzxvNOeSEM3M1Xzmda { position:relative; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #Nih4R1ymd6JwioaBcNQFmN164XprDoe6 { position:relative; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #CF0yJ8GMqw7uxNNhdkQz918J08GOndTt { position:relative;display:block; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #seBTZ95HeTB8HW8I3n0e0KNnAv3BkLFw { position:relative; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #z8SAwie2RqsUKvKtm5gfVRNhSs0cGU78 { position:relative; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #VuFiT5wwnw9ZHR6c46n7yk00q1abGJMk { position:relative;z-index:2; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #WXFNV3eNv749wCyTuUE2w06yr6giT3QZ { position:relative; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #nBWHScBQ94zt3wvUMGziKx3RI4ZXBXfJ { position:relative; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT #Gw5Taqi78Byf8KU9HrTg1BCPTgvpTOR6 { position:relative; }
#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA { position:relative;display:block; }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA { background-color: transparent; background-image: none; }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA > .row .container > .video-iframe-container { display: none; }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA > .row > .video-iframe-container { display: none; }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA > .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); }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA { border-width: 0; border-radius: 0; }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA > .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; }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JSc94Bg1piXZt9fGUerqNnlu6BGlp0DH { color:#06720f;display:block;width:48.5625rem;position:absolute;font-family:satoshi;font-size:1.6875rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:7.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FLF4H15eIRLq6yt6JXXWQHTs8CS7tD3A { color:#010304;display:block;width:46.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13.8125rem;left:7.875rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HmpzsZ7zDgTDAwVdBBCT1LmkthTIRzwp { background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21rem;left:15.0625rem;display:block; }
#BUQekQ0p3DGcBGETBv1sUXTkdFuTQVPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgXyzPR75wtN3nTK3IDFAb9dvxAP0cAd { box-sizing:content-box;height:19.8125rem;width:59.875rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:2.875rem;left:0rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid #06720f;border-left:0.0625rem solid #06720f;border-right:0.0625rem solid #06720f;border-bottom:0.0625rem solid #06720f;display:block; }
#QTan9CCIv94Hnqvs9Iz38E1RHBKW4kLm { color:#010304;display:block;width:43.125rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:8.5625rem;left:7.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row .container { background-color: transparent; background-image: none; }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row .container > .video-iframe-container { display: none; }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row > .video-iframe-container { display: none; }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .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); }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row .container { border-width: 0; border-radius: 0; }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#u6eKulDLc5cq9221AlJ7hqXws8FpiwrU { color:#023a4f;display:block;width:39rem;position:absolute;font-family:satoshi;font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#legnxNsabLMIlcdRlTQc4C0cMOE5OLwL { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#BBu58GQXmCulVvi4g8OriU73o52BHfT8 { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:#eef2f1;background-image:none;top:4.0625rem;left:12rem;display:block; }
#nGfcrrbrqbPTNKvRIVTX1gvTiu2RTL9V { box-sizing:content-box;height:13.125rem;width:23.625rem;position:absolute;display:block;z-index:14997;background-color:#06720f;background-image:none;top:11.25rem;left:35rem;display:block; }
#QTwPd49QWH5yJuTehfdbIBWiL1AthZbq { color:#5e5e5e;display:block;width:30.5625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.80615234375rem;left:2.625rem;height:;display:block; }#QTwPd49QWH5yJuTehfdbIBWiL1AthZbq li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QTwPd49QWH5yJuTehfdbIBWiL1AthZbq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
#MlwzNsBu2xdr9ivhqlmm8mWSnLhecspz { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.515625rem;left:36.96875rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row .container { background-color: transparent; background-image: none; }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row .container > .video-iframe-container { display: none; }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row > .video-iframe-container { display: none; }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .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); }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row .container { border-width: 0; border-radius: 0; }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#hgTmPOtiAlu6qkeThp772hCyxqzbwKu0 { color:#023a4f;display:block;width:39rem;position:absolute;font-family:satoshi;font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E4oA2meqBNn4TgmZV5dtyfU6xCMhh1rX { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#wkTXsgkXdoXTMh8SM3L9l1NhWPeMBs15 { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:#eef2f1;background-image:none;top:4.0625rem;left:12rem;display:block; }
#plVgxGOTCpt5rqJTGXAMmXWyUFzqXVrR { color:#5e5e5e;display:block;width:46.75rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.61865234375rem;left:6.625rem;height:;display:block; }#plVgxGOTCpt5rqJTGXAMmXWyUFzqXVrR li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#plVgxGOTCpt5rqJTGXAMmXWyUFzqXVrR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
#WvrfgW4PF5L6rFrXvKgmwG6Quxbxllkf { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.31884765625rem;left:35.84375rem;height:5.60595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rizIq8SszVMVrWQAsDebxJsTXynTWl0P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row .container { background-color: transparent; background-image: none; }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row .container > .video-iframe-container { display: none; }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row > .video-iframe-container { display: none; }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .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); }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row .container { border-width: 0; border-radius: 0; }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#ROEIaDFmZGn7ivh1ICJ3CtREP9JBmkXm { box-sizing:content-box;height:24.3125rem;width:32.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #06720f, rgba(6,114,15,0.8));background-image: -moz-linear-gradient(62deg, #06720f, rgba(6,114,15,0.8));background-image: -ms-linear-gradient(62deg, #06720f, rgba(6,114,15,0.8));background-image: -o-linear-gradient(62deg, #06720f, rgba(6,114,15,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );";background-image: linear-gradient(62deg, #06720f, rgba(6,114,15,0.8));background-size:auto !important;top:3.25rem;left:0rem;display:block; }
#wnE7vtmOPBblL8GtugH51STI0ChA65qN { color:#023a4f;display:block;width:34.8125rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.3125rem;left:24.25rem;height:2.69970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZT0ZG5la5NS05SwpQymNGCCcD44bDCKa { box-sizing:content-box;height:20.0625rem;width:20.0625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:1.9375rem;left:0.5625rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid #e7e3df;border-left:0.125rem solid #e7e3df;border-right:0.125rem solid #e7e3df;border-bottom:0.125rem solid #e7e3df;display:block; }
#qUGmtniBfMTdCDXWsy1N4C66yuBcfSy9 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15002;background-color:#ef8b07;background-image:none;top:9rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#nTQt4qLGeU0XZROWZitFnD6dAW12uS73 { color:#023a4f;display:block;width:22.6875rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9rem;left:37.3125rem;height:3.0869125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#scG3XkKaQTDAO67qQCLelGpopOCPIwvO { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:#ef8b07;background-image:none;top:13.25rem;left:33.25rem;box-shadow: none;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#WLf5BD1DEaGibfC1gmgxQRukTJowNiQZ { color:#023a4f;display:block;width:22.6875rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:13.375rem;left:37.3125rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FBtvQNgGiGIrbZKbpGvoaTlwuGLOp46k { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.6875rem;left:33.6875rem; }
#TGFpnsJN2TROkO9OVsR4EJyqbWCO8nFz { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:#ef8b07;background-image:none;top:17.75rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Ary8hEmFCOgwOaex0wcKCmHEvwLHTQs4 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.1875rem;left:33.6875rem; }
#WM062dDtyka2ZUi5IlouHKapCBJnx1Pb { color:#023a4f;display:block;width:22.625rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:18.625rem;left:37.375rem;height:1.42480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G4Xu27lJqiAel5dTlD0EMyZ0n2hhRbmm { box-sizing:content-box;height:11.8125rem;width:28.1875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #ef8b07, #bf9000);background-image: -moz-linear-gradient(62deg, #ef8b07, #bf9000);background-image: -ms-linear-gradient(62deg, #ef8b07, #bf9000);background-image: -o-linear-gradient(62deg, #ef8b07, #bf9000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8b07', endColorstr='#bf9000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8b07', endColorstr='#bf9000' );";background-image: linear-gradient(62deg, #ef8b07, #bf9000);background-size:auto !important;top:22.75rem;left:2.4375rem;display:block; }
#RzVw4QOuzBTQqbCsN3Qr4q0smkMJBLwb { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:24.5625rem;left:3.875rem;height:1.57470625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XQtdh085rGvweDTy893WBCHMK2lL0OsF { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:26.625rem;left:3.34375rem;height:7.124rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XQtdh085rGvweDTy893WBCHMK2lL0OsF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XQtdh085rGvweDTy893WBCHMK2lL0OsF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59c58ca305acababd355af60ca3c749d993297e8.svg); }
#aK3dIxblxsxLNpdsgusy4HpG3MoKDmNd { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:375rem;border-top-right-radius:375rem;border-bottom-left-radius:375rem;border-bottom-right-radius:375rem;box-shadow: none;height:13.625rem;width:21.8125rem;top:5.875rem;left:2.4375rem;overflow:hidden;display:block; }
#GTkeUFGE0tVZghPgHIc1T6LNreTeCCbH { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.4375rem;left:33.6875rem; }
#xrKrz8znTHBfcPP8pwMzJ1mKf1RdTE89 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.375rem;left:33.6875rem;display:none; }
#R4o3hMTVgV5VgPxcWcgSu1Bgg0FrdiIm { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:#ef8b07;background-image:none;top:22.375rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Mvc975geKiRpawtTgClJCSA2NGavPWrd { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.8125rem;left:33.6875rem; }
#m1erTt6WgfwhzSySvBha2WOLhHU2HKfF { color:#023a4f;display:block;width:22.625rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:22.5rem;left:37.375rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.0625rem;left:8.125rem;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; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:58.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4375rem;left:0.71875rem;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; }
#OnT7qmHnGE2RO8os8vsaB9RzGFbRRJdV { color:rgba(31,51,59,0.8);display:block;width:58.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:11.4375rem;left:1.4375rem;height:3.67480625rem;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; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6748046875rem;left:1.375rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.75rem;left:22.1875rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5rem;left:22.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:#f37121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.8125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#HAqfx3sHJ6zgHSTME6aBscF1J5Fxi7HF { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.9873046875rem;left:1.34375rem;height:;text-align:left;text-align-last:left;display:block; }#HAqfx3sHJ6zgHSTME6aBscF1J5Fxi7HF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HAqfx3sHJ6zgHSTME6aBscF1J5Fxi7HF li:before{  }
#eCgzD357hTZ2BX7PnPatqvWTmrvHgczv { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.5rem;left:22rem;height:;text-align:left;text-align-last:left;display:block; }#eCgzD357hTZ2BX7PnPatqvWTmrvHgczv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eCgzD357hTZ2BX7PnPatqvWTmrvHgczv li:before{  }
#G5IvSl8gTJxAPGmH4F7gDvDlM0mohaxk { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.6748046875rem;left:42.3955078125rem;height:1.57470625rem;text-align:left;text-align-last:left;display:block; }
#GdQL26Dvg8yhhNriPmScN0QkeLnwwast { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:9.96240234375rem;left:42.59375rem;height:;text-align:left;text-align-last:left;display:block; }#GdQL26Dvg8yhhNriPmScN0QkeLnwwast li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GdQL26Dvg8yhhNriPmScN0QkeLnwwast li:before{  }
#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS { position:relative;display:block; }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS { background-color: transparent; background-image: none; }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS > .row .container > .video-iframe-container { display: none; }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS > .row > .video-iframe-container { display: none; }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS > .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); }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS { border-width: 0; border-radius: 0; }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS > .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; }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ztJmg4rTLDUTfln3A8nSQ3d4GnqFXMbZ { position:absolute;display:block;z-index:15010;background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:5.625rem;display:block; }
#tfwIoZfLOVVveGQZXzZl1mNlVleRLszI { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:6.96875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#g5E0TZZhJbPurSbAsxvHWFvgcietkzfd { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9375rem;left:6.96875rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#wq8ERAP4GIz8IvT4DmP9ZfXlZbvaQLRX { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:8.66259765625rem;left:6.96875rem;height:;text-align:left;text-align-last:left;display:block; }#wq8ERAP4GIz8IvT4DmP9ZfXlZbvaQLRX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wq8ERAP4GIz8IvT4DmP9ZfXlZbvaQLRX li:before{  }
#mLt5TiIN7MDOcQy6OlHfEiXs10Dp2FVT { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.875rem;left:36.96875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#hnHkQJfR9OWd1s2C8E0RwSwZKCJWh4yg { position:absolute;display:block;z-index:15014;background-color:#f37121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:35.625rem;display:block; }
#LdkcvUh18uaAvoc0cHCfHZJqTspZBTwO { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:4.9375rem;left:36.96875rem;height:3.1494125rem;text-align:left;text-align-last:left;display:block; }
#JQT1qsdXfc5oGMC9CbTTUpDqre6mEhPo { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8.66259765625rem;left:36.96875rem;height:5.5996125rem;text-align:left;text-align-last:left;display:block; }#JQT1qsdXfc5oGMC9CbTTUpDqre6mEhPo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JQT1qsdXfc5oGMC9CbTTUpDqre6mEhPo li:before{  }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { background-color:transparent;background-image:none;border-top:0.125rem solid #06720f;border-left:0.125rem solid #06720f;border-right:0.125rem solid #06720f;border-bottom:0.125rem solid #06720f;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#584343;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.40625rem;left:18.875rem;display:block; }
#H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row .container { background-color: transparent; background-image: none; }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row .container > .video-iframe-container { display: none; }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row > .video-iframe-container { display: none; }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .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); }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row .container { border-width: 0; border-radius: 0; }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#NtR3tzQqA7REPiMm1Md7zNQAFDfLx5sO { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15004;background-color:#416b7b;background-image:none;top:4.125rem;left:26.875rem;display:block; }
#lDotSMwyGRmDMZl3lL9vUPsqrdTEmbJa { color:#738a36;display:block;width:53.375rem;position:absolute;font-family:satoshi;font-size:2.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.8125rem;left:3.3125rem;height:3.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qObE3kB2490q3FZQ4lpngbAFcUVr6bVC { color:#023a4f;display:block;width:43.0625rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:11.25rem;left:8.46875rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rpeAhiCwpSJnZaHVVXR9S7MBvSkA2wI9 { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:13.84423828125rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dNl3EvkrG8MLKu8rXdMV6zkkTUGCV6sa { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.875rem;left:3.875rem;height:4.986325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zP3uuTNK6Zzu4hhWHglPe7Gbifbvuynv { color:#023a4f;display:block;width:52.75rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:20.25rem;left:3.625rem;height:2.01220625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NAdWJhasi7qVH7Qnu9iUOrDKqNTbiPRR { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:33rem;left:3.875rem;height:3.32421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IgcFLkP7GtBldLHLM6P8hAiT4GiABMvi { color:#023a4f;display:block;width:52.75rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:30.375rem;left:3.625rem;height:2.01220625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#1f333b;display:block;width:56.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.94970703125rem;left:1.8125rem;height:5.8496125rem;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; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5rem;left:0rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6494140625rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:21.46875rem; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10rem;left:21.46875rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:5rem;left:21.5rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.75rem;left:0.5625rem; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10rem;left:41.46875rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:5rem;left:41.5rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#d7C90F8HvsDFztNwLM2BvbtmifghTM3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.4375rem;left:42.09375rem; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:rgba(6,114,15,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:rgba(6,114,15,0.51);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:rgba(6,114,15,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row .container { background-color: transparent; background-image: none; }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row .container > .video-iframe-container { display: none; }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row > .video-iframe-container { display: none; }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .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); }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row .container { border-width: 0; border-radius: 0; }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#meEmpwBaTCT9uSGGzI1vrcmIEQVPgn38 { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t6He4O6r8ibPqb0UQ6D99PopQVCROSae { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OLWTTrgTdO2zEVatG6IesibNWI0pNKha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:21.46875rem; }
#KDbRITZpmf286IAuBC1L6vdB2J383duS { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.9375rem;left:21.46875rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rwXSzsU44y2R8oID7eTxcKHQVwwdAU6N { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:5rem;left:21.5rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#TTLdzbpqgumZU8FE3CU5o15HeQvdqhVu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.75rem;left:0.5625rem; }
#fPNH862VLC1NrSMZuVHoEMMkqMhdhcFt { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:41.46875rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyFwVU8oPsosFCbHBbFPolVNxD84x0tz { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:5rem;left:41.5rem;height:5.15625rem;text-align:left;text-align-last:left;display:block; }
#MfqeDx9vT62BruvN2vZuDUsulGeRRgiL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.4375rem;left:42.09375rem; }
#Szn6RRyn9CoD4XppnTqKzKlNhOV37cUL { position:absolute;display:block;z-index:15017;background-color:rgba(6,114,15,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#gPRwiNNqvrEsMcSygmgaHyzqdBlftUMT { position:absolute;display:block;z-index:15018;background-color:rgba(6,114,15,0.51);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#HUC9BlqekKLSxOoWwOmpydEgW7AHHtQl { position:absolute;display:block;z-index:15019;background-color:rgba(6,114,15,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { background-color: transparent; background-image: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .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); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { border-width: 0; border-radius: 0; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#TuOFMWUOKR52IaX022mLErIRf7QL4I2C { background-color:transparent;background-image:none;border-top:0.125rem solid #06720f;border-left:0.125rem solid #06720f;border-right:0.125rem solid #06720f;border-bottom:0.125rem solid #06720f;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#584343;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.75rem;left:18.5625rem;display:block; }
#n5HbCwN8WiGLtRWdyKKAsJdKD3qy78Uy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:satoshi;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.625rem;left:8.125rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:6.125rem;left:8.125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row .container { background-color: transparent; background-image: none; }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row .container > .video-iframe-container { display: none; }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row > .video-iframe-container { display: none; }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .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); }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row .container { border-width: 0; border-radius: 0; }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#DBvDCA0nBbKGZO1tlZxyZuRxpCASMICn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.25rem;width:25.375rem;top:0.9375rem;left:34.625rem;overflow:hidden;display:block; }
#CyXf1TAXsMfTyRMx7BGu4a1Sp9aM6Rwf { color:#686a6c;display:block;width:29.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:1.0625rem;left:0rem;height:38rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cBN3kPdDxzUv9BBHt9GLuZVfXRCRHz8m { position:absolute;display:block;z-index:14999;background-color:#06720f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:0rem;left:32.3125rem;display:block; }
#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row .container { background-color: transparent; background-image: none; }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row .container > .video-iframe-container { display: none; }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row > .video-iframe-container { display: none; }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .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); }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row .container { border-width: 0; border-radius: 0; }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#rTSHrCIEU12N890ipzVcRmTHCHPLP4qV { color:#023a4f;display:block;width:39rem;position:absolute;font-family:satoshi;font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#edTXnWmP2EG4FEWlAyrT96z4ubpbTOo8 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#I0iRHLzKkTNdZ1qpQKOp8Pz2DKqugTTi { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:#ef8b07;background-image:none;top:4.0625rem;left:12rem;display:block; }
#mkyGArddmSnmLsTLZPkL28Xi4XZV5W75 { color:#5e5e5e;display:block;width:50.3125rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.61865234375rem;left:5.75rem;height:18.709rem;display:block; }#mkyGArddmSnmLsTLZPkL28Xi4XZV5W75 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#mkyGArddmSnmLsTLZPkL28Xi4XZV5W75 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#06720f;display:block;width:54.875rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.0439453125rem;left:2.5625rem;height:7.349125rem;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; }
#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row .container { background-color: transparent; background-image: none; }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row .container > .video-iframe-container { display: none; }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row > .video-iframe-container { display: none; }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .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); }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row .container { border-width: 0; border-radius: 0; }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-form-header {  }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-regular-label { height:auto;display:block;font-family:satoshi;font-size:0.875rem;font-weight:700;color:#ffffff;width:28.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .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; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-button { background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.875rem;margin-bottom:0.25rem;margin-left:2.875rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:23.0625rem;height:4.25rem;font-family:satoshi;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;border-top-right-radius:3.625rem;border-bottom-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-top-left-radius:3.625rem;line-height:2; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:satoshi;font-size:0.875rem;font-weight:400;font-style:normal; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .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:satoshi;line-height:1.3;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:27.625rem;overflow:hidden;font-style:normal; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .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; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-container:first-of-type{padding-top:0;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-container:last-of-type{padding-bottom:0;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -moz-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -ms-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -o-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );";background-image: linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.0625rem;top:3.25rem;z-index:14998;position:absolute; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.875rem;display:block;vertical-align:top; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T {display:block;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -moz-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -ms-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-image: -o-linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06720f', endColorstr='#06720fcc' );";background-image: linear-gradient(45deg, #06720f, rgba(6,114,15,0.8));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.0625rem;top:3.25rem;z-index:14998;position:absolute; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #KlcQV2ygxTeNopCATPbcFfGbs9gkd09c { position:relative; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #GRsrFGXv1wZ9vGgtED3wbcTsTZt0L8WZ { position:relative;display:block; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #pnh2zhEi945mtxq6p2V8Fl5lNLmdsfp3 { position:relative; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #T4OQZfOGaTPmc8IzH6lvRnz1cFI1WNwF { position:relative; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #CXNlK5x8Bud4gQGWIToomLTXe5ZFZyd1 { position:relative;display:block; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #K61ktQF3DqL45nvWcWb4CrxaTzSOJpRh { position:relative; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #LlTx4RsOiw8BFDEMvEoKwRprlrnXgBQ4 { position:relative; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #cVVNDmW5cvJwqNPQvdkMcotvcgOBMqw1 { position:relative;z-index:2; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #n5ugg8JItKXsfEM8aZqvoKbmcwCR5Bun { position:relative; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #v3K0zXfObFM0QmM0r595f61yxgwWLxZO { position:relative; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #SMKlQpH8wSpahCWGyctrvPAowsRz3tZc { position:relative; }
#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row .container { background-color: transparent; background-image: none; }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row .container > .video-iframe-container { display: none; }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row > .video-iframe-container { display: none; }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .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); }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row .container { border-width: 0; border-radius: 0; }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#kG7MU6oTOinXkOcCzkTrudlhifAmbA5q { color:#ededed;display:block;width:21.1875rem;position:absolute;font-family:satoshi;font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.494140625rem;left:6.0625rem;height:3.07470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rydW6oS1CTdSR3kVoObX2S2X3srTbIr6 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#b2b2b2;background-image:none;top:5rem;left:0rem;display:block; }
#KO3xL4d13DN9VFdckuqALTvUPGkTpThB { box-sizing:content-box;height:2.6875rem;width:34.625rem;position:absolute;display:block;z-index:15015;background-color:#ef8b07;background-image:none;top:3.6875rem;left:0rem;display:block; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#06720f;background-image:none;vertical-align:top;border-top:0.125rem solid #cec7bf;border-left:0.125rem solid #cec7bf;border-right:0.125rem solid #cec7bf;border-bottom:0.125rem solid #cec7bf; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .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; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.1875rem;font-family:satoshi;height:auto;color:#ededed;font-style:normal; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:satoshi;color:#ededed;line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .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_4cec429f2c186c098323a40e01c23a9eb0db3fb0.svg");background-size:contain !important; }#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .accordion-trigger.adaptive-delivery-prevent-bg, #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .accordion-trigger.lazyload, #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .accordion-trigger.lazyloading { background-image: none; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R { box-sizing:content-box;height:auto;width:59.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.6875rem;left:0.46875rem; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #nybnr80p0DXntbAHGJWNO54bWUcGx690 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG { display:block;position:relative; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #nTZvim1OAuKxHEv3qwDvhazTy6TvWxya { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #AaSC2xQDQoBSoupxJHzGIJt0Ng9HXPdd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #MJhx9eqc7TfP22XmTaDiwCvibvI4WRxG { display:block;position:relative; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #JleSpLSu6nvIE3w20mTAaiEzIMNnwD6D {  }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #RFJi7f07uczfC2iC1eOhKTHLTWm7hzZw { display:none; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #y7Ae3OhambTnZtllLSQd05qczOMo7kNd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #E2B77GSro0xBrLkrBLo3LyL7IctObJkw { display:block;position:relative; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #xxMUsqUUwikng1mcHMQH06t5lR28G5NT { display:none; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX { display:block;position:relative; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo { display:none; }
#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row .container { background-color: transparent; background-image: none; }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row .container > .video-iframe-container { display: none; }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row > .video-iframe-container { display: none; }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .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); }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row .container { border-width: 0; border-radius: 0; }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#S9rDUeAc08ziZZ2hUdrIgo09InvZZLi4 { color:#000000;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;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) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:32.625rem;height:;top:2.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:28.5rem;height:;top:14.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:22.3125rem;height:34.125rem;top:3.9375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:30.5rem;height:30.5rem;top:2.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:7.5rem;height:7.5rem;top:4.75rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:6.5rem;left:42.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:1.4375rem;top:8.125rem;left:41.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-regular-label { display:block;width:20.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-text { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-text {padding-top: 0; padding-bottom: 0;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-textarea { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-select { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-select {padding-top: 0; padding-bottom: 0;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2rem; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-checkbox-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT  { width:20.3125rem;height:auto;top:22.6875rem;left:0rem; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .radio-container { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT {display:block;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT { width:20.3125rem;height:auto;top:22.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #N8flPosSdM05IuPeQBDprVZparT95uWm {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #w5usgIpqlrlvIXJ6ZFCNGrh1PQ5e95mH { display:block; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #GTa2ICVNwN4r2rUzxvNOeSEM3M1Xzmda {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #Nih4R1ymd6JwioaBcNQFmN164XprDoe6 {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #CF0yJ8GMqw7uxNNhdkQz918J08GOndTt { display:block; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #seBTZ95HeTB8HW8I3n0e0KNnAv3BkLFw {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #z8SAwie2RqsUKvKtm5gfVRNhSs0cGU78 {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #VuFiT5wwnw9ZHR6c46n7yk00q1abGJMk { z-index:2; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #WXFNV3eNv749wCyTuUE2w06yr6giT3QZ {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #nBWHScBQ94zt3wvUMGziKx3RI4ZXBXfJ {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #Gw5Taqi78Byf8KU9HrTg1BCPTgvpTOR6 {  }
 }@media only screen and (max-width: 763px) { #NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA { display:block; }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSc94Bg1piXZt9fGUerqNnlu6BGlp0DH { top:6rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLF4H15eIRLq6yt6JXXWQHTs8CS7tD3A { top:13.8125rem;left:0.8125rem;width:46.9375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmpzsZ7zDgTDAwVdBBCT1LmkthTIRzwp { width:16.4375rem;height:3.375rem;top:21rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUQekQ0p3DGcBGETBv1sUXTkdFuTQVPM { display:block; }
 }@media only screen and (max-width: 763px) { #AgXyzPR75wtN3nTK3IDFAb9dvxAP0cAd { top:2.875rem;left:0rem;width:47.625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTan9CCIv94Hnqvs9Iz38E1RHBKW4kLm { top:8.5625rem;left:1.75rem;width:43.125rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure { display:block; }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6eKulDLc5cq9221AlJ7hqXws8FpiwrU { width:39rem;height:3.375rem;top:2.5625rem;left:5.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #legnxNsabLMIlcdRlTQc4C0cMOE5OLwL { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBu58GQXmCulVvi4g8OriU73o52BHfT8 { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGfcrrbrqbPTNKvRIVTX1gvTiu2RTL9V { width:23.625rem;height:13.125rem;top:11.25rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwPd49QWH5yJuTehfdbIBWiL1AthZbq { top:8.75rem;left:0rem;width:30.5625rem;height:;font-size:1.125rem;display:block; }#QTwPd49QWH5yJuTehfdbIBWiL1AthZbq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 763px) { #MlwzNsBu2xdr9ivhqlmm8mWSnLhecspz { width:19.6875rem;height:6.0625rem;top:14.5rem;left:28.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 { display:block; }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgTmPOtiAlu6qkeThp772hCyxqzbwKu0 { width:39rem;height:3.375rem;top:2.5625rem;left:5.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4oA2meqBNn4TgmZV5dtyfU6xCMhh1rX { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkTXsgkXdoXTMh8SM3L9l1NhWPeMBs15 { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plVgxGOTCpt5rqJTGXAMmXWyUFzqXVrR { top:8.5625rem;left:0.5rem;width:46.75rem;height:;font-size:0.9375rem;display:block; }#plVgxGOTCpt5rqJTGXAMmXWyUFzqXVrR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #WvrfgW4PF5L6rFrXvKgmwG6Quxbxllkf { width:21.9375rem;height:5.5625rem;top:16.3125rem;left:25.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rizIq8SszVMVrWQAsDebxJsTXynTWl0P { display:block; }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROEIaDFmZGn7ivh1ICJ3CtREP9JBmkXm { width:32.375rem;height:24.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnE7vtmOPBblL8GtugH51STI0ChA65qN { width:34.8125rem;height:2.6875rem;top:4.3125rem;left:12.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0ZG5la5NS05SwpQymNGCCcD44bDCKa { width:20.0625rem;height:20.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUGmtniBfMTdCDXWsy1N4C66yuBcfSy9 { width:3.125rem;height:3.125rem;top:9rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQt4qLGeU0XZROWZitFnD6dAW12uS73 { width:22.6875rem;height:3.0625rem;top:9rem;left:25.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scG3XkKaQTDAO67qQCLelGpopOCPIwvO { width:3.125rem;height:3.125rem;top:13.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLf5BD1DEaGibfC1gmgxQRukTJowNiQZ { width:22.6875rem;height:2.8125rem;top:13.375rem;left:25.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBtvQNgGiGIrbZKbpGvoaTlwuGLOp46k { width:2.25rem;height:2.25rem;top:13.6875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFpnsJN2TROkO9OVsR4EJyqbWCO8nFz { width:3.125rem;height:3.125rem;top:17.75rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ary8hEmFCOgwOaex0wcKCmHEvwLHTQs4 { width:2.25rem;height:2.25rem;top:18.1875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM062dDtyka2ZUi5IlouHKapCBJnx1Pb { width:22.625rem;height:1.375rem;top:18.625rem;left:25.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Xu27lJqiAel5dTlD0EMyZ0n2hhRbmm { width:28.1875rem;height:11.8125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzVw4QOuzBTQqbCsN3Qr4q0smkMJBLwb { width:24.4375rem;height:1.5625rem;top:24.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQtdh085rGvweDTy893WBCHMK2lL0OsF { width:26.375rem;height:7.0625rem;top:26.625rem;left:0rem;font-size:1rem;display:block; }#XQtdh085rGvweDTy893WBCHMK2lL0OsF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59c58ca305acababd355af60ca3c749d993297e8.svg); }
 }@media only screen and (max-width: 763px) { #aK3dIxblxsxLNpdsgusy4HpG3MoKDmNd { width:21.8125rem;height:13.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTkeUFGE0tVZghPgHIc1T6LNreTeCCbH { width:2.25rem;height:2.25rem;top:9.4375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrKrz8znTHBfcPP8pwMzJ1mKf1RdTE89 { width:2.25rem;height:2.25rem;top:21.375rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4o3hMTVgV5VgPxcWcgSu1Bgg0FrdiIm { width:3.125rem;height:3.125rem;top:22.375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvc975geKiRpawtTgClJCSA2NGavPWrd { width:2.25rem;height:2.25rem;top:22.8125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1erTt6WgfwhzSySvBha2WOLhHU2HKfF { width:22.625rem;height:2.8125rem;top:22.5rem;left:25.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:;top:1.0625rem;left:2rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.75rem;height:;top:5.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnT7qmHnGE2RO8os8vsaB9RzGFbRRJdV { width:47.75rem;height:3.625rem;top:11.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:16.0625rem;height:2.875rem;top:6.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:16.0625rem;height:3.125rem;top:6.75rem;left:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:16.0625rem;height:4.0625rem;top:1.5rem;left:15.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:31.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAqfx3sHJ6zgHSTME6aBscF1J5Fxi7HF { width:16.0625rem;height:;top:9.9375rem;left:0rem;font-size:1rem;display:block; }#HAqfx3sHJ6zgHSTME6aBscF1J5Fxi7HF li:before{  }
 }@media only screen and (max-width: 763px) { #eCgzD357hTZ2BX7PnPatqvWTmrvHgczv { width:16.0625rem;height:;top:10.5rem;left:15.6875rem;font-size:1rem;display:block; }#eCgzD357hTZ2BX7PnPatqvWTmrvHgczv li:before{  }
 }@media only screen and (max-width: 763px) { #G5IvSl8gTJxAPGmH4F7gDvDlM0mohaxk { width:16.0625rem;height:1.5625rem;top:6.625rem;left:31.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdQL26Dvg8yhhNriPmScN0QkeLnwwast { width:16.0625rem;height:;top:9.9375rem;left:31.5625rem;font-size:1rem;display:block; }#GdQL26Dvg8yhhNriPmScN0QkeLnwwast li:before{  }
 }@media only screen and (max-width: 763px) { #BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS { display:block; }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztJmg4rTLDUTfln3A8nSQ3d4GnqFXMbZ { width:18.75rem;height:0.875rem;top:0rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfwIoZfLOVVveGQZXzZl1mNlVleRLszI { width:16.0625rem;height:4.0625rem;top:0.875rem;left:3.90625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5E0TZZhJbPurSbAsxvHWFvgcietkzfd { width:16.0625rem;height:2.875rem;top:4.9375rem;left:3.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq8ERAP4GIz8IvT4DmP9ZfXlZbvaQLRX { width:16.0625rem;height:;top:8.625rem;left:3.90625rem;font-size:1rem;display:block; }#wq8ERAP4GIz8IvT4DmP9ZfXlZbvaQLRX li:before{  }
 }@media only screen and (max-width: 763px) { #mLt5TiIN7MDOcQy6OlHfEiXs10Dp2FVT { width:16.0625rem;height:4.0625rem;top:0.875rem;left:27.78125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnHkQJfR9OWd1s2C8E0RwSwZKCJWh4yg { width:18.75rem;height:0.875rem;top:0rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdkcvUh18uaAvoc0cHCfHZJqTspZBTwO { width:16.0625rem;height:3.125rem;top:4.9375rem;left:27.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQT1qsdXfc5oGMC9CbTTUpDqre6mEhPo { width:16.0625rem;height:;top:8.625rem;left:27.78125rem;font-size:1rem;display:block; }#JQT1qsdXfc5oGMC9CbTTUpDqre6mEhPo li:before{  }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:22.875rem;height:3.9375rem;top:2.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 { display:block; }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtR3tzQqA7REPiMm1Md7zNQAFDfLx5sO { width:6.25rem;height:0.0625rem;top:4.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDotSMwyGRmDMZl3lL9vUPsqrdTEmbJa { width:47.75rem;height:3.29980625rem;top:5.8125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qObE3kB2490q3FZQ4lpngbAFcUVr6bVC { width:43.0625rem;height:;top:11.25rem;left:2.34375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpeAhiCwpSJnZaHVVXR9S7MBvSkA2wI9 { width:47.75rem;height:;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNl3EvkrG8MLKu8rXdMV6zkkTUGCV6sa { width:47.75rem;height:4.9375rem;top:22.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP3uuTNK6Zzu4hhWHglPe7Gbifbvuynv { width:47.75rem;height:2rem;top:20.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAdWJhasi7qVH7Qnu9iUOrDKqNTbiPRR { width:47.75rem;height:3.3125rem;top:33rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgcFLkP7GtBldLHLM6P8hAiT4GiABMvi { width:47.75rem;height:2rem;top:30.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.0625rem;height:3.5625rem;top:5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:3.875rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { width:3.4375rem;height:3.4375rem;top:0.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:5.1875rem;top:10rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:3.4375rem;top:5rem;left:14.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { width:3.125rem;height:3.125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:5.1875rem;top:10rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:17.0625rem;height:3.5625rem;top:5rem;left:30.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { width:3.3125rem;height:3.3125rem;top:0.4375rem;left:31.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne { display:block; }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meEmpwBaTCT9uSGGzI1vrcmIEQVPgn38 { width:17.0625rem;height:3.5625rem;top:5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6He4O6r8ibPqb0UQ6D99PopQVCROSae { width:17.0625rem;height:5.1875rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLWTTrgTdO2zEVatG6IesibNWI0pNKha { width:3.4375rem;height:3.4375rem;top:0.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDbRITZpmf286IAuBC1L6vdB2J383duS { width:17.0625rem;height:5.1875rem;top:10.9375rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwXSzsU44y2R8oID7eTxcKHQVwwdAU6N { width:17.0625rem;height:3.5625rem;top:5rem;left:14.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLdzbpqgumZU8FE3CU5o15HeQvdqhVu { width:3.125rem;height:3.125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPNH862VLC1NrSMZuVHoEMMkqMhdhcFt { width:17.0625rem;height:5.1875rem;top:10.9375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFwVU8oPsosFCbHBbFPolVNxD84x0tz { width:17.0625rem;height:5.125rem;top:5rem;left:30.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfqeDx9vT62BruvN2vZuDUsulGeRRgiL { width:3.3125rem;height:3.3125rem;top:0.4375rem;left:31.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szn6RRyn9CoD4XppnTqKzKlNhOV37cUL { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPRwiNNqvrEsMcSygmgaHyzqdBlftUMT { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUC9BlqekKLSxOoWwOmpydEgW7AHHtQl { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuOFMWUOKR52IaX022mLErIRf7QL4I2C { width:22.875rem;height:3.9375rem;top:2.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5HbCwN8WiGLtRWdyKKAsJdKD3qy78Uy { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:3.5rem;top:2.625rem;left:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:43.75rem;height:2.25rem;top:6.125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI { display:block; }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBvDCA0nBbKGZO1tlZxyZuRxpCASMICn { top:1.59375rem;left:23.875rem;width:23.875rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyXf1TAXsMfTyRMx7BGu4a1Sp9aM6Rwf { top:2.4375rem;left:0.84375rem;width:22.1875rem;height:35.693875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBN3kPdDxzUv9BBHt9GLuZVfXRCRHz8m { width:12.0625rem;height:5.875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 { display:block; }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTSHrCIEU12N890ipzVcRmTHCHPLP4qV { width:39rem;height:3.375rem;top:2.5625rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edTXnWmP2EG4FEWlAyrT96z4ubpbTOo8 { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0iRHLzKkTNdZ1qpQKOp8Pz2DKqugTTi { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkyGArddmSnmLsTLZPkL28Xi4XZV5W75 { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#mkyGArddmSnmLsTLZPkL28Xi4XZV5W75 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:7.3125rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t { display:block; }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-regular-label { display:block;width:28.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-text { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-textarea { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-select { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-button { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.875rem; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-checkbox-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T  { width:28.875rem;height:auto;top:3.25rem;left:8.9375rem; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .radio-container { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T {display:block;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T { width:28.875rem;height:auto;top:3.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #KlcQV2ygxTeNopCATPbcFfGbs9gkd09c {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #GRsrFGXv1wZ9vGgtED3wbcTsTZt0L8WZ { display:block; }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #pnh2zhEi945mtxq6p2V8Fl5lNLmdsfp3 {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #T4OQZfOGaTPmc8IzH6lvRnz1cFI1WNwF {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #CXNlK5x8Bud4gQGWIToomLTXe5ZFZyd1 { display:block; }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #K61ktQF3DqL45nvWcWb4CrxaTzSOJpRh {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #LlTx4RsOiw8BFDEMvEoKwRprlrnXgBQ4 {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #cVVNDmW5cvJwqNPQvdkMcotvcgOBMqw1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #n5ugg8JItKXsfEM8aZqvoKbmcwCR5Bun {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #v3K0zXfObFM0QmM0r595f61yxgwWLxZO {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #SMKlQpH8wSpahCWGyctrvPAowsRz3tZc {  }
 }@media only screen and (max-width: 763px) { #Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN { display:block; }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kG7MU6oTOinXkOcCzkTrudlhifAmbA5q { width:21.1875rem;height:3.07470625rem;top:3.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rydW6oS1CTdSR3kVoObX2S2X3srTbIr6 { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO3xL4d13DN9VFdckuqALTvUPGkTpThB { width:34.625rem;height:2.6875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #nybnr80p0DXntbAHGJWNO54bWUcGx690 {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #nTZvim1OAuKxHEv3qwDvhazTy6TvWxya {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #AaSC2xQDQoBSoupxJHzGIJt0Ng9HXPdd {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #MJhx9eqc7TfP22XmTaDiwCvibvI4WRxG {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #JleSpLSu6nvIE3w20mTAaiEzIMNnwD6D {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #RFJi7f07uczfC2iC1eOhKTHLTWm7hzZw {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z { display:block; }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9rDUeAc08ziZZ2hUdrIgo09InvZZLi4 { width:47.75rem;height:1.5rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:9.7485625rem;top:1rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:4.38720625rem;top:13.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:13.125rem;height:20.125rem;top:22.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:20.5625rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.3125rem;height:6.3125rem;top:22.5625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:23.875rem;left:14.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:1.3496125rem;top:25.5rem;left:13.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-text {padding-top: 0; padding-bottom: 0;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-select {padding-top: 0; padding-bottom: 0;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:1.75rem;font-size:1rem;overflow:hidden;height:2.9375rem;line-height:1.6; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT  { width:17.5rem;height:auto;top:43.6875rem;left:0rem; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F2012UUm7iBm0x547utmA0ufqZdcn5HT {display:block;}#F2012UUm7iBm0x547utmA0ufqZdcn5HT { width:17.5rem;height:auto;top:43.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #N8flPosSdM05IuPeQBDprVZparT95uWm {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #w5usgIpqlrlvIXJ6ZFCNGrh1PQ5e95mH { display:block; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #GTa2ICVNwN4r2rUzxvNOeSEM3M1Xzmda {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #Nih4R1ymd6JwioaBcNQFmN164XprDoe6 {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #CF0yJ8GMqw7uxNNhdkQz918J08GOndTt { display:block; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #seBTZ95HeTB8HW8I3n0e0KNnAv3BkLFw {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #z8SAwie2RqsUKvKtm5gfVRNhSs0cGU78 {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #VuFiT5wwnw9ZHR6c46n7yk00q1abGJMk { z-index:2; }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #WXFNV3eNv749wCyTuUE2w06yr6giT3QZ {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #nBWHScBQ94zt3wvUMGziKx3RI4ZXBXfJ {  }
 }@media only screen and (max-width: 763px) { #F2012UUm7iBm0x547utmA0ufqZdcn5HT #Gw5Taqi78Byf8KU9HrTg1BCPTgvpTOR6 {  }
 }@media only screen and (max-width: 763px) { #NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA { display:block; }#NSacFbBLorn4VKnz3JQxPV7vEl3X3kxA > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSc94Bg1piXZt9fGUerqNnlu6BGlp0DH { width:20rem;height:4rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLF4H15eIRLq6yt6JXXWQHTs8CS7tD3A { width:18.75rem;height:6rem;top:10.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmpzsZ7zDgTDAwVdBBCT1LmkthTIRzwp { width:11.875rem;height:3.375rem;top:40.125rem;left:4.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #BUQekQ0p3DGcBGETBv1sUXTkdFuTQVPM { display:block; }
 }@media only screen and (max-width: 763px) { #AgXyzPR75wtN3nTK3IDFAb9dvxAP0cAd { width:19.875rem;height:21.125rem;top:8.625rem;left:0rem;z-index:14987;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTan9CCIv94Hnqvs9Iz38E1RHBKW4kLm { width:20rem;height:0;top:44.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure { display:block; }#xSoAmeCeWnQalhyyfpAOSNmKMDB0Dure > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6eKulDLc5cq9221AlJ7hqXws8FpiwrU { width:20rem;height:4.5rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #legnxNsabLMIlcdRlTQc4C0cMOE5OLwL { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBu58GQXmCulVvi4g8OriU73o52BHfT8 { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGfcrrbrqbPTNKvRIVTX1gvTiu2RTL9V { width:20rem;height:9.8125rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwPd49QWH5yJuTehfdbIBWiL1AthZbq { width:20rem;height:23.0625rem;top:7.0625rem;left:0rem;font-size:0.9375rem;display:block; }#QTwPd49QWH5yJuTehfdbIBWiL1AthZbq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 763px) { #MlwzNsBu2xdr9ivhqlmm8mWSnLhecspz { width:16.9375rem;height:3.65625rem;top:37.1875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 { display:block; }#k656IVXw37K2dNi63MsnsE0Rq2aDwdb5 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgTmPOtiAlu6qkeThp772hCyxqzbwKu0 { width:20rem;height:4.5rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #E4oA2meqBNn4TgmZV5dtyfU6xCMhh1rX { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkTXsgkXdoXTMh8SM3L9l1NhWPeMBs15 { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #plVgxGOTCpt5rqJTGXAMmXWyUFzqXVrR { width:20rem;height:23.0625rem;top:7.0625rem;left:0rem;font-size:0.9375rem;display:block; }#plVgxGOTCpt5rqJTGXAMmXWyUFzqXVrR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #WvrfgW4PF5L6rFrXvKgmwG6Quxbxllkf { width:16.9375rem;height:3.65625rem;top:37.1875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rizIq8SszVMVrWQAsDebxJsTXynTWl0P { display:block; }#rizIq8SszVMVrWQAsDebxJsTXynTWl0P > .row .container { width:20rem;height:112.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROEIaDFmZGn7ivh1ICJ3CtREP9JBmkXm { width:20rem;height:18.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnE7vtmOPBblL8GtugH51STI0ChA65qN { width:20rem;height:4.5rem;top:20.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0ZG5la5NS05SwpQymNGCCcD44bDCKa { width:18.125rem;height:18.125rem;top:-1.46875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUGmtniBfMTdCDXWsy1N4C66yuBcfSy9 { width:3.125rem;height:3.125rem;top:51.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQt4qLGeU0XZROWZitFnD6dAW12uS73 { width:18.5rem;height:2.4375rem;top:29.3125rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scG3XkKaQTDAO67qQCLelGpopOCPIwvO { width:3.125rem;height:3.125rem;top:43.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLf5BD1DEaGibfC1gmgxQRukTJowNiQZ { width:17.1875rem;height:2.25rem;top:39.9375rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBtvQNgGiGIrbZKbpGvoaTlwuGLOp46k { display:flex;width:2.25rem;height:2.25rem;top:44.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #TGFpnsJN2TROkO9OVsR4EJyqbWCO8nFz { width:3.125rem;height:3.125rem;top:58.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ary8hEmFCOgwOaex0wcKCmHEvwLHTQs4 { display:flex;width:2.25rem;height:2.25rem;top:58.75rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #WM062dDtyka2ZUi5IlouHKapCBJnx1Pb { width:18.625rem;height:2.25rem;top:47.4375rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4Xu27lJqiAel5dTlD0EMyZ0n2hhRbmm { width:20rem;height:16.9375rem;top:76.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RzVw4QOuzBTQqbCsN3Qr4q0smkMJBLwb { width:20rem;height:1.57470625rem;top:78.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XQtdh085rGvweDTy893WBCHMK2lL0OsF { width:18.5rem;height:10.035125rem;top:80.75rem;left:0.75rem;font-size:0.875rem;display:block; }#XQtdh085rGvweDTy893WBCHMK2lL0OsF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59c58ca305acababd355af60ca3c749d993297e8.svg); }
 }@media only screen and (max-width: 763px) { #aK3dIxblxsxLNpdsgusy4HpG3MoKDmNd { width:13.8125rem;height:8.625rem;top:3.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTkeUFGE0tVZghPgHIc1T6LNreTeCCbH { display:flex;width:2.25rem;height:2.25rem;top:67.8125rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #xrKrz8znTHBfcPP8pwMzJ1mKf1RdTE89 { display:flex;width:2.25rem;height:2.25rem;top:51.5625rem;left:8.875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #R4o3hMTVgV5VgPxcWcgSu1Bgg0FrdiIm { width:3.125rem;height:3.125rem;top:94.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvc975geKiRpawtTgClJCSA2NGavPWrd { display:flex;width:2.25rem;height:2.25rem;top:94.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #m1erTt6WgfwhzSySvBha2WOLhHU2HKfF { width:20rem;height:0;top:98.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.79980625rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:3.5996125rem;top:6.2744140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnT7qmHnGE2RO8os8vsaB9RzGFbRRJdV { width:20rem;height:0;top:11.0869140625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:17.25rem;height:2.5996125rem;top:3.375rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:2.5996125rem;top:8.6875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:2.79980625rem;top:29.93655rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.25rem;height:2.5996125rem;top:24.62405rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:22.49905rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:17.25rem;height:2.5996125rem;top:47.47266875rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:45.34766875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAqfx3sHJ6zgHSTME6aBscF1J5Fxi7HF { width:16.0625rem;height:8.7119375rem;top:12.5371125rem;left:1.9375rem;font-size:1rem;display:block; }#HAqfx3sHJ6zgHSTME6aBscF1J5Fxi7HF li:before{  }
 }@media only screen and (max-width: 763px) { #eCgzD357hTZ2BX7PnPatqvWTmrvHgczv { width:16.0625rem;height:10.1118125rem;top:33.98635625rem;left:1.9375rem;font-size:1rem;display:block; }#eCgzD357hTZ2BX7PnPatqvWTmrvHgczv li:before{  }
 }@media only screen and (max-width: 763px) { #G5IvSl8gTJxAPGmH4F7gDvDlM0mohaxk { width:16.0625rem;height:1.57470625rem;top:52.78516875rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdQL26Dvg8yhhNriPmScN0QkeLnwwast { width:16.0625rem;height:10.1118125rem;top:55.6093875rem;left:1.9375rem;font-size:1rem;display:block; }#GdQL26Dvg8yhhNriPmScN0QkeLnwwast li:before{  }
 }@media only screen and (max-width: 763px) { #BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS { display:block; }#BMDyLTBvIuI3pobo7va1kGqqMmWlqJqS > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztJmg4rTLDUTfln3A8nSQ3d4GnqFXMbZ { width:18.75rem;height:0.875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfwIoZfLOVVveGQZXzZl1mNlVleRLszI { width:16.0625rem;height:2.5996125rem;top:3.375rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5E0TZZhJbPurSbAsxvHWFvgcietkzfd { width:16.0625rem;height:1.29980625rem;top:7.2246125rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wq8ERAP4GIz8IvT4DmP9ZfXlZbvaQLRX { width:16.0625rem;height:8.7119375rem;top:9.77441875rem;left:1.9375rem;font-size:1rem;display:block; }#wq8ERAP4GIz8IvT4DmP9ZfXlZbvaQLRX li:before{  }
 }@media only screen and (max-width: 763px) { #mLt5TiIN7MDOcQy6OlHfEiXs10Dp2FVT { width:16.0625rem;height:2.5996125rem;top:21.86135625rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hnHkQJfR9OWd1s2C8E0RwSwZKCJWh4yg { width:18.75rem;height:0.875rem;top:19.73635625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdkcvUh18uaAvoc0cHCfHZJqTspZBTwO { width:16.0625rem;height:2.79980625rem;top:25.71096875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQT1qsdXfc5oGMC9CbTTUpDqre6mEhPo { width:16.0625rem;height:8.7119375rem;top:29.760775rem;left:1.9375rem;font-size:1rem;display:block; }#JQT1qsdXfc5oGMC9CbTTUpDqre6mEhPo li:before{  }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:11rem;height:3.25rem;top:1.1875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 { display:block; }#nZAogifaSpoS5PkkZt7P7wcTw4Et8o91 > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtR3tzQqA7REPiMm1Md7zNQAFDfLx5sO { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDotSMwyGRmDMZl3lL9vUPsqrdTEmbJa { width:20rem;height:2.3999rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qObE3kB2490q3FZQ4lpngbAFcUVr6bVC { width:20rem;height:1.75rem;top:6.2119125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpeAhiCwpSJnZaHVVXR9S7MBvSkA2wI9 { width:20rem;height:3.1494125rem;top:10.9619125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNl3EvkrG8MLKu8rXdMV6zkkTUGCV6sa { width:20rem;height:1.57470625rem;top:19.33544921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zP3uuTNK6Zzu4hhWHglPe7Gbifbvuynv { width:20rem;height:1.75rem;top:16.71044921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAdWJhasi7qVH7Qnu9iUOrDKqNTbiPRR { width:20rem;height:3.1494125rem;top:26.708984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgcFLkP7GtBldLHLM6P8hAiT4GiABMvi { width:20rem;height:1.75rem;top:23.521484375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:7.7988125rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:4.94970625rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:2.5996125rem;top:11.07421875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:5.19921875rem;top:24.5625rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:3.29980625rem;top:20.75rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { display:flex;width:3.6875rem;height:3.6875rem;top:15.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:3.8994125rem;top:39.9375rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:3.29980625rem;top:35.4375rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { display:flex;width:3.25rem;height:3.25rem;top:31.09375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:15.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:30.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne { display:block; }#y9q2yFSCE6VovxzE5MtXJUZVLUOUgcne > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meEmpwBaTCT9uSGGzI1vrcmIEQVPgn38 { width:16.5rem;height:3.29980625rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6He4O6r8ibPqb0UQ6D99PopQVCROSae { width:17.0625rem;height:5.19921875rem;top:9.19921875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLWTTrgTdO2zEVatG6IesibNWI0pNKha { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #KDbRITZpmf286IAuBC1L6vdB2J383duS { width:17.0625rem;height:5.19921875rem;top:24.8125rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwXSzsU44y2R8oID7eTxcKHQVwwdAU6N { width:16.5rem;height:3.29980625rem;top:20.75rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTLdzbpqgumZU8FE3CU5o15HeQvdqhVu { display:flex;width:3.6875rem;height:3.6875rem;top:15.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #fPNH862VLC1NrSMZuVHoEMMkqMhdhcFt { width:17.0625rem;height:5.19921875rem;top:42.875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyFwVU8oPsosFCbHBbFPolVNxD84x0tz { width:16.5rem;height:4.94970625rem;top:37.1875rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfqeDx9vT62BruvN2vZuDUsulGeRRgiL { display:flex;width:3.25rem;height:3.25rem;top:32.84375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #Szn6RRyn9CoD4XppnTqKzKlNhOV37cUL { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPRwiNNqvrEsMcSygmgaHyzqdBlftUMT { width:1.875rem;height:4.1875rem;top:15.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUC9BlqekKLSxOoWwOmpydEgW7AHHtQl { width:1.875rem;height:4.1875rem;top:32.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuOFMWUOKR52IaX022mLErIRf7QL4I2C { width:18.75rem;height:3.9375rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5HbCwN8WiGLtRWdyKKAsJdKD3qy78Uy { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:2.79980625rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:19.6875rem;height:3.82421875rem;top:5.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI { display:block; }#LLyC5cE4NgWQ7BS4XTlTLWsP4IhwtHSI > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBvDCA0nBbKGZO1tlZxyZuRxpCASMICn { width:11.5625rem;height:17.375rem;top:37.6909375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyXf1TAXsMfTyRMx7BGu4a1Sp9aM6Rwf { width:20rem;height:35.191375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cBN3kPdDxzUv9BBHt9GLuZVfXRCRHz8m { width:12.0625rem;height:5.875rem;top:52.12841796875rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 { display:block; }#SBMTX4zuf5fdJyA11O84I5OG8xEma1z7 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTSHrCIEU12N890ipzVcRmTHCHPLP4qV { width:20rem;height:2.0996125rem;top:2.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #edTXnWmP2EG4FEWlAyrT96z4ubpbTOo8 { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0iRHLzKkTNdZ1qpQKOp8Pz2DKqugTTi { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkyGArddmSnmLsTLZPkL28Xi4XZV5W75 { width:18.125rem;height:19.670875rem;top:5.9121125rem;left:0.9375rem;font-size:0.8125rem;display:block; }#mkyGArddmSnmLsTLZPkL28Xi4XZV5W75 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:6.599125rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t { display:block; }#HhC7ZZQ6UVREEKf7VvH9LLX1UgOVWQ5t > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-regular-label { display:block;width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-input-button { width:12.5rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:1.5625rem;font-size:1rem;overflow:hidden;height:2.9375rem;line-height:1.6; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .widget-checkbox-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T  { width:15.625rem;height:auto;top:7.25rem;left:0.9375rem; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T {display:block;}#qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T { width:15.625rem;height:auto;top:7.25rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #KlcQV2ygxTeNopCATPbcFfGbs9gkd09c {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #GRsrFGXv1wZ9vGgtED3wbcTsTZt0L8WZ { display:block; }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #pnh2zhEi945mtxq6p2V8Fl5lNLmdsfp3 {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #T4OQZfOGaTPmc8IzH6lvRnz1cFI1WNwF {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #CXNlK5x8Bud4gQGWIToomLTXe5ZFZyd1 { display:block; }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #K61ktQF3DqL45nvWcWb4CrxaTzSOJpRh {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #LlTx4RsOiw8BFDEMvEoKwRprlrnXgBQ4 {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #cVVNDmW5cvJwqNPQvdkMcotvcgOBMqw1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #n5ugg8JItKXsfEM8aZqvoKbmcwCR5Bun {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #v3K0zXfObFM0QmM0r595f61yxgwWLxZO {  }
 }@media only screen and (max-width: 763px) { #qTggAxgdshkd2ObZ6EL4S6aTiQnvnr8T #SMKlQpH8wSpahCWGyctrvPAowsRz3tZc {  }
 }@media only screen and (max-width: 763px) { #Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN { display:block; }#Igb5xu98gvEoLnWagXJTkhTxK6BW0AzN > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kG7MU6oTOinXkOcCzkTrudlhifAmbA5q { width:20rem;height:2.3999rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;color:#ff9100;display:block; }
 }@media only screen and (max-width: 763px) { #rydW6oS1CTdSR3kVoObX2S2X3srTbIr6 { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO3xL4d13DN9VFdckuqALTvUPGkTpThB { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R { display:flex;height:auto;width:20rem;top:6.2119125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #nybnr80p0DXntbAHGJWNO54bWUcGx690 {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #nTZvim1OAuKxHEv3qwDvhazTy6TvWxya {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #AaSC2xQDQoBSoupxJHzGIJt0Ng9HXPdd {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #MJhx9eqc7TfP22XmTaDiwCvibvI4WRxG {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #JleSpLSu6nvIE3w20mTAaiEzIMNnwD6D {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #RFJi7f07uczfC2iC1eOhKTHLTWm7hzZw {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #CTcDSGoZQc5y1XzdvVqhp39TovdpwJ6R #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z { display:block; }#F0AgBIqKyyaxcLP1h65ZhHd79er4Gc4z > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9rDUeAc08ziZZ2hUdrIgo09InvZZLi4 { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }