.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;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; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:54.2480625rem;position:absolute;font-family:spectral;font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:12.668186187744rem;left:2.8754348754883rem;height:10.7995625rem;color:#4c6958;font-style:normal;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; }
#oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#4c6958;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.24956875rem;width:25rem;position:absolute;display:block;z-index:15001;top:35.75rem;left:35rem;display:block; }
#Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { display:block;width:21.87175rem;position:absolute;font-family:spectral;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:37.5625rem;left:38.125rem;height:2.51855625rem;color:#ffffff;font-style:normal;display:block; }
#SsGBdENwTOPsiU4vbxZvzxX4yzEqThov { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.186625rem;width:20.9364375rem;top:1.9824219942093rem;left:19.53125rem;overflow:hidden;display:block; }
#glx7hdKmnPHecLm5zM9RZGqFCmPlGiEd { color:#000000;display:block;width:49.810125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.839410781861rem;left:5.0944023132324rem;height:7.473625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTy6VFWCxSzkhACB1AcLl6ZtJeMQUxtP { display:block;width:54.24975rem;position:absolute;font-family:spectral;font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:11.044921875rem;left:2.874755859375rem;height:7.2rem;color:#4c6958;font-style:normal;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:none; }
#ifXITRU5iT0Wu3SEak1cvM7RJoS5qGrK { color:#4c6958;display:block;width:33.186875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:35.749786376953rem;left:0rem;height:4.374025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { position:relative;display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { background-color: transparent; background-image: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { border-width: 0; border-radius: 0; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#4c6958;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.375rem;width:25rem;position:absolute;display:block;z-index:15000;top:0rem;left:35rem;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-form-header {  }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.9375rem;font-weight:300;color:rgba(255,255,255,0.88);width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:21.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem #000000 ;line-height:1.3; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem #000000 ;line-height:1.3; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#639f10;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;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#ffffff;width:21.25rem;height:3.75rem;font-family:poppins;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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:lato;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:20rem;overflow:hidden;font-style:normal;line-height:1.4; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:first-of-type{padding-top:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:last-of-type{padding-bottom:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:0rem;left:35.625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(255,255,255,0.5);vertical-align:top;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:0rem;left:35.625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #UW3TiNpsDm2D7iGFhhJ7RfAl4IFkVTzN { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #vKmnmoydbSVKXaKtVssoIPHxGoPkZKrp { position:relative;z-index:2; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #cpwkwE2LqpGBkS1NgbXTLhA5NHfB0P75 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK { position:relative; }
#g7qxVi9B45rN1DxeT3Na3uGDCd4wK2Sg { color:#000000;display:block;width:25.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:31.027992725372rem;left:34.625rem;height:1.78051875rem;display:block; }
#pXBD2ktZdH2ebTtDfcLOdas8qHFXo2u7 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5rem;left:35.46875rem;height:2.9245625rem;text-align:center;text-align-last:center;display:block; }
#gn8iatf5O0K3225CX6uR7HXEEZsBbG3P { color:rgba(0,0,0,0.83);display:block;width:23.9355625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:29.406467437744rem;left:36.064453125rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#Ddquzee7sFnTDxWXIis7pMFeKQDnEGMu { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:11.8125rem;left:0rem;height:5.0625rem;display:none; }
#qCpzHCLGwnSysNG8FU76Ar6oyCHMXpcw { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:6.9997830390931rem;left:1.6872825622559rem;height:22.1389375rem;overflow:hidden;display:block; }#qCpzHCLGwnSysNG8FU76Ar6oyCHMXpcw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qCpzHCLGwnSysNG8FU76Ar6oyCHMXpcw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
#Hdi8HUrNBfhfW5KvTRRlXAO3WeryTD54 { color:#000000;display:block;width:30.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.854736328125rem;left:1.294921875rem;height:5.11743125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:none; }
#H3vkZNkvc2VWhfLAT0aT12oIxyT5EaRG { color:#000000;display:block;width:52.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:40.5rem;left:1.6875rem;height:12.6430625rem;overflow:hidden;display:block; }#H3vkZNkvc2VWhfLAT0aT12oIxyT5EaRG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H3vkZNkvc2VWhfLAT0aT12oIxyT5EaRG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
#LA8EwussQ4O1DpyTw9LWTQtsgtNbPS4w { color:#3c6a04;display:block;width:27.6248125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.5rem;left:2.4375rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#zXksmmSlMOHVJ9naPQhBJ36k0myliiTx { color:#3c6a04;display:block;width:25.686875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9969649314881rem;left:1.6861991882324rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#TmAtaSlVHq7Q59sl3MRE6tAednRHCtIn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#4c6958;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3rem;width:60rem;position:absolute;display:block;z-index:15002;top:58.873482227326rem;left:-0.0625rem;display:block; }
#QKTG9Ms9y4eGaZL1IRENrX6oXI9VBasl { color:#000000;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5rem;left:35.46875rem;height:2.923825rem;text-align:center;text-align-last:center;display:none; }
#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka { position:relative;display:block; }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka { background-color: transparent; background-image: none; }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka > .row .container > .video-iframe-container { display: none; }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka > .row > .video-iframe-container { display: none; }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka > .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); }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka { border-width: 0; border-radius: 0; }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:111.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iHwbyu5TWAzaVxuFhcR8OqxslGk3yRRT { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid #4c6958;border-left:0.3125rem solid #4c6958;border-right:0.3125rem solid #4c6958;border-bottom:0.3125rem solid #4c6958;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.937rem;width:14.937rem;top:28.232666015625rem;left:4.34326171875rem;overflow:hidden;display:block; }
#X5KdCHrO8F3DpH1tJ35ClWZFbBXRLiqP { color:#000000;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5rem;left:35.46875rem;height:2.923825rem;text-align:center;text-align-last:center;display:none; }
#SghZyPoRz2K8VWBhou425tAekGgPkJxV { color:#ffffff;display:block;width:4.87305rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:1.8695755004882rem;left:27.562934875488rem;height:2.15625rem;text-align:justify;text-align-last:initial;display:block; }
#RM2XmmDZmOCiZh298URhIwQb8uqfzeTb { color:#ffffff;display:block;width:8.8748125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:47.5625rem;left:25.5625rem;height:2.15625rem;text-align:justify;text-align-last:initial;display:block; }
#TlXgO9uCovllwpRV6OVtcGf1tlf5HzS7 { position:absolute;display:block;z-index:15011;border-top:0.3125rem solid #4c6958;border-left:0.3125rem solid #4c6958;border-right:0.3125rem solid #4c6958;border-bottom:0.3125rem solid #4c6958;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:15rem;top:53rem;left:4.3125rem;overflow:hidden;display:block; }
#a2xJDhPPfLSTTf7AEyTAPH49v6EX8fcT { color:#000000;display:block;width:32.9985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.81201171875rem;left:24.030029296875rem;height:11.693875rem;overflow:hidden;display:block; }#a2xJDhPPfLSTTf7AEyTAPH49v6EX8fcT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a2xJDhPPfLSTTf7AEyTAPH49v6EX8fcT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
#na7GKbhDxrvaeJV7m1kUp2SnkkTJdXBs { color:#000000;display:block;width:30.3098125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:53.8740234375rem;left:24.68701171875rem;height:20.7890625rem;overflow:hidden;display:block; }#na7GKbhDxrvaeJV7m1kUp2SnkkTJdXBs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#na7GKbhDxrvaeJV7m1kUp2SnkkTJdXBs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
#MpZM56FFcJNT4DfrBR4FhRN5dTSqLmmU { position:absolute;display:block;z-index:15010;border-top:0.3125rem solid #4c6958;border-left:0.3125rem solid #4c6958;border-right:0.3125rem solid #4c6958;border-bottom:0.3125rem solid #4c6958;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:15rem;top:7.686767578125rem;left:3.749267578125rem;overflow:hidden;display:block; }
#HzUdIxbEJRz8JWo7ZSw6gt1hZFMQuZzh { color:#000000;display:block;width:32.9985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.67138671875rem;left:24.030029296875rem;height:15.5918125rem;overflow:hidden;display:block; }#HzUdIxbEJRz8JWo7ZSw6gt1hZFMQuZzh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HzUdIxbEJRz8JWo7ZSw6gt1hZFMQuZzh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
#NaPMHQima4PzcfrQF6FmUrAaevobsok8 { box-sizing:content-box;color:#4c6958;font-size:4.1875rem;font-weight:400;line-height:1;height:6.06079375rem;width:6.06079375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:103.06201171875rem;left:26.96923828125rem;display:block; }
#rMB99m5IJB2G3to8UBITVTgKTlqmw9ox { background-color:#4c6958;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:vollkorn;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4375rem;height:5.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:95.124755859375rem;left:14.436767578125rem;display:block; }
#awwrmywFrDkgqXp383FSgcTh6ZrLV8EO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDwqZXGNw5pdgV4RvPgpiWMd6OkQrLrN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.18725rem;width:20.937rem;top:0.859130859375rem;left:19.530029296875rem;overflow:hidden;display:none; }
#MP8AyqOuF6fVrqgnqMPFPxO9TImA5xBh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6855625rem;width:26.25rem;top:79.187255859375rem;left:16.875rem;overflow:hidden;display:block; }
#nUCm6AaHw2c2oyI2hI6AOGPNCgHqA059 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#4c6958;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.99913125rem;width:60rem;position:absolute;display:block;z-index:15003;top:47.125rem;left:0rem;display:block; }
#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c6958;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; }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row .container { background-color: transparent; background-image: none; }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row .container > .video-iframe-container { display: none; }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row > .video-iframe-container { display: none; }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .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); }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row .container { border-width: 0; border-radius: 0; }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#Tzfiv4VC3nkcN5kwJXrfCxWA80lmWTio { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.150390625rem;left:0rem;height:1.13745rem;display:block; }
#g0yPWr5SX9utQnTPL1vEX8hdf8cH46GF { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.150390625rem;left:31.5rem;height:1.13745rem;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) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsGBdENwTOPsiU4vbxZvzxX4yzEqThov { width:20.875rem;height:10.156732580459rem;top:1.9375rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glx7hdKmnPHecLm5zM9RZGqFCmPlGiEd { width:47.75rem;height:7.4375rem;top:24.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTy6VFWCxSzkhACB1AcLl6ZtJeMQUxtP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifXITRU5iT0Wu3SEak1cvM7RJoS5qGrK { width:33.125rem;height:4.375rem;top:35.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:20rem;height:auto;top:-2.5rem;left:0rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:20rem;height:auto;top:-2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #UW3TiNpsDm2D7iGFhhJ7RfAl4IFkVTzN {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #vKmnmoydbSVKXaKtVssoIPHxGoPkZKrp {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #cpwkwE2LqpGBkS1NgbXTLhA5NHfB0P75 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #g7qxVi9B45rN1DxeT3Na3uGDCd4wK2Sg { width:25.25rem;height:1.75rem;top:31rem;left:22.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXBD2ktZdH2ebTtDfcLOdas8qHFXo2u7 { width:24.0625rem;height:2.875rem;top:25.5rem;left:23.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn8iatf5O0K3225CX6uR7HXEEZsBbG3P { width:23.875rem;height:6.5rem;top:29.375rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddquzee7sFnTDxWXIis7pMFeKQDnEGMu { width:19.9375rem;height:5.625rem;top:28.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCpzHCLGwnSysNG8FU76Ar6oyCHMXpcw { width:28.4375rem;height:;top:6.9375rem;left:0rem;font-size:0.9375rem;display:block; }#qCpzHCLGwnSysNG8FU76Ar6oyCHMXpcw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #Hdi8HUrNBfhfW5KvTRRlXAO3WeryTD54 { width:30.375rem;height:5.0625rem;top:27.8125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3vkZNkvc2VWhfLAT0aT12oIxyT5EaRG { width:47.75rem;height:14.5rem;top:40.5rem;left:0rem;font-size:0.9375rem;display:block; }#H3vkZNkvc2VWhfLAT0aT12oIxyT5EaRG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #LA8EwussQ4O1DpyTw9LWTQtsgtNbPS4w { width:27.5625rem;height:2.1875rem;top:36.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXksmmSlMOHVJ9naPQhBJ36k0myliiTx { width:25.625rem;height:2.1875rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAtaSlVHq7Q59sl3MRE6tAednRHCtIn { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKTG9Ms9y4eGaZL1IRENrX6oXI9VBasl { width:19.9375rem;height:1.625rem;top:1.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka { display:block; }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHwbyu5TWAzaVxuFhcR8OqxslGk3yRRT { width:14.875rem;height:14.875rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5KdCHrO8F3DpH1tJ35ClWZFbBXRLiqP { width:19.9375rem;height:1.625rem;top:218.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SghZyPoRz2K8VWBhou425tAekGgPkJxV { width:4.8125rem;height:2.125rem;top:1.8125rem;left:21.437934875488rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM2XmmDZmOCiZh298URhIwQb8uqfzeTb { width:8.8125rem;height:2.125rem;top:47.5625rem;left:19.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlXgO9uCovllwpRV6OVtcGf1tlf5HzS7 { width:15rem;height:15rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2xJDhPPfLSTTf7AEyTAPH49v6EX8fcT { width:32.9375rem;height:11.6875rem;top:28.75rem;left:14.8125rem;font-size:1rem;display:block; }#a2xJDhPPfLSTTf7AEyTAPH49v6EX8fcT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #na7GKbhDxrvaeJV7m1kUp2SnkkTJdXBs { width:30.25rem;height:20.75rem;top:53.8125rem;left:17.5rem;font-size:1rem;display:block; }#na7GKbhDxrvaeJV7m1kUp2SnkkTJdXBs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #MpZM56FFcJNT4DfrBR4FhRN5dTSqLmmU { width:15rem;height:15rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzUdIxbEJRz8JWo7ZSw6gt1hZFMQuZzh { width:32.9375rem;height:15.5625rem;top:7.625rem;left:14.8125rem;font-size:1rem;display:block; }#HzUdIxbEJRz8JWo7ZSw6gt1hZFMQuZzh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #NaPMHQima4PzcfrQF6FmUrAaevobsok8 { width:6rem;height:6rem;top:103rem;left:20.84423828125rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMB99m5IJB2G3to8UBITVTgKTlqmw9ox { width:32.4375rem;height:5.8125rem;top:95.0625rem;left:8.311767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awwrmywFrDkgqXp383FSgcTh6ZrLV8EO { display:block; }
 }@media only screen and (max-width: 763px) { #cDwqZXGNw5pdgV4RvPgpiWMd6OkQrLrN { width:20.875rem;height:10.15708285571rem;top:0.8125rem;left:13.405029296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MP8AyqOuF6fVrqgnqMPFPxO9TImA5xBh { width:26.25rem;height:12.6855625rem;top:79.125rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUCm6AaHw2c2oyI2hI6AOGPNCgHqA059 { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc { display:block; }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzfiv4VC3nkcN5kwJXrfCxWA80lmWTio { width:12.4375rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0yPWr5SX9utQnTPL1vEX8hdf8cH46GF { width:28.5rem;height:1.125rem;top:1.125rem;left:19.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:rgba(0,0,0,0);background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:46.37402421875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:20rem;height:0;top:9.0070304870606rem;left:-0.0015625357627869rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { width:20rem;height:4.625rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { width:17.49675rem;height:1.94970625rem;top:43.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsGBdENwTOPsiU4vbxZvzxX4yzEqThov { width:15.9375rem;height:7.8114375rem;top:1.1414930820465rem;left:2.0312500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #glx7hdKmnPHecLm5zM9RZGqFCmPlGiEd { width:19.99675rem;height:11.05075rem;top:20.260417938233rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTy6VFWCxSzkhACB1AcLl6ZtJeMQUxtP { width:19.749375rem;height:8.7011875rem;top:9.82204914093rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ifXITRU5iT0Wu3SEak1cvM7RJoS5qGrK { width:16.186rem;height:5.84911875rem;top:32.489151000976rem;left:1.9064670205116rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#4c6958;line-height:1.3;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:20rem;height:101.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:19.9980625rem;height:23.6855625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:17.4978125rem;height:auto;top:0rem;left:0rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:17.4978125rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #UW3TiNpsDm2D7iGFhhJ7RfAl4IFkVTzN {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #vKmnmoydbSVKXaKtVssoIPHxGoPkZKrp {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #cpwkwE2LqpGBkS1NgbXTLhA5NHfB0P75 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #g7qxVi9B45rN1DxeT3Na3uGDCd4wK2Sg { width:20rem;height:0;top:39.8066875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pXBD2ktZdH2ebTtDfcLOdas8qHFXo2u7 { width:19.99675rem;height:2.43456875rem;top:24.867622852326rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gn8iatf5O0K3225CX6uR7HXEEZsBbG3P { width:20rem;height:auto;top:29.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ddquzee7sFnTDxWXIis7pMFeKQDnEGMu { width:19.9989375rem;height:5.625rem;top:28.713112354279rem;left:0rem;font-size:0.75rem;z-index:15007;text-align:center;text-align-last:center;color:#4c6958;display:block; }
 }@media only screen and (max-width: 763px) { #qCpzHCLGwnSysNG8FU76Ar6oyCHMXpcw { width:19.9370625rem;height:23.7480625rem;top:39.25rem;left:0.0625rem;font-size:0.9375rem;line-height:1.6;display:block; }#qCpzHCLGwnSysNG8FU76Ar6oyCHMXpcw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #Hdi8HUrNBfhfW5KvTRRlXAO3WeryTD54 { width:20rem;height:0;top:45.532470703125rem;left:2.499755859375rem;font-size:1.3125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #H3vkZNkvc2VWhfLAT0aT12oIxyT5EaRG { width:19.5625rem;height:22.2480625rem;top:71.75rem;left:0rem;font-size:0.9375rem;line-height:1.6;display:block; }#H3vkZNkvc2VWhfLAT0aT12oIxyT5EaRG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #LA8EwussQ4O1DpyTw9LWTQtsgtNbPS4w { width:20rem;height:4.38720625rem;top:66.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXksmmSlMOHVJ9naPQhBJ36k0myliiTx { width:19.99875rem;height:2.19360625rem;top:36.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAtaSlVHq7Q59sl3MRE6tAednRHCtIn { width:20rem;height:3rem;top:98.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKTG9Ms9y4eGaZL1IRENrX6oXI9VBasl { width:19.9970625rem;height:1.62524375rem;top:99.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka { display:block; }#ZHNLM7xKlSPH2r15FNBMaz5xn8dzXNka > .row .container { width:20rem;height:167.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHwbyu5TWAzaVxuFhcR8OqxslGk3yRRT { width:15.75rem;height:15.75rem;top:49.623779296875rem;left:1.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5KdCHrO8F3DpH1tJ35ClWZFbBXRLiqP { width:19.9978125rem;height:1.62524375rem;top:90.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SghZyPoRz2K8VWBhou425tAekGgPkJxV { width:4.8125rem;height:auto;top:1.8125rem;left:7.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RM2XmmDZmOCiZh298URhIwQb8uqfzeTb { width:20rem;height:0;top:254.03125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlXgO9uCovllwpRV6OVtcGf1tlf5HzS7 { width:13.624125rem;height:13.624125rem;top:94.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2xJDhPPfLSTTf7AEyTAPH49v6EX8fcT { width:19.6230625rem;height:19.48975rem;top:68.004638671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#a2xJDhPPfLSTTf7AEyTAPH49v6EX8fcT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #na7GKbhDxrvaeJV7m1kUp2SnkkTJdXBs { width:19.9978125rem;height:31.183625rem;top:110.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#na7GKbhDxrvaeJV7m1kUp2SnkkTJdXBs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #MpZM56FFcJNT4DfrBR4FhRN5dTSqLmmU { width:15.1245rem;height:15.1245rem;top:3.936767578125rem;left:2.155517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzUdIxbEJRz8JWo7ZSw6gt1hZFMQuZzh { width:19.9973125rem;height:25.9863125rem;top:21.2490234375rem;left:0rem;font-size:1rem;display:block; }#HzUdIxbEJRz8JWo7ZSw6gt1hZFMQuZzh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/60ca921c-d7a7-4275-93d6-9936c91a6899/bulletpoint.png); }
 }@media only screen and (max-width: 763px) { #NaPMHQima4PzcfrQF6FmUrAaevobsok8 { width:5.99926875rem;height:5.99926875rem;top:161.87475585938rem;left:6.999755859375rem;font-size:4.1875rem;z-index:15048;color:#4c6958;display:block; }
 }@media only screen and (max-width: 763px) { #rMB99m5IJB2G3to8UBITVTgKTlqmw9ox { top:154.68676757812rem;left:0.49951171875rem;width:18.999rem;height:5.8110375rem;z-index:15051;background-color:#4c6958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-size:1.125rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awwrmywFrDkgqXp383FSgcTh6ZrLV8EO { display:block; }
 }@media only screen and (max-width: 763px) { #cDwqZXGNw5pdgV4RvPgpiWMd6OkQrLrN { width:19.9973125rem;height:9.8108125rem;top:143.74951171875rem;left:0.0029296875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #MP8AyqOuF6fVrqgnqMPFPxO9TImA5xBh { width:20rem;height:9.6660476190476rem;top:333.93708801269rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nUCm6AaHw2c2oyI2hI6AOGPNCgHqA059 { width:20rem;height:2.9375rem;top:90.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc { display:block; }#QS0AczCFxM7Rnp7mpcfskFQAdvNUXUOc > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzfiv4VC3nkcN5kwJXrfCxWA80lmWTio { width:12.5rem;height:1.13745rem;top:1.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0yPWr5SX9utQnTPL1vEX8hdf8cH46GF { width:20rem;height:1.13745rem;top:3.63671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }