.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#zdNQUgRRQnV9OSwCeHCkvFi45COJeE6W { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.5rem;left:60.625rem;height:1.625rem;font-style:normal;display:block; }
#Jd3gROSdsv4EFymOvTWaZfirwy51CqqS { color:#0eaf37;display:block;width:15.5625rem;position:absolute;font-family:"league spartan";font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.125rem;left:59.4375rem;height:3.25rem;font-style:normal;display:block; }
#wptxztDRrJiRtzOTTFNEbSZmLTETPPVM { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:9.0625rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#TP3SggHorTypSkrC7f5XoBZBwoA4N33g { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:27.125rem;top:2.3125rem;left:22.03125rem;overflow:hidden;display:block; }
#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04c11956-f541-4480-986b-c081b075a244/Frame2147225679.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu.adaptive-delivery-prevent-bg, #Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu.lazyload, #Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu.lazyloading { background-image: none; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container { background-color: transparent; background-image: none; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container > .video-iframe-container { display: none; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row > .video-iframe-container { display: none; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .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); }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container { border-width: 0; border-radius: 0; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#yytSy8Bb8sDSEeiy9MJZpNbkl4XppU1f { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:roboto;font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.6748046875rem;left:0rem;height:11rem;font-style:normal;display:block; }
#wL9dyJtJbnMNuBoTym7EJzCBn66WPZBT { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:23.25rem;left:0rem;height:8.097625rem;display:block; }
#sVfQSKl18o0LhmS67yb7CLxlCPbuTuoo { box-sizing:content-box;height:13.1875rem;width:30rem;position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.3);background-image:none;top:33.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#txu0mkVwsxKZXkuWtbmtoUL91d0Avxcy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:35.3125rem;left:5.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#IWt5yL0hLq9t2AtfEOTh0p4835wcC0qf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:35.599609375rem;left:14.625rem;overflow:hidden;display:block; }
#r8d91yrMhdx7GiEcTMzupwzFyBNysHku { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:37.375rem;left:5.5625rem;height:1.29980625rem;display:block; }
#GXwMJbItfZiXn8JE6dqGEBTcZ3kmO88Q { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.1875rem;top:35.8125rem;left:27.125rem;overflow:hidden;display:block; }
#ho2WQ7JNv3RWNDwnPVBbfrK3spAHGWH7 { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:39.900390625rem;left:1.59375rem;height:6.3984375rem;display:block; }
#uax4kc8G4pngplpT17cSMH4MWMcudFP2 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:35.125rem;left:0.84375rem;overflow:hidden;display:block; }
#kDFm6TiJbA8v0TdldtSFC71wBMRVwIxs { box-sizing:content-box;height:33.3125rem;width:30.1875rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:9.875rem;left:44.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-form-header {  }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:27rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f7fbff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:3.4375rem;color:#777777;font-size:1rem;overflow:hidden;font-family:inter;vertical-align:top; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-text {padding-top: 0; padding-bottom: 0;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f7fbff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:8.875rem;color:#777777;font-size:1rem;overflow:hidden;font-family:inter;vertical-align:top; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-select {padding-top: 0; padding-bottom: 0;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#62a730;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:27rem;height:3.4375rem;font-family:"roboto slab";overflow:hidden;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(98,167,48,0.58) ; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme [class*="-text"]:-moz-placeholder { color:#777777;font-family:inter;font-size:1rem;font-weight:400;font-style:normal; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme [class*="-text"]::-moz-placeholder { color:#777777;font-family:inter;font-size:1rem;font-weight:400;font-style:normal; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme [class*="-text"]:-ms-input-placeholder { color:#777777;font-family:inter;font-size:1rem;font-weight:400;font-style:normal; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme [class*="-text"]::-webkit-input-placeholder { color:#777777;font-family:inter;font-size:1rem;font-weight:400;font-style:normal; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.625rem;overflow:hidden;font-style:normal;float:none; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-container:first-of-type{padding-top:0;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-container:last-of-type{padding-bottom:0;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.625rem;left:45.1875rem; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27rem;display:block;vertical-align:top; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme {display:block;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.625rem;left:45.1875rem; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #LfIyA3TPQvEasQXkrT8y9FzknQvUeRJd { position:relative; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #ySczgGDgh3L58m67WXICViFTRt8FekTr { position:relative;display:none; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #eltsc5I6gyRtpNMmzAK6ysq8C5QGnMcn { position:relative; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #l5EB29M5Hyp7JuwanDq6dznqxZdXEyGI { position:relative; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #JTGOCBTiXQkT5miTsbg3fa4RkZrqeFEf { position:relative;display:none; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #L2eNmHT5SdKvcz68TJrRrxlGADzx6DGq { position:relative; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #arOJ4pHCcR8aCweHbPrBah05CtOdZudA { position:relative; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #f5FKCV1UzJiawXEoPAhxmZoKabkJoMwV { position:relative;display:none; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #ODw3NWA8RBsyA76WBqKNz7gpuJV9cPpE { position:relative; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #AXXdchz6bpvTqWTi7wOxheAepOp9TT0M { position:relative; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme #oDlK7EkavrUIk8BM397hULgAILnVNCOE { position:relative; }
#cU2zOddi8LawqBsxSMZkz0Eb7TgRbCGH { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:25.6875rem;top:9.1875rem;left:47.0625rem;overflow:hidden;display:block; }
#QvikwASkTp4ZxmMxzOuW6bXfGEQIXEcE { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:39.6875rem;left:52rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmZMxWTp6IwZiUm4eDUKCIJJi0UX81p9 { box-sizing:content-box;height:2.5625rem;width:20.875rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:6.625rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#pNLDXwOPiXkZe2NXvnJ5pzQPN4uo9hWL { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:6.875rem;left:1.28125rem;height:1.94921875rem;font-style:normal;display:block; }
#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah { position:relative;display:block; }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah { background-color: transparent; background-image: none; }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah > .row .container > .video-iframe-container { display: none; }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah > .row > .video-iframe-container { display: none; }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah > .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); }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah { border-width: 0; border-radius: 0; }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah > .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:44.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MuzNEavLfF40EQyq6Up9TIbtsQD5GCGd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:30.1875rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#pwyIyFDb1vZQleSocrH6avXdk7uaFwTO { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"roboto slab";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:38.3125rem;height:7.7988125rem;font-style:normal;display:block; }
#AQiTSTADHPSFKUve9iFG3pUaMMlbeCbh { color:#000000;display:block;width:32.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:15.5625rem;left:38.3125rem;height:17.9980625rem;display:block; }
#QGHJ5G7JnfBdGEa4GWPs2Rf8KMv5Jn7W { background-color:#62a730;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(98,167,48,0.5) ;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:"roboto slab";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.3125rem;left:38.3125rem;display:block; }
#ivElWC3cNC53cHe5kRCEPMcbdtTnd4ly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/76992284-c9c5-494e-a624-736c2870591c/Frame2147225691.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e.adaptive-delivery-prevent-bg, #pWXv9zy8zRNMCu6SEFWipaMliBgmG16e.lazyload, #pWXv9zy8zRNMCu6SEFWipaMliBgmG16e.lazyloading { background-image: none; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container { background-color: transparent; background-image: none; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container > .video-iframe-container { display: none; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row > .video-iframe-container { display: none; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .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); }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container { border-width: 0; border-radius: 0; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container { font-size:0.875rem;font-family:arial;height:90.125rem;width:75rem;position:relative;display:block; }#T2VhmHq32id1cs8QsXmW1TslVSpJRw9d { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:"roboto slab";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.71875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mu75mP9lQGV7A0SXI1odZWyoaGxnceMS { box-sizing:content-box;height:32.625rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:12.0234375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#m7cg3PbzTHRyyw1emrn9hA8CXFg6lcpb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:22.25rem;top:12.7734375rem;left:0.75rem;overflow:hidden;display:block; }
#KDpiV3hmnZ0usz0UL1RCEHUvHnkEoBNi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.5859375rem;left:5.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FWe4fOkO0sGNwTdSw8aszA8FlVUzKi1s { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:33.875rem;left:1.09375rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#gU8onLtgSr6zMQNTeBtVivhOQwWTa0Ok { background-color:#62a730;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(98,167,48,0.5) ;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:"roboto slab";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40rem;left:2.3125rem;display:block; }
#TKMX4WIPdGsV3Amgrx9GaC8J0zyGwJEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSh93gXhBppTTZVTUEt6hTQgNdFc8JCK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:22.25rem;top:49.125rem;left:0.75rem;overflow:hidden;display:block; }
#EqLdE14CSgPeJ4ITwq3Sgrqa25lT15JV { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:66.9375rem;left:0.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CXNOvDKO3vsfAMeeMo5lmCa4VIVN6HTW { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:70.25rem;left:1.125rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#cAEIB7Ke6l6pWTsuUnGxSp4kxgzkp4Ec { background-color:#62a730;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(98,167,48,0.5) ;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:"roboto slab";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:79.8125rem;left:2.3125rem;display:block; }
#TWsJIgPqriHiKBI3DLtysqMpMQoTqzsm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SclvBaTQSB4saaaoVr2T0fwevX0Loqwk { box-sizing:content-box;height:35.9375rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:48.375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ArCRCvoQeasJiEf4q7uICrBlQmRRleML { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:22.25rem;top:12.75rem;left:26.375rem;overflow:hidden;display:block; }
#as0vDURKdC8ZgmrGAtZIARqceXJ1wnUp { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.5625rem;left:25.8125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPnm5vL2ANbQ7ZiZ9r2hdgT1TlhGAcdw { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:33.875rem;left:26.75rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#RxBFzahs5vkzTK7SCTqG2NBISGl0uphz { background-color:#62a730;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(98,167,48,0.5) ;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:"roboto slab";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40rem;left:27.9375rem;display:block; }
#OxZ73BkJEoNoSoSXFe29Dqwd04nZ7bpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grExN03Eu2ndSIlnKvI5feNI93V0SopO { box-sizing:content-box;height:32.625rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12rem;left:25.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#UdkRGmCqIbVo3vdmcVB0QQKxLMEydMak { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:22.25rem;top:12.75rem;left:52rem;overflow:hidden;display:block; }
#JyX07TzBgqQm6E3zgZTKEZ5psm6E2f8s { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.5625rem;left:51.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCpLaUcvRdIUmMsU96ZurB1W7akt6gTx { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:33.875rem;left:52.375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#zAx9sCelnfE4lFsGrpbqbkTFzTSUoexz { background-color:#62a730;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(98,167,48,0.5) ;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:"roboto slab";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40rem;left:53.5625rem;display:block; }
#nqbVkOfuRRQ7A0vKVIab7zfkTIkNBbpF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G28gO4aiKS2iLeZQhPZQKJr5DyI0sTnn { box-sizing:content-box;height:32.625rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:12rem;left:51.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#gRa0RrHVVeQ2Satokc8BwAqG0X5UncUh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:22.25rem;top:49.125rem;left:26.375rem;overflow:hidden;display:block; }
#nXlCkW0LmwZWknK2S69KapD2z84ppqmT { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:66.9375rem;left:25.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAiNCPqAcffUZGPWe36B0swFtByRMn0G { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:70.25rem;left:26.75rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#l2JDZAQfqOQg6uDnJku3G2oBQlntKUqK { background-color:#62a730;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(98,167,48,0.5) ;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:"roboto slab";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:79.8125rem;left:27.9375rem;display:block; }
#TPFB9WkG9woqZTFe6AG9xJxeEMxN6Qpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFi5HGPtHlbviAyo4lCuFZP1hlfLT1m6 { box-sizing:content-box;height:35.9375rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:48.375rem;left:25.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#R8LUUrEc4zdQUisLxcOyp4UT4LBnSwkC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:22.25rem;top:49.125rem;left:52rem;overflow:hidden;display:block; }
#s7UCqM3S6f4VCEV8y882v8nDCuuTwEQO { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"roboto slab";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:66.9375rem;left:51.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xIWzFdb92BQ214aluDimW5ELgZpXXzTu { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:70.25rem;left:52.375rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#enGlVV5W4W5kq2nLd5RdTAEpaqG1Jz57 { background-color:#62a730;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(98,167,48,0.5) ;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:"roboto slab";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:79.8125rem;left:53.5625rem;display:block; }
#d1BCxacvr0ktoBHclHu4U8kFZLi7Abbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qe01LmZZCcwFkzx8wdXKRKXokSa1T7wC { box-sizing:content-box;height:35.9375rem;width:23.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:48.375rem;left:51.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 { position:relative;display:block; }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 { background-color: transparent; background-image: none; }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 > .row .container > .video-iframe-container { display: none; }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 > .row > .video-iframe-container { display: none; }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 > .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); }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 { border-width: 0; border-radius: 0; }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 > .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:65.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kBPuvb8HUUvUFmDvTAUqeQtQL9Ntba2u { box-sizing:content-box;height:25.25rem;width:36.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:12.6484375rem;left:0rem;box-shadow: 0rem 0.25rem 3.125rem rgba(0,0,0,0.08) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#kxKnyR0OsHVRblH83geuJ8JagHvLdcln { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:34.0625rem;left:2.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9vdFsJPFBqvQqfRCs2B98AmqmQq2eCK { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#512da8;background-image:none;top:33.5rem;left:1.5rem;display:block; }
#kOEcl3viRquw9wixAgJnPeoUtVc0hEhB { color:#000000;display:block;width:51.375rem;position:absolute;font-family:"roboto slab";font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:11.8125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6NHGBzibLAPi8tefdZmNG1UTP5tQH4e { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.5rem;height:1.4625rem;font-style:normal;display:block; }
#ENNrdwuVWQsmLPb0XCTlykoRrXq4uEfC { color:#3f3f3f;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:16.8984375rem;left:1.75rem;height:10.996125rem;display:block; }
#Mtx2larTVWXkwEzebpPGnf8PRReTxpeL { box-sizing:content-box;height:0.0625rem;width:33.5625rem;position:absolute;display:block;z-index:15029;background-color:#e4e4e4;background-image:none;top:32.0625rem;left:1.5rem;display:block; }
#igVXaTobmiQ3muyTpxQxs8IRi4VBsW8A { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:33.162109375rem;left:31.375rem;overflow:hidden;display:block; }
#LOrJVbOQaVfAEmK3243cDGmI0D2OGxhQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:35.25rem;left:5.75rem;overflow:hidden;display:block; }
#TVxBdPyn2GJ9KVufbt0Ue3r2iTDrZht0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:33.3125rem;left:5.75rem;height:1.4625rem;font-style:normal;display:block; }
#oANNW0TM92TbcmAIyapFSNxx9FSzn9di { box-sizing:content-box;height:25.25rem;width:36.5625rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:12.625rem;left:38.4375rem;box-shadow: 0rem 0.25rem 3.125rem rgba(0,0,0,0.08) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Vvx69pCG6lEIvdTMSNOmrBuhsWuamCvf { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:14.125rem;left:39.9375rem;height:1.4625rem;font-style:normal;display:block; }
#T8p2ofWLIXVNkFyW2gBalT22258tnlN3 { color:#3f3f3f;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:16.875rem;left:40.1875rem;height:10.996125rem;display:block; }
#CbuIvJSM76hBrcGDvb9qfPqVb9WkUlpX { box-sizing:content-box;height:0.0625rem;width:33.5625rem;position:absolute;display:block;z-index:15038;background-color:#e4e4e4;background-image:none;top:32.0625rem;left:39.9375rem;display:block; }
#WTrpmrO8iBfZbcgbQJHBLTnTkJ4xCaB3 { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:34.0625rem;left:40.875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HUvkE0DehUgFIzUnIkZA4oehddmDhBQd { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#1cdedc;background-image:none;top:33.5rem;left:39.9375rem;display:block; }
#dA1d4aHBJHxyLTxVo8Iz6ufUPk1mlItd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:33.3125rem;left:44.1875rem;height:1.4625rem;font-style:normal;display:block; }
#J8yTaTAOkoEAF9bL0o2EROHytPZTNEqN { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:35.25rem;left:44.1875rem;overflow:hidden;display:block; }
#iWK90ahhkvt0Uyha4mrir2H9bm3pEysA { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:33.1875rem;left:69.8125rem;overflow:hidden;display:block; }
#J10glB88PcHnTSUIhsISWRNvLOrUTpJt { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:42.5rem;left:1.5rem;height:1.4625rem;font-style:normal;display:block; }
#nxpkMMXuh8nLNmnfl9ZiWTFJRT049mSF { color:#3f3f3f;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:45.25rem;left:1.75rem;height:4.3984375rem;display:block; }
#Cab8A4c4QrfJfJChQfQP0eBoTyJ3cQyH { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:57.25rem;left:2.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LWN0WFOKTIiT21NzE7BiJNus318Cm88g { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#fe8208;background-image:none;top:56.6875rem;left:1.5rem;display:block; }
#wADCUXRapZlgDFrR08MT8JNGBCVTUMUh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:56.5rem;left:5.75rem;height:1.4625rem;font-style:normal;display:block; }
#HiucDv0RlRy9ZX50RTe7phxx3OpvnpJU { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:58.4375rem;left:5.75rem;overflow:hidden;display:block; }
#CdcUclWOO2eV7mJVp3RJywWAPAsVhiG9 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:56.375rem;left:31.375rem;overflow:hidden;display:block; }
#Alx244uhRKNF4xQcT7wWA6uiTLPPFkBR { box-sizing:content-box;height:20rem;width:36.5625rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:41rem;left:0rem;box-shadow: 0rem 0.25rem 3.125rem rgba(0,0,0,0.08) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bHqbpBE6Hmw8v4hLP5397zsdvx6fiq5N { box-sizing:content-box;height:0.0625rem;width:33.5625rem;position:absolute;display:block;z-index:15038;background-color:#e4e4e4;background-image:none;top:55.25rem;left:1.5rem;display:block; }
#algH5MboCpUnoSfNaZJVxmyr0q25WUK9 { box-sizing:content-box;height:0.0625rem;width:33.5625rem;position:absolute;display:block;z-index:15047;background-color:#e4e4e4;background-image:none;top:55.25rem;left:39.9375rem;display:block; }
#gK6hqQrFq47nzn0DOE02abccMFxvAWJ0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:56.5rem;left:44.1875rem;height:1.4625rem;font-style:normal;display:block; }
#oZg1Vz8Cg3ZFt1ZaSpo9TGNwZL946BMd { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:58.4375rem;left:44.1875rem;overflow:hidden;display:block; }
#MmkzgwidEOB7QTEmqBVJOZ9hlhgpVcqk { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:57.25rem;left:40.875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VZWmKKUaWZmXZdnEHCVmTEicA2zuadL5 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:#53c34d;background-image:none;top:56.6875rem;left:39.9375rem;display:block; }
#wIzcMG3K18cpZdCCi9SnIZJLPEPgnf2X { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:56.375rem;left:69.8125rem;overflow:hidden;display:block; }
#HqxzpWwHKozLVm9TeEgqyEUOavulDlvT { color:#3f3f3f;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15046;line-height:1.6;letter-spacing:0;top:45.25rem;left:40.1875rem;height:4.3984375rem;display:block; }
#OnvTcGZrEO0Wd5L5xcTIWETNQh5kwtQ5 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:42.5rem;left:39.9375rem;height:1.4625rem;font-style:normal;display:block; }
#pE0ugbbqn1Z4LSk3fKezv0B9wAL9Ihm7 { box-sizing:content-box;height:20rem;width:36.5625rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:41rem;left:38.4375rem;box-shadow: 0rem 0.25rem 3.125rem rgba(0,0,0,0.08) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row .container { background-color: transparent; background-image: none; }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row .container > .video-iframe-container { display: none; }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row > .video-iframe-container { display: none; }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .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); }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row .container { border-width: 0; border-radius: 0; }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#zE2NcIRpnbMndVbQCgSnsusuiko9sRpI { color:#000000;display:block;width:53rem;position:absolute;font-family:"roboto slab";font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:11rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFUu4vMZTfNT5M3XDsdwC52e9xJCUIJr { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5234375rem;left:24.40625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#WofBmGmKebUB3Vbk93NLmNpJh6UFLLHK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:35.625rem;top:15.375rem;left:0rem;overflow:hidden;display:block; }
#Fd7XEOPSVsL2iOMtsHdXIrDmu9vA8U3l { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:35.625rem;top:15.375rem;left:39.375rem;overflow:hidden;display:block; }
#reNp4dt6l0Z0ohVtnE8Igt4NT0HIT5NW { background-color:#62a730;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(98,167,48,0.5) ;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:"roboto slab";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:46.625rem;left:16.5625rem;display:block; }
#AUFSM0IpUcOlTTcnF6MpOIT5lkDegrMB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQJR3myZeWDb89HgApCxp5QKeP7D7iQd { background-color:#4f3728;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(79,55,40,0.5) ;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:"roboto slab";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:46.625rem;left:39.375rem;display:block; }
#kt9ykdTQsV1ZR8qaExkBQDtNltySk5zh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/db2b7a40-c845-497e-8b5a-3ececeea84f5/WoodlandHomepage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ.adaptive-delivery-prevent-bg, #AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ.lazyload, #AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ.lazyloading { background-image: none; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container { background-color: transparent; background-image: none; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container > .video-iframe-container { display: none; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row > .video-iframe-container { display: none; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .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); }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container { border-width: 0; border-radius: 0; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container { font-size:0.875rem;font-family:arial;height:71.5rem;width:75rem;position:relative;display:block; }#SDsQfLClZhVGopJ04yt6CydFQ9zA1Ays { color:#ffffff;display:block;width:53rem;position:absolute;font-family:"roboto slab";font-size:3.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0625rem;left:11rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orWRVE2xSBrkGz1dzVJGCf9LQkBVn5db { color:#ffffff;display:block;width:65.4375rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.568359375rem;left:4.78125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#PCyh4kyO4wMthe2peSrvtwe0sqtDmV0v { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RNJh5cX2uvQXdkBFCqnTtqX1kgQipxp0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:22.5625rem;left:31.25rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uIDQKgtTrI1scQ6snrKAAghqXK9iH7us { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:22.5625rem;left:56.6875rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GF3TqAhsPpXoDnaW3sUHSCb3kK1d7F2J { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:32.375rem;top:51.125rem;left:42.625rem;overflow:hidden;display:block; }
#pXVPXTJTbe7f2gL9891kOTVq1aRO71Th { color:#ffffff;display:block;width:32rem;position:absolute;font-family:"roboto slab";font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:50.4658203125rem;left:0rem;height:3.33125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0UZpVrKp0J0vBSoQLxWezVFSUNZKn9F { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:55.671875rem;left:23.5rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VxSDNOJpC5Pwl47KzeTTeft0v6SQShy0 { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:55.5625rem;left:0rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWkWF5LWha5mPcLTcbOdETPZcgaHepFE { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:57.609375rem;left:0rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0WBliy8XaWcFrTk7XA4vULXgbUzPpRz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:62.0625rem;left:0rem;overflow:hidden;display:block; }
#ULV5Qw9Tvr9meKkBPIdH4hg6EcJcyLPR { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:66.375rem;left:0rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m5CZFOlOfBwXQqaI6zHo3KJ1deX9CipW { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:68.375rem;left:0rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ytgZTz9KkdkFoCxi12kuOMzDAQX9TkmN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EZ9nGWIiv8qxJy6Iuft9CytvwAv37yES { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:22.5625rem;left:31.25rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Q1fTL7ddnJCKxqSBDE4tUimAwFT5npD8 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:22.5625rem;left:56.6875rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DZpQpUtErgXasaGk60kydxyhRHXS8Akl { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:55.671875rem;left:23.5rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/db2b7a40-c845-497e-8b5a-3ececeea84f5/WoodlandHomepage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU.adaptive-delivery-prevent-bg, #Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU.lazyload, #Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU.lazyloading { background-image: none; }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row .container { border-width: 0; border-radius: 0; }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row .container { font-size:0.875rem;font-family:arial;height:71.5rem;width:75rem;position:relative;display:none; }#ZrzZLnMz0OyospuvugpXHoIOlOfGKaPe { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FksCyvXVicO9EMLLruJspgscB40XIwJ1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:22.5625rem;left:31.25rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q7d52QXrtmNO3BvPUdeQ3t0rB5xZAP8S { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:22.5625rem;left:56.6875rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3S4hB3uSaxznhCmc85HSNnpKD12LT5Z { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:32.375rem;top:51.125rem;left:42.625rem;overflow:hidden;display:block; }
#linDmxCwa85p1PKWOM6LwzyGS7BIwQNH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:55.671875rem;left:23.5rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ee0NFJttEnPBkpVICW90JZg7ceaszxn3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:62.0625rem;left:0rem;overflow:hidden;display:block; }
#SOCqNGUD1nt8Rdnx3wbB9dCptPv0UQlT { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:66.375rem;left:0rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dh8zuRceWSS1V0c8Ra8n2hWEg5VIaS52 { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:68.375rem;left:0rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;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-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdNQUgRRQnV9OSwCeHCkvFi45COJeE6W { top:2.5rem;left:33.375rem;width:14.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd3gROSdsv4EFymOvTWaZfirwy51CqqS { top:4.125rem;left:32.1875rem;width:15.5625rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wptxztDRrJiRtzOTTFNEbSZmLTETPPVM { top:1.5625rem;left:0rem;width:9.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP3SggHorTypSkrC7f5XoBZBwoA4N33g { top:2.3125rem;left:8.40625rem;width:27.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu { display:block; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yytSy8Bb8sDSEeiy9MJZpNbkl4XppU1f { top:10.625rem;left:0rem;width:36.8125rem;height:11rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9dyJtJbnMNuBoTym7EJzCBn66WPZBT { top:23.25rem;left:0rem;width:38.625rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVfQSKl18o0LhmS67yb7CLxlCPbuTuoo { top:33.75rem;left:0rem;width:30rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txu0mkVwsxKZXkuWtbmtoUL91d0Avxcy { top:35.3125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWt5yL0hLq9t2AtfEOTh0p4835wcC0qf { top:35.5625rem;left:1rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8d91yrMhdx7GiEcTMzupwzFyBNysHku { top:37.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXwMJbItfZiXn8JE6dqGEBTcZ3kmO88Q { top:35.8125rem;left:13.5rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho2WQ7JNv3RWNDwnPVBbfrK3spAHGWH7 { top:39.875rem;left:0rem;width:26.9375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uax4kc8G4pngplpT17cSMH4MWMcudFP2 { top:35.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDFm6TiJbA8v0TdldtSFC71wBMRVwIxs { top:9.875rem;left:17.5625rem;width:30.1875rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-regular-label { width:27rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-text { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-text {padding-top: 0; padding-bottom: 0;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-textarea { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-select { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-select {padding-top: 0; padding-bottom: 0;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-button { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-checkbox-label { width:25.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme  { width:27rem;height:auto;top:13.625rem;left:18.25rem; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .radio-container { width:27rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme {display:block;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme { width:27rem;height:auto;top:13.625rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #LfIyA3TPQvEasQXkrT8y9FzknQvUeRJd {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #ySczgGDgh3L58m67WXICViFTRt8FekTr {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #eltsc5I6gyRtpNMmzAK6ysq8C5QGnMcn {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #l5EB29M5Hyp7JuwanDq6dznqxZdXEyGI {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #JTGOCBTiXQkT5miTsbg3fa4RkZrqeFEf {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #L2eNmHT5SdKvcz68TJrRrxlGADzx6DGq {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #arOJ4pHCcR8aCweHbPrBah05CtOdZudA {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #f5FKCV1UzJiawXEoPAhxmZoKabkJoMwV {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #ODw3NWA8RBsyA76WBqKNz7gpuJV9cPpE {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #AXXdchz6bpvTqWTi7wOxheAepOp9TT0M {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #oDlK7EkavrUIk8BM397hULgAILnVNCOE {  }
 }@media only screen and (max-width: 763px) { #cU2zOddi8LawqBsxSMZkz0Eb7TgRbCGH { top:9.1875rem;left:22.0625rem;width:25.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvikwASkTp4ZxmMxzOuW6bXfGEQIXEcE { top:39.6875rem;left:31.9375rem;width:15.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmZMxWTp6IwZiUm4eDUKCIJJi0UX81p9 { top:6.625rem;left:0rem;width:20.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNLDXwOPiXkZe2NXvnJ5pzQPN4uo9hWL { top:6.875rem;left:0rem;width:18.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8uJlsWJIJbHRXm4agI8WULHcTCOhJah { display:block; }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuzNEavLfF40EQyq6Up9TIbtsQD5GCGd { top:4.375rem;left:0rem;width:30.1875rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwyIyFDb1vZQleSocrH6avXdk7uaFwTO { top:6.3125rem;left:14.1875rem;width:33.5625rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQiTSTADHPSFKUve9iFG3pUaMMlbeCbh { top:15.5625rem;left:15.625rem;width:32.125rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGHJ5G7JnfBdGEa4GWPs2Rf8KMv5Jn7W { width:11.75rem;height:3.125rem;top:35.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivElWC3cNC53cHe5kRCEPMcbdtTnd4ly { display:block; }
 }@media only screen and (max-width: 763px) { #pWXv9zy8zRNMCu6SEFWipaMliBgmG16e { display:block; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2VhmHq32id1cs8QsXmW1TslVSpJRw9d { top:3.75rem;left:7.09375rem;width:33.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu75mP9lQGV7A0SXI1odZWyoaGxnceMS { top:12rem;left:0rem;width:23.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7cg3PbzTHRyyw1emrn9hA8CXFg6lcpb { top:12.75rem;left:0rem;width:22.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDpiV3hmnZ0usz0UL1RCEHUvHnkEoBNi { top:30.5625rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWe4fOkO0sGNwTdSw8aszA8FlVUzKi1s { top:33.875rem;left:0rem;width:21.5625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU8onLtgSr6zMQNTeBtVivhOQwWTa0Ok { width:19.125rem;height:2.75rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMX4WIPdGsV3Amgrx9GaC8J0zyGwJEt { display:block; }
 }@media only screen and (max-width: 763px) { #kSh93gXhBppTTZVTUEt6hTQgNdFc8JCK { top:49.125rem;left:0rem;width:22.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqLdE14CSgPeJ4ITwq3Sgrqa25lT15JV { top:66.9375rem;left:0rem;width:23.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXNOvDKO3vsfAMeeMo5lmCa4VIVN6HTW { top:70.25rem;left:0rem;width:21.5625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAEIB7Ke6l6pWTsuUnGxSp4kxgzkp4Ec { width:19.125rem;height:2.75rem;top:79.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsJIgPqriHiKBI3DLtysqMpMQoTqzsm { display:block; }
 }@media only screen and (max-width: 763px) { #SclvBaTQSB4saaaoVr2T0fwevX0Loqwk { top:48.375rem;left:0rem;width:23.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArCRCvoQeasJiEf4q7uICrBlQmRRleML { top:12.75rem;left:12.75rem;width:22.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #as0vDURKdC8ZgmrGAtZIARqceXJ1wnUp { top:30.5625rem;left:12.1875rem;width:23.5625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPnm5vL2ANbQ7ZiZ9r2hdgT1TlhGAcdw { top:33.875rem;left:13.125rem;width:21.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBFzahs5vkzTK7SCTqG2NBISGl0uphz { width:19.125rem;height:2.75rem;top:40rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxZ73BkJEoNoSoSXFe29Dqwd04nZ7bpU { display:block; }
 }@media only screen and (max-width: 763px) { #grExN03Eu2ndSIlnKvI5feNI93V0SopO { top:12rem;left:12rem;width:23.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdkRGmCqIbVo3vdmcVB0QQKxLMEydMak { top:12.75rem;left:25.5rem;width:22.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyX07TzBgqQm6E3zgZTKEZ5psm6E2f8s { top:30.5625rem;left:24.375rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCpLaUcvRdIUmMsU96ZurB1W7akt6gTx { top:33.875rem;left:26.1875rem;width:21.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAx9sCelnfE4lFsGrpbqbkTFzTSUoexz { width:19.125rem;height:2.75rem;top:40rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqbVkOfuRRQ7A0vKVIab7zfkTIkNBbpF { display:block; }
 }@media only screen and (max-width: 763px) { #G28gO4aiKS2iLeZQhPZQKJr5DyI0sTnn { top:12rem;left:24rem;width:23.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRa0RrHVVeQ2Satokc8BwAqG0X5UncUh { top:49.125rem;left:12.75rem;width:22.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXlCkW0LmwZWknK2S69KapD2z84ppqmT { top:66.9375rem;left:12.125rem;width:23.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAiNCPqAcffUZGPWe36B0swFtByRMn0G { top:70.25rem;left:13.125rem;width:21.5625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2JDZAQfqOQg6uDnJku3G2oBQlntKUqK { width:19.125rem;height:2.75rem;top:79.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFB9WkG9woqZTFe6AG9xJxeEMxN6Qpo { display:block; }
 }@media only screen and (max-width: 763px) { #VFi5HGPtHlbviAyo4lCuFZP1hlfLT1m6 { top:48.375rem;left:12rem;width:23.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8LUUrEc4zdQUisLxcOyp4UT4LBnSwkC { top:49.125rem;left:25.5rem;width:22.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7UCqM3S6f4VCEV8y882v8nDCuuTwEQO { top:66.9375rem;left:24.25rem;width:23.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIWzFdb92BQ214aluDimW5ELgZpXXzTu { top:70.25rem;left:26.1875rem;width:21.5625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enGlVV5W4W5kq2nLd5RdTAEpaqG1Jz57 { width:19.125rem;height:2.75rem;top:79.8125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BCxacvr0ktoBHclHu4U8kFZLi7Abbq { display:block; }
 }@media only screen and (max-width: 763px) { #Qe01LmZZCcwFkzx8wdXKRKXokSa1T7wC { top:48.375rem;left:24rem;width:23.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBStC6ex1iNBKyECgMcp4PqKNvlewez1 { display:block; }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBPuvb8HUUvUFmDvTAUqeQtQL9Ntba2u { top:12.625rem;left:0rem;width:36.5625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxKnyR0OsHVRblH83geuJ8JagHvLdcln { top:34.0625rem;left:0rem;width:1.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9vdFsJPFBqvQqfRCs2B98AmqmQq2eCK { top:33.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOEcl3viRquw9wixAgJnPeoUtVc0hEhB { top:4.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NHGBzibLAPi8tefdZmNG1UTP5tQH4e { top:14.125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENNrdwuVWQsmLPb0XCTlykoRrXq4uEfC { top:16.875rem;left:0rem;width:30.5625rem;height:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtx2larTVWXkwEzebpPGnf8PRReTxpeL { top:32.0625rem;left:0rem;width:33.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igVXaTobmiQ3muyTpxQxs8IRi4VBsW8A { top:33.125rem;left:17.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOrJVbOQaVfAEmK3243cDGmI0D2OGxhQ { top:35.25rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVxBdPyn2GJ9KVufbt0Ue3r2iTDrZht0 { top:33.3125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANNW0TM92TbcmAIyapFSNxx9FSzn9di { top:12.625rem;left:11.1875rem;width:36.5625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvx69pCG6lEIvdTMSNOmrBuhsWuamCvf { top:14.125rem;left:26.3125rem;width:17.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8p2ofWLIXVNkFyW2gBalT22258tnlN3 { top:16.875rem;left:17.1875rem;width:30.5625rem;height:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbuIvJSM76hBrcGDvb9qfPqVb9WkUlpX { top:32.0625rem;left:14.1875rem;width:33.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTrpmrO8iBfZbcgbQJHBLTnTkJ4xCaB3 { top:34.0625rem;left:27.25rem;width:1.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUvkE0DehUgFIzUnIkZA4oehddmDhBQd { top:33.5rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA1d4aHBJHxyLTxVo8Iz6ufUPk1mlItd { top:33.3125rem;left:30.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8yTaTAOkoEAF9bL0o2EROHytPZTNEqN { top:35.25rem;left:30.5625rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWK90ahhkvt0Uyha4mrir2H9bm3pEysA { top:33.1875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J10glB88PcHnTSUIhsISWRNvLOrUTpJt { top:42.5rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxpkMMXuh8nLNmnfl9ZiWTFJRT049mSF { top:45.25rem;left:0rem;width:30.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cab8A4c4QrfJfJChQfQP0eBoTyJ3cQyH { top:57.25rem;left:0rem;width:1.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWN0WFOKTIiT21NzE7BiJNus318Cm88g { top:56.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wADCUXRapZlgDFrR08MT8JNGBCVTUMUh { top:56.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiucDv0RlRy9ZX50RTe7phxx3OpvnpJU { top:58.4375rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdcUclWOO2eV7mJVp3RJywWAPAsVhiG9 { top:56.375rem;left:17.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alx244uhRKNF4xQcT7wWA6uiTLPPFkBR { top:41rem;left:0rem;width:36.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHqbpBE6Hmw8v4hLP5397zsdvx6fiq5N { top:55.25rem;left:0rem;width:33.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #algH5MboCpUnoSfNaZJVxmyr0q25WUK9 { top:55.25rem;left:14.1875rem;width:33.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK6hqQrFq47nzn0DOE02abccMFxvAWJ0 { top:56.5rem;left:30.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZg1Vz8Cg3ZFt1ZaSpo9TGNwZL946BMd { top:58.4375rem;left:30.5625rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmkzgwidEOB7QTEmqBVJOZ9hlhgpVcqk { top:57.25rem;left:27.25rem;width:1.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZWmKKUaWZmXZdnEHCVmTEicA2zuadL5 { top:56.6875rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIzcMG3K18cpZdCCi9SnIZJLPEPgnf2X { top:56.375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqxzpWwHKozLVm9TeEgqyEUOavulDlvT { top:45.25rem;left:17.1875rem;width:30.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnvTcGZrEO0Wd5L5xcTIWETNQh5kwtQ5 { top:42.5rem;left:26.3125rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE0ugbbqn1Z4LSk3fKezv0B9wAL9Ihm7 { top:41rem;left:11.1875rem;width:36.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv { display:block; }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE2NcIRpnbMndVbQCgSnsusuiko9sRpI { top:4.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFUu4vMZTfNT5M3XDsdwC52e9xJCUIJr { top:9.5rem;left:10.78125rem;width:26.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WofBmGmKebUB3Vbk93NLmNpJh6UFLLHK { top:15.375rem;left:0rem;width:35.625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd7XEOPSVsL2iOMtsHdXIrDmu9vA8U3l { top:15.375rem;left:12.125rem;width:35.625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reNp4dt6l0Z0ohVtnE8Igt4NT0HIT5NW { width:19.125rem;height:2.75rem;top:46.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUFSM0IpUcOlTTcnF6MpOIT5lkDegrMB { display:block; }
 }@media only screen and (max-width: 763px) { #mQJR3myZeWDb89HgApCxp5QKeP7D7iQd { width:13.9375rem;height:2.75rem;top:46.625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt9ykdTQsV1ZR8qaExkBQDtNltySk5zh { display:block; }
 }@media only screen and (max-width: 763px) { #AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ { display:block; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDsQfLClZhVGopJ04yt6CydFQ9zA1Ays { top:6.0625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orWRVE2xSBrkGz1dzVJGCf9LQkBVn5db { top:12.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCyh4kyO4wMthe2peSrvtwe0sqtDmV0v { top:22.5625rem;left:0rem;width:12.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNJh5cX2uvQXdkBFCqnTtqX1kgQipxp0 { top:22.5625rem;left:17.625rem;width:12.5rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIDQKgtTrI1scQ6snrKAAghqXK9iH7us { top:22.5625rem;left:29.4375rem;width:18.3125rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF3TqAhsPpXoDnaW3sUHSCb3kK1d7F2J { top:51.125rem;left:15.375rem;width:32.375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXVPXTJTbe7f2gL9891kOTVq1aRO71Th { top:50.4375rem;left:0rem;width:32rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0UZpVrKp0J0vBSoQLxWezVFSUNZKn9F { top:55.625rem;left:9.875rem;width:12.5rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxSDNOJpC5Pwl47KzeTTeft0v6SQShy0 { top:55.5625rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWkWF5LWha5mPcLTcbOdETPZcgaHepFE { top:57.5625rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0WBliy8XaWcFrTk7XA4vULXgbUzPpRz { top:62.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULV5Qw9Tvr9meKkBPIdH4hg6EcJcyLPR { top:66.375rem;left:0rem;width:21.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5CZFOlOfBwXQqaI6zHo3KJ1deX9CipW { top:68.375rem;left:0rem;width:21.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytgZTz9KkdkFoCxi12kuOMzDAQX9TkmN { top:11.0625rem;left:0rem;width:19.5625rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZ9nGWIiv8qxJy6Iuft9CytvwAv37yES { top:14.0625rem;left:0rem;width:16.375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1fTL7ddnJCKxqSBDE4tUimAwFT5npD8 { top:15.25rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZpQpUtErgXasaGk60kydxyhRHXS8Akl { top:26.3125rem;left:0rem;width:12.5rem;height:3.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU { display:none; }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZrzZLnMz0OyospuvugpXHoIOlOfGKaPe { top:22.5625rem;left:0rem;width:12.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FksCyvXVicO9EMLLruJspgscB40XIwJ1 { top:22.5625rem;left:17.625rem;width:12.5rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7d52QXrtmNO3BvPUdeQ3t0rB5xZAP8S { top:22.5625rem;left:29.4375rem;width:18.3125rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3S4hB3uSaxznhCmc85HSNnpKD12LT5Z { top:51.125rem;left:15.375rem;width:32.375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #linDmxCwa85p1PKWOM6LwzyGS7BIwQNH { top:55.625rem;left:9.875rem;width:12.5rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee0NFJttEnPBkpVICW90JZg7ceaszxn3 { top:62.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOCqNGUD1nt8Rdnx3wbB9dCptPv0UQlT { top:66.375rem;left:0rem;width:21.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh8zuRceWSS1V0c8Ra8n2hWEg5VIaS52 { top:68.375rem;left:0rem;width:21.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.9375rem;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-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdNQUgRRQnV9OSwCeHCkvFi45COJeE6W { width:10rem;height:1.1375rem;top:1.0625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd3gROSdsv4EFymOvTWaZfirwy51CqqS { width:10.1875rem;height:2.1125rem;top:2.5rem;left:9.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wptxztDRrJiRtzOTTFNEbSZmLTETPPVM { width:5.6875rem;height:3.75rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP3SggHorTypSkrC7f5XoBZBwoA4N33g { width:17.8125rem;height:3.125rem;top:6.0625rem;left:1.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04c11956-f541-4480-986b-c081b075a244/Frame2147225679.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu.adaptive-delivery-prevent-bg, #Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu.lazyload, #Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu.lazyloading { background-image: none; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container { background-color: transparent; background-image: none; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container > .video-iframe-container { display: none; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row > .video-iframe-container { display: none; }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .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); }#Kaia0VFi6rx6U0d1gOTVF9DT8Sf6epiu > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yytSy8Bb8sDSEeiy9MJZpNbkl4XppU1f { width:17.875rem;height:5.6875rem;top:5.375rem;left:1.0625rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wL9dyJtJbnMNuBoTym7EJzCBn66WPZBT { width:20rem;height:9rem;top:12rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sVfQSKl18o0LhmS67yb7CLxlCPbuTuoo { width:19.875rem;height:15.25rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txu0mkVwsxKZXkuWtbmtoUL91d0Avxcy { width:12.5rem;height:1.4619125rem;top:24.25rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWt5yL0hLq9t2AtfEOTh0p4835wcC0qf { width:6rem;height:1rem;top:24.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8d91yrMhdx7GiEcTMzupwzFyBNysHku { width:12.5rem;height:1.13671875rem;top:26rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXwMJbItfZiXn8JE6dqGEBTcZ3kmO88Q { width:2.1875rem;height:2.25rem;top:34.8125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho2WQ7JNv3RWNDwnPVBbfrK3spAHGWH7 { width:16.5rem;height:6.9970625rem;top:28.375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uax4kc8G4pngplpT17cSMH4MWMcudFP2 { width:3.375rem;height:3.375rem;top:24rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDFm6TiJbA8v0TdldtSFC71wBMRVwIxs { width:20rem;height:30.4375rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-text {padding-top: 0; padding-bottom: 0;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-select {padding-top: 0; padding-bottom: 0;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme  { width:17.5rem;height:auto;top:42.9375rem;left:0rem; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT16q5V3qCbaITfLay1TVHmWKNctHVme {display:block;}#GT16q5V3qCbaITfLay1TVHmWKNctHVme { width:17.5rem;height:auto;top:42.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #LfIyA3TPQvEasQXkrT8y9FzknQvUeRJd {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #ySczgGDgh3L58m67WXICViFTRt8FekTr {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #eltsc5I6gyRtpNMmzAK6ysq8C5QGnMcn {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #l5EB29M5Hyp7JuwanDq6dznqxZdXEyGI {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #JTGOCBTiXQkT5miTsbg3fa4RkZrqeFEf {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #L2eNmHT5SdKvcz68TJrRrxlGADzx6DGq {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #arOJ4pHCcR8aCweHbPrBah05CtOdZudA {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #f5FKCV1UzJiawXEoPAhxmZoKabkJoMwV {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #ODw3NWA8RBsyA76WBqKNz7gpuJV9cPpE {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #AXXdchz6bpvTqWTi7wOxheAepOp9TT0M {  }
 }@media only screen and (max-width: 763px) { #GT16q5V3qCbaITfLay1TVHmWKNctHVme #oDlK7EkavrUIk8BM397hULgAILnVNCOE {  }
 }@media only screen and (max-width: 763px) { #cU2zOddi8LawqBsxSMZkz0Eb7TgRbCGH { width:18.6875rem;height:2.6875rem;top:40.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvikwASkTp4ZxmMxzOuW6bXfGEQIXEcE { width:15.8125rem;height:1.29980625rem;top:68.125rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmZMxWTp6IwZiUm4eDUKCIJJi0UX81p9 { width:18.75rem;height:2.5625rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNLDXwOPiXkZe2NXvnJ5pzQPN4uo9hWL { width:17.1875rem;height:1.625rem;top:1.6875rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8uJlsWJIJbHRXm4agI8WULHcTCOhJah { display:block; }#g8uJlsWJIJbHRXm4agI8WULHcTCOhJah > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuzNEavLfF40EQyq6Up9TIbtsQD5GCGd { width:20rem;height:23.974625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwyIyFDb1vZQleSocrH6avXdk7uaFwTO { width:20rem;height:7.7988125rem;top:26.474625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQiTSTADHPSFKUve9iFG3pUaMMlbeCbh { width:20rem;height:20.7949375rem;top:35.5225rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QGHJ5G7JnfBdGEa4GWPs2Rf8KMv5Jn7W { width:11.75rem;height:3.125rem;top:57.5673828125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivElWC3cNC53cHe5kRCEPMcbdtTnd4ly { display:block; }
 }@media only screen and (max-width: 763px) { #pWXv9zy8zRNMCu6SEFWipaMliBgmG16e { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/76992284-c9c5-494e-a624-736c2870591c/Frame2147225691.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e.adaptive-delivery-prevent-bg, #pWXv9zy8zRNMCu6SEFWipaMliBgmG16e.lazyload, #pWXv9zy8zRNMCu6SEFWipaMliBgmG16e.lazyloading { background-image: none; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container { background-color: transparent; background-image: none; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container > .video-iframe-container { display: none; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row > .video-iframe-container { display: none; }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .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); }#pWXv9zy8zRNMCu6SEFWipaMliBgmG16e > .row .container { width:20rem;height:185.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2VhmHq32id1cs8QsXmW1TslVSpJRw9d { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu75mP9lQGV7A0SXI1odZWyoaGxnceMS { width:20rem;height:28.125rem;top:5rem;left:0rem;box-shadow: 0.0625rem 0.5rem 0.4375rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #m7cg3PbzTHRyyw1emrn9hA8CXFg6lcpb { width:18.75rem;height:13.625rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDpiV3hmnZ0usz0UL1RCEHUvHnkEoBNi { width:12.5rem;height:1.7875rem;top:20.5rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWe4fOkO0sGNwTdSw8aszA8FlVUzKi1s { width:17.375rem;height:5.0625rem;top:23.0625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU8onLtgSr6zMQNTeBtVivhOQwWTa0Ok { width:16.75rem;height:2.75rem;top:29.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMX4WIPdGsV3Amgrx9GaC8J0zyGwJEt { display:block; }
 }@media only screen and (max-width: 763px) { #kSh93gXhBppTTZVTUEt6hTQgNdFc8JCK { width:18.75rem;height:13.375rem;top:88.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqLdE14CSgPeJ4ITwq3Sgrqa25lT15JV { width:20rem;height:1.95rem;top:102.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXNOvDKO3vsfAMeeMo5lmCa4VIVN6HTW { width:18.75rem;height:10.125rem;top:105.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAEIB7Ke6l6pWTsuUnGxSp4kxgzkp4Ec { width:16.5rem;height:2.75rem;top:116.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsJIgPqriHiKBI3DLtysqMpMQoTqzsm { display:block; }
 }@media only screen and (max-width: 763px) { #SclvBaTQSB4saaaoVr2T0fwevX0Loqwk { width:20rem;height:33.0625rem;top:87.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArCRCvoQeasJiEf4q7uICrBlQmRRleML { width:18.75rem;height:13.125rem;top:34.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #as0vDURKdC8ZgmrGAtZIARqceXJ1wnUp { width:20rem;height:1.7875rem;top:49.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPnm5vL2ANbQ7ZiZ9r2hdgT1TlhGAcdw { width:20rem;height:1.6875rem;top:51.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBFzahs5vkzTK7SCTqG2NBISGl0uphz { width:16.5rem;height:2.75rem;top:54.3125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxZ73BkJEoNoSoSXFe29Dqwd04nZ7bpU { display:block; }
 }@media only screen and (max-width: 763px) { #grExN03Eu2ndSIlnKvI5feNI93V0SopO { width:20rem;height:24.1875rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdkRGmCqIbVo3vdmcVB0QQKxLMEydMak { width:18.75rem;height:13.375rem;top:60.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyX07TzBgqQm6E3zgZTKEZ5psm6E2f8s { width:20rem;height:1.95rem;top:74.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCpLaUcvRdIUmMsU96ZurB1W7akt6gTx { width:20rem;height:3.375rem;top:77.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAx9sCelnfE4lFsGrpbqbkTFzTSUoexz { width:16.5rem;height:2.75rem;top:82.125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqbVkOfuRRQ7A0vKVIab7zfkTIkNBbpF { display:block; }
 }@media only screen and (max-width: 763px) { #G28gO4aiKS2iLeZQhPZQKJr5DyI0sTnn { width:20rem;height:26.75rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRa0RrHVVeQ2Satokc8BwAqG0X5UncUh { width:18.75rem;height:13.375rem;top:122.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXlCkW0LmwZWknK2S69KapD2z84ppqmT { width:20rem;height:1.95rem;top:137.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAiNCPqAcffUZGPWe36B0swFtByRMn0G { width:18.75rem;height:8.4375rem;top:139.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2JDZAQfqOQg6uDnJku3G2oBQlntKUqK { width:16.5rem;height:2.75rem;top:149.3125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFB9WkG9woqZTFe6AG9xJxeEMxN6Qpo { display:block; }
 }@media only screen and (max-width: 763px) { #VFi5HGPtHlbviAyo4lCuFZP1hlfLT1m6 { width:20rem;height:31.5rem;top:122rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8LUUrEc4zdQUisLxcOyp4UT4LBnSwkC { width:18.75rem;height:12.4375rem;top:155.287109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7UCqM3S6f4VCEV8y882v8nDCuuTwEQO { width:20rem;height:1.95rem;top:168.974609375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIWzFdb92BQ214aluDimW5ELgZpXXzTu { width:20rem;height:6.75rem;top:171.548828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enGlVV5W4W5kq2nLd5RdTAEpaqG1Jz57 { width:16.5rem;height:2.75rem;top:179.548828125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BCxacvr0ktoBHclHu4U8kFZLi7Abbq { display:block; }
 }@media only screen and (max-width: 763px) { #Qe01LmZZCcwFkzx8wdXKRKXokSa1T7wC { width:20rem;height:29.125rem;top:154.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBStC6ex1iNBKyECgMcp4PqKNvlewez1 { display:block; }#WBStC6ex1iNBKyECgMcp4PqKNvlewez1 > .row .container { width:20rem;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBPuvb8HUUvUFmDvTAUqeQtQL9Ntba2u { width:20rem;height:18.0625rem;top:8.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxKnyR0OsHVRblH83geuJ8JagHvLdcln { width:1.25rem;height:1.625rem;top:22.75rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9vdFsJPFBqvQqfRCs2B98AmqmQq2eCK { width:3.125rem;height:3.125rem;top:22.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOEcl3viRquw9wixAgJnPeoUtVc0hEhB { width:20rem;height:4.798825rem;top:1.875rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E6NHGBzibLAPi8tefdZmNG1UTP5tQH4e { width:12.5rem;height:1.4619125rem;top:9.701171875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENNrdwuVWQsmLPb0XCTlykoRrXq4uEfC { width:17.375rem;height:10.7988125rem;top:11.787109375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtx2larTVWXkwEzebpPGnf8PRReTxpeL { width:17.5rem;height:0.0625rem;top:21.537109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igVXaTobmiQ3muyTpxQxs8IRi4VBsW8A { width:3.75rem;height:3.75rem;top:22.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOrJVbOQaVfAEmK3243cDGmI0D2OGxhQ { width:6rem;height:1rem;top:24rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVxBdPyn2GJ9KVufbt0Ue3r2iTDrZht0 { width:12.5rem;height:1.4619125rem;top:22.1875rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANNW0TM92TbcmAIyapFSNxx9FSzn9di { width:20rem;height:22.125rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvx69pCG6lEIvdTMSNOmrBuhsWuamCvf { width:15.1875rem;height:1.4619125rem;top:28.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8p2ofWLIXVNkFyW2gBalT22258tnlN3 { width:17.5rem;height:12.598625rem;top:30.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbuIvJSM76hBrcGDvb9qfPqVb9WkUlpX { width:17.5rem;height:0.0625rem;top:41.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTrpmrO8iBfZbcgbQJHBLTnTkJ4xCaB3 { width:1.25rem;height:1.625rem;top:45.6875rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUvkE0DehUgFIzUnIkZA4oehddmDhBQd { width:3.125rem;height:3.125rem;top:45.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA1d4aHBJHxyLTxVo8Iz6ufUPk1mlItd { width:12.5rem;height:1.4619125rem;top:45.125rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8yTaTAOkoEAF9bL0o2EROHytPZTNEqN { width:6rem;height:1rem;top:46.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWK90ahhkvt0Uyha4mrir2H9bm3pEysA { width:3.75rem;height:3.75rem;top:45.0625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J10glB88PcHnTSUIhsISWRNvLOrUTpJt { width:16.25rem;height:1.4619125rem;top:52.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxpkMMXuh8nLNmnfl9ZiWTFJRT049mSF { width:17.125rem;height:3.5996125rem;top:54.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cab8A4c4QrfJfJChQfQP0eBoTyJ3cQyH { width:1.25rem;height:1.625rem;top:60.125rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWN0WFOKTIiT21NzE7BiJNus318Cm88g { width:3.125rem;height:3.125rem;top:59.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wADCUXRapZlgDFrR08MT8JNGBCVTUMUh { width:12.5rem;height:1.4619125rem;top:59.5625rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiucDv0RlRy9ZX50RTe7phxx3OpvnpJU { width:6rem;height:1rem;top:61.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdcUclWOO2eV7mJVp3RJywWAPAsVhiG9 { width:3.75rem;height:3.75rem;top:59.375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alx244uhRKNF4xQcT7wWA6uiTLPPFkBR { width:20rem;height:12.875rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHqbpBE6Hmw8v4hLP5397zsdvx6fiq5N { width:17.5rem;height:0.0625rem;top:58.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #algH5MboCpUnoSfNaZJVxmyr0q25WUK9 { width:17.5rem;height:0.0625rem;top:74.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK6hqQrFq47nzn0DOE02abccMFxvAWJ0 { width:12.5rem;height:1.4619125rem;top:75.125rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZg1Vz8Cg3ZFt1ZaSpo9TGNwZL946BMd { width:6rem;height:1rem;top:76.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmkzgwidEOB7QTEmqBVJOZ9hlhgpVcqk { width:1.25rem;height:1.625rem;top:75.625rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZWmKKUaWZmXZdnEHCVmTEicA2zuadL5 { width:3.125rem;height:3.125rem;top:75.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIzcMG3K18cpZdCCi9SnIZJLPEPgnf2X { width:3.75rem;height:3.75rem;top:74.9375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqxzpWwHKozLVm9TeEgqyEUOavulDlvT { width:17.5rem;height:5.3994125rem;top:68.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnvTcGZrEO0Wd5L5xcTIWETNQh5kwtQ5 { width:14.5rem;height:1.4619125rem;top:66.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE0ugbbqn1Z4LSk3fKezv0B9wAL9Ihm7 { width:20rem;height:14.3125rem;top:65.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv { display:block; }#Jo4wbE1wfuDCnHg1O72ekugs0qMd9Bqv > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE2NcIRpnbMndVbQCgSnsusuiko9sRpI { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFUu4vMZTfNT5M3XDsdwC52e9xJCUIJr { width:16.8125rem;height:2.923825rem;top:7.07421875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WofBmGmKebUB3Vbk93NLmNpJh6UFLLHK { width:20rem;height:15.753875rem;top:11.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd7XEOPSVsL2iOMtsHdXIrDmu9vA8U3l { width:20rem;height:15.753875rem;top:28.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reNp4dt6l0Z0ohVtnE8Igt4NT0HIT5NW { width:16.5rem;height:2.75rem;top:45.251953125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUFSM0IpUcOlTTcnF6MpOIT5lkDegrMB { display:block; }
 }@media only screen and (max-width: 763px) { #mQJR3myZeWDb89HgApCxp5QKeP7D7iQd { width:16.5rem;height:2.75rem;top:49.251953125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt9ykdTQsV1ZR8qaExkBQDtNltySk5zh { display:block; }
 }@media only screen and (max-width: 763px) { #AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04c11956-f541-4480-986b-c081b075a244/Frame2147225679.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ.adaptive-delivery-prevent-bg, #AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ.lazyload, #AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ.lazyloading { background-image: none; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container { background-color: transparent; background-image: none; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container > .video-iframe-container { display: none; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row > .video-iframe-container { display: none; }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .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); }#AGfzXcQ7DeEuA47Mu3VoGgzPlo8Fg3FQ > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDsQfLClZhVGopJ04yt6CydFQ9zA1Ays { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #orWRVE2xSBrkGz1dzVJGCf9LQkBVn5db { width:20rem;height:4.38574375rem;top:5.0996125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCyh4kyO4wMthe2peSrvtwe0sqtDmV0v { width:12.5rem;height:0;top:10.73535625rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNJh5cX2uvQXdkBFCqnTtqX1kgQipxp0 { width:12.5rem;height:0;top:18.28323125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIDQKgtTrI1scQ6snrKAAghqXK9iH7us { width:18.3125rem;height:0;top:23.73245rem;left:0.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GF3TqAhsPpXoDnaW3sUHSCb3kK1d7F2J { width:20rem;height:3.43555rem;top:37.0419921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXVPXTJTbe7f2gL9891kOTVq1aRO71Th { width:20rem;height:5.2rem;top:20.7802734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0UZpVrKp0J0vBSoQLxWezVFSUNZKn9F { width:12.5rem;height:0;top:33.7294921875rem;left:5.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxSDNOJpC5Pwl47KzeTTeft0v6SQShy0 { width:20rem;height:1.575rem;top:29.8662109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWkWF5LWha5mPcLTcbOdETPZcgaHepFE { width:20rem;height:1.575rem;top:32.0654296875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0WBliy8XaWcFrTk7XA4vULXgbUzPpRz { width:2rem;height:2rem;top:41.9775390625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULV5Qw9Tvr9meKkBPIdH4hg6EcJcyLPR { width:20rem;height:0;top:45.2900390625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m5CZFOlOfBwXQqaI6zHo3KJ1deX9CipW { width:20rem;height:0;top:46.96484375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ytgZTz9KkdkFoCxi12kuOMzDAQX9TkmN { width:19.5625rem;height:1.575rem;top:10.8955078125rem;left:0.21875rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9nGWIiv8qxJy6Iuft9CytvwAv37yES { width:16.375rem;height:1.575rem;top:13.0947265625rem;left:1.8125rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Q1fTL7ddnJCKxqSBDE4tUimAwFT5npD8 { width:19.9375rem;height:3.1484375rem;top:15.2939453125rem;left:0.03125rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #DZpQpUtErgXasaGk60kydxyhRHXS8Akl { width:19.875rem;height:1.575rem;top:27.6669921875rem;left:0rem;font-size:1.125rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU { background-color:#62a730;background-image:none;display:block; }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row .container { background-color: transparent; background-image: none; }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row .container > .video-iframe-container { display: none; }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row > .video-iframe-container { display: none; }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .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); }#Na7VrBFdVCH4zZ7ARaq3hvfxnOKOMSbU > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrzZLnMz0OyospuvugpXHoIOlOfGKaPe { width:12.5rem;height:0;top:10.73535625rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FksCyvXVicO9EMLLruJspgscB40XIwJ1 { width:12.5rem;height:0;top:18.28323125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7d52QXrtmNO3BvPUdeQ3t0rB5xZAP8S { width:18.3125rem;height:0;top:23.73245rem;left:0.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3S4hB3uSaxznhCmc85HSNnpKD12LT5Z { width:20rem;height:3.43555rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #linDmxCwa85p1PKWOM6LwzyGS7BIwQNH { width:12.5rem;height:0;top:33.7294921875rem;left:5.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ee0NFJttEnPBkpVICW90JZg7ceaszxn3 { width:2rem;height:2rem;top:7.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOCqNGUD1nt8Rdnx3wbB9dCptPv0UQlT { width:20rem;height:1.05rem;top:10.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dh8zuRceWSS1V0c8Ra8n2hWEg5VIaS52 { width:20rem;height:1.05rem;top:12.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }