.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91b0b44a-db33-4084-ba0e-1fecd2374d7a/intro_foto1.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#B6EAkmcHlch7n8NmXqL5n5eJckSJeZz2 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:17.375rem;top:10.875rem;left:28.8125rem;overflow:hidden;display:block; }
#NqqTNEG6Z31GgxFo1VsWv3k1EFpH4ACv { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:20.9375rem;left:29.5rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-form-header {  }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-regular-label { display:none;width:31.875rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-text { border-top:0.125rem solid #5d9731;border-left:0.125rem solid #5d9731;border-right:0.125rem solid #5d9731;border-bottom:0.125rem solid #5d9731;height:3.4375rem;width:31.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#3d3d3c;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-text {padding-top: 0; padding-bottom: 0;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-textarea { border-top:0.125rem solid #5d9731;border-left:0.125rem solid #5d9731;border-right:0.125rem solid #5d9731;border-bottom:0.125rem solid #5d9731;height:3.125rem;width:31.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#3d3d3c;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-select { border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:31.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-select {padding-top: 0; padding-bottom: 0;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-button { border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:15.625rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:#a7c421;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.05) ; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:lato;color:#9e9e9e; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:lato;color:#9e9e9e; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:lato;color:#9e9e9e; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:lato;color:#9e9e9e; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:47.1875rem;height:auto;font-size:0.875rem;font-family:lato;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:15.0625rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-container:first-of-type{padding-top:0;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-container:last-of-type{padding-bottom:0;}#JC9I7SrMtazgwqyImVin0M427BaX3F85  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:48.75rem;height:auto;left:9.6875rem;top:22.375rem;z-index:100001;position:absolute; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .radio-container { width:32.5rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:48.75rem;height:auto;left:9.6875rem;top:22.375rem;z-index:100001;position:absolute; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 #H94U2XvkbTZ9HG0MUkNyvOTwoBs88A9s { position:relative; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 #y14n1CfDXLH99kAfAZcOUnJnuHBCsapz { position:relative; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 #Ohy2B7JC94p7DIN2FUhb9DtOoDEdPAt4 { position:relative; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 #w0ESnGSKxHrlIkWnu6tUWHxSAuk8Mbt5 { position:relative; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 #TQJIBsE5rxQVWmh6T9Xsi1PFM17zGCxq { position:relative; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 #i4WI3QFg6yPewdIPlH5Laf72osiAED8H { position:relative; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 #PdVSEpfQaLKzng7O69XpQKtDlSr49rTd { position:relative;z-index:2; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 #nJucTImPTMSzuMWOMQ4T2H4zlgJfOCGT { position:relative; }
#kPq2rXzzswTmUmtqdkUAMnEwPMsw3Fog { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:lovelo;font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.2;letter-spacing:0;top:21.375rem;left:11.75rem;height:4.5rem;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; }
#LHSKGCnzRCXstUeEOs7sDAwf7vmlArws { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:38.8125rem;left:58.6875rem;display:block; }
#iAmOO9iKmD53RvvmGTVTvsxQdBGArrTq { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100039;line-height:1.4;letter-spacing:0;top:39.3125rem;left:58.8125rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nqvwdqOzTtUQDeeWE6TzMVx6N3HDgnRP { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#d7DgqLGm9UHA4x8LBGGFuEJrNxZs54Kg { background-color:#f64c4c;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;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:33.375rem;left:29.5rem;display:block; }
#BZlskyzqmh6LkSCl64OkAqfwgtTkbmCG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sWg4QuFDkodcATHOU3xGhcfZxAbDhKdR { color:#ffffff;display:block;width:55.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:30.349609375rem;left:7.75rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d9731;background-image:none;position:relative;display:block; }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row .container { background-color: transparent; background-image: none; }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row .container > .video-iframe-container { display: none; }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row > .video-iframe-container { display: none; }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .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); }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row .container { border-width: 0; border-radius: 0; }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row > .video-iframe-container {  }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#dUN42i1RUTbNQAWt06WvAGCIaQDsNS5l { color:#ffffff;display:block;width:59.25rem;position:absolute;font-family:lovelo;font-size:2.875rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:2.275390625rem;left:7.875rem;height:6.8984375rem;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; }
#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row .container { background-color: transparent; background-image: none; }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row .container > .video-iframe-container { display: none; }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row > .video-iframe-container { display: none; }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .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); }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row .container { border-width: 0; border-radius: 0; }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row > .video-iframe-container {  }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#skAsuxFMsSJbztG87qwTm44xooE6WVCS { color:#5d9731;display:block;width:53.0625rem;position:absolute;font-family:lovelo;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:3.8125rem;left:10.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WG768yoD8W4ce2eR3LgofCHM6caqSoKD { color:#5d9731;display:block;width:47.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:7.875rem;left:12.8125rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#LKwe0Ux30Jww35lVrVnVAIzg930Gcqwz { color:#3d3d3c;display:block;width:55.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:13.875rem;left:9.9375rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row .container { background-color: transparent; background-image: none; }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row .container > .video-iframe-container { display: none; }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row > .video-iframe-container { display: none; }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .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); }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row .container { border-width: 0; border-radius: 0; }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row > .video-iframe-container {  }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#MhJPBqdogNgxxhrUkzw0gtPgH8CieGhu { color:#3d3d3c;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:11.48095703125rem;left:14rem;height:4rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XVltNDHTTf4HJDGGbtTNu3BPVQnygQ5T { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0.25rem 0.875rem rgba(0,0,0,0.1) ;height:26.5625rem;width:75rem;top:0rem;left:0rem;display:block; }
#K4RZGI9zQHnLKP0k2rbU1ItcT34pgPHz { position:absolute;display:block;z-index:100001;background-color:#5d9731;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:18.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:13rem;height:26.5625rem;width:29.5625rem;top:0rem;left:45.4375rem;display:block; }
#eqzTLCSSQRaZ5ZsPUVhOIrJ4mGuhBU6W { color:#e6e6e6;display:block;width:6.6875rem;position:absolute;font-family:lovelo;font-size:12.5rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:8.75rem;left:3.6875rem;height:12.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTNU4blICmZBCvSPFU4rLWk0bE8qS2Fw { position:absolute;display:block;z-index:100009;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.375rem;width:7.875rem;top:7.75rem;left:3.25rem;display:block; }
#vC1CrGGoN68DuxrOKxmOTkkWQovGimHg { position:absolute;display:block;z-index:100010;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.375rem;width:7.875rem;top:19.625rem;left:3.21875rem;display:block; }
#ZbFzDIT8uh5V67TPcyT6fUe7yFVP71xi { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:33.5rem;top:5.1875rem;left:35.5625rem;overflow:hidden;display:block; }
#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row .container { background-color: transparent; background-image: none; }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row .container > .video-iframe-container { display: none; }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row > .video-iframe-container { display: none; }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .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); }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row .container { border-width: 0; border-radius: 0; }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row > .video-iframe-container {  }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#TS0bUeytpJDcoqR3rHL1QL2nyTsA1baA { color:#3d3d3c;display:block;width:18.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:10.28125rem;left:46.625rem;height:6rem;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; }
#TnAvxsGMAMxJRDlJie3XTQzMUkkPEtJT { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0.25rem 0.875rem rgba(0,0,0,0.1) ;height:26.5625rem;width:75rem;top:0rem;left:0rem;display:block; }
#wUMa0JPgIRKbqcsTg7HAdCIFFe1lhwlT { position:absolute;display:block;z-index:100001;background-color:#ff6b6b;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:0rem;border-top-right-radius:18.75rem;border-bottom-left-radius:13rem;border-bottom-right-radius:0.0625rem;height:26.5625rem;width:29.5625rem;top:0rem;left:0rem;display:block; }
#AGrLdsbSUP109GJHZlJTLyrLQ1aSKfaq { color:#e6e6e6;display:block;width:6.6875rem;position:absolute;font-family:lovelo;font-size:12.5rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:7.5rem;left:36.1875rem;height:12.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxsIRH3L2EREkSwyJ05TdFJ3h7Jy2A3z { position:absolute;display:block;z-index:100009;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.375rem;width:7.875rem;top:6.5rem;left:35.75rem;display:block; }
#XbBGCBRO5xPmmuuKNfvLUTd0nUptSxih { position:absolute;display:block;z-index:100010;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.375rem;width:7.875rem;top:18.375rem;left:35.71875rem;display:block; }
#P9914v6X7o6bKUtEoVnApp0JwJNnToHX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.9375rem;width:31.5rem;top:2.09375rem;left:2.625rem;overflow:hidden;display:block; }
#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row .container { background-color: transparent; background-image: none; }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row .container > .video-iframe-container { display: none; }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row > .video-iframe-container { display: none; }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .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); }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row .container { border-width: 0; border-radius: 0; }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row > .video-iframe-container {  }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#PcKDT36KmHfkhsg8EN3TKcO1mWHxizCz { color:#3d3d3c;display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:10.375rem;left:14rem;height:6rem;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; }
#tTvmBaFWCSBL4v0FUolwVZEZLzAMolFD { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0.25rem 0.875rem rgba(0,0,0,0.1) ;height:26.5625rem;width:75rem;top:0rem;left:0rem;display:block; }
#AkUO0veLmRrgIQAdFRDDwiviIPDxsi4E { position:absolute;display:block;z-index:100001;background-color:#48415d;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:18.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:13rem;height:26.5625rem;width:29.5625rem;top:0rem;left:45.4375rem;display:block; }
#z378T3yiTk0lXTohJZ4BuFSeUQJwZVBR { color:#e6e6e6;display:block;width:6.6875rem;position:absolute;font-family:lovelo;font-size:12.5rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:8.125rem;left:4.3125rem;height:12.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ObLIygvJzOAORrKLd4J52ThGA9yIn0Mw { position:absolute;display:block;z-index:100009;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.375rem;width:7.875rem;top:7.125rem;left:3.875rem;display:block; }
#Oc8bpoHIIATTSDtAQt9nt0pii8qh7wd8 { position:absolute;display:block;z-index:100010;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.375rem;width:7.875rem;top:19rem;left:3.84375rem;display:block; }
#y1d6ZOzy4PkJWUL4NTp79BOJnhEtIfrB { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: 0.25rem 0.3125rem 0.3125rem rgba(0,0,0,0.3) ;height:13.125rem;width:13.125rem;top:3.29345703125rem;left:40.0625rem;overflow:hidden;display:block; }
#r5Oys74XNT1BE276tcHtsIvBpzTyuZd1 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: 0.25rem 0.3125rem 0.3125rem rgba(0,0,0,0.3) ;height:13.125rem;width:13.125rem;top:12.375rem;left:50.125rem;overflow:hidden;display:block; }
#iShcJoP47zkSx2g3nbozNTnEFSb4hafD { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: 0.25rem 0.3125rem 0.3125rem rgba(0,0,0,0.3) ;height:11.25rem;width:11.25rem;top:0rem;left:54rem;overflow:hidden;display:block; }
#rGM1KyeQbgb53ufbFrZitniAKr2t6kZp { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: 0.25rem 0.3125rem 0.3125rem rgba(0,0,0,0.3) ;height:11.25rem;width:11.25rem;top:7.85595703125rem;left:63.1875rem;overflow:hidden;display:block; }
#THR1ibve25HDlNS0CsbFzegtFWuZJ7rf { background-color:#f64c4c;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;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:29.3125rem;left:31.1875rem;display:block; }
#RtJKdksTXX0BtXnveneWS0Wp5aTdKREc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38175eb8-7567-49c5-81dd-f22ccae8e275/bg_galerry.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty.adaptive-delivery-prevent-bg, #OahdiU2HfpbBPNbALL4elIVpZJeFh2ty.lazyload, #OahdiU2HfpbBPNbALL4elIVpZJeFh2ty.lazyloading { background-image: none; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container { background-color: transparent; background-image: none; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container > .video-iframe-container { display: none; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row > .video-iframe-container { display: none; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .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); }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container { border-width: 0; border-radius: 0; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row > .video-iframe-container {  }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#ZUHdb7hru74O1aERoUkf0mZ2eI60XqEa { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:0rem;box-shadow: 0rem 2.5rem 3.8125rem rgba(0,0,0,0.26) ;height:45.6875rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#WU6zETTiXQD2dPG61OLKfIUlC98LQAt0 { color:#3d3d3c;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:12.375rem;left:3.71875rem;height:17.99805625rem;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; }
#qiINRHSiGOCiLb7qJlOsXxDnaU6d6viz { color:#5d9731;display:block;width:25.625rem;position:absolute;font-family:lovelo;font-size:1.875rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:5rem;left:3.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tlRzkqCyxwyQif15eMTTTXtnPEQEbQxL { color:#5d9731;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:34.1181640625rem;left:8.625rem;height:7.19925rem;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; }
#wvGHHsILZpJDtKsTxeGL6CA1HpmkrC3b { position:absolute;display:block;z-index:100010;background-color:#5d9731;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.125rem;width:25.3125rem;top:32.7119140625rem;left:8.71875rem;display:block; }
#ZUMvpU6HidkUfX5QsUcNPc3aVIACBwb6 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:3.125rem;top:32.0556640625rem;left:3.71875rem;overflow:hidden;display:block; }
#gkaOIVqQMNAFTictDQxG1lbmqF776TV8 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#UpCqib5KI7J8kh8KEo3o3Aziv8VZvnbR { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#hAqioGVOB4TnU1Zsc7TrhZWHwzHtMGvc { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#T5CrOJcqhwTZOUzC6rvFohITN5AgnOil { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d9731;background-image:none;position:relative;display:block; }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row .container { background-color: transparent; background-image: none; }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row .container > .video-iframe-container { display: none; }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row > .video-iframe-container { display: none; }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .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); }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row .container { border-width: 0; border-radius: 0; }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row > .video-iframe-container {  }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#XOuoSgh90rQLcJFQkc3pqVuEyaxyJqvT { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:lovelo;font-size:1.8125rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:6.6875rem;left:36.625rem;height:5.07421875rem;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; }
#LxG2LNeLxnTBv1sEcVsVREdKTgmaveTE { background-color:#f64c4c;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;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:14rem;left:36.625rem;display:block; }
#Ef7s4JNcpNgAhnSa3Ct1IXyJVHlIKKtl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R230Mx3XOTZAyUMZLVfKMHVPTGb6yPMX { position:absolute;display:block;z-index:100002;background-color:#5db361;background-image:url("https://images.assets-landingi.com/uc/1cd7cd69-ddba-4b92-b7b6-b039dcd9dcce/cta_foto.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0rem;height:17.25rem;width:25.5rem;top:2.65625rem;left:7.3125rem;display:block; }#R230Mx3XOTZAyUMZLVfKMHVPTGb6yPMX.adaptive-delivery-prevent-bg, #R230Mx3XOTZAyUMZLVfKMHVPTGb6yPMX.lazyload, #R230Mx3XOTZAyUMZLVfKMHVPTGb6yPMX.lazyloading { background-image: none; }
#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO { position:relative;display:block; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO { background-color: transparent; background-image: none; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container > .video-iframe-container { display: none; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row > .video-iframe-container { display: none; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .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); }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO { border-width: 0; border-radius: 0; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container > .video-iframe-container {  }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/90d72757-2dcf-445b-bd12-fc85f4cf7596/pani2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container.adaptive-delivery-prevent-bg, #ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container.lazyload, #ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container.lazyloading { background-image: none; }#tSwMSQNHG2Um4qJtxz4GcskrUXi3fqfd { color:#ff6b6b;display:block;width:29.25rem;position:absolute;font-family:lovelo;font-size:1.875rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:13.8125rem;left:0rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pOAHcUotle1bPJDTTUlx4SVMoR02L49q { color:#3d3d3c;display:block;width:30.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.6;letter-spacing:0;top:19.75rem;left:0rem;height:10.7988125rem;text-align:left;text-align-last:left;display:block; }
#u05e8mutiJhGrXZ55N31yE2nz1pnibfE { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WCHcfAIDPQuLQrDc3OKiEBgEn8XFyGaH { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO { position:relative;display:block; }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO { background-color: transparent; background-image: none; }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO > .row .container > .video-iframe-container { display: none; }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO > .row > .video-iframe-container { display: none; }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO > .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); }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO { border-width: 0; border-radius: 0; }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO > .row .container > .video-iframe-container {  }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO > .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:71.3125rem;width:75rem;position:relative;display:block; }#WJTCa0vWJSCDf21AoLtN0DWd8l89h2Xo { color:#5d9731;display:block;width:53.0625rem;position:absolute;font-family:lovelo;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:0rem;left:10.0625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bDvcWWrLAG9Xt5JcnfJwwfZz8tFOkTGK { color:#5d9731;display:block;width:47.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:6.8125rem;left:12.8125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#Tb74hDGb7g5ocNXkDMysMNEe9KoxUu6A { color:#3d3d3c;display:block;width:47.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:15rem;left:12.75rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bU6GbAtE1dSieHxdlQ9I2hXuSOrhDxzt { color:#5db361;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:45.37451171875rem;left:13.4375rem;height:2.3994125rem;text-align:left;text-align-last:left;display:block; }
#tB4VT5mVbssBhqelU1S4DPClnFpZK5Jy { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0.25rem 0.875rem rgba(0,0,0,0.1) ;height:43.75rem;width:32rem;top:22.4375rem;left:3.875rem;display:block; }
#JvwyCT2uq15wDnmJgSbl5NNpT28xl4Ge { color:#3d3d3c;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:48.5244140625rem;left:13.4375rem;height:5.5244125rem;text-align:left;text-align-last:left;display:block; }#JvwyCT2uq15wDnmJgSbl5NNpT28xl4Ge li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#JvwyCT2uq15wDnmJgSbl5NNpT28xl4Ge li:before{  }
#aMMRCHSzMnw3mFXmEaT9FTcORhp1vMy0 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:27.5rem;top:27.25rem;left:5.4375rem;overflow:hidden;display:block; }
#BL8TSQyWWbowGmAbtCKl0xRwBBW4lJ9c { position:absolute;display:block;z-index:100001;background-color:#5d9731;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:16.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;height:30.1875rem;width:29.5rem;top:21.4375rem;left:2.8125rem;display:block; }
#F8qHM4IMSs6ai74FGLNi975NTKwe5rAf { color:#ff6b6b;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100013;line-height:1.6;letter-spacing:0;top:45.375rem;left:48.3125rem;height:2.3994125rem;text-align:left;text-align-last:left;display:block; }
#FqeCRTpsbJvtToicyt91WwMC2aSzH7Xx { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0.25rem 0.875rem rgba(0,0,0,0.1) ;height:43.8125rem;width:32rem;top:22.4375rem;left:38.5rem;display:block; }
#wvfg35h0NsOCsaaNOElXDFCQtKvp8wrI { color:#3d3d3c;display:block;width:15.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1.6;letter-spacing:0;top:48.5rem;left:48.1875rem;height:;text-align:left;text-align-last:left;display:block; }#wvfg35h0NsOCsaaNOElXDFCQtKvp8wrI li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#wvfg35h0NsOCsaaNOElXDFCQtKvp8wrI li:before{  }
#nt5gFwhAXrFKnoEASFxpDfCJoTQk8vpQ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.4375rem;width:27.25rem;top:26.6875rem;left:41.625rem;overflow:hidden;display:block; }
#LTGBFCs1obklcT0bZfOs3qfgBNFed4OP { position:absolute;display:block;z-index:100002;background-color:#ff6b6b;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:16.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:30.1875rem;width:29.5rem;top:21.4375rem;left:37.5rem;display:block; }
#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row .container { background-color: transparent; background-image: none; }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row .container > .video-iframe-container { display: none; }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row > .video-iframe-container { display: none; }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .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); }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row .container { border-width: 0; border-radius: 0; }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row > .video-iframe-container {  }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#MBUKFgqeKJOwiJqvvh6OpgNO17pdPde9 { color:#5d9731;display:block;width:53.0625rem;position:absolute;font-family:lovelo;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:3.8125rem;left:10.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cB4MSxSDzgsZacxkTOzQnnTg3ZJfBMeQ { position:absolute;display:block;z-index:100002;background-color:#5d9731;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:0rem;border-top-right-radius:10rem;border-bottom-left-radius:10rem;border-bottom-right-radius:0rem;height:23.9375rem;width:24.625rem;top:13.375rem;left:11.3125rem;display:block; }
#H7OSpQXiJyZLZ9z09FfQFmgb4zgG2BPZ { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.6;letter-spacing:0;top:18.5625rem;left:16.78125rem;height:10.7988125rem;text-align:left;text-align-last:left;display:block; }
#OIU2QtCIka93xJ8sUMSnNpH1rkTlb7ob { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d9731;border-left:0.0625rem solid #5d9731;border-right:0.0625rem solid #5d9731;border-bottom:0.0625rem solid #5d9731;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.3125rem 0.5625rem rgba(93,179,97,0.1) ;height:12.5rem;width:12.5rem;top:30.0625rem;left:18.1875rem;display:block; }
#yLytOkFftuClwwcz7IOlT2aV6tcOvyrK { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.375rem 1.375rem rgba(93,179,97,0.08) ;height:6.6875rem;width:6.875rem;top:11.875rem;left:9.1875rem;display:block; }
#wIJbJSD5p8rwtrLwbEf2Kk1MUNQXHKwc { color:#5d9731;display:block;width:4.3125rem;position:absolute;font-family:lovelo;font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.6;letter-spacing:0;top:13.125rem;left:10.4375rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#QrUDpWh4MOMdQX4eX0h4ym5tG3xXJM1V { color:#5d9731;display:block;width:1.5rem;position:absolute;font-family:lovelo;font-size:3.125rem;font-weight:normal;z-index:100029;line-height:1.6;letter-spacing:0;top:14.125rem;left:11.75rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#FHEcnriiTfxizruTAdL4pTtmTOV8BpDm { position:absolute;display:block;z-index:100008;background-color:#48415d;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:0rem;border-top-right-radius:10rem;border-bottom-left-radius:10rem;border-bottom-right-radius:0rem;height:23.9375rem;width:24.625rem;top:13.375rem;left:38.75rem;display:block; }
#vg1DhC2aN1yGe7din67ENHmXiNVe4MxC { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.6;letter-spacing:0;top:18.5625rem;left:44.125rem;height:8.999rem;text-align:left;text-align-last:left;display:block; }
#J181F7MWqad2LNlWOODQU7eQ9KTzZL89 { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #48415d;border-left:0.0625rem solid #48415d;border-right:0.0625rem solid #48415d;border-bottom:0.0625rem solid #48415d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.3125rem 0.5625rem rgba(93,179,97,0.1) ;height:12.5rem;width:12.5rem;top:30.0625rem;left:45.625rem;display:block; }
#AFocu3ikxV9zzphLixR4Uuh2QLdUwZs0 { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.375rem 1.375rem rgba(93,179,97,0.08) ;height:6.6875rem;width:6.875rem;top:11.875rem;left:36.625rem;display:block; }
#OVPbuwzRWznxG6xRoFTJxGgypykT26mt { color:#48415d;display:block;width:4.3125rem;position:absolute;font-family:lovelo;font-size:1.125rem;font-weight:normal;z-index:100034;line-height:1.6;letter-spacing:0;top:13.125rem;left:37.875rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#TPo4SyteDp3MzTU3SAuLt9c5wOGhTgnr { color:#48415d;display:block;width:1.5rem;position:absolute;font-family:lovelo;font-size:3.125rem;font-weight:normal;z-index:100035;line-height:1.6;letter-spacing:0;top:14.125rem;left:39.1875rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#hWo6DnQ9ZiapsmIOLxsEdy0qa4SzttXx { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:33.75rem;left:49.3125rem;overflow:hidden;display:block; }
#HVArMKaqObRZr9QK1CBro1Ek6OQ5TFyV { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:33.25rem;left:21.375rem;overflow:hidden;display:block; }
#k9cBSzn2AdmWdXdv9KneSgLPXHfdNB38 { box-sizing:content-box;color:#6a6a6a;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:block;z-index:100042;top:50.6875rem;left:11.875rem;display:block; }
#qde5OSGvnvdoxTrkkAT0V4HTDM2yEkzs { color:#6a6a6a;display:block;width:47.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100041;line-height:1.4;letter-spacing:0;top:51.625rem;left:15.3125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqtHFGcM0N50ECiwdcqhwLtuKI5Nlwzx { background-color:#f64c4c;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;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:44.28125rem;left:32.21875rem;display:block; }
#tuBT3TKyaEu6BN5fEKFSA0iVVLkZFL06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eea4cd0d-ec6c-40c1-909a-c042d7c4f19b/BG_LAST2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo.adaptive-delivery-prevent-bg, #qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo.lazyload, #qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo.lazyloading { background-image: none; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container { background-color: transparent; background-image: none; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container > .video-iframe-container { display: none; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row > .video-iframe-container { display: none; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .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); }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container { border-width: 0; border-radius: 0; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row > .video-iframe-container {  }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:block; }#aOII89uv1gtFblfTiPwzzO3pHMBfK2cS { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:0rem;box-shadow: 0.625rem 2.5rem 3.8125rem rgba(0,0,0,0.26) ;height:32.875rem;width:34.75rem;top:10.375rem;left:40.25rem;display:block; }
#txiT11RvPQof8l5ib4RnRGvWDN3WbyWE { color:#3d3d3c;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:23.5625rem;left:45.25rem;height:3.5996125rem;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; }
#t4nsHUdFTndXDf0o3kT7VtSRoQUmEVMB { color:#3d3d3c;display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:45.25rem;height:5.84765625rem;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; }
#nACOXFi9Kl13804Kv2dqMyv0D7AtyQ9P { background-color:#a7c421;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;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:31.75rem;left:45.25rem;display:block; }
#qzHAMVKqef4nuilUMalzbfBbaeoTtBz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row .container { background-color: transparent; background-image: none; }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row .container > .video-iframe-container { display: none; }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row > .video-iframe-container { display: none; }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .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); }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row .container { border-width: 0; border-radius: 0; }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row > .video-iframe-container {  }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#RQQMTRcnEQxfPQsp0SvUGkUO8ANG883U { color:#3d3d3c;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.5rem;left:19.5rem;height:1.4619125rem;font-style:normal;display:block; }
#ivSIr72FhZk99n4gsU0Ugbnv0JVM0GB0 { color:#3d3d3c;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.5rem;left:55rem;height:1.4619125rem;font-style:normal;display:block; }
#T9P4gcJbQJm6AP3Rr7UbtrdyKUy6JivT { background-color:transparent;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-sizing:border-box;color:#3d3d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:6.9375rem;left:21.75rem;display:block; }
#KhJ3Iyq5Jefozrilu5CZEhBTtq29vNQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uEEdPupfkH5SNQ202n8ySAsdbwdIzbLd { color:#3d3d3c;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100005;line-height:2.3;letter-spacing:0;top:10.1875rem;left:22.1875rem;height:2.29980625rem;font-style:normal;display:block; }
#uynB11ZGg6sEBEpCI0d24fQC1Jz14JCM { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:10.8125rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#T7Co6aHN9JtmOfJew2qgsQLTK0B8MI2H { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:10.3125rem;left:19.25rem;display:block; }
#lfqa0ueksE3ylCQnwd3gygse4IKFdA29 { box-sizing:content-box;color:#ffffff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:6.9375rem;left:19.75rem;display:block; }
#dTrhhhvyNtdnWPftSlCskyKD67Ks09Ot { position:absolute;display:block;z-index:100016;background-color:#5d9731;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.0625rem;width:2.0625rem;top:6.6875rem;left:19.25rem;display:block; }
#RaJqKidNokSuiZvTFnpAobCo7ll2kz8a { position:absolute;display:block;z-index:100018;background-color:#5d9731;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.0625rem;width:2.0625rem;top:10.25rem;left:19.25rem;display:block; }
#aPk4B724hZ3RAHKarVB2AeoWpVDyIiqi { position:absolute;display:block;z-index:100018;background-color:#5d9731;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.0625rem;width:2.0625rem;top:6.375rem;left:55rem;display:block; }
#q8t6xkdfCP97Q7ZFbTTWcWlw3yOQQ4hX { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:6.8125rem;left:55.4375rem;overflow:hidden;display:block; }
#agIDy8Oc03laboN0LDWOUtJVenxZ9BRX { position:absolute;display:block;z-index:100020;background-color:#5d9731;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.0625rem;width:2.0625rem;top:6.375rem;left:58.125rem;display:block; }
#dwv6UPm5kuJHJJQxmIdsG4NUeAA1skJn { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:6.8125rem;left:58.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6EAkmcHlch7n8NmXqL5n5eJckSJeZz2 { top:10.875rem;left:15.1875rem;width:17.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqqTNEG6Z31GgxFo1VsWv3k1EFpH4ACv { top:20.9375rem;left:15.875rem;width:30.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-regular-label { width:28.375rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-text { width:28.375rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-text {padding-top: 0; padding-bottom: 0;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-textarea { width:28.375rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-select { width:28.375rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-select {padding-top: 0; padding-bottom: 0;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-checkbox-label { width:43.6875rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-radio-label { width:13.3125rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85  { width:45.25rem;height:auto;top:22.375rem;left:0rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .radio-container { width:29rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 {display:inline-block;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 { width:45.25rem;height:auto;top:22.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #H94U2XvkbTZ9HG0MUkNyvOTwoBs88A9s {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #y14n1CfDXLH99kAfAZcOUnJnuHBCsapz {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #Ohy2B7JC94p7DIN2FUhb9DtOoDEdPAt4 {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #w0ESnGSKxHrlIkWnu6tUWHxSAuk8Mbt5 {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #TQJIBsE5rxQVWmh6T9Xsi1PFM17zGCxq {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #i4WI3QFg6yPewdIPlH5Laf72osiAED8H {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #PdVSEpfQaLKzng7O69XpQKtDlSr49rTd {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #nJucTImPTMSzuMWOMQ4T2H4zlgJfOCGT {  }
 }@media only screen and (max-width: 763px) { #kPq2rXzzswTmUmtqdkUAMnEwPMsw3Fog { top:21.375rem;left:0rem;width:17.4375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHSKGCnzRCXstUeEOs7sDAwf7vmlArws { top:38.8125rem;left:45.0625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAmOO9iKmD53RvvmGTVTvsxQdBGArrTq { top:39.3125rem;left:31.5625rem;width:16.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqvwdqOzTtUQDeeWE6TzMVx6N3HDgnRP { display:none; }
 }@media only screen and (max-width: 763px) { #d7DgqLGm9UHA4x8LBGGFuEJrNxZs54Kg { width:12.625rem;height:3.4375rem;top:33.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZlskyzqmh6LkSCl64OkAqfwgtTkbmCG { display:block; }
 }@media only screen and (max-width: 763px) { #sWg4QuFDkodcATHOU3xGhcfZxAbDhKdR { top:30.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon { display:block; }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUN42i1RUTbNQAWt06WvAGCIaQDsNS5l { top:2.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv { display:block; }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skAsuxFMsSJbztG87qwTm44xooE6WVCS { top:3.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG768yoD8W4ce2eR3LgofCHM6caqSoKD { top:7.875rem;left:0rem;width:47.6875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKwe0Ux30Jww35lVrVnVAIzg930Gcqwz { top:13.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW { display:block; }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhJPBqdogNgxxhrUkzw0gtPgH8CieGhu { top:11.4375rem;left:0.375rem;width:19rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVltNDHTTf4HJDGGbtTNu3BPVQnygQ5T { top:0rem;left:0rem;width:47.75rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4RZGI9zQHnLKP0k2rbU1ItcT34pgPHz { top:0rem;left:18.1875rem;width:29.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzTLCSSQRaZ5ZsPUVhOIrJ4mGuhBU6W { top:8.75rem;left:0rem;width:6.6875rem;height:12.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNU4blICmZBCvSPFU4rLWk0bE8qS2Fw { top:7.75rem;left:0rem;width:7.875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC1CrGGoN68DuxrOKxmOTkkWQovGimHg { top:19.625rem;left:0rem;width:7.875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbFzDIT8uh5V67TPcyT6fUe7yFVP71xi { top:5.1875rem;left:14.25rem;width:33.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhAk6El1TvhdR2r38bq39Anb2ktBBTdN { display:block; }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS0bUeytpJDcoqR3rHL1QL2nyTsA1baA { top:10.25rem;left:24.5rem;width:18.5rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAvxsGMAMxJRDlJie3XTQzMUkkPEtJT { top:0rem;left:0rem;width:47.75rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUMa0JPgIRKbqcsTg7HAdCIFFe1lhwlT { top:0rem;left:0rem;width:29.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGrLdsbSUP109GJHZlJTLyrLQ1aSKfaq { top:7.5rem;left:22.5625rem;width:6.6875rem;height:12.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxsIRH3L2EREkSwyJ05TdFJ3h7Jy2A3z { top:6.5rem;left:22.125rem;width:7.875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbBGCBRO5xPmmuuKNfvLUTd0nUptSxih { top:18.375rem;left:22.09375rem;width:7.875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9914v6X7o6bKUtEoVnApp0JwJNnToHX { top:2.0625rem;left:0rem;width:31.5rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTigBx24mOW011uGlpSmh6UDR0Pw1m1k { display:block; }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcKDT36KmHfkhsg8EN3TKcO1mWHxizCz { top:10.375rem;left:0.375rem;width:23.25rem;height:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTvmBaFWCSBL4v0FUolwVZEZLzAMolFD { top:0rem;left:0rem;width:47.75rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkUO0veLmRrgIQAdFRDDwiviIPDxsi4E { top:0rem;left:18.1875rem;width:29.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z378T3yiTk0lXTohJZ4BuFSeUQJwZVBR { top:8.125rem;left:0rem;width:6.6875rem;height:12.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObLIygvJzOAORrKLd4J52ThGA9yIn0Mw { top:7.125rem;left:0rem;width:7.875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc8bpoHIIATTSDtAQt9nt0pii8qh7wd8 { top:19rem;left:0rem;width:7.875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1d6ZOzy4PkJWUL4NTp79BOJnhEtIfrB { top:3.25rem;left:26.4375rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Oys74XNT1BE276tcHtsIvBpzTyuZd1 { top:12.375rem;left:34.625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShcJoP47zkSx2g3nbozNTnEFSb4hafD { top:0rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGM1KyeQbgb53ufbFrZitniAKr2t6kZp { top:7.8125rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THR1ibve25HDlNS0CsbFzegtFWuZJ7rf { width:12.625rem;height:3.4375rem;top:29.3125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtJKdksTXX0BtXnveneWS0Wp5aTdKREc { display:block; }
 }@media only screen and (max-width: 763px) { #OahdiU2HfpbBPNbALL4elIVpZJeFh2ty { display:block; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUHdb7hru74O1aERoUkf0mZ2eI60XqEa { top:0rem;left:0rem;width:37.5rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU6zETTiXQD2dPG61OLKfIUlC98LQAt0 { top:12.375rem;left:0rem;width:30.0625rem;height:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiINRHSiGOCiLb7qJlOsXxDnaU6d6viz { top:5rem;left:0rem;width:25.625rem;height:6.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlRzkqCyxwyQif15eMTTTXtnPEQEbQxL { top:34.0625rem;left:0rem;width:25.5rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGHHsILZpJDtKsTxeGL6CA1HpmkrC3b { top:32.6875rem;left:0rem;width:25.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUMvpU6HidkUfX5QsUcNPc3aVIACBwb6 { top:32rem;left:0rem;width:3.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkaOIVqQMNAFTictDQxG1lbmqF776TV8 { display:none; }
 }@media only screen and (max-width: 763px) { #UpCqib5KI7J8kh8KEo3o3Aziv8VZvnbR { display:none; }
 }@media only screen and (max-width: 763px) { #hAqioGVOB4TnU1Zsc7TrhZWHwzHtMGvc { display:none; }
 }@media only screen and (max-width: 763px) { #T5CrOJcqhwTZOUzC6rvFohITN5AgnOil { display:none; }
 }@media only screen and (max-width: 763px) { #cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 { display:block; }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOuoSgh90rQLcJFQkc3pqVuEyaxyJqvT { top:6.6875rem;left:8.625rem;width:39.125rem;height:5.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxG2LNeLxnTBv1sEcVsVREdKTgmaveTE { width:12.625rem;height:3.4375rem;top:14rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef7s4JNcpNgAhnSa3Ct1IXyJVHlIKKtl { display:block; }
 }@media only screen and (max-width: 763px) { #R230Mx3XOTZAyUMZLVfKMHVPTGb6yPMX { top:2.625rem;left:0rem;width:25.5rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO { display:block; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSwMSQNHG2Um4qJtxz4GcskrUXi3fqfd { top:13.8125rem;left:0rem;width:29.25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOAHcUotle1bPJDTTUlx4SVMoR02L49q { top:19.75rem;left:0rem;width:30.75rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u05e8mutiJhGrXZ55N31yE2nz1pnibfE { top:0rem;left:0rem;width:47.75rem;height:31.196666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCHcfAIDPQuLQrDc3OKiEBgEn8XFyGaH { display:none; }
 }@media only screen and (max-width: 763px) { #Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO { display:block; }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJTCa0vWJSCDf21AoLtN0DWd8l89h2Xo { top:0rem;left:0rem;width:47.75rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDvcWWrLAG9Xt5JcnfJwwfZz8tFOkTGK { top:6.8125rem;left:0rem;width:47.6875rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb74hDGb7g5ocNXkDMysMNEe9KoxUu6A { top:15rem;left:0rem;width:47.6875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU6GbAtE1dSieHxdlQ9I2hXuSOrhDxzt { top:45.3125rem;left:0rem;width:12.25rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB4VT5mVbssBhqelU1S4DPClnFpZK5Jy { top:22.4375rem;left:0rem;width:32rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvwyCT2uq15wDnmJgSbl5NNpT28xl4Ge { top:48.5rem;left:0rem;width:12.6875rem;height:5.5rem;font-size:1.125rem;display:block; }#JvwyCT2uq15wDnmJgSbl5NNpT28xl4Ge li:before{  }
 }@media only screen and (max-width: 763px) { #aMMRCHSzMnw3mFXmEaT9FTcORhp1vMy0 { top:27.25rem;left:0rem;width:27.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL8TSQyWWbowGmAbtCKl0xRwBBW4lJ9c { top:21.4375rem;left:0rem;width:29.5rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8qHM4IMSs6ai74FGLNi975NTKwe5rAf { top:45.375rem;left:28.9375rem;width:18.8125rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqeCRTpsbJvtToicyt91WwMC2aSzH7Xx { top:22.4375rem;left:15.75rem;width:32rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvfg35h0NsOCsaaNOElXDFCQtKvp8wrI { top:48.5rem;left:32.1875rem;width:15.5625rem;height:;font-size:1.125rem;display:block; }#wvfg35h0NsOCsaaNOElXDFCQtKvp8wrI li:before{  }
 }@media only screen and (max-width: 763px) { #nt5gFwhAXrFKnoEASFxpDfCJoTQk8vpQ { top:26.6875rem;left:20.5rem;width:27.25rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTGBFCs1obklcT0bZfOs3qfgBNFed4OP { top:21.4375rem;left:18.25rem;width:29.5rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP { display:block; }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBUKFgqeKJOwiJqvvh6OpgNO17pdPde9 { top:3.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB4MSxSDzgsZacxkTOzQnnTg3ZJfBMeQ { top:13.375rem;left:0rem;width:24.625rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7OSpQXiJyZLZ9z09FfQFmgb4zgG2BPZ { top:18.5625rem;left:3.15625rem;width:15.4375rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIU2QtCIka93xJ8sUMSnNpH1rkTlb7ob { top:30.0625rem;left:4.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLytOkFftuClwwcz7IOlT2aV6tcOvyrK { top:11.875rem;left:0rem;width:6.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJbJSD5p8rwtrLwbEf2Kk1MUNQXHKwc { top:13.125rem;left:0rem;width:4.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrUDpWh4MOMdQX4eX0h4ym5tG3xXJM1V { top:14.125rem;left:0rem;width:1.5rem;height:5rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHEcnriiTfxizruTAdL4pTtmTOV8BpDm { top:13.375rem;left:23.125rem;width:24.625rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1DhC2aN1yGe7din67ENHmXiNVe4MxC { top:18.5625rem;left:30.5rem;width:16.5rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J181F7MWqad2LNlWOODQU7eQ9KTzZL89 { top:30.0625rem;left:32rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFocu3ikxV9zzphLixR4Uuh2QLdUwZs0 { top:11.875rem;left:23rem;width:6.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVPbuwzRWznxG6xRoFTJxGgypykT26mt { top:13.125rem;left:24.25rem;width:4.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPo4SyteDp3MzTU3SAuLt9c5wOGhTgnr { top:14.125rem;left:25.5625rem;width:1.5rem;height:5rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWo6DnQ9ZiapsmIOLxsEdy0qa4SzttXx { top:33.75rem;left:35.6875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVArMKaqObRZr9QK1CBro1Ek6OQ5TFyV { top:33.25rem;left:7.75rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9cBSzn2AdmWdXdv9KneSgLPXHfdNB38 { top:50.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qde5OSGvnvdoxTrkkAT0V4HTDM2yEkzs { top:51.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqtHFGcM0N50ECiwdcqhwLtuKI5Nlwzx { width:12.625rem;height:3.4375rem;top:44.25rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuBT3TKyaEu6BN5fEKFSA0iVVLkZFL06 { display:block; }
 }@media only screen and (max-width: 763px) { #qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo { display:block; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOII89uv1gtFblfTiPwzzO3pHMBfK2cS { top:10.375rem;left:13rem;width:34.75rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txiT11RvPQof8l5ib4RnRGvWDN3WbyWE { top:23.5625rem;left:20.875rem;width:26.875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4nsHUdFTndXDf0o3kT7VtSRoQUmEVMB { top:16.6875rem;left:24.0625rem;width:23.6875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nACOXFi9Kl13804Kv2dqMyv0D7AtyQ9P { width:22.5rem;height:3.4375rem;top:31.75rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzHAMVKqef4nuilUMalzbfBbaeoTtBz4 { display:block; }
 }@media only screen and (max-width: 763px) { #VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 { display:block; }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQQMTRcnEQxfPQsp0SvUGkUO8ANG883U { top:3.5rem;left:5.875rem;width:24.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivSIr72FhZk99n4gsU0Ugbnv0JVM0GB0 { top:3.5rem;left:27.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9P4gcJbQJm6AP3Rr7UbtrdyKUy6JivT { width:8.4375rem;height:1.5625rem;top:6.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhJ3Iyq5Jefozrilu5CZEhBTtq29vNQq { display:block; }
 }@media only screen and (max-width: 763px) { #uEEdPupfkH5SNQ202n8ySAsdbwdIzbLd { top:10.1875rem;left:8.5625rem;width:17.1875rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uynB11ZGg6sEBEpCI0d24fQC1Jz14JCM { top:3.5rem;left:0rem;width:10.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Co6aHN9JtmOfJew2qgsQLTK0B8MI2H { top:10.3125rem;left:5.625rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfqa0ueksE3ylCQnwd3gygse4IKFdA29 { top:6.9375rem;left:6.125rem;width:1.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTrhhhvyNtdnWPftSlCskyKD67Ks09Ot { top:6.6875rem;left:5.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaJqKidNokSuiZvTFnpAobCo7ll2kz8a { top:10.25rem;left:5.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPk4B724hZ3RAHKarVB2AeoWpVDyIiqi { top:6.375rem;left:41.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8t6xkdfCP97Q7ZFbTTWcWlw3yOQQ4hX { top:6.8125rem;left:41.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agIDy8Oc03laboN0LDWOUtJVenxZ9BRX { top:6.375rem;left:44.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwv6UPm5kuJHJJQxmIdsG4NUeAA1skJn { top:6.8125rem;left:44.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:51.75rem;background-color:rgba(0,0,0,0.17);background-image:url("https://images.assets-landingi.com/uc/51f4c052-a741-43d9-9ee8-d8d014d25bdf/intromob4.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #B6EAkmcHlch7n8NmXqL5n5eJckSJeZz2 { width:13.6875rem;height:5.5rem;top:1.5625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqqTNEG6Z31GgxFo1VsWv3k1EFpH4ACv { width:17.625rem;height:1.3125rem;top:25.125rem;left:1.1875rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;color:#3d3d3c;display:block; }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-regular-label { width:16.875rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-text { width:16.875rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-text {padding-top: 0; padding-bottom: 0;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-textarea { width:16.875rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-select { width:16.875rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-select {padding-top: 0; padding-bottom: 0;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-input-button { width:16.875rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-checkbox-label { width:15.9375rem;color:#3d3d3c; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .widget-radio-label { width:7.5625rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85  { width:17.5rem;height:auto;top:25.875rem;left:0rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 .radio-container { width:17.5rem; }
#JC9I7SrMtazgwqyImVin0M427BaX3F85 {display:inline-block;}#JC9I7SrMtazgwqyImVin0M427BaX3F85 { width:17.5rem;height:auto;top:25.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #H94U2XvkbTZ9HG0MUkNyvOTwoBs88A9s {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #y14n1CfDXLH99kAfAZcOUnJnuHBCsapz {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #Ohy2B7JC94p7DIN2FUhb9DtOoDEdPAt4 {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #w0ESnGSKxHrlIkWnu6tUWHxSAuk8Mbt5 {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #TQJIBsE5rxQVWmh6T9Xsi1PFM17zGCxq {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #i4WI3QFg6yPewdIPlH5Laf72osiAED8H {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #PdVSEpfQaLKzng7O69XpQKtDlSr49rTd {  }
 }@media only screen and (max-width: 763px) { #JC9I7SrMtazgwqyImVin0M427BaX3F85 #nJucTImPTMSzuMWOMQ4T2H4zlgJfOCGT {  }
 }@media only screen and (max-width: 763px) { #kPq2rXzzswTmUmtqdkUAMnEwPMsw3Fog { width:17.5rem;height:2.0625rem;top:23.0625rem;left:1.25rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;color:#5d9731;display:block; }
 }@media only screen and (max-width: 763px) { #LHSKGCnzRCXstUeEOs7sDAwf7vmlArws { width:2.25rem;height:2.25rem;top:47.75rem;left:0rem;font-size:1.5625rem;color:#3d3d3c;display:block; }
 }@media only screen and (max-width: 763px) { #iAmOO9iKmD53RvvmGTVTvsxQdBGArrTq { width:17.75rem;height:1.3125rem;top:48.1875rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;color:#3d3d3c;display:block; }
 }@media only screen and (max-width: 763px) { #nqvwdqOzTtUQDeeWE6TzMVx6N3HDgnRP { top:21.1875rem;left:0rem;width:20rem;height:30.5rem;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7DgqLGm9UHA4x8LBGGFuEJrNxZs54Kg { width:12.625rem;height:3.4375rem;top:43.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZlskyzqmh6LkSCl64OkAqfwgtTkbmCG { display:block; }
 }@media only screen and (max-width: 763px) { #sWg4QuFDkodcATHOU3xGhcfZxAbDhKdR { width:20rem;height:2rem;top:40.82421875rem;left:0rem;font-size:1.25rem;color:#3d3d3c;display:block; }
 }@media only screen and (max-width: 763px) { #VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon { display:block; }#VuU8T6XEbA40LMA3UoTvtaKkQqPPnXon > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUN42i1RUTbNQAWt06WvAGCIaQDsNS5l { width:19.1875rem;height:4.5996125rem;top:1.01220703125rem;left:0.40625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv { display:block; }#ITsgn4gb5AgkHpIyb54T4Qnz5iXmoPBv > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skAsuxFMsSJbztG87qwTm44xooE6WVCS { width:20rem;height:4.54980625rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WG768yoD8W4ce2eR3LgofCHM6caqSoKD { width:20rem;height:10rem;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKwe0Ux30Jww35lVrVnVAIzg930Gcqwz { width:20rem;height:7.1996875rem;top:19.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW { display:block; }#gcqufsPUDeb8rZe0Q2H9iNy2MT6vwNnW > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhJPBqdogNgxxhrUkzw0gtPgH8CieGhu { width:16.25rem;height:3.5996125rem;top:12.64990234375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVltNDHTTf4HJDGGbtTNu3BPVQnygQ5T { width:20rem;height:34.125rem;top:1.25rem;left:0rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4RZGI9zQHnLKP0k2rbU1ItcT34pgPHz { width:20rem;height:16.75rem;top:18.6875rem;left:0rem;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzTLCSSQRaZ5ZsPUVhOIrJ4mGuhBU6W { width:6.6875rem;height:6.25rem;top:5.35546875rem;left:6.65625rem;font-size:6.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DTNU4blICmZBCvSPFU4rLWk0bE8qS2Fw { width:3.75rem;height:0.375rem;top:4.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC1CrGGoN68DuxrOKxmOTkkWQovGimHg { width:3.75rem;height:0.375rem;top:10.91796875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbFzDIT8uh5V67TPcyT6fUe7yFVP71xi { width:20rem;height:11.193375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhAk6El1TvhdR2r38bq39Anb2ktBBTdN { display:block; }#vhAk6El1TvhdR2r38bq39Anb2ktBBTdN > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS0bUeytpJDcoqR3rHL1QL2nyTsA1baA { width:16.875rem;height:5.3994125rem;top:10.625rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnAvxsGMAMxJRDlJie3XTQzMUkkPEtJT { width:20rem;height:35.8125rem;top:0rem;left:0rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:30rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUMa0JPgIRKbqcsTg7HAdCIFFe1lhwlT { width:20rem;height:16.75rem;top:19.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:25rem;border-bottom-left-radius:13rem;border-bottom-right-radius:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGrLdsbSUP109GJHZlJTLyrLQ1aSKfaq { width:6.6875rem;height:8.125rem;top:2.5rem;left:6.6875rem;font-size:6.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oxsIRH3L2EREkSwyJ05TdFJ3h7Jy2A3z { width:3.75rem;height:0.375rem;top:2.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbBGCBRO5xPmmuuKNfvLUTd0nUptSxih { width:3.75rem;height:0.375rem;top:9.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9914v6X7o6bKUtEoVnApp0JwJNnToHX { width:18.5rem;height:14.625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTigBx24mOW011uGlpSmh6UDR0Pw1m1k { display:block; }#sTigBx24mOW011uGlpSmh6UDR0Pw1m1k > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcKDT36KmHfkhsg8EN3TKcO1mWHxizCz { width:18.1875rem;height:8.999rem;top:10.6259765625rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTvmBaFWCSBL4v0FUolwVZEZLzAMolFD { width:20rem;height:57.0625rem;top:0rem;left:0rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkUO0veLmRrgIQAdFRDDwiviIPDxsi4E { width:20rem;height:36.75rem;top:20.3125rem;left:0rem;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #z378T3yiTk0lXTohJZ4BuFSeUQJwZVBR { width:5.25rem;height:6.875rem;top:3.0625rem;left:7.375rem;font-size:6.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ObLIygvJzOAORrKLd4J52ThGA9yIn0Mw { width:3.75rem;height:0.375rem;top:2.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc8bpoHIIATTSDtAQt9nt0pii8qh7wd8 { width:3.75rem;height:0.375rem;top:9.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1d6ZOzy4PkJWUL4NTp79BOJnhEtIfrB { width:13.125rem;height:13.125rem;top:29.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Oys74XNT1BE276tcHtsIvBpzTyuZd1 { width:7.9375rem;height:7.9375rem;top:40.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShcJoP47zkSx2g3nbozNTnEFSb4hafD { width:9.25rem;height:9.25rem;top:21.8125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGM1KyeQbgb53ufbFrZitniAKr2t6kZp { width:11.25rem;height:11.25rem;top:44.15625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THR1ibve25HDlNS0CsbFzegtFWuZJ7rf { width:12.625rem;height:3.4375rem;top:58.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtJKdksTXX0BtXnveneWS0Wp5aTdKREc { display:block; }
 }@media only screen and (max-width: 763px) { #OahdiU2HfpbBPNbALL4elIVpZJeFh2ty { background-color:#ffffff;background-image:none;display:block; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container { background-color: transparent; background-image: none; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container > .video-iframe-container { display: none; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row > .video-iframe-container { display: none; }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .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); }#OahdiU2HfpbBPNbALL4elIVpZJeFh2ty > .row .container { width:20rem;height:112.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUHdb7hru74O1aERoUkf0mZ2eI60XqEa { width:20rem;height:65.375rem;top:2.5rem;left:0rem;border-top-left-radius:0.0625rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU6zETTiXQD2dPG61OLKfIUlC98LQAt0 { width:17.25rem;height:26.99705625rem;top:18.6875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiINRHSiGOCiLb7qJlOsXxDnaU6d6viz { width:17.0625rem;height:11.3745rem;top:5.9375rem;left:1.25rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tlRzkqCyxwyQif15eMTTTXtnPEQEbQxL { width:13.25rem;height:14.3984375rem;top:49.75rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGHHsILZpJDtKsTxeGL6CA1HpmkrC3b { width:12.5rem;height:0.125rem;top:48.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUMvpU6HidkUfX5QsUcNPc3aVIACBwb6 { width:2.9375rem;height:1.9375rem;top:47.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkaOIVqQMNAFTictDQxG1lbmqF776TV8 { top:64.125rem;left:0rem;width:20rem;height:15.0625rem;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4212f33f-f1d1-45bb-8947-28b981036839/67.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gkaOIVqQMNAFTictDQxG1lbmqF776TV8.adaptive-delivery-prevent-bg, #gkaOIVqQMNAFTictDQxG1lbmqF776TV8.lazyload, #gkaOIVqQMNAFTictDQxG1lbmqF776TV8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UpCqib5KI7J8kh8KEo3o3Aziv8VZvnbR { top:79.1875rem;left:0rem;width:20rem;height:11.125rem;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1a709912-7131-4e55-b67b-45cd73f6718b/661.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UpCqib5KI7J8kh8KEo3o3Aziv8VZvnbR.adaptive-delivery-prevent-bg, #UpCqib5KI7J8kh8KEo3o3Aziv8VZvnbR.lazyload, #UpCqib5KI7J8kh8KEo3o3Aziv8VZvnbR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hAqioGVOB4TnU1Zsc7TrhZWHwzHtMGvc { top:90.3125rem;left:0rem;width:20rem;height:11.125rem;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3266c1a7-0030-4027-b6eb-79fd5b58ad7b/65.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hAqioGVOB4TnU1Zsc7TrhZWHwzHtMGvc.adaptive-delivery-prevent-bg, #hAqioGVOB4TnU1Zsc7TrhZWHwzHtMGvc.lazyload, #hAqioGVOB4TnU1Zsc7TrhZWHwzHtMGvc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T5CrOJcqhwTZOUzC6rvFohITN5AgnOil { top:101.3125rem;left:0rem;width:20rem;height:11.375rem;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a10537c9-397b-4e19-974e-98ebaa47a2fb/66.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T5CrOJcqhwTZOUzC6rvFohITN5AgnOil.adaptive-delivery-prevent-bg, #T5CrOJcqhwTZOUzC6rvFohITN5AgnOil.lazyload, #T5CrOJcqhwTZOUzC6rvFohITN5AgnOil.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 { display:block; }#cOnDEGCrt1bqanRgrcpNUedCTtllCsK4 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOuoSgh90rQLcJFQkc3pqVuEyaxyJqvT { width:19.6875rem;height:8.3994375rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LxG2LNeLxnTBv1sEcVsVREdKTgmaveTE { width:12.625rem;height:3.4375rem;top:14.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef7s4JNcpNgAhnSa3Ct1IXyJVHlIKKtl { display:block; }
 }@media only screen and (max-width: 763px) { #R230Mx3XOTZAyUMZLVfKMHVPTGb6yPMX { width:20rem;height:17.1875rem;top:20.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO { display:block; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO { background-color: transparent; background-image: none; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container > .video-iframe-container { display: none; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row > .video-iframe-container { display: none; }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .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); }#ByA5beEFSM4WtIMKEKpqyadAv7vJBHQO > .row .container { width:20rem;height:47.0625rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSwMSQNHG2Um4qJtxz4GcskrUXi3fqfd { width:20rem;height:4.54980625rem;top:3.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pOAHcUotle1bPJDTTUlx4SVMoR02L49q { width:20rem;height:16.875rem;top:9.57421875rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u05e8mutiJhGrXZ55N31yE2nz1pnibfE { width:20rem;height:13.0659375rem;top:46.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCHcfAIDPQuLQrDc3OKiEBgEn8XFyGaH { top:27.625rem;left:0rem;width:20rem;height:17.1875rem;z-index:100025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd054ba1-61ac-444a-820d-14c464fff1af/27.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }#WCHcfAIDPQuLQrDc3OKiEBgEn8XFyGaH.adaptive-delivery-prevent-bg, #WCHcfAIDPQuLQrDc3OKiEBgEn8XFyGaH.lazyload, #WCHcfAIDPQuLQrDc3OKiEBgEn8XFyGaH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO { display:block; }#Qy1GTyPBDOZ1Quqb4mJ5P2PNETed4mzO > .row .container { width:20rem;height:105.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJTCa0vWJSCDf21AoLtN0DWd8l89h2Xo { width:20rem;height:6.58008125rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bDvcWWrLAG9Xt5JcnfJwwfZz8tFOkTGK { width:20rem;height:14rem;top:9.51708984375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb74hDGb7g5ocNXkDMysMNEe9KoxUu6A { width:20rem;height:2.3999rem;top:24.3300625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU6GbAtE1dSieHxdlQ9I2hXuSOrhDxzt { width:12.25rem;height:2.3999rem;top:47.22802734375rem;left:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB4VT5mVbssBhqelU1S4DPClnFpZK5Jy { width:19.375rem;height:30.75rem;top:30.29052734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvwyCT2uq15wDnmJgSbl5NNpT28xl4Ge { width:12.6875rem;height:5.5244125rem;top:50.25244140625rem;left:4.1875rem;font-size:1.125rem;display:block; }#JvwyCT2uq15wDnmJgSbl5NNpT28xl4Ge li:before{  }
 }@media only screen and (max-width: 763px) { #aMMRCHSzMnw3mFXmEaT9FTcORhp1vMy0 { width:20rem;height:11.13575rem;top:33.791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL8TSQyWWbowGmAbtCKl0xRwBBW4lJ9c { width:18.625rem;height:20.3125rem;top:29.60302734375rem;left:0rem;border-top-left-radius:9.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8qHM4IMSs6ai74FGLNi975NTKwe5rAf { width:15.375rem;height:2.3999rem;top:81.0625rem;left:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqeCRTpsbJvtToicyt91WwMC2aSzH7Xx { width:19.375rem;height:39.125rem;top:63.5625rem;left:0.625rem;border-top-left-radius:25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvfg35h0NsOCsaaNOElXDFCQtKvp8wrI { width:13.25rem;height:14.8359375rem;top:84.125rem;left:3.375rem;font-size:1.125rem;display:block; }#wvfg35h0NsOCsaaNOElXDFCQtKvp8wrI li:before{  }
 }@media only screen and (max-width: 763px) { #nt5gFwhAXrFKnoEASFxpDfCJoTQk8vpQ { width:18.875rem;height:12.75rem;top:67.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTGBFCs1obklcT0bZfOs3qfgBNFed4OP { width:18.625rem;height:20.9375rem;top:62.9375rem;left:0rem;border-top-left-radius:9.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP { display:block; }#vVzU0g8r6MDuuHFJKUwcm2prEFVThpUP > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBUKFgqeKJOwiJqvvh6OpgNO17pdPde9 { width:20rem;height:6.58008125rem;top:2.56201171875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cB4MSxSDzgsZacxkTOzQnnTg3ZJfBMeQ { width:20rem;height:23.9375rem;top:13.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7OSpQXiJyZLZ9z09FfQFmgb4zgG2BPZ { width:15.5rem;height:7.5rem;top:19.82958984375rem;left:2.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OIU2QtCIka93xJ8sUMSnNpH1rkTlb7ob { width:12.5rem;height:12.5rem;top:28.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLytOkFftuClwwcz7IOlT2aV6tcOvyrK { width:6.875rem;height:6.6875rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJbJSD5p8rwtrLwbEf2Kk1MUNQXHKwc { width:4.3125rem;height:1.5rem;top:11.8125rem;left:1.25rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QrUDpWh4MOMdQX4eX0h4ym5tG3xXJM1V { width:1.5rem;height:3.1621125rem;top:13.3125rem;left:2.6875rem;font-size:2.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHEcnriiTfxizruTAdL4pTtmTOV8BpDm { width:20rem;height:23.9375rem;top:44.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1DhC2aN1yGe7din67ENHmXiNVe4MxC { width:14.9375rem;height:7.5rem;top:51.0625rem;left:2.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J181F7MWqad2LNlWOODQU7eQ9KTzZL89 { width:12.5rem;height:12.5rem;top:61.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFocu3ikxV9zzphLixR4Uuh2QLdUwZs0 { width:6.875rem;height:6.6875rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVPbuwzRWznxG6xRoFTJxGgypykT26mt { width:4.3125rem;height:1.5rem;top:43.8125rem;left:1.25rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TPo4SyteDp3MzTU3SAuLt9c5wOGhTgnr { width:1.5rem;height:3.1621125rem;top:45.3125rem;left:2.5625rem;font-size:2.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWo6DnQ9ZiapsmIOLxsEdy0qa4SzttXx { width:5.3125rem;height:5.3125rem;top:64.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVArMKaqObRZr9QK1CBro1Ek6OQ5TFyV { width:6.3125rem;height:6.3125rem;top:31.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9cBSzn2AdmWdXdv9KneSgLPXHfdNB38 { width:3.125rem;height:3.125rem;top:74.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qde5OSGvnvdoxTrkkAT0V4HTDM2yEkzs { width:17rem;height:6.2988125rem;top:75.25rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qqtHFGcM0N50ECiwdcqhwLtuKI5Nlwzx { width:12.625rem;height:3.4375rem;top:83.3608125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuBT3TKyaEu6BN5fEKFSA0iVVLkZFL06 { display:block; }
 }@media only screen and (max-width: 763px) { #qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/65ea5dde-0cb4-4d1e-b14c-978c68887865/bg_mob.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo.adaptive-delivery-prevent-bg, #qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo.lazyload, #qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo.lazyloading { background-image: none; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container { background-color: transparent; background-image: none; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container > .video-iframe-container { display: none; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row > .video-iframe-container { display: none; }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .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); }#qlI7OETLaf7pQqIqrMX4JWJsMAiNbvdo > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOII89uv1gtFblfTiPwzzO3pHMBfK2cS { width:20rem;height:29.8125rem;top:21.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txiT11RvPQof8l5ib4RnRGvWDN3WbyWE { width:17.25rem;height:7.19925rem;top:34.75rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4nsHUdFTndXDf0o3kT7VtSRoQUmEVMB { width:17.25rem;height:7.7988125rem;top:25.5rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nACOXFi9Kl13804Kv2dqMyv0D7AtyQ9P { width:19rem;height:3.4375rem;top:43.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzHAMVKqef4nuilUMalzbfBbaeoTtBz4 { display:block; }
 }@media only screen and (max-width: 763px) { #VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 { display:block; }#VQT9nH4X43uMm7JTlOP7b12Xi98BTan7 > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQQMTRcnEQxfPQsp0SvUGkUO8ANG883U { width:20rem;height:1.4624rem;top:9rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivSIr72FhZk99n4gsU0Ugbnv0JVM0GB0 { width:20rem;height:1.4624rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9P4gcJbQJm6AP3Rr7UbtrdyKUy6JivT { width:8.4375rem;height:1.5625rem;top:15.48046875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhJ3Iyq5Jefozrilu5CZEhBTtq29vNQq { display:block; }
 }@media only screen and (max-width: 763px) { #uEEdPupfkH5SNQ202n8ySAsdbwdIzbLd { width:9.0625rem;height:3.3994125rem;top:14.8125rem;left:10.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uynB11ZGg6sEBEpCI0d24fQC1Jz14JCM { width:10.8125rem;height:4.3125rem;top:2.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Co6aHN9JtmOfJew2qgsQLTK0B8MI2H { width:2.0625rem;height:2rem;top:11.875rem;left:13.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfqa0ueksE3ylCQnwd3gygse4IKFdA29 { width:1.0625rem;height:1.375rem;top:12.125rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTrhhhvyNtdnWPftSlCskyKD67Ks09Ot { width:2.0625rem;height:2.0625rem;top:11.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaJqKidNokSuiZvTFnpAobCo7ll2kz8a { width:2.0625rem;height:2.0625rem;top:11.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPk4B724hZ3RAHKarVB2AeoWpVDyIiqi { width:2.0625rem;height:2.0625rem;top:23.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8t6xkdfCP97Q7ZFbTTWcWlw3yOQQ4hX { width:1.1875rem;height:1.1875rem;top:24.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agIDy8Oc03laboN0LDWOUtJVenxZ9BRX { width:2.0625rem;height:2.0625rem;top:23.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwv6UPm5kuJHJJQxmIdsG4NUeAA1skJn { width:1.25rem;height:1.25rem;top:24.125rem;left:10.75rem;display:block; }
 }