.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row .container { background-color: transparent; background-image: none; }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row .container > .video-iframe-container { display: none; }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row > .video-iframe-container { display: none; }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .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); }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row .container { border-width: 0; border-radius: 0; }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gov2W5FdnAS1J29zn6UuPM1dhhXtwqTo { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"dm sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.19921875rem;left:30.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq { background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/bd14eb38-7d68-4d3e-852d-71440e4d4d77/Seo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq.adaptive-delivery-prevent-bg, #TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq.lazyload, #TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq.lazyloading { background-image: none; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container { background-color: transparent; background-image: none; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container > .video-iframe-container { display: none; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row > .video-iframe-container { display: none; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .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); }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container { border-width: 0; border-radius: 0; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#RnNchvPmmnI5bwg3oTwmZPJZ5GXNBI6y { 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:2.5rem;width:13.6875rem;top:6.75rem;left:4.25rem;overflow:hidden;display:block; }
#oMv8FE5Nh7GVTTDFB5QyRIGnku6hrGbL { color:#1a1a1a;display:block;width:27.875rem;position:absolute;font-family:"source serif 4";font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:10.25rem;left:4.25rem;height:9rem;font-style:normal;display:block; }
#aMc38wxVCFvy812WlQUhmdtZ9wpgGP3y { color:#1a1a1a;display:block;width:27.6875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.5rem;left:4.3125rem;height:6.75rem;font-style:normal;display:block; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-form-header {  }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-regular-label { height:auto;display:block;font-family:"dm sans";font-size:0.875rem;font-weight:400;color:#ffffff;width:26.625rem;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;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(0,0,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(0,0,0,0.11);border-left:0.0625rem solid rgba(0,0,0,0.11);border-right:0.0625rem solid rgba(0,0,0,0.11);border-bottom:0.0625rem solid rgba(0,0,0,0.11);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:26.625rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-text {padding-top: 0; padding-bottom: 0;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(0,0,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(0,0,0,0.11);border-left:0.0625rem solid rgba(0,0,0,0.11);border-right:0.0625rem solid rgba(0,0,0,0.11);border-bottom:0.0625rem solid rgba(0,0,0,0.11);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:26.625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .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:26.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-select {padding-top: 0; padding-bottom: 0;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .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; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);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.125rem;font-weight:700;color:#ffffff;width:26.625rem;height:3.375rem;font-family:"dm sans";overflow:hidden;line-height:1;font-style:normal; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS [class*="-text"]:-moz-placeholder { color:#1a1a1a;font-family:"dm sans";font-size:0.875rem; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS [class*="-text"]::-moz-placeholder { color:#1a1a1a;font-family:"dm sans";font-size:0.875rem; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS [class*="-text"]:-ms-input-placeholder { color:#1a1a1a;font-family:"dm sans";font-size:0.875rem; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS [class*="-text"]::-webkit-input-placeholder { color:#1a1a1a;font-family:"dm sans";font-size:0.875rem; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.4375rem;overflow:hidden;font-style:normal;float:none; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .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; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-container:first-of-type{padding-top:0;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-container:last-of-type{padding-bottom:0;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.1875rem;left:2.9375rem; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-info-text { display:block;height:auto;font-family:arial;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; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS {display:block;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.1875rem;left:2.9375rem; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #glOnrbCoydVzUFM3qaULQqzhiFckqJtd { position:relative; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #wZoln14OvkK655lDZgHBAJpkccMQOVE8 { position:relative;display:none; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #mmSNpUIR44qWS9maZNSrfg4uQEbbGRAk { position:relative; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #QitkrSHDE9Jp7M9zGCdUla2V1g6WpViw { position:relative; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #TzhFVfLi5KTAThNPK3vJGiPQbveLAbMA { position:relative;display:none; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #Wyc7yxhiFA2a5bQAsLbkgit9MTIcroa9 { position:relative; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #fbGXawhEcJUmEfu5Ac1OISd93VLmlbdJ { position:relative; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #oDQ3etXHERAx8Wqo39eap1xQF7nRWV0d { position:relative;display:none; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #izdXzszCThGhO9ZKyp0fhZyyvXXpKTPz { position:relative; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #mAw4CaoiynM3dcRX962Oz8lvMQKSGEaS { position:relative; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #GyiIIsKGWxMgUV3AL6IRgL7C2R8ZqObw { position:relative; }
#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededd2;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; }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row .container { background-color: transparent; background-image: none; }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row .container > .video-iframe-container { display: none; }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row > .video-iframe-container { display: none; }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .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); }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row .container { border-width: 0; border-radius: 0; }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#reuTr1rzGdzGU9vLcEAlo7cTMJQHkxJJ { color:#121212;display:block;width:32.6875rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:37.5rem;height:5.19921875rem;font-style:normal;display:block; }
#fWOoDb9neWCtm90iC9hMu8wnOR6f1TFv { color:#121212;display:block;width:32.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.125rem;left:37.5rem;height:16.5rem;font-style:normal;display:block; }
#GqGWpkQHO9yS9CH4CuIQSTaKVnW9ct7D { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.75rem;left:37.5rem;display:block; }
#BVvMQSUIHiO1xlM5goKzJW7gu5WTtfQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eoSWEcTbP0H8fO3zwWhNkXPHFENT5Xqk { color:#1a1a1a;display:block;width:15.3125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:37.5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BhXpATk7G3cmTzzuH8PMEwpAvvV9BBHT { 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:41.5625rem;width:29rem;top:1.09375rem;left:4.25rem;overflow:hidden;display:block; }
#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/b904f840-b047-4843-a023-420f649d1079/Seo3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4.adaptive-delivery-prevent-bg, #T6WlPmneCUpAdDTbrktR29zSl8K4vCv4.lazyload, #T6WlPmneCUpAdDTbrktR29zSl8K4vCv4.lazyloading { background-image: none; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container { background-color: transparent; background-image: none; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container > .video-iframe-container { display: none; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row > .video-iframe-container { display: none; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .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); }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container { border-width: 0; border-radius: 0; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:75rem;position:relative;display:block; }#iMGEGv5qzKU0rkhWPQF3mdTn45Soplh5 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.8125rem;left:2.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#A4rFFADxgBAivzwqoGySLQHxNnJ8FkQd { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:29.3125rem;left:2.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#ThZa6MLgthQTU3a9yGJsfUJAxfEUlrlF { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.8125rem;left:27.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#vQa0aOcAZeMuTuKnlrKwizq2gDBG5P8V { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:29.3125rem;left:27.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#BgpNfZynTw3XiTh89TrG9XMTkLTsWwGJ { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.8125rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#N9PkDJoFKZUk30ieAgIdTWOhhTzICSUH { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.3125rem;left:52.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#WQHWWa7yK2EqSx5dD5edF1LX8G1Tp10T { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:52.375rem;left:2.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#l5a4AVSSfTlxFFCNX64iVB4CHdTS999C { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.5625rem;left:2.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#c8Etc1Rg9GO2uLuKHS14HKFXgbatT2KO { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:51.125rem;left:27.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#Z3GTmFeyOGLRoBkSgphTli1NIR77HqOT { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.625rem;left:27.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#sMDbfvlGOC0fXLJJoGtTamLaAhTEMdtO { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:51.125rem;left:52.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#dJdVhi28SGlIRR9lAq8aJ8Hy8QXl5FII { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:49.625rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#srgtUSg5WTuLTEJgpULwU3PlHpZzpLv3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:57.625rem;left:24.1875rem;display:block; }
#H3cPlBfBNurDOM5PwNsUJWX1wfasE1kd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3lFatTw0BcDRhV0XgRKxkwCTffbmtDl { color:#1a1a1a;display:block;width:32.6875rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.8125rem;left:21.1875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohSahheSaMvoUCnkOlv3VpPeUTQyzm8b { color:#1a1a1a;display:block;width:32.6875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1875rem;left:21.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRS8JSPO206CJhTTENVV786lWTWKNgBJ { 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:19.0625rem;width:24.5rem;top:12.375rem;left:0.25rem;overflow:hidden;display:block; }
#W8hGRB8Ab9NgkSpAmVTUdZ0dEWoXtAHp { position:absolute;display:block;z-index:15005;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:19.0625rem;width:24.5rem;top:12.375rem;left:25.25rem;overflow:hidden;display:block; }
#kLfsGvv5eHn6vtU0PJW47xqrZJZuv5fh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:24.5rem;top:12.375rem;left:50.25rem;overflow:hidden;display:block; }
#CSBOOcTuRW2R4hzEfBBeVcdRWkcBLfrU { position:absolute;display:block;z-index:15021;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:19.0625rem;width:24.5rem;top:34.25rem;left:0rem;overflow:hidden;display:block; }
#ZFTPdN9BiQHq39BADpmI8bpBnyCD5aAr { position:absolute;display:block;z-index:15001;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:19.0625rem;width:24.5rem;top:34.25rem;left:25rem;overflow:hidden;display:block; }
#U0yDmgIQ9GwVIZTsnKXv9PwmAenhb9Ny { position:absolute;display:block;z-index:15002;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:19.0625rem;width:24.5rem;top:34.25rem;left:50rem;overflow:hidden;display:block; }
#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededd2;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; }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row .container { background-color: transparent; background-image: none; }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row .container > .video-iframe-container { display: none; }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row > .video-iframe-container { display: none; }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .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); }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row .container { border-width: 0; border-radius: 0; }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#mnF9xvkGIX7hFMkXXteDmoxxugcQFuyh { color:#121212;display:block;width:30.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2rem;left:22.0625rem;height:6rem;font-style:normal;display:block; }
#hVFwsoqaq08z6205PM8cT1x65qhQPuLK { color:#121212;display:block;width:30.9375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.375rem;left:22.0625rem;height:1.6875rem;font-style:normal;display:block; }
#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/bc2bae61-8344-421b-8afc-9efc0774d1d1/Seo8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A.adaptive-delivery-prevent-bg, #CCLDr78d0daKwh2hh4wBNM0l3qJiV16A.lazyload, #CCLDr78d0daKwh2hh4wBNM0l3qJiV16A.lazyloading { background-image: none; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container { background-color: transparent; background-image: none; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container > .video-iframe-container { display: none; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row > .video-iframe-container { display: none; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .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); }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container { border-width: 0; border-radius: 0; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#diFg2Xya3ue9FNCxwm65H3WDsZLUs0oU { box-sizing:content-box;height:12.5rem;width:22.875rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d29bca83-45a3-406e-8e86-1090f55d6f3f/image1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.875rem;left:1.0625rem;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.125rem solid #ffdb99;border-left:0.125rem solid #ffdb99;border-right:0.125rem solid #ffdb99;border-bottom:0.125rem solid #ffdb99;display:block; }#diFg2Xya3ue9FNCxwm65H3WDsZLUs0oU.adaptive-delivery-prevent-bg, #diFg2Xya3ue9FNCxwm65H3WDsZLUs0oU.lazyload, #diFg2Xya3ue9FNCxwm65H3WDsZLUs0oU.lazyloading { background-image: none; }
#VGJmaKXa7OGLduvpZkvLytnZSrwpfwSx { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:20.75rem;left:2.3125rem;height:12rem;font-style:normal;display:block; }
#NVKcncXyKR7ZSfCnUQZHz8kTAHHKE6EK { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.3125rem;height:1.625rem;font-style:normal;display:block; }
#TdtrKQXVRy154ya4eALrNJPraszrzg6D { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:20.75rem;left:27.3125rem;height:15rem;font-style:normal;display:block; }
#H61rzxEs4SkUX5fsN6rdLEkJxy7UGDel { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.875rem;left:27.3125rem;height:1.625rem;font-style:normal;display:block; }
#uLyZ8EnO2hDZBrJoBqbERCCPK4g3KOXn { box-sizing:content-box;height:12.5rem;width:22.875rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3602ef36-6334-4ff0-b45b-23b627551429/image11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.875rem;left:26.0625rem;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.125rem solid #ffdb99;border-left:0.125rem solid #ffdb99;border-right:0.125rem solid #ffdb99;border-bottom:0.125rem solid #ffdb99;display:block; }#uLyZ8EnO2hDZBrJoBqbERCCPK4g3KOXn.adaptive-delivery-prevent-bg, #uLyZ8EnO2hDZBrJoBqbERCCPK4g3KOXn.lazyload, #uLyZ8EnO2hDZBrJoBqbERCCPK4g3KOXn.lazyloading { background-image: none; }
#sKrNyI7gnHoq8pyOD2Ze5RftPqgPyC2K { box-sizing:content-box;height:12.5rem;width:22.375rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83d75457-0b87-400c-8886-f387355961f6/image21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.875rem;left:51.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #ffdb99;border-left:0.125rem solid #ffdb99;border-right:0.125rem solid #ffdb99;border-bottom:0.125rem solid #ffdb99;display:block; }#sKrNyI7gnHoq8pyOD2Ze5RftPqgPyC2K.adaptive-delivery-prevent-bg, #sKrNyI7gnHoq8pyOD2Ze5RftPqgPyC2K.lazyload, #sKrNyI7gnHoq8pyOD2Ze5RftPqgPyC2K.lazyloading { background-image: none; }
#vRBvMWffgxgT8bcx6KKpycOGapLxSTiz { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.875rem;left:52.3125rem;height:1.625rem;font-style:normal;display:block; }
#fN14QflQe0RvvSVg4TpHng3UJSUw9eLd { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:20.75rem;left:52.3125rem;height:12rem;font-style:normal;display:block; }
#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/5bccac2d-cc2b-4d7e-aa77-797828bf0cc0/Seo71.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI.adaptive-delivery-prevent-bg, #c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI.lazyload, #c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI.lazyloading { background-image: none; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container { background-color: transparent; background-image: none; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container > .video-iframe-container { display: none; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row > .video-iframe-container { display: none; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .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); }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container { border-width: 0; border-radius: 0; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#sNNiscbQL3WmJRJpTfyQ53gS809Avs46 { color:#1a1a1a;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:8.125rem;left:1.4375rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qR8t6CC0kyEcbErpDF184GW3B3hJH10c { color:#1a1a1a;display:block;width:24.875rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.9375rem;left:1.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#anqKM0gOxBZSTXcW9fh6qSzTLMoCTvpX { color:#1a1a1a;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:14.125rem;left:3.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qp6r2UCrukW2goJTTi7PazcsiOSGF0cQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.0625rem;left:1.4375rem; }
#XghEvTMkMavtebh16udNwW4LRaTLTTRr { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15027;background-color:rgba(26,26,26,0.1);background-image:none;top:17.9375rem;left:1.4375rem;display:block; }
#uVmiGPpcA5Jzz5mGMuQRh9B5GBrOshmK { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15030;background-color:rgba(26,26,26,0.1);background-image:none;top:21.25rem;left:1.4375rem;display:block; }
#tPyz0mLxSLorWD0bpBH3JdEi2gHh1vQg { color:#1a1a1a;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:18.875rem;left:3.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VP2BN2BmFRykbJD1L0tTJdtXAGdt4qQm { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.8125rem;left:1.4375rem; }
#u6etchdyW6O8R8X5Ftwd1EpXH8RyABJg { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15033;background-color:rgba(26,26,26,0.1);background-image:none;top:24.5rem;left:1.4375rem;display:block; }
#CRtuIlA0789dLCJExRdQ3LoPgGaL9CBA { color:#1a1a1a;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:22.125rem;left:3.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJSIHdLk9kDHq478oJ0uZEH140s9dLiK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:22.0625rem;left:1.4375rem; }
#gTMTUHMyZoqOqBbnlC6R0GxcRBINTB6m { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15036;background-color:rgba(26,26,26,0.1);background-image:none;top:29.375rem;left:1.4375rem;display:block; }
#lhya9WSF4EQvDdeJaJ8arAeJ5qK31T6V { color:#1a1a1a;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:25.4375rem;left:3.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p2o7OrAy29TT72kvm5JbCVkR5DQUe9Py { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:25.375rem;left:1.4375rem; }
#Txxtu2eKTf52np5xcU0O6OBU629vsZ06 { color:#1a1a1a;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:30.1875rem;left:3.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGUvPfwaB7vHZnlXJNTEny5aFpfmBXqA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:30.125rem;left:1.4375rem; }
#wkfFTLEWGDvlsM7qIxzTISSo4oFoAL4N { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:37.9375rem;left:1.4375rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nhz5lSakBbQFgM43AUNV36g2rvEbg22E { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.875rem;left:1.4375rem;display:block; }
#pkxE4amnMGKzMfuVPioTlAigoWW04NPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSrQsao4P0r3TmqJPyl6xBZ30H7DTEox { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.375rem;width:40.625rem;top:4.28125rem;left:32.1875rem;overflow:hidden;display:block; }
#zDQzKPNgEtVZVg9Q7UoKREcTM0yHpP8t { position:absolute;display:block;z-index:15043;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:10rem;width:10.6875rem;top:37.3125rem;left:28.5625rem;overflow:hidden;display:block; }
#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededd2;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; }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row .container { background-color: transparent; background-image: none; }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row .container > .video-iframe-container { display: none; }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row > .video-iframe-container { display: none; }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .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); }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row .container { border-width: 0; border-radius: 0; }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#w3LX0AUTK8x8qPgI368wTq0m52AawcRT { color:#121212;display:block;width:30.9375rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.25rem;left:22.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFctaTRXllMqlALmV77HlDWbtgPWGvi2 { color:#121212;display:block;width:36.1875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.1875rem;left:19.4375rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qt3A6i6H4mKcsxLRQPOSAXBKFiaazPN1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.0625rem;left:25.375rem;display:block; }
#f1WKPCkq1tSsSfAMSw4EQAw2DlR2z7so { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 { display:block; }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gov2W5FdnAS1J29zn6UuPM1dhhXtwqTo { top:1.1875rem;left:16.6875rem;width:14.375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq { display:block; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnNchvPmmnI5bwg3oTwmZPJZ5GXNBI6y { top:6.75rem;left:0rem;width:13.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMv8FE5Nh7GVTTDFB5QyRIGnku6hrGbL { top:10.25rem;left:0rem;width:27.875rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMc38wxVCFvy812WlQUhmdtZ9wpgGP3y { top:19.5rem;left:0rem;width:27.6875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-regular-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-text {padding-top: 0; padding-bottom: 0;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-select {padding-top: 0; padding-bottom: 0;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-button { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-checkbox-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS  { width:26.625rem;height:auto;top:28.5rem;left:0rem; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS {display:block;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS { width:26.625rem;height:auto;top:28.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #glOnrbCoydVzUFM3qaULQqzhiFckqJtd {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #wZoln14OvkK655lDZgHBAJpkccMQOVE8 {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #mmSNpUIR44qWS9maZNSrfg4uQEbbGRAk {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #QitkrSHDE9Jp7M9zGCdUla2V1g6WpViw {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #TzhFVfLi5KTAThNPK3vJGiPQbveLAbMA {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #Wyc7yxhiFA2a5bQAsLbkgit9MTIcroa9 {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #fbGXawhEcJUmEfu5Ac1OISd93VLmlbdJ {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #oDQ3etXHERAx8Wqo39eap1xQF7nRWV0d {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #izdXzszCThGhO9ZKyp0fhZyyvXXpKTPz {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #mAw4CaoiynM3dcRX962Oz8lvMQKSGEaS {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #GyiIIsKGWxMgUV3AL6IRgL7C2R8ZqObw {  }
 }@media only screen and (max-width: 763px) { #CAvCd20sxo2CVH6IrMFWUIoflsZn86LL { display:block; }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reuTr1rzGdzGU9vLcEAlo7cTMJQHkxJJ { top:9.375rem;left:15.0625rem;width:32.6875rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWOoDb9neWCtm90iC9hMu8wnOR6f1TFv { top:15.125rem;left:15rem;width:32.75rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqGWpkQHO9yS9CH4CuIQSTaKVnW9ct7D { width:29.4375rem;height:3.75rem;top:32.75rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVvMQSUIHiO1xlM5goKzJW7gu5WTtfQT { display:block; }
 }@media only screen and (max-width: 763px) { #eoSWEcTbP0H8fO3zwWhNkXPHFENT5Xqk { top:7.3125rem;left:23.875rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhXpATk7G3cmTzzuH8PMEwpAvvV9BBHT { top:1.0625rem;left:0rem;width:29rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 { display:block; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMGEGv5qzKU0rkhWPQF3mdTn45Soplh5 { top:27.8125rem;left:0rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4rFFADxgBAivzwqoGySLQHxNnJ8FkQd { top:29.3125rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZa6MLgthQTU3a9yGJsfUJAxfEUlrlF { top:27.8125rem;left:11.375rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQa0aOcAZeMuTuKnlrKwizq2gDBG5P8V { top:29.3125rem;left:11.375rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgpNfZynTw3XiTh89TrG9XMTkLTsWwGJ { top:27.8125rem;left:27.25rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9PkDJoFKZUk30ieAgIdTWOhhTzICSUH { top:29.3125rem;left:27.25rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQHWWa7yK2EqSx5dD5edF1LX8G1Tp10T { top:52.375rem;left:0rem;width:20.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5a4AVSSfTlxFFCNX64iVB4CHdTS999C { top:49.5625rem;left:0rem;width:20.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Etc1Rg9GO2uLuKHS14HKFXgbatT2KO { top:51.125rem;left:11.375rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3GTmFeyOGLRoBkSgphTli1NIR77HqOT { top:49.625rem;left:11.375rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMDbfvlGOC0fXLJJoGtTamLaAhTEMdtO { top:51.125rem;left:27.25rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJdVhi28SGlIRR9lAq8aJ8Hy8QXl5FII { top:49.625rem;left:27.25rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srgtUSg5WTuLTEJgpULwU3PlHpZzpLv3 { width:26.6875rem;height:3.4375rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3cPlBfBNurDOM5PwNsUJWX1wfasE1kd { display:block; }
 }@media only screen and (max-width: 763px) { #d3lFatTw0BcDRhV0XgRKxkwCTffbmtDl { top:5.8125rem;left:0rem;width:32.6875rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohSahheSaMvoUCnkOlv3VpPeUTQyzm8b { top:4.1875rem;left:0rem;width:32.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRS8JSPO206CJhTTENVV786lWTWKNgBJ { top:12.375rem;left:0rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hGRB8Ab9NgkSpAmVTUdZ0dEWoXtAHp { top:12.375rem;left:7.25rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLfsGvv5eHn6vtU0PJW47xqrZJZuv5fh { top:12.375rem;left:23.125rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSBOOcTuRW2R4hzEfBBeVcdRWkcBLfrU { top:34.25rem;left:0rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFTPdN9BiQHq39BADpmI8bpBnyCD5aAr { top:34.25rem;left:7.25rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0yDmgIQ9GwVIZTsnKXv9PwmAenhb9Ny { top:34.25rem;left:23.125rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt { display:block; }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnF9xvkGIX7hFMkXXteDmoxxugcQFuyh { top:2rem;left:8.4375rem;width:30.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVFwsoqaq08z6205PM8cT1x65qhQPuLK { top:8.375rem;left:8.4375rem;width:30.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCLDr78d0daKwh2hh4wBNM0l3qJiV16A { display:block; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diFg2Xya3ue9FNCxwm65H3WDsZLUs0oU { top:4.875rem;left:0rem;width:22.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGJmaKXa7OGLduvpZkvLytnZSrwpfwSx { top:20.75rem;left:0rem;width:20.375rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVKcncXyKR7ZSfCnUQZHz8kTAHHKE6EK { top:18.875rem;left:0rem;width:20.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdtrKQXVRy154ya4eALrNJPraszrzg6D { top:20.75rem;left:11.375rem;width:20.375rem;height:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H61rzxEs4SkUX5fsN6rdLEkJxy7UGDel { top:18.875rem;left:11.375rem;width:20.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLyZ8EnO2hDZBrJoBqbERCCPK4g3KOXn { top:4.875rem;left:8.875rem;width:22.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKrNyI7gnHoq8pyOD2Ze5RftPqgPyC2K { top:4.875rem;left:25.25rem;width:22.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRBvMWffgxgT8bcx6KKpycOGapLxSTiz { top:18.875rem;left:27.25rem;width:20.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN14QflQe0RvvSVg4TpHng3UJSUw9eLd { top:20.75rem;left:27.25rem;width:20.375rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI { display:block; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNNiscbQL3WmJRJpTfyQ53gS809Avs46 { top:8.125rem;left:0rem;width:22.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR8t6CC0kyEcbErpDF184GW3B3hJH10c { top:9.9375rem;left:0rem;width:24.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqKM0gOxBZSTXcW9fh6qSzTLMoCTvpX { top:14.125rem;left:0rem;width:22.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6r2UCrukW2goJTTi7PazcsiOSGF0cQ { top:14.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XghEvTMkMavtebh16udNwW4LRaTLTTRr { top:17.9375rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVmiGPpcA5Jzz5mGMuQRh9B5GBrOshmK { top:21.25rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPyz0mLxSLorWD0bpBH3JdEi2gHh1vQg { top:18.875rem;left:0rem;width:22.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP2BN2BmFRykbJD1L0tTJdtXAGdt4qQm { top:18.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6etchdyW6O8R8X5Ftwd1EpXH8RyABJg { top:24.5rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtuIlA0789dLCJExRdQ3LoPgGaL9CBA { top:22.125rem;left:0rem;width:22.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJSIHdLk9kDHq478oJ0uZEH140s9dLiK { top:22.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTMTUHMyZoqOqBbnlC6R0GxcRBINTB6m { top:29.375rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhya9WSF4EQvDdeJaJ8arAeJ5qK31T6V { top:25.4375rem;left:0rem;width:22.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2o7OrAy29TT72kvm5JbCVkR5DQUe9Py { top:25.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txxtu2eKTf52np5xcU0O6OBU629vsZ06 { top:30.1875rem;left:0rem;width:22.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGUvPfwaB7vHZnlXJNTEny5aFpfmBXqA { top:30.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkfFTLEWGDvlsM7qIxzTISSo4oFoAL4N { top:37.9375rem;left:0rem;width:24.8125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhz5lSakBbQFgM43AUNV36g2rvEbg22E { width:24.3125rem;height:3.4375rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkxE4amnMGKzMfuVPioTlAigoWW04NPD { display:block; }
 }@media only screen and (max-width: 763px) { #rSrQsao4P0r3TmqJPyl6xBZ30H7DTEox { top:4.25rem;left:4.9375rem;width:40.625rem;height:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDQzKPNgEtVZVg9Q7UoKREcTM0yHpP8t { top:37.3125rem;left:14.9375rem;width:10.6875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T { display:block; }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3LX0AUTK8x8qPgI368wTq0m52AawcRT { top:2.25rem;left:8.4375rem;width:30.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFctaTRXllMqlALmV77HlDWbtgPWGvi2 { top:5.1875rem;left:5.8125rem;width:36.1875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt3A6i6H4mKcsxLRQPOSAXBKFiaazPN1 { width:24.3125rem;height:3.4375rem;top:11.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1WKPCkq1tSsSfAMSw4EQAw2DlR2z7so { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 { display:block; }#nZ6oGRD2oRcA7X60p5iteFg6MPTKv030 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gov2W5FdnAS1J29zn6UuPM1dhhXtwqTo { width:14.375rem;height:2.5996125rem;top:1.25rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6038edc6-2943-4fa0-9612-065813dce90c/BGMobile2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq.adaptive-delivery-prevent-bg, #TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq.lazyload, #TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq.lazyloading { background-image: none; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container { background-color: transparent; background-image: none; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container > .video-iframe-container { display: none; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row > .video-iframe-container { display: none; }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .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); }#TiNgvThCM9MvPV57iNhE8eN4xtLzO5Pq > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnNchvPmmnI5bwg3oTwmZPJZ5GXNBI6y { width:13.6875rem;height:2.5rem;top:18.8125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMv8FE5Nh7GVTTDFB5QyRIGnku6hrGbL { width:17.375rem;height:5.84765625rem;top:21.9375rem;left:1.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMc38wxVCFvy812WlQUhmdtZ9wpgGP3y { width:18.6875rem;height:7.03125rem;top:27.72265625rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-text {padding-top: 0; padding-bottom: 0;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-select {padding-top: 0; padding-bottom: 0;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS  { width:17.5rem;height:auto;top:35.3125rem;left:0rem; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS {display:block;}#UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS { width:17.5rem;height:auto;top:35.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #glOnrbCoydVzUFM3qaULQqzhiFckqJtd {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #wZoln14OvkK655lDZgHBAJpkccMQOVE8 { display:none; }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #mmSNpUIR44qWS9maZNSrfg4uQEbbGRAk {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #QitkrSHDE9Jp7M9zGCdUla2V1g6WpViw {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #TzhFVfLi5KTAThNPK3vJGiPQbveLAbMA { display:none; }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #Wyc7yxhiFA2a5bQAsLbkgit9MTIcroa9 {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #fbGXawhEcJUmEfu5Ac1OISd93VLmlbdJ {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #oDQ3etXHERAx8Wqo39eap1xQF7nRWV0d { display:none; }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #izdXzszCThGhO9ZKyp0fhZyyvXXpKTPz {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #mAw4CaoiynM3dcRX962Oz8lvMQKSGEaS {  }
 }@media only screen and (max-width: 763px) { #UKlMpcWpCMb9Jd145F1WAItmVdOHaJfS #GyiIIsKGWxMgUV3AL6IRgL7C2R8ZqObw {  }
 }@media only screen and (max-width: 763px) { #CAvCd20sxo2CVH6IrMFWUIoflsZn86LL { display:block; }#CAvCd20sxo2CVH6IrMFWUIoflsZn86LL > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reuTr1rzGdzGU9vLcEAlo7cTMJQHkxJJ { width:17.875rem;height:6.09375rem;top:32.287109375rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWOoDb9neWCtm90iC9hMu8wnOR6f1TFv { width:18.75rem;height:24rem;top:39rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqGWpkQHO9yS9CH4CuIQSTaKVnW9ct7D { width:19rem;height:3.4375rem;top:63.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVvMQSUIHiO1xlM5goKzJW7gu5WTtfQT { display:block; }
 }@media only screen and (max-width: 763px) { #eoSWEcTbP0H8fO3zwWhNkXPHFENT5Xqk { width:15.3125rem;height:1.4619125rem;top:30.263671875rem;left:2.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhXpATk7G3cmTzzuH8PMEwpAvvV9BBHT { width:20rem;height:28.663793103448rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 { background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/0f2acf60-18bb-4342-ad64-471df6883b3a/Frame13213179151.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4.adaptive-delivery-prevent-bg, #T6WlPmneCUpAdDTbrktR29zSl8K4vCv4.lazyload, #T6WlPmneCUpAdDTbrktR29zSl8K4vCv4.lazyloading { background-image: none; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container { background-color: transparent; background-image: none; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container > .video-iframe-container { display: none; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row > .video-iframe-container { display: none; }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .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); }#T6WlPmneCUpAdDTbrktR29zSl8K4vCv4 > .row .container { width:20rem;height:134.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMGEGv5qzKU0rkhWPQF3mdTn45Soplh5 { width:20rem;height:1.29980625rem;top:24.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4rFFADxgBAivzwqoGySLQHxNnJ8FkQd { width:20rem;height:3.8994125rem;top:26.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThZa6MLgthQTU3a9yGJsfUJAxfEUlrlF { width:20rem;height:1.29980625rem;top:44.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQa0aOcAZeMuTuKnlrKwizq2gDBG5P8V { width:20rem;height:3.8994125rem;top:45.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgpNfZynTw3XiTh89TrG9XMTkLTsWwGJ { width:20rem;height:1.29980625rem;top:63.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9PkDJoFKZUk30ieAgIdTWOhhTzICSUH { width:20rem;height:3.8994125rem;top:64.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQHWWa7yK2EqSx5dD5edF1LX8G1Tp10T { width:20rem;height:2.5996125rem;top:85.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l5a4AVSSfTlxFFCNX64iVB4CHdTS999C { width:16.375rem;height:2.5996125rem;top:82.25rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8Etc1Rg9GO2uLuKHS14HKFXgbatT2KO { width:20rem;height:3.8994125rem;top:103.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3GTmFeyOGLRoBkSgphTli1NIR77HqOT { width:20rem;height:1.29980625rem;top:102.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMDbfvlGOC0fXLJJoGtTamLaAhTEMdtO { width:20rem;height:3.8994125rem;top:123.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJdVhi28SGlIRR9lAq8aJ8Hy8QXl5FII { width:20rem;height:1.29980625rem;top:121.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srgtUSg5WTuLTEJgpULwU3PlHpZzpLv3 { width:19rem;height:3.4375rem;top:128.3623046875rem;left:0.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #H3cPlBfBNurDOM5PwNsUJWX1wfasE1kd { display:block; }
 }@media only screen and (max-width: 763px) { #d3lFatTw0BcDRhV0XgRKxkwCTffbmtDl { width:20rem;height:4.2246125rem;top:5.3359375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohSahheSaMvoUCnkOlv3VpPeUTQyzm8b { width:15.375rem;height:1.4619125rem;top:3.9375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRS8JSPO206CJhTTENVV786lWTWKNgBJ { width:20rem;height:15.5625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hGRB8Ab9NgkSpAmVTUdZ0dEWoXtAHp { width:20rem;height:15.561224489796rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLfsGvv5eHn6vtU0PJW47xqrZJZuv5fh { width:20rem;height:15.5605625rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSBOOcTuRW2R4hzEfBBeVcdRWkcBLfrU { width:20rem;height:15.561224489796rem;top:69.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ZFTPdN9BiQHq39BADpmI8bpBnyCD5aAr { width:20rem;height:15.561224489796rem;top:89.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0yDmgIQ9GwVIZTsnKXv9PwmAenhb9Ny { width:20rem;height:15.561224489796rem;top:109.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt { display:block; }#dPkc4PiRk3XxHoT6HAqGgo5GEfHTNHrt > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnF9xvkGIX7hFMkXXteDmoxxugcQFuyh { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVFwsoqaq08z6205PM8cT1x65qhQPuLK { width:20rem;height:1.6875rem;top:11.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCLDr78d0daKwh2hh4wBNM0l3qJiV16A { background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/b33e757c-1eaf-4ca6-8adc-8f9702e817d8/Frame1321317916.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A.adaptive-delivery-prevent-bg, #CCLDr78d0daKwh2hh4wBNM0l3qJiV16A.lazyload, #CCLDr78d0daKwh2hh4wBNM0l3qJiV16A.lazyloading { background-image: none; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container { background-color: transparent; background-image: none; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container > .video-iframe-container { display: none; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row > .video-iframe-container { display: none; }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .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); }#CCLDr78d0daKwh2hh4wBNM0l3qJiV16A > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diFg2Xya3ue9FNCxwm65H3WDsZLUs0oU { width:19.75rem;height:12.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGJmaKXa7OGLduvpZkvLytnZSrwpfwSx { width:20rem;height:10.5rem;top:18.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVKcncXyKR7ZSfCnUQZHz8kTAHHKE6EK { width:20rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdtrKQXVRy154ya4eALrNJPraszrzg6D { width:20rem;height:11.8125rem;top:46.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H61rzxEs4SkUX5fsN6rdLEkJxy7UGDel { width:20rem;height:1.625rem;top:44.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLyZ8EnO2hDZBrJoBqbERCCPK4g3KOXn { width:19.75rem;height:12.5rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKrNyI7gnHoq8pyOD2Ze5RftPqgPyC2K { width:19.75rem;height:12.5rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRBvMWffgxgT8bcx6KKpycOGapLxSTiz { width:20rem;height:1.625rem;top:73.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fN14QflQe0RvvSVg4TpHng3UJSUw9eLd { width:20rem;height:12rem;top:75.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f858f5db-bf09-43d5-817f-c6569a1b4d3d/Frame1321317917.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI.adaptive-delivery-prevent-bg, #c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI.lazyload, #c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI.lazyloading { background-image: none; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container { background-color: transparent; background-image: none; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container > .video-iframe-container { display: none; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row > .video-iframe-container { display: none; }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .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); }#c49e92KTnuEi8hd30S2a1S5Py3Nmh1UI > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNNiscbQL3WmJRJpTfyQ53gS809Avs46 { width:20rem;height:1.6875rem;top:22.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qR8t6CC0kyEcbErpDF184GW3B3hJH10c { width:16.875rem;height:5.19921875rem;top:24.0625rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anqKM0gOxBZSTXcW9fh6qSzTLMoCTvpX { width:17.9375rem;height:3.375rem;top:30.4375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6r2UCrukW2goJTTi7PazcsiOSGF0cQ { display:flex;width:1.625rem;height:1.625rem;top:30.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XghEvTMkMavtebh16udNwW4LRaTLTTRr { width:20rem;height:0.125rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVmiGPpcA5Jzz5mGMuQRh9B5GBrOshmK { width:20rem;height:0.125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPyz0mLxSLorWD0bpBH3JdEi2gHh1vQg { width:17.9375rem;height:3.375rem;top:35.5rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP2BN2BmFRykbJD1L0tTJdtXAGdt4qQm { display:flex;width:1.625rem;height:1.625rem;top:35.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u6etchdyW6O8R8X5Ftwd1EpXH8RyABJg { width:20rem;height:0.125rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtuIlA0789dLCJExRdQ3LoPgGaL9CBA { width:17.9375rem;height:1.6875rem;top:40.4375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJSIHdLk9kDHq478oJ0uZEH140s9dLiK { display:flex;width:1.625rem;height:1.625rem;top:40.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gTMTUHMyZoqOqBbnlC6R0GxcRBINTB6m { width:20rem;height:0.125rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhya9WSF4EQvDdeJaJ8arAeJ5qK31T6V { width:17.9375rem;height:5.0625rem;top:43.875rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2o7OrAy29TT72kvm5JbCVkR5DQUe9Py { display:flex;width:1.625rem;height:1.625rem;top:43.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Txxtu2eKTf52np5xcU0O6OBU629vsZ06 { width:17.9375rem;height:1.6875rem;top:50.9375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGUvPfwaB7vHZnlXJNTEny5aFpfmBXqA { display:flex;width:1.625rem;height:1.625rem;top:50.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wkfFTLEWGDvlsM7qIxzTISSo4oFoAL4N { width:17.8125rem;height:5.25rem;top:57.9375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(26,26,26,0.85);display:block; }
 }@media only screen and (max-width: 763px) { #nhz5lSakBbQFgM43AUNV36g2rvEbg22E { width:19rem;height:3.4375rem;top:53.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkxE4amnMGKzMfuVPioTlAigoWW04NPD { display:block; }
 }@media only screen and (max-width: 763px) { #rSrQsao4P0r3TmqJPyl6xBZ30H7DTEox { width:20rem;height:18.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDQzKPNgEtVZVg9Q7UoKREcTM0yHpP8t { width:5.625rem;height:5.25rem;top:0rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T { display:block; }#TmTQcmeqNpFoKcw4ZMDFvlyI3WnDXK9T > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3LX0AUTK8x8qPgI368wTq0m52AawcRT { width:20rem;height:4.5rem;top:4.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFctaTRXllMqlALmV77HlDWbtgPWGvi2 { width:18.6875rem;height:9rem;top:9.6875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qt3A6i6H4mKcsxLRQPOSAXBKFiaazPN1 { width:19rem;height:3.4375rem;top:19.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1WKPCkq1tSsSfAMSw4EQAw2DlR2z7so { display:block; }
 }