.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#Pok0bXLLpBkoMubStmDbxL7wD9yRPgOq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lTJybKUoh4qShwuTvPLULys9kUu5Ewki { 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:6rem;width:6rem;top:0rem;left:24.15625rem;overflow:hidden;display:block; }
#QbUBTutLhPNkqh0feUb5BavknsxPlRSS { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:31.09375rem;height:2.11230625rem;font-style:normal;display:block; }
#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { position:relative;display:block; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { background-color: transparent; background-image: none; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container > .video-iframe-container { display: none; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row > .video-iframe-container { display: none; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .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); }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { border-width: 0; border-radius: 0; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GzTm0qHwke67JymNNKgQHD8Tg3kBwFIk { position:absolute;display:block;z-index:15000;height:40.75rem;width:47.625rem;top:1.7560764551162rem;left:30.875rem;display:block; }
#dpBNJkTlaNrEy9k1oOeuvVdHg8dXJ0SQ { color:#1aaf5d;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.943359375rem;left:0rem;height:6.9863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wnTsoFe4wihuqdziQWIdGb0vXpLd0xtM { color:#1aaf5d;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KVZ1M0FOohUEy3cJsbzPF5KSRzvoJDbp { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.395833015442rem;left:0.8125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KVZ1M0FOohUEy3cJsbzPF5KSRzvoJDbp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KVZ1M0FOohUEy3cJsbzPF5KSRzvoJDbp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dabb5f8c2a87802d6a8c1e8461538a1bd3712444.svg); }
#zfEVv3igKkEf7qyPsrTKLtL7T5bnD2Zv { box-sizing:content-box;height:43.125rem;width:52.875rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1rem;left:27.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.5) ;display:block; }
#CX3Rxn2a5AXrkk6wBKUaNG039nSAWQt3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:17.1875rem;top:22.249145507812rem;left:9.3125rem;overflow:hidden;display:block; }
#VSEVHKJkOrSiCveBA1JlVpW7JTTkoMSo { background-color:#0133a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.743055820465rem;left:0rem;display:block; }
#E1PpsWrrooOiTvMThkIti9XqhJEbnTTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SM1bxKPKgBB3VRLWxeELQgUMp7JuA6oV { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.855902194977rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sBvqeEJRkW8OVqw0t59zHTn0g8w9nV2c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:40.899305820465rem;left:4.375rem; }
#sNQHfPTZJ3rXkSbh8hJd3L1p8obobH1s { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.645833015442rem;left:0.8125rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sNQHfPTZJ3rXkSbh8hJd3L1p8obobH1s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sNQHfPTZJ3rXkSbh8hJd3L1p8obobH1s li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e3337e4b6cee68288dc4cca7d8ba56f89caabfe.svg); }
#rMrqtVUZ8PCcX2txJEi3XgkyU3DTxDk3 { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.583333015442rem;left:0.8125rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rMrqtVUZ8PCcX2txJEi3XgkyU3DTxDk3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rMrqtVUZ8PCcX2txJEi3XgkyU3DTxDk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcdd587aa69901bd077c8f2517e86bc908193888.svg); }
#wPb5ludFP4yHL49bWogTBgxJVArDvv2G { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.350694656372rem;left:0.8125rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wPb5ludFP4yHL49bWogTBgxJVArDvv2G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wPb5ludFP4yHL49bWogTBgxJVArDvv2G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b8a9558aa1b5fe2afdc9f4418599638f3be8381c.svg); }
#VJgXmq86slDi4JX3QnWPfV0BrWd6BE54 { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.03732585907rem;left:0.8125rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VJgXmq86slDi4JX3QnWPfV0BrWd6BE54 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VJgXmq86slDi4JX3QnWPfV0BrWd6BE54 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f7e7aac5e47d7cdc517f5549ce30ed2d1916ed12.svg); }
#T7k1KSbLO2tQvl2JXMHKvPhZhIfE3ONV { position:relative;display:none; }#T7k1KSbLO2tQvl2JXMHKvPhZhIfE3ONV { border-width: 0; border-radius: 0; }#T7k1KSbLO2tQvl2JXMHKvPhZhIfE3ONV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T7k1KSbLO2tQvl2JXMHKvPhZhIfE3ONV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#p656Gl1vGNBSdh02NQxAHVmNR5qIQtHO { position:absolute;display:block;z-index:15000;height:40.75rem;width:47.625rem;top:1.7560764551162rem;left:30.875rem;display:block; }
#li2kPyzTyN8wHPWgrB5sTU5baMhwWBI6 { color:#1aaf5d;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.756076335907rem;left:0rem;height:6.9871875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hW0XyXqtTpTTeSebqVLC6GCdM6dU1Fho { color:#ffffff;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.618923187256rem;left:0rem;height:3.89930625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lqEV6lMkMHQXKMyop3awTE7VoLLlkfHl { color:#1aaf5d;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KZhA5BKndVf53iEK2xQh3hJ5xT6ZifCB { box-sizing:content-box;height:5.25rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#ff0054;background-image:none;top:16.5rem;left:-15.375rem;display:block; }
#NybQsyQRAw8b1IllmPFrsNOLMHH9bk5V { box-sizing:content-box;height:43.125rem;width:52.875rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1rem;left:27.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.5) ;display:block; }
#FTp7TTfBBp4Im1N6lztha4ztS3pyPSWb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:22.249145507812rem;left:9.3125rem;overflow:hidden;display:block; }
#TV8q3ygQ91f8aJq5vATz5VmWgBS2DJ0N { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.76207447052rem;left:0.29545450210571rem;height:2.7613625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TV8q3ygQ91f8aJq5vATz5VmWgBS2DJ0N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TV8q3ygQ91f8aJq5vATz5VmWgBS2DJ0N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b8a9558aa1b5fe2afdc9f4418599638f3be8381c.svg); }
#KIiAJA5efN7iNDpfqqCH0PBpooBH7i96 { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.6875rem;left:0.3125rem;height:2.7613625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KIiAJA5efN7iNDpfqqCH0PBpooBH7i96 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KIiAJA5efN7iNDpfqqCH0PBpooBH7i96 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f7e7aac5e47d7cdc517f5549ce30ed2d1916ed12.svg); }
#zRTrmXVto8QDBM2mwcx92R2UU8PICVK0 { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.114347457886rem;left:0.25rem;height:1.38068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zRTrmXVto8QDBM2mwcx92R2UU8PICVK0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zRTrmXVto8QDBM2mwcx92R2UU8PICVK0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcdd587aa69901bd077c8f2517e86bc908193888.svg); }
#y4O8GpzvwWBbBWJwDBXCUQx1a4Uap3DF { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.096591949463rem;left:0.25rem;height:2.7613625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#y4O8GpzvwWBbBWJwDBXCUQx1a4Uap3DF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y4O8GpzvwWBbBWJwDBXCUQx1a4Uap3DF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e3337e4b6cee68288dc4cca7d8ba56f89caabfe.svg); }
#dIyvCtueA5LKVlrTNO83kl15QADFrmJp { color:#000000;display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.375rem;left:0.3125rem;height:1.38068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dIyvCtueA5LKVlrTNO83kl15QADFrmJp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dIyvCtueA5LKVlrTNO83kl15QADFrmJp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dabb5f8c2a87802d6a8c1e8461538a1bd3712444.svg); }
#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(220,220,220,0.32);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; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { background-color: transparent; background-image: none; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container > .video-iframe-container { display: none; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row > .video-iframe-container { display: none; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .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); }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { border-width: 0; border-radius: 0; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#dROrnzkPOeOQu6C1OH46GD7u8S05wqWP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.79166698455813rem;left:9.75rem; }
#iCLfPDOTGHfU2pxhsV8ZGGao8QMFdgBO { 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:6.0625rem;width:6.0625rem;top:0.51041698455811rem;left:34.46875rem;overflow:hidden;display:block; }
#BWlpD6McCOdPpAEGTTOmhZSO74kpokev { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:9.8984384536744rem;left:4.46875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Odo6q6a1ZaVeOiyReA2POdkx5CW7xiKW { color:#ff0054;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.0859375rem;left:28.34375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Izi5CDJNnTd0ecFb2ueCEUz0O8Zb9PeN { color:#ff0054;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.9539928436281rem;left:52.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7qvtiDf88z9MmTiM2HhCZ0Px02KDGx1 { color:#ff0054;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.9531259536744rem;left:6.53125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4ITpExexRGTglnAfImVw6HtnMwbHC81 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:9.8984384536744rem;left:29.46875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbhHIR1grVMcs4HGayQSL9ILa0UEBi9X { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:9.8984384536744rem;left:54.46875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brZV7T3GPfAV7nkP2BqGSShDQCGCx2GL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.5625rem;left:54.625rem; }
#IHT6J07z6P0rFae79cHklnAIlxNTTSZN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.5625rem;left:57.875rem; }
#qDKkEgvTmZypPLRMKRZfTdVEgK2ei8dL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.5625rem;left:61rem; }
#czttxEh2MQK93B6cK4HZMU2qZC0ZAFFB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.5625rem;left:64.125rem; }
#HonB0QoINkIzI80l3hPu6qnir0yXvF8f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.5625rem;left:67.25rem; }
#tnkk6QlX1rFRPXJ049zyxQedoBMqnrXH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.5625rem;left:54.625rem;display:none; }
#dRJLuLUPBsnLFJNuW35gfhBhQQZEXPSf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.5625rem;left:54.625rem;display:none; }
#W3zguNsHfH394wIQXvG7tMS6F1Itss92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.5625rem;left:54.625rem;display:none; }
#inn9MzkfsML2tWW8B8Mbv2HuGZrQ7FBO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.5625rem;left:54.625rem;display:none; }
#uBxTzTutb4TiAsaC1GZubcZJFZ7DSLXH { color:#ff0054;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.9539928436281rem;left:52.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43a4bdb2-fac4-4e52-9034-373184dfb840/familyhavingvideocallhome.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9.adaptive-delivery-prevent-bg, #NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9.lazyload, #NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9.lazyloading { background-image: none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { border-width: 0; border-radius: 0; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:none; }#mSmMHWGILDg7XONKO5SmGiEPff0R6taM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.4375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q09WnqTIRovJo28plGbILcdASuyIm1MB { color:#ffffff;display:block;width:59.75rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.75rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yBbN3mQQghPfAgFaO9aq6GTxOG7SECNz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:20.4375rem;left:19.9375rem;overflow:hidden;display:block; }
#o975ORIJ5Zz9S0xnvWoRMLF02blpsWUz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.3125rem;top:25.875rem;left:20.25rem;overflow:hidden;display:block; }
#SxMvSUwaVcpyawbJfJwBJ38Meo3lBN72 { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCdSx0QHZ7563asuLa3Bse1swg8IOTTG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:25.875rem;left:36.375rem;overflow:hidden;display:block; }
#StlBcHGGE3Dh5ZTorTpaNUhIZzit8zwK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.3125rem;top:25.875rem;left:51.125rem;overflow:hidden;display:block; }
#IL1tQzCoWu6qnktRIKi2WqfSXI2cw8Re { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:26.25rem;left:53.6875rem;overflow:hidden;display:block; }
#SHQn72wDHtSMpZZynvAnyu2rGB8lr12G { position:absolute;display:block;z-index:15010;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.5625rem;width:2.5625rem;top:20.4375rem;left:54.25rem;overflow:hidden;display:block; }
#EBE4nvZCwFCnntCUqsKpghfuyKrKLWyX { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gZC10BL4SFMwevdw7ftJmT5RXGuHuiNu { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kFkgiAIEEo7W4Pa5xUffEqUbA507379q { position:absolute;display:block;z-index:15010;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.5625rem;width:2.5625rem;top:20.4375rem;left:54.25rem;overflow:hidden;display:none; }
#B15HtQzQOAOk2dpreFTWL3gIvgIdOSbn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:20.4375rem;left:19.9375rem;overflow:hidden;display:none; }
#USW7mDULk5SptX5CToRSWVL5SNZHg3Iu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:12.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:23.6875rem;left:16.125rem;display:block; }
#nTJZ1NqfQ7P0BO4LSsaeC2XUc164af4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I6cJ3xb5D0CQ0or9DuzAyZElhzbhZLCK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:12.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.6875rem;left:32.25rem;display:block; }
#ccQKHQ3vG25eWtRUUtbPqWFDLl073Ttc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFptfEeTgchvlHF5tEHsST9sCxAsQ0eh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:12.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.6875rem;left:48.1875rem;display:block; }
#O2cmezx42DDe5vxb1g4u1z8pIGmp3ONg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezbbIbswSm1uyX43R2hNygWSpF3c8vCK { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:12.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { position:relative;display:none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { color:#000000;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:13.125rem;left:14.25rem;height:1.599825rem;font-style:normal;display:block; }
#fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:19.1875rem;left:14.25rem;height:3.19965rem;font-style:normal;display:block; }
#WpJfvhBOfdqmwMvl9oO7Fzyzee26GDki { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:18.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { color:#000000;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:26.4375rem;left:14.1875rem;height:1.599825rem;font-style:normal;display:block; }
#GL3EAa654OTyzTOkg14VdXV4FkbUFfb1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.8125rem;top:25.875rem;left:7.875rem;overflow:hidden;display:block; }
#T8WibWSy6XzUfcKJDJHFS28WgTddM363 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.5rem;left:9.125rem; }
#Pl4nMua3HsbiurrU9TKTMDPWeCHOGvOU { position:absolute;display:block;z-index:15016;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:20.9375rem;width:31.25rem;top:10.3125rem;left:35.9375rem;overflow:hidden;display:block; }
#q6xUttBbVugTnkzwQZZfV31ETB2HgAsz { color:#ffffff;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:19.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIrCn9txwTyfqMLC3d3abMtC4UQWzVNq { color:#ffffff;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:36.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eiwrXVOkwGMiZQcrN7HXROSrbNazOK1d { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:50.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6X7794EaVibkz4lcFGMJJ0RMfelWuV1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:26.25rem;left:53.6875rem;overflow:hidden;display:none; }
#yiBuwWExoVmEb8qVnURfqhcIhrRNLgrh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.3125rem;top:25.875rem;left:51.125rem;overflow:hidden;display:none; }
#NiQPvgkdN2mHzlCT8tswpDRfu3zFuHgX { color:#ffffff;display:block;width:59.75rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.75rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#g2OCAFVLvTNcQggl8zaGQavDqEELn6CB { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kC8rkNKzS5SceN9GBD2XUqOI8QWdoSOT { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p7dC07a1Tp0uR6kuceWhfxaiNf2O8ERl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.3125rem;top:25.875rem;left:51.125rem;overflow:hidden;display:none; }
#v73RKppKTGeKIViUvL7HWsE2vDVT945d { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:26.25rem;left:53.6875rem;overflow:hidden;display:none; }
#IeCl1wNmNai6vIg2FTTTRyu6zTgt8Er6 { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xcgp7WceZI4OleK8bfFfppdaEeOVCvcn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#lbATpun5zOh00I8lEyNOT95JwdELKKkp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eKJawMif2c1UbyntEruUueH4TB8SBksf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#T3rDnkP0dgCIulHuL9dHXz2eiybta9c1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BctQMQmZ1Wsdt8pqRHwRHVyLnBZ4N6bK { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Rf0SU9nEMU6Ew3JwPrCkhLF2QJLUhfSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#74bc27;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; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { background-color: transparent; background-image: none; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container > .video-iframe-container { display: none; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row > .video-iframe-container { display: none; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .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); }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { border-width: 0; border-radius: 0; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#B528qkmIV2l1lFqB63RSgbWPAK8gFS7D { background-color:#ff0054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.4375rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5rem;left:22.28125rem;display:block; }
#fT5UlIu5xzIDaHMZQ5OUk10oCKTA8ABu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biMt46QL0PsaDLnxB1wWrWCV00tcXieT { color:#ffffff;display:block;width:60.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1.359375rem;left:7.03125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSlIais0DfOImF6FfxcR668S2dz8yTdd { position:relative;display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ETTDXK7A23ZacVO6qSWDTTv4ffZ9uxOn { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:6.0937466621399rem;left:18.21875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#AC4ynbTq04ygs9VratcwazUhmGoddxoA { color:#53ba00;display:block;width:69.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:2.09375rem;left:3.34375rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ueTZQTDskhBCAKGXWJH9iiDUy9cUldwe { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#1aaf5d;background-image:none;top:14.375rem;left:14.9375rem;display:block; }
#kgyFPfS0CTwRA4mLmOTJ51RJUt8fP9iP { color:#ffffff;display:block;width:1.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:14.125rem;left:15.375rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKvm0nFot6VTFeM8sN9AVI2iOuBxD13d { box-sizing:content-box;height:6.625rem;width:6.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;top:14.9375rem;left:14.9375rem;display:block; }
#zLnwOBTt8d3gkM8ZneHuu9X97ItMFnig { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.6875rem;left:16.4375rem; }
#bioKIasm8BQ5ofdPw7TbHmtWo83XNtfd { box-sizing:content-box;height:6.625rem;width:6.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;top:14.9375rem;left:34.8125rem;display:block; }
#KJfRux4JBdZLWAqmF4hAc7o5RtWS06Tt { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#1aaf5d;background-image:none;top:14.375rem;left:34.8125rem;display:block; }
#E1lwoGfbIkwUhElu1RWJ0qNQMuX1hIM6 { color:#ffffff;display:block;width:1.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:14.125rem;left:35.25rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sJIietBTiaKET8XsqCgHcWhUwJw5cb3w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.6875rem;left:36.25rem; }
#sorF9CJSTit5EWOMFK4UGv34TiJodyNG { box-sizing:content-box;height:6.625rem;width:6.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;top:14.9375rem;left:54.3125rem;display:block; }
#OwNuNyDFI7sggL7LSQXvrOg343Qfr01E { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#1aaf5d;background-image:none;top:14.375rem;left:54.3125rem;display:block; }
#aBNU1QQtcH7myQQZNDblVrXlTXADeyb2 { color:#ffffff;display:block;width:1.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:14.125rem;left:54.6875rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cRgWv03bRTcABuoDVF73InPtfPzJtkkU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.6875rem;left:55.75rem; }
#V6IdWFAc2utiUHAaPQlrJOZK2vwpoXuQ { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:22.6875rem;left:10.625rem;height:14rem;text-align:center;text-align-last:center;display:block; }
#i3b0o6hvsGN4eqCuopBXpivH3aBbFPu3 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:22.6875rem;left:30.5rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#T5T6sf1WQdn7c9h0KbUsn1NfTAisdL97 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:22.6875rem;left:50rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#74bc27;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; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { background-color: transparent; background-image: none; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container > .video-iframe-container { display: none; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row > .video-iframe-container { display: none; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .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); }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { border-width: 0; border-radius: 0; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#ZgEyBDsTgge71SqR9esvmywXaSuhalbS { background-color:#ff0054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.875rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.21875rem;left:21.0625rem;display:block; }
#CdTIdrplWBXcyJgdpZc1B4O9eUnVhRuw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pxv4UQ4OXA8ZrqD1Ss1JTT8IT7pmwpTQ { color:#ffffff;display:block;width:56.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:1.2734375rem;left:6.5rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A1lIIl0qTPFVHoNagibpo8zib2lNddFw { position:relative;display:none; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw { border-width: 0; border-radius: 0; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Q6GIvTfVeSSTMsvG0BM5NTwhDCQZ7xPc { color:#7dc300;display:block;width:65.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.3124961853027rem;left:4.6875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ { position:relative;display:none; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ { border-width: 0; border-radius: 0; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#adqmdZT93aLrBsLhQmqTsmyASBh1Npui { 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:1.9375rem;width:10.5rem;top:9.0625rem;left:1.75rem;overflow:hidden;display:block; }
#PWIVauTQxW6ZXfZWruJI9UGLpvGrFudi { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.1875rem;left:1.75rem;height:1.3rem;font-style:normal;display:block; }
#Z6m6p9eJNuXSNz1rq6BROxl9G083wGFT { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.75rem;height:7.796875rem;display:block; }
#cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/63d0a2a5-b818-4698-9d55-18983870bd10/Aggiungiuntitolo23.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.75rem;left:1.75rem;display:block; }#cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr.adaptive-delivery-prevent-bg, #cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr.lazyload, #cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr.lazyloading { background-image: none; }
#oaf0aCALVu0pq4ixLg98I1DEzIi8TRsf { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3185768127441rem;left:7.4375rem;height:1.3rem;font-style:normal;display:block; }
#orsZ0k7iezKGe6e0dsWg1bvvVdGiSaEn { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.062498092651rem;left:39.21875rem;height:6.497375rem;display:block; }
#H02BGT8zlHQ3gK4P37FX5xMLrhmHLyc2 { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.037324905396rem;left:39.21875rem;height:1.3rem;font-style:normal;display:block; }
#cCtrcylA7139naMXeFAb8BKu7tc81z8V { 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:1.9375rem;width:10.5rem;top:9.0625rem;left:39.25rem;overflow:hidden;display:block; }
#oHqwhcBO2HEpsTppazvsIZATkLO0kMt8 { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b83eec63-89df-45be-bc39-9943a82a3c81/Aggiungiuntitolo22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:39.25rem;display:block; }#oHqwhcBO2HEpsTppazvsIZATkLO0kMt8.adaptive-delivery-prevent-bg, #oHqwhcBO2HEpsTppazvsIZATkLO0kMt8.lazyload, #oHqwhcBO2HEpsTppazvsIZATkLO0kMt8.lazyloading { background-image: none; }
#lP7JDIbBr4gNnZL9NtwWaH2QaHx7T0Sx { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3185749053955rem;left:44.4375rem;height:1.3rem;font-style:normal;display:block; }
#fsW9T9UR4ltBz9QxBLtziqO6PJou36RT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CXITZf9lVVy7Sm4UdGhLHBOQtkBe9G1T { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#diIULM8oxqeXCKDunpksxUchvdlIJN0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.875rem;left:7.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.3125rem;left:9.6875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-form-header {  }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:700;color:#ffffff;width:30rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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:30rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ff0054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:14.375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:14.375rem;height:3.75rem;font-family:"open sans";overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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:montserrat;line-height:1.2;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:28.5625rem;overflow:hidden;font-style:normal; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:first-of-type{padding-top:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:last-of-type{padding-bottom:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.5625rem;left:35rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.5625rem;left:35rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #BUVEsg0fxek0TS6gu0KhDhZguplg6h87 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #XMrgmPCCix0RgRe3OhHL7o2hcx0kTm8U { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #czkrmcNy6dcBWP8a8Z6cxepiUe9srWVZ { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #oIfCTZCUSLnp4BJsqa8OMGXp6Xmuuvw7 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #tscUtoVOyRP1eqHU1PKzliCfVv8otifZ { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #gS03XT9lUDHtO2LPbHk7agXXuI3f5DhE { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu { position:relative;z-index:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZHnbwPK6lfi7E2OPWgg3gWpLtcClsbZJ { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #aHwmTnTlEiMRZLKGeEKlfU83gZTXlTkl { position:relative;z-index:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ioMIEKnCBXxqT6zlxkWP7gkSJAcJ0al1 { position:relative; }
#ie23NFkXAf9TeiinN9KIUzKhEbmoSeW4 { position:relative;display:block; }
#JxVxF4zR54kkiP4TK9SsI4KaLaFGSu3S { position:relative;display:block; }
#PL8kFTrp9NxBXqkWxNMoEw4g7QxKSpT6 { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H { position:relative; }
#mUL5EEJZku9Qgn6vhe1faMtdickpDyIp { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.75rem;left:10.5rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sbGEJSuTazITsnJMVT9XLqPc6RJcztEN { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.25rem;left:9.6875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D5yFFvFwrgFRWsBudHV75nI05O1UG0bp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22.875rem;left:20.4375rem; }
#Rk37F5rBv1Zv30R5PXlki9UOxPLsImT3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:30.75rem;left:20.40625rem; }
#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row .container { background-color: transparent; background-image: none; }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row .container > .video-iframe-container { display: none; }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row > .video-iframe-container { display: none; }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .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); }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row .container { border-width: 0; border-radius: 0; }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#VHSUnIVVnumXTdlrnEiD0OMwuJ6Rhf2l { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:13.25rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#duKwHXKfTQfNTqeIeInOlvTQbASycGTi { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:12.84375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AQbGCCudn2eZ4UXFmqlOol4an5dRuh3t { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:17.96875rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pGF5NWTwde8vIVnayhiztcPhI5Eh4Mds { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:50.96875rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#iX20zN7u2LiHGzNQZxoHCIgTQ12pOWxT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:2.5625rem;left:3.75rem;display:none; }
#B8mmHlWEBsryiGpNW4rG6D3FTwQ766TK { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:3.75rem;left:3.125rem;display:none; }
#ODcLrpGmTAEfnpXbrsvtX2HWx6Agh7AJ { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5rem;left:11.625rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#cRpiF4MeE7DLboGU3nqAP6r9FI1pDzPb { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.3125rem;top:5.1875rem;left:3.125rem;display:none; }
#AULwW9DmyP5bvwRMozTX6u8shHBbaCVf { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:2.9375rem;left:2.5625rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pok0bXLLpBkoMubStmDbxL7wD9yRPgOq { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTJybKUoh4qShwuTvPLULys9kUu5Ewki { width:6rem;height:6rem;top:0rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUBTutLhPNkqh0feUb5BavknsxPlRSS { width:18.5625rem;height:2.0625rem;top:2rem;left:17.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { display:block; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzTm0qHwke67JymNNKgQHD8Tg3kBwFIk { width:47.625rem;height:40.75rem;top:1.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpBNJkTlaNrEy9k1oOeuvVdHg8dXJ0SQ { top:3.9375rem;left:0rem;width:32rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTsoFe4wihuqdziQWIdGb0vXpLd0xtM { top:12.625rem;left:0rem;width:25.5rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVZ1M0FOohUEy3cJsbzPF5KSRzvoJDbp { top:25.375rem;left:0rem;width:27.75rem;height:;font-size:1.0625rem;display:block; }#KVZ1M0FOohUEy3cJsbzPF5KSRzvoJDbp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dabb5f8c2a87802d6a8c1e8461538a1bd3712444.svg); }
 }@media only screen and (max-width: 763px) { #zfEVv3igKkEf7qyPsrTKLtL7T5bnD2Zv { width:47.75rem;height:43.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX3Rxn2a5AXrkk6wBKUaNG039nSAWQt3 { width:17.1875rem;height:5.125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSEVHKJkOrSiCveBA1JlVpW7JTTkoMSo { width:27.0625rem;height:3.4375rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1PpsWrrooOiTvMThkIti9XqhJEbnTTt { display:block; }
 }@media only screen and (max-width: 763px) { #SM1bxKPKgBB3VRLWxeELQgUMp7JuA6oV { top:38.8125rem;left:0rem;width:25.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBvqeEJRkW8OVqw0t59zHTn0g8w9nV2c { width:3.125rem;height:3.125rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNQHfPTZJ3rXkSbh8hJd3L1p8obobH1s { top:25.625rem;left:0rem;width:27.75rem;height:4.125rem;font-size:1.0625rem;display:block; }#sNQHfPTZJ3rXkSbh8hJd3L1p8obobH1s li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e3337e4b6cee68288dc4cca7d8ba56f89caabfe.svg); }
 }@media only screen and (max-width: 763px) { #rMrqtVUZ8PCcX2txJEi3XgkyU3DTxDk3 { top:28.5625rem;left:0rem;width:27.75rem;height:;font-size:1.0625rem;display:block; }#rMrqtVUZ8PCcX2txJEi3XgkyU3DTxDk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcdd587aa69901bd077c8f2517e86bc908193888.svg); }
 }@media only screen and (max-width: 763px) { #wPb5ludFP4yHL49bWogTBgxJVArDvv2G { top:30.3125rem;left:0rem;width:27.75rem;height:;font-size:1.0625rem;display:block; }#wPb5ludFP4yHL49bWogTBgxJVArDvv2G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b8a9558aa1b5fe2afdc9f4418599638f3be8381c.svg); }
 }@media only screen and (max-width: 763px) { #VJgXmq86slDi4JX3QnWPfV0BrWd6BE54 { top:33rem;left:0rem;width:27.75rem;height:4.125rem;font-size:1.0625rem;display:block; }#VJgXmq86slDi4JX3QnWPfV0BrWd6BE54 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f7e7aac5e47d7cdc517f5549ce30ed2d1916ed12.svg); }
 }@media only screen and (max-width: 763px) { #T7k1KSbLO2tQvl2JXMHKvPhZhIfE3ONV { display:none; }#T7k1KSbLO2tQvl2JXMHKvPhZhIfE3ONV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p656Gl1vGNBSdh02NQxAHVmNR5qIQtHO { width:47.625rem;height:40.75rem;top:1.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li2kPyzTyN8wHPWgrB5sTU5baMhwWBI6 { top:1.75rem;left:0rem;width:32rem;height:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW0XyXqtTpTTeSebqVLC6GCdM6dU1Fho { top:17.5625rem;left:0rem;width:28rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqEV6lMkMHQXKMyop3awTE7VoLLlkfHl { top:9.3125rem;left:0rem;width:29.375rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZhA5BKndVf53iEK2xQh3hJ5xT6ZifCB { width:47.75rem;height:5.25rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NybQsyQRAw8b1IllmPFrsNOLMHH9bk5V { width:47.75rem;height:43.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTp7TTfBBp4Im1N6lztha4ztS3pyPSWb { width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8q3ygQ91f8aJq5vATz5VmWgBS2DJ0N { top:31.75rem;left:0rem;width:27.75rem;height:2.75rem;font-size:1.0625rem;display:block; }#TV8q3ygQ91f8aJq5vATz5VmWgBS2DJ0N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b8a9558aa1b5fe2afdc9f4418599638f3be8381c.svg); }
 }@media only screen and (max-width: 763px) { #KIiAJA5efN7iNDpfqqCH0PBpooBH7i96 { top:34.6875rem;left:0rem;width:27.75rem;height:;font-size:1.0625rem;display:block; }#KIiAJA5efN7iNDpfqqCH0PBpooBH7i96 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f7e7aac5e47d7cdc517f5549ce30ed2d1916ed12.svg); }
 }@media only screen and (max-width: 763px) { #zRTrmXVto8QDBM2mwcx92R2UU8PICVK0 { top:30.0625rem;left:0rem;width:27.75rem;height:1.375rem;font-size:1.0625rem;display:block; }#zRTrmXVto8QDBM2mwcx92R2UU8PICVK0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcdd587aa69901bd077c8f2517e86bc908193888.svg); }
 }@media only screen and (max-width: 763px) { #y4O8GpzvwWBbBWJwDBXCUQx1a4Uap3DF { top:27.0625rem;left:0rem;width:27.75rem;height:2.75rem;font-size:1.0625rem;display:block; }#y4O8GpzvwWBbBWJwDBXCUQx1a4Uap3DF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e3337e4b6cee68288dc4cca7d8ba56f89caabfe.svg); }
 }@media only screen and (max-width: 763px) { #dIyvCtueA5LKVlrTNO83kl15QADFrmJp { top:25.375rem;left:0rem;width:27.75rem;height:1.375rem;font-size:1.0625rem;display:block; }#dIyvCtueA5LKVlrTNO83kl15QADFrmJp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dabb5f8c2a87802d6a8c1e8461538a1bd3712444.svg); }
 }@media only screen and (max-width: 763px) { #wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo { display:block; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dROrnzkPOeOQu6C1OH46GD7u8S05wqWP { width:5.5rem;height:5.5rem;top:0.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCLfPDOTGHfU2pxhsV8ZGGao8QMFdgBO { top:0.5rem;left:20.78125rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlpD6McCOdPpAEGTTOmhZSO74kpokev { top:9.875rem;left:0rem;width:16.0625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odo6q6a1ZaVeOiyReA2POdkx5CW7xiKW { top:7.0625rem;left:13.4375rem;width:18.3125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izi5CDJNnTd0ecFb2ueCEUz0O8Zb9PeN { top:6.9375rem;left:28.5rem;width:19.125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7qvtiDf88z9MmTiM2HhCZ0Px02KDGx1 { top:6.9375rem;left:1.96875rem;width:11.9375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ITpExexRGTglnAfImVw6HtnMwbHC81 { top:9.875rem;left:15.6875rem;width:16.0625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbhHIR1grVMcs4HGayQSL9ILa0UEBi9X { top:9.875rem;left:31.5625rem;width:16.0625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brZV7T3GPfAV7nkP2BqGSShDQCGCx2GL { width:3.125rem;height:3.125rem;top:2.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHT6J07z6P0rFae79cHklnAIlxNTTSZN { width:3.125rem;height:3.125rem;top:2.5625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDKkEgvTmZypPLRMKRZfTdVEgK2ei8dL { width:3.125rem;height:3.125rem;top:2.5625rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czttxEh2MQK93B6cK4HZMU2qZC0ZAFFB { width:3.125rem;height:3.125rem;top:2.5625rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HonB0QoINkIzI80l3hPu6qnir0yXvF8f { width:3.125rem;height:3.125rem;top:2.5625rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnkk6QlX1rFRPXJ049zyxQedoBMqnrXH { width:3.125rem;height:3.125rem;top:2.5625rem;left:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRJLuLUPBsnLFJNuW35gfhBhQQZEXPSf { width:3.125rem;height:3.125rem;top:2.5625rem;left:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3zguNsHfH394wIQXvG7tMS6F1Itss92 { width:3.125rem;height:3.125rem;top:2.5625rem;left:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #inn9MzkfsML2tWW8B8Mbv2HuGZrQ7FBO { width:3.125rem;height:3.125rem;top:2.5625rem;left:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBxTzTutb4TiAsaC1GZubcZJFZ7DSLXH { top:36.8125rem;left:0rem;width:19.125rem;height:3rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 { display:none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mSmMHWGILDg7XONKO5SmGiEPff0R6taM { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09WnqTIRovJo28plGbILcdASuyIm1MB { top:11.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBbN3mQQghPfAgFaO9aq6GTxOG7SECNz { width:2.5625rem;height:2.5625rem;top:20.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o975ORIJ5Zz9S0xnvWoRMLF02blpsWUz { width:4.3125rem;height:4.625rem;top:25.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxMvSUwaVcpyawbJfJwBJ38Meo3lBN72 { top:19rem;left:7.9375rem;width:33.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCdSx0QHZ7563asuLa3Bse1swg8IOTTG { width:4.3125rem;height:4.3125rem;top:25.875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StlBcHGGE3Dh5ZTorTpaNUhIZzit8zwK { width:4.3125rem;height:4.625rem;top:25.875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL1tQzCoWu6qnktRIKi2WqfSXI2cw8Re { width:4.3125rem;height:4.3125rem;top:26.25rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHQn72wDHtSMpZZynvAnyu2rGB8lr12G { width:2.5625rem;height:2.5625rem;top:20.4375rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBE4nvZCwFCnntCUqsKpghfuyKrKLWyX { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZC10BL4SFMwevdw7ftJmT5RXGuHuiNu { top:19rem;left:7.9375rem;width:33.875rem;height:2.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFkgiAIEEo7W4Pa5xUffEqUbA507379q { width:2.5625rem;height:2.5625rem;top:20.4375rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B15HtQzQOAOk2dpreFTWL3gIvgIdOSbn { width:2.5625rem;height:2.5625rem;top:20.4375rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #USW7mDULk5SptX5CToRSWVL5SNZHg3Iu { width:12.5rem;height:12.5rem;top:23.6875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTJZ1NqfQ7P0BO4LSsaeC2XUc164af4c { display:block; }
 }@media only screen and (max-width: 763px) { #I6cJ3xb5D0CQ0or9DuzAyZElhzbhZLCK { width:12.5rem;height:12.5rem;top:23.6875rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccQKHQ3vG25eWtRUUtbPqWFDLl073Ttc { display:block; }
 }@media only screen and (max-width: 763px) { #TFptfEeTgchvlHF5tEHsST9sCxAsQ0eh { width:12.5rem;height:12.5rem;top:23.6875rem;left:34.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2cmezx42DDe5vxb1g4u1z8pIGmp3ONg { display:block; }
 }@media only screen and (max-width: 763px) { #ezbbIbswSm1uyX43R2hNygWSpF3c8vCK { top:7rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { display:none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { top:13.125rem;left:0.625rem;width:18.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { top:19.1875rem;left:0.625rem;width:19.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpJfvhBOfdqmwMvl9oO7Fzyzee26GDki { top:18.5625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { top:26.4375rem;left:0.5625rem;width:18.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL3EAa654OTyzTOkg14VdXV4FkbUFfb1 { top:25.875rem;left:0rem;width:5.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8WibWSy6XzUfcKJDJHFS28WgTddM363 { width:3.625rem;height:3.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl4nMua3HsbiurrU9TKTMDPWeCHOGvOU { width:31.25rem;height:20.9375rem;top:10.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xUttBbVugTnkzwQZZfV31ETB2HgAsz { top:1.6875rem;left:6.3125rem;width:4.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIrCn9txwTyfqMLC3d3abMtC4UQWzVNq { top:1.6875rem;left:22.625rem;width:4.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiwrXVOkwGMiZQcrN7HXROSrbNazOK1d { top:1.6875rem;left:37.3125rem;width:7.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6X7794EaVibkz4lcFGMJJ0RMfelWuV1 { width:4.3125rem;height:4.3125rem;top:26.25rem;left:40.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiBuwWExoVmEb8qVnURfqhcIhrRNLgrh { width:4.3125rem;height:4.625rem;top:25.875rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiQPvgkdN2mHzlCT8tswpDRfu3zFuHgX { top:11.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2OCAFVLvTNcQggl8zaGQavDqEELn6CB { top:19rem;left:7.9375rem;width:20rem;height:2.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kC8rkNKzS5SceN9GBD2XUqOI8QWdoSOT { top:19rem;left:7.9375rem;width:7.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7dC07a1Tp0uR6kuceWhfxaiNf2O8ERl { width:4.3125rem;height:4.625rem;top:25.875rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v73RKppKTGeKIViUvL7HWsE2vDVT945d { width:4.3125rem;height:4.3125rem;top:26.25rem;left:40.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeCl1wNmNai6vIg2FTTTRyu6zTgt8Er6 { top:19rem;left:7.9375rem;width:7.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xcgp7WceZI4OleK8bfFfppdaEeOVCvcn { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbATpun5zOh00I8lEyNOT95JwdELKKkp { display:block; }
 }@media only screen and (max-width: 763px) { #eKJawMif2c1UbyntEruUueH4TB8SBksf { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3rDnkP0dgCIulHuL9dHXz2eiybta9c1 { display:block; }
 }@media only screen and (max-width: 763px) { #BctQMQmZ1Wsdt8pqRHwRHVyLnBZ4N6bK { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rf0SU9nEMU6Ew3JwPrCkhLF2QJLUhfSk { display:block; }
 }@media only screen and (max-width: 763px) { #NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 { display:block; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B528qkmIV2l1lFqB63RSgbWPAK8gFS7D { width:30.4375rem;height:3.9375rem;top:5rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT5UlIu5xzIDaHMZQ5OUk10oCKTA8ABu { display:block; }
 }@media only screen and (max-width: 763px) { #biMt46QL0PsaDLnxB1wWrWCV00tcXieT { top:1.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETTDXK7A23ZacVO6qSWDTTv4ffZ9uxOn { top:6.0625rem;left:4.59375rem;width:39.8125rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC4ynbTq04ygs9VratcwazUhmGoddxoA { top:2.0625rem;left:0rem;width:47.75rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueTZQTDskhBCAKGXWJH9iiDUy9cUldwe { width:2.3125rem;height:2.3125rem;top:14.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgyFPfS0CTwRA4mLmOTJ51RJUt8fP9iP { top:14.125rem;left:1.75rem;width:1.5rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKvm0nFot6VTFeM8sN9AVI2iOuBxD13d { width:6.625rem;height:6.625rem;top:14.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLnwOBTt8d3gkM8ZneHuu9X97ItMFnig { width:3.6875rem;height:3.6875rem;top:16.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bioKIasm8BQ5ofdPw7TbHmtWo83XNtfd { width:6.625rem;height:6.625rem;top:14.9375rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJfRux4JBdZLWAqmF4hAc7o5RtWS06Tt { width:2.3125rem;height:2.3125rem;top:14.375rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1lwoGfbIkwUhElu1RWJ0qNQMuX1hIM6 { top:14.125rem;left:21.625rem;width:1.5rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJIietBTiaKET8XsqCgHcWhUwJw5cb3w { width:3.6875rem;height:3.6875rem;top:16.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sorF9CJSTit5EWOMFK4UGv34TiJodyNG { width:6.625rem;height:6.625rem;top:14.9375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwNuNyDFI7sggL7LSQXvrOg343Qfr01E { width:2.3125rem;height:2.3125rem;top:14.375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBNU1QQtcH7myQQZNDblVrXlTXADeyb2 { top:14.125rem;left:41.0625rem;width:1.5rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRgWv03bRTcABuoDVF73InPtfPzJtkkU { width:3.6875rem;height:3.6875rem;top:16.6875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6IdWFAc2utiUHAaPQlrJOZK2vwpoXuQ { top:22.6875rem;left:0rem;width:15.1875rem;height:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3b0o6hvsGN4eqCuopBXpivH3aBbFPu3 { top:22.6875rem;left:16.875rem;width:15.1875rem;height:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5T6sf1WQdn7c9h0KbUsn1NfTAisdL97 { top:22.6875rem;left:32.5625rem;width:15.1875rem;height:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS { display:block; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgEyBDsTgge71SqR9esvmywXaSuhalbS { width:32.875rem;height:3.9375rem;top:7.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdTIdrplWBXcyJgdpZc1B4O9eUnVhRuw { display:block; }
 }@media only screen and (max-width: 763px) { #Pxv4UQ4OXA8ZrqD1Ss1JTT8IT7pmwpTQ { top:1.25rem;left:0rem;width:47.75rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1lIIl0qTPFVHoNagibpo8zib2lNddFw { display:none; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q6GIvTfVeSSTMsvG0BM5NTwhDCQZ7xPc { top:1.25rem;left:0rem;width:47.75rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ { display:none; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #adqmdZT93aLrBsLhQmqTsmyASBh1Npui { width:10.5rem;height:1.9375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIVauTQxW6ZXfZWruJI9UGLpvGrFudi { width:34.0625rem;height:1.25rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6m6p9eJNuXSNz1rq6BROxl9G083wGFT { width:34.0625rem;height:9.0625rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr { width:4.4375rem;height:4.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaf0aCALVu0pq4ixLg98I1DEzIi8TRsf { width:7.9375rem;height:1.3125rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orsZ0k7iezKGe6e0dsWg1bvvVdGiSaEn { width:34.0625rem;height:7.75rem;top:14rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H02BGT8zlHQ3gK4P37FX5xMLrhmHLyc2 { width:34.0625rem;height:1.25rem;top:12rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCtrcylA7139naMXeFAb8BKu7tc81z8V { width:10.5rem;height:1.9375rem;top:9.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHqwhcBO2HEpsTppazvsIZATkLO0kMt8 { width:4.4375rem;height:4.4375rem;top:3.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP7JDIbBr4gNnZL9NtwWaH2QaHx7T0Sx { width:7.9375rem;height:1.25rem;top:5.3125rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsW9T9UR4ltBz9QxBLtziqO6PJou36RT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXITZf9lVVy7Sm4UdGhLHBOQtkBe9G1T { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { top:1.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { top:14.875rem;left:0rem;width:27.75rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { top:20.3125rem;left:0rem;width:23.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:30rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:28.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:30rem;height:auto;top:11.5625rem;left:15.25rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:30rem;height:auto;top:11.5625rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #BUVEsg0fxek0TS6gu0KhDhZguplg6h87 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #XMrgmPCCix0RgRe3OhHL7o2hcx0kTm8U {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #czkrmcNy6dcBWP8a8Z6cxepiUe9srWVZ {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #oIfCTZCUSLnp4BJsqa8OMGXp6Xmuuvw7 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #tscUtoVOyRP1eqHU1PKzliCfVv8otifZ {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #gS03XT9lUDHtO2LPbHk7agXXuI3f5DhE {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZHnbwPK6lfi7E2OPWgg3gWpLtcClsbZJ {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #aHwmTnTlEiMRZLKGeEKlfU83gZTXlTkl {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ioMIEKnCBXxqT6zlxkWP7gkSJAcJ0al1 {  }
 }@media only screen and (max-width: 763px) { #ie23NFkXAf9TeiinN9KIUzKhEbmoSeW4 { display:block; }
 }@media only screen and (max-width: 763px) { #JxVxF4zR54kkiP4TK9SsI4KaLaFGSu3S { display:block; }
 }@media only screen and (max-width: 763px) { #PL8kFTrp9NxBXqkWxNMoEw4g7QxKSpT6 { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #mUL5EEJZku9Qgn6vhe1faMtdickpDyIp { top:25.75rem;left:0rem;width:21.8125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbGEJSuTazITsnJMVT9XLqPc6RJcztEN { top:33.25rem;left:0rem;width:23.4375rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5yFFvFwrgFRWsBudHV75nI05O1UG0bp { width:1.9375rem;height:1.9375rem;top:22.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk37F5rBv1Zv30R5PXlki9UOxPLsImT3 { width:1.9375rem;height:1.9375rem;top:30.75rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f { display:block; }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHSUnIVVnumXTdlrnEiD0OMwuJ6Rhf2l { top:1.3125rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #duKwHXKfTQfNTqeIeInOlvTQbASycGTi { top:0.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQbGCCudn2eZ4UXFmqlOol4an5dRuh3t { top:5.1875rem;left:4.34375rem;width:37.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGF5NWTwde8vIVnayhiztcPhI5Eh4Mds { top:7.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iX20zN7u2LiHGzNQZxoHCIgTQ12pOWxT { width:12.5rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8mmHlWEBsryiGpNW4rG6D3FTwQ766TK { width:13.6875rem;height:1.1875rem;top:3.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODcLrpGmTAEfnpXbrsvtX2HWx6Agh7AJ { top:5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRpiF4MeE7DLboGU3nqAP6r9FI1pDzPb { width:13.6875rem;height:7.3125rem;top:5.1875rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AULwW9DmyP5bvwRMozTX6u8shHBbaCVf { width:14.875rem;height:1.1875rem;top:2.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pok0bXLLpBkoMubStmDbxL7wD9yRPgOq { top:38rem;left:0rem;width:20rem;height:5.5rem;z-index:15012;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #lTJybKUoh4qShwuTvPLULys9kUu5Ewki { width:6rem;height:6rem;top:0.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUBTutLhPNkqh0feUb5BavknsxPlRSS { width:18.5625rem;height:2.11230625rem;top:7.380859375rem;left:0.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8yXWBea2PlD4CQobDpFFU2LsALpFFZV { display:none; }#h8yXWBea2PlD4CQobDpFFU2LsALpFFZV > .row .container { width:20rem;height:86.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GzTm0qHwke67JymNNKgQHD8Tg3kBwFIk { width:20rem;height:40.75rem;top:14.881076455116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpBNJkTlaNrEy9k1oOeuvVdHg8dXJ0SQ { width:20rem;height:auto;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wnTsoFe4wihuqdziQWIdGb0vXpLd0xtM { width:20rem;height:auto;top:12.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KVZ1M0FOohUEy3cJsbzPF5KSRzvoJDbp { width:20rem;height:auto;top:25.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }#KVZ1M0FOohUEy3cJsbzPF5KSRzvoJDbp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dabb5f8c2a87802d6a8c1e8461538a1bd3712444.svg); }
 }@media only screen and (max-width: 763px) { #zfEVv3igKkEf7qyPsrTKLtL7T5bnD2Zv { width:20rem;height:43.125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX3Rxn2a5AXrkk6wBKUaNG039nSAWQt3 { width:17.1875rem;height:5.125rem;top:7.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSEVHKJkOrSiCveBA1JlVpW7JTTkoMSo { width:19rem;height:3.4375rem;top:58.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1PpsWrrooOiTvMThkIti9XqhJEbnTTt { display:block; }
 }@media only screen and (max-width: 763px) { #SM1bxKPKgBB3VRLWxeELQgUMp7JuA6oV { width:20rem;height:auto;top:38.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sBvqeEJRkW8OVqw0t59zHTn0g8w9nV2c { display:flex;width:3.125rem;height:3.125rem;top:63.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #sNQHfPTZJ3rXkSbh8hJd3L1p8obobH1s { width:20rem;height:auto;top:25.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }#sNQHfPTZJ3rXkSbh8hJd3L1p8obobH1s li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e3337e4b6cee68288dc4cca7d8ba56f89caabfe.svg); }
 }@media only screen and (max-width: 763px) { #rMrqtVUZ8PCcX2txJEi3XgkyU3DTxDk3 { width:20rem;height:auto;top:28.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }#rMrqtVUZ8PCcX2txJEi3XgkyU3DTxDk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcdd587aa69901bd077c8f2517e86bc908193888.svg); }
 }@media only screen and (max-width: 763px) { #wPb5ludFP4yHL49bWogTBgxJVArDvv2G { width:20rem;height:auto;top:30.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }#wPb5ludFP4yHL49bWogTBgxJVArDvv2G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b8a9558aa1b5fe2afdc9f4418599638f3be8381c.svg); }
 }@media only screen and (max-width: 763px) { #VJgXmq86slDi4JX3QnWPfV0BrWd6BE54 { width:20rem;height:auto;top:33rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }#VJgXmq86slDi4JX3QnWPfV0BrWd6BE54 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f7e7aac5e47d7cdc517f5549ce30ed2d1916ed12.svg); }
 }@media only screen and (max-width: 763px) { #T7k1KSbLO2tQvl2JXMHKvPhZhIfE3ONV { display:block; }#T7k1KSbLO2tQvl2JXMHKvPhZhIfE3ONV > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p656Gl1vGNBSdh02NQxAHVmNR5qIQtHO { width:17.4375rem;height:38.875rem;top:37.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #li2kPyzTyN8wHPWgrB5sTU5baMhwWBI6 { width:20rem;height:4.3984375rem;top:0.87357902526856rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hW0XyXqtTpTTeSebqVLC6GCdM6dU1Fho { width:20rem;height:2.7625rem;top:10.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqEV6lMkMHQXKMyop3awTE7VoLLlkfHl { width:20rem;height:3.25rem;top:5.8217280991376rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZhA5BKndVf53iEK2xQh3hJ5xT6ZifCB { width:20rem;height:3.75rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NybQsyQRAw8b1IllmPFrsNOLMHH9bk5V { width:20rem;height:45.9375rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTp7TTfBBp4Im1N6lztha4ztS3pyPSWb { width:4.3125rem;height:4.3125rem;top:30.6875rem;left:7.8437506556512rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TV8q3ygQ91f8aJq5vATz5VmWgBS2DJ0N { width:20rem;height:2.7625rem;top:24.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#TV8q3ygQ91f8aJq5vATz5VmWgBS2DJ0N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b8a9558aa1b5fe2afdc9f4418599638f3be8381c.svg); }
 }@media only screen and (max-width: 763px) { #KIiAJA5efN7iNDpfqqCH0PBpooBH7i96 { width:20rem;height:4.142575rem;top:27.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#KIiAJA5efN7iNDpfqqCH0PBpooBH7i96 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f7e7aac5e47d7cdc517f5549ce30ed2d1916ed12.svg); }
 }@media only screen and (max-width: 763px) { #zRTrmXVto8QDBM2mwcx92R2UU8PICVK0 { width:20rem;height:2.7625rem;top:21.125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#zRTrmXVto8QDBM2mwcx92R2UU8PICVK0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bcdd587aa69901bd077c8f2517e86bc908193888.svg); }
 }@media only screen and (max-width: 763px) { #y4O8GpzvwWBbBWJwDBXCUQx1a4Uap3DF { width:20rem;height:4.142575rem;top:16.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#y4O8GpzvwWBbBWJwDBXCUQx1a4Uap3DF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e3337e4b6cee68288dc4cca7d8ba56f89caabfe.svg); }
 }@media only screen and (max-width: 763px) { #dIyvCtueA5LKVlrTNO83kl15QADFrmJp { width:20rem;height:1.38125rem;top:14.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#dIyvCtueA5LKVlrTNO83kl15QADFrmJp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dabb5f8c2a87802d6a8c1e8461538a1bd3712444.svg); }
 }@media only screen and (max-width: 763px) { #wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo { display:block; }#wW1exVr3dWQ2Qliat9ddoqppGJ3SmNTo > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dROrnzkPOeOQu6C1OH46GD7u8S05wqWP { display:flex;width:5.5rem;height:5.5rem;top:1.25rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #iCLfPDOTGHfU2pxhsV8ZGGao8QMFdgBO { width:6.0625rem;height:6.0625rem;top:16.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlpD6McCOdPpAEGTTOmhZSO74kpokev { width:16.0625rem;height:4rem;top:9.7491319179538rem;left:1.9687500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odo6q6a1ZaVeOiyReA2POdkx5CW7xiKW { width:18.3125rem;height:3rem;top:22.5625rem;left:0.875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Izi5CDJNnTd0ecFb2ueCEUz0O8Zb9PeN { width:19.125rem;height:0;top:36.749999046326rem;left:0.43663197755814rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h7qvtiDf88z9MmTiM2HhCZ0Px02KDGx1 { width:11.9375rem;height:3rem;top:6.7491319179537rem;left:4.0312498211861rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ITpExexRGTglnAfImVw6HtnMwbHC81 { width:16.0625rem;height:4rem;top:25.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbhHIR1grVMcs4HGayQSL9ILa0UEBi9X { width:16.0625rem;height:4rem;top:39.749999046326rem;left:1.9687500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brZV7T3GPfAV7nkP2BqGSShDQCGCx2GL { display:flex;width:2.0625rem;height:2.0625rem;top:33.5625rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #IHT6J07z6P0rFae79cHklnAIlxNTTSZN { display:flex;width:3.125rem;height:3.125rem;top:49.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDKkEgvTmZypPLRMKRZfTdVEgK2ei8dL { display:flex;width:3.125rem;height:3.125rem;top:53.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #czttxEh2MQK93B6cK4HZMU2qZC0ZAFFB { display:flex;width:3.125rem;height:3.125rem;top:58.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HonB0QoINkIzI80l3hPu6qnir0yXvF8f { display:flex;width:3.125rem;height:3.125rem;top:62.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnkk6QlX1rFRPXJ049zyxQedoBMqnrXH { display:flex;width:2.0625rem;height:2.0625rem;top:33.5625rem;left:6.9375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #dRJLuLUPBsnLFJNuW35gfhBhQQZEXPSf { display:flex;width:2.0625rem;height:2.0625rem;top:33.5625rem;left:9rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #W3zguNsHfH394wIQXvG7tMS6F1Itss92 { display:flex;width:2.0625rem;height:2.0625rem;top:33.5625rem;left:11.0625rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #inn9MzkfsML2tWW8B8Mbv2HuGZrQ7FBO { display:flex;width:2.0625rem;height:2.0625rem;top:33.5625rem;left:13.125rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #uBxTzTutb4TiAsaC1GZubcZJFZ7DSLXH { width:6rem;height:3rem;top:36.8125rem;left:7rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43a4bdb2-fac4-4e52-9034-373184dfb840/familyhavingvideocallhome.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9.adaptive-delivery-prevent-bg, #NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9.lazyload, #NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9.lazyloading { background-image: none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { border-width: 0; border-radius: 0; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { width:20rem;height:26.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mSmMHWGILDg7XONKO5SmGiEPff0R6taM { top:38rem;left:0rem;width:20rem;height:5.5rem;z-index:15012;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { width:20rem;height:0;top:5.6875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q09WnqTIRovJo28plGbILcdASuyIm1MB { width:20rem;height:0;top:77.6875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yBbN3mQQghPfAgFaO9aq6GTxOG7SECNz { width:2.5625rem;height:2.5625rem;top:89.01175rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o975ORIJ5Zz9S0xnvWoRMLF02blpsWUz { width:4.3125rem;height:4.625rem;top:47.625rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxMvSUwaVcpyawbJfJwBJ38Meo3lBN72 { width:20rem;height:0;top:38.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#1e1e1e;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #qCdSx0QHZ7563asuLa3Bse1swg8IOTTG { width:4.3125rem;height:4.3125rem;top:59.875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #StlBcHGGE3Dh5ZTorTpaNUhIZzit8zwK { width:4.3125rem;height:4.625rem;top:109.46875rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IL1tQzCoWu6qnktRIKi2WqfSXI2cw8Re { width:4.3125rem;height:4.3125rem;top:109.625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHQn72wDHtSMpZZynvAnyu2rGB8lr12G { width:4.8125rem;height:4.8125rem;top:42.125rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBE4nvZCwFCnntCUqsKpghfuyKrKLWyX { width:20rem;height:4.875rem;top:0.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gZC10BL4SFMwevdw7ftJmT5RXGuHuiNu { width:20rem;height:3.25rem;top:21.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #kFkgiAIEEo7W4Pa5xUffEqUbA507379q { width:2.5625rem;height:2.5625rem;top:22.75rem;left:15.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #B15HtQzQOAOk2dpreFTWL3gIvgIdOSbn { width:2.5625rem;height:2.5625rem;top:22.75rem;left:1.5rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #USW7mDULk5SptX5CToRSWVL5SNZHg3Iu { top:2.3125rem;left:5.84375rem;width:9.5625rem;height:9.5625rem;z-index:15003;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nTJZ1NqfQ7P0BO4LSsaeC2XUc164af4c { display:block; }
 }@media only screen and (max-width: 763px) { #I6cJ3xb5D0CQ0or9DuzAyZElhzbhZLCK { top:21.75rem;left:3.75rem;width:12.5rem;height:12.5rem;z-index:15003;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ccQKHQ3vG25eWtRUUtbPqWFDLl073Ttc { display:block; }
 }@media only screen and (max-width: 763px) { #TFptfEeTgchvlHF5tEHsST9sCxAsQ0eh { top:35.5rem;left:3.75rem;width:12.5rem;height:12.5rem;z-index:15003;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #O2cmezx42DDe5vxb1g4u1z8pIGmp3ONg { display:block; }
 }@media only screen and (max-width: 763px) { #ezbbIbswSm1uyX43R2hNygWSpF3c8vCK { width:20rem;height:5.36198125rem;top:15.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:20rem;height:77.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { width:13.9375rem;height:1.599825rem;top:53.9375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { width:13.3115rem;height:3.19965rem;top:62.1875rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpJfvhBOfdqmwMvl9oO7Fzyzee26GDki { width:3.25rem;height:3.25rem;top:58rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { width:12.25rem;height:3.19965rem;top:73.0625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GL3EAa654OTyzTOkg14VdXV4FkbUFfb1 { width:7.1875rem;height:3.3125rem;top:68.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8WibWSy6XzUfcKJDJHFS28WgTddM363 { display:flex;width:3.625rem;height:3.625rem;top:49.6875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #Pl4nMua3HsbiurrU9TKTMDPWeCHOGvOU { width:20rem;height:13.3994375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xUttBbVugTnkzwQZZfV31ETB2HgAsz { width:4.875rem;height:0;top:54.4375rem;left:7.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HIrCn9txwTyfqMLC3d3abMtC4UQWzVNq { width:4.875rem;height:0;top:66.5625rem;left:7.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eiwrXVOkwGMiZQcrN7HXROSrbNazOK1d { width:7.75rem;height:0;top:79.625rem;left:5.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W6X7794EaVibkz4lcFGMJJ0RMfelWuV1 { width:4.3125rem;height:4.3125rem;top:13.125rem;left:7.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yiBuwWExoVmEb8qVnURfqhcIhrRNLgrh { width:4.3125rem;height:4.625rem;top:3.0625rem;left:7.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NiQPvgkdN2mHzlCT8tswpDRfu3zFuHgX { width:20rem;height:10.0729375rem;top:37.4375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #g2OCAFVLvTNcQggl8zaGQavDqEELn6CB { width:7.0625rem;height:1.381075rem;top:8.25rem;left:6.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #kC8rkNKzS5SceN9GBD2XUqOI8QWdoSOT { width:7.0625rem;height:1.381075rem;top:18.1875rem;left:6.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #p7dC07a1Tp0uR6kuceWhfxaiNf2O8ERl { width:4.3125rem;height:4.625rem;top:23.625rem;left:6.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #v73RKppKTGeKIViUvL7HWsE2vDVT945d { width:4.3125rem;height:4.3125rem;top:23.75rem;left:9.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IeCl1wNmNai6vIg2FTTTRyu6zTgt8Er6 { width:7.0625rem;height:1.381075rem;top:28.8125rem;left:6.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Xcgp7WceZI4OleK8bfFfppdaEeOVCvcn { top:1.6875rem;left:5.21875rem;width:9.5625rem;height:9.5625rem;z-index:15002;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lbATpun5zOh00I8lEyNOT95JwdELKKkp { display:block; }
 }@media only screen and (max-width: 763px) { #eKJawMif2c1UbyntEruUueH4TB8SBksf { top:11.8125rem;left:5.21875rem;width:9.5625rem;height:9.5625rem;z-index:15003;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T3rDnkP0dgCIulHuL9dHXz2eiybta9c1 { display:block; }
 }@media only screen and (max-width: 763px) { #BctQMQmZ1Wsdt8pqRHwRHVyLnBZ4N6bK { top:21.9375rem;left:5.21875rem;width:9.5625rem;height:9.5625rem;z-index:15004;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Rf0SU9nEMU6Ew3JwPrCkhLF2QJLUhfSk { display:block; }
 }@media only screen and (max-width: 763px) { #NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 { display:block; }#NCiiInIoIOa6P2Izl2miKvgLytqzGAS0 > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B528qkmIV2l1lFqB63RSgbWPAK8gFS7D { width:20rem;height:2.25rem;top:8.6171875rem;left:0rem;z-index:15011;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT5UlIu5xzIDaHMZQ5OUk10oCKTA8ABu { display:block; }
 }@media only screen and (max-width: 763px) { #biMt46QL0PsaDLnxB1wWrWCV00tcXieT { width:20rem;height:6rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETTDXK7A23ZacVO6qSWDTTv4ffZ9uxOn { width:20rem;height:4rem;top:7.6849079132081rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AC4ynbTq04ygs9VratcwazUhmGoddxoA { width:20rem;height:6.3984375rem;top:1.2861328125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ueTZQTDskhBCAKGXWJH9iiDUy9cUldwe { width:2.3125rem;height:2.3125rem;top:12.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgyFPfS0CTwRA4mLmOTJ51RJUt8fP9iP { width:1.5rem;height:2.8rem;top:12.5625rem;left:7.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKvm0nFot6VTFeM8sN9AVI2iOuBxD13d { width:6.625rem;height:6.625rem;top:13.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLnwOBTt8d3gkM8ZneHuu9X97ItMFnig { display:flex;width:3.6875rem;height:3.6875rem;top:15.125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #bioKIasm8BQ5ofdPw7TbHmtWo83XNtfd { width:6.625rem;height:6.625rem;top:36.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJfRux4JBdZLWAqmF4hAc7o5RtWS06Tt { width:2.3125rem;height:2.3125rem;top:36.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1lwoGfbIkwUhElu1RWJ0qNQMuX1hIM6 { width:1.5rem;height:2.8rem;top:35.9375rem;left:7.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJIietBTiaKET8XsqCgHcWhUwJw5cb3w { display:flex;width:3.6875rem;height:3.6875rem;top:38.5rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #sorF9CJSTit5EWOMFK4UGv34TiJodyNG { width:6.625rem;height:6.625rem;top:59.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwNuNyDFI7sggL7LSQXvrOg343Qfr01E { width:2.3125rem;height:2.3125rem;top:58.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBNU1QQtcH7myQQZNDblVrXlTXADeyb2 { width:1.5rem;height:2.8rem;top:58.25rem;left:7rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRgWv03bRTcABuoDVF73InPtfPzJtkkU { display:flex;width:3.6875rem;height:3.6875rem;top:60.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #V6IdWFAc2utiUHAaPQlrJOZK2vwpoXuQ { width:15.1875rem;height:12.598625rem;top:21.4375rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3b0o6hvsGN4eqCuopBXpivH3aBbFPu3 { width:15.1875rem;height:10.7988125rem;top:45.3125rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5T6sf1WQdn7c9h0KbUsn1NfTAisdL97 { width:15.1875rem;height:10.7988125rem;top:66.5625rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS { display:block; }#Do4Vo8NE2CdqkinotwAPVzdXd5SOvRnS > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgEyBDsTgge71SqR9esvmywXaSuhalbS { width:20rem;height:2.25rem;top:9.5625rem;left:0rem;z-index:15011;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdTIdrplWBXcyJgdpZc1B4O9eUnVhRuw { display:block; }
 }@media only screen and (max-width: 763px) { #Pxv4UQ4OXA8ZrqD1Ss1JTT8IT7pmwpTQ { width:20rem;height:7.2rem;top:1.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1lIIl0qTPFVHoNagibpo8zib2lNddFw { display:none; }#A1lIIl0qTPFVHoNagibpo8zib2lNddFw > .row .container { width:20rem;height:12.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q6GIvTfVeSSTMsvG0BM5NTwhDCQZ7xPc { width:20rem;height:9.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ { display:none; }#s43kcvosQnHbtQ1IgTke4WSTRmVRTrkQ > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #adqmdZT93aLrBsLhQmqTsmyASBh1Npui { width:10.5rem;height:1.9375rem;top:6.1866312026978rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIVauTQxW6ZXfZWruJI9UGLpvGrFudi { width:19.375rem;height:2.6rem;top:8.7500174045562rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6m6p9eJNuXSNz1rq6BROxl9G083wGFT { width:19.1875rem;height:15.6rem;top:11.972222566604rem;left:0.40538197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkatQRzdT8EKP4ElQuq5uhEOdd8T0Mr { width:4.4375rem;height:4.4375rem;top:1.0590276718139rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaf0aCALVu0pq4ixLg98I1DEzIi8TRsf { width:7.9375rem;height:1.3rem;top:2.6258678436279rem;left:6.0312498211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orsZ0k7iezKGe6e0dsWg1bvvVdGiSaEn { width:19.0625rem;height:13rem;top:39.4375rem;left:0.46788197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H02BGT8zlHQ3gK4P37FX5xMLrhmHLyc2 { width:19.25rem;height:1.3rem;top:37.625000953674rem;left:0.49913197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCtrcylA7139naMXeFAb8BKu7tc81z8V { width:10.5rem;height:1.9375rem;top:35.375000953674rem;left:0.46788197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHqwhcBO2HEpsTppazvsIZATkLO0kMt8 { width:4.4375rem;height:4.4375rem;top:29.561633110046rem;left:0.67968744039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP7JDIbBr4gNnZL9NtwWaH2QaHx7T0Sx { width:7.9375rem;height:1.3rem;top:31.130208015442rem;left:5.0624998211861rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsW9T9UR4ltBz9QxBLtziqO6PJou36RT { top:28.906249523163rem;left:0rem;width:19.8125rem;height:23.75rem;z-index:14999;border-top:0.125rem solid #8b8b8b;border-left:0.125rem solid #8b8b8b;border-right:0.125rem solid #8b8b8b;border-bottom:0.125rem solid #8b8b8b;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CXITZf9lVVy7Sm4UdGhLHBOQtkBe9G1T { top:0rem;left:0.13802081346512rem;width:19.875rem;height:27.8125rem;z-index:14998;border-top:0.125rem solid #8b8b8b;border-left:0.125rem solid #8b8b8b;border-right:0.125rem solid #8b8b8b;border-bottom:0.125rem solid #8b8b8b;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);background-size:cover !important;position:relative;z-index:auto;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { width:20rem;height:10.3984375rem;top:1.2880859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { width:18.75rem;height:2.1125rem;top:13.69921875rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { width:19.1875rem;height:1.70625rem;top:17.75rem;left:0.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;height:4rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:17.5rem;height:auto;top:36.46875rem;left:0rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:17.5rem;height:auto;top:36.46875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #BUVEsg0fxek0TS6gu0KhDhZguplg6h87 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #XMrgmPCCix0RgRe3OhHL7o2hcx0kTm8U { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #czkrmcNy6dcBWP8a8Z6cxepiUe9srWVZ {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #oIfCTZCUSLnp4BJsqa8OMGXp6Xmuuvw7 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #tscUtoVOyRP1eqHU1PKzliCfVv8otifZ { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #gS03XT9lUDHtO2LPbHk7agXXuI3f5DhE {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZHnbwPK6lfi7E2OPWgg3gWpLtcClsbZJ {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #aHwmTnTlEiMRZLKGeEKlfU83gZTXlTkl {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ioMIEKnCBXxqT6zlxkWP7gkSJAcJ0al1 {  }
 }@media only screen and (max-width: 763px) { #ie23NFkXAf9TeiinN9KIUzKhEbmoSeW4 { display:block; }
 }@media only screen and (max-width: 763px) { #JxVxF4zR54kkiP4TK9SsI4KaLaFGSu3S { display:block; }
 }@media only screen and (max-width: 763px) { #PL8kFTrp9NxBXqkWxNMoEw4g7QxKSpT6 { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #mUL5EEJZku9Qgn6vhe1faMtdickpDyIp { width:20rem;height:3.4125rem;top:24.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbGEJSuTazITsnJMVT9XLqPc6RJcztEN { width:20rem;height:1.70625rem;top:32.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5yFFvFwrgFRWsBudHV75nI05O1UG0bp { display:flex;width:1.9375rem;height:1.9375rem;top:21.0625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #Rk37F5rBv1Zv30R5PXlki9UOxPLsImT3 { display:flex;width:1.9375rem;height:1.9375rem;top:67.59375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f { display:block; }#AMzmkGWyGbwX5aFmtN9xlM6LQoEsoL2f > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHSUnIVVnumXTdlrnEiD0OMwuJ6Rhf2l { width:20rem;height:0;top:1.3359375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #duKwHXKfTQfNTqeIeInOlvTQbASycGTi { width:20rem;height:auto;top:0.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AQbGCCudn2eZ4UXFmqlOol4an5dRuh3t { width:20rem;height:auto;top:5.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pGF5NWTwde8vIVnayhiztcPhI5Eh4Mds { width:20rem;height:0;top:5.5625rem;left:1.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #iX20zN7u2LiHGzNQZxoHCIgTQ12pOWxT { top:1.5rem;left:2.9375rem;width:13.6875rem;height:1.21875rem;z-index:15014;text-align:center;text-align-last:center;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8mmHlWEBsryiGpNW4rG6D3FTwQ766TK { top:4.125rem;left:3.15625rem;width:13.6875rem;height:1.21875rem;z-index:15015;text-align:center;text-align-last:center;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODcLrpGmTAEfnpXbrsvtX2HWx6Agh7AJ { width:20rem;height:0;top:7.5rem;left:1.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #cRpiF4MeE7DLboGU3nqAP6r9FI1pDzPb { top:6.4375rem;left:2.15625rem;width:15.6875rem;height:2.4375rem;z-index:15016;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AULwW9DmyP5bvwRMozTX6u8shHBbaCVf { top:2.78125rem;left:2.5625rem;width:14.875rem;height:1.21875rem;z-index:15016;text-align:center;text-align-last:center;color:#ffffff;font-size:0.9375rem;display:block; }
 }