.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#20342f;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX { background-color:#20493c;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(0,0,0,0.12);box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container { background-color: transparent; background-image: none; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container > .video-iframe-container { display: none; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row > .video-iframe-container { display: none; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .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); }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container { border-width: 0; border-radius: 0; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#P8kgXzXW4JVN13g0osApDMn4m9JEVRRN { 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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.78125rem;left:48.6875rem;display:block; }
#BRDdCAUoUo8SCpf42auBd7TwnSNvg4tM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3mtUNWvkAR2W7rn1CLEOcHshQGl05Tn { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.0625rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#lTlOIbMzrq0vDzhuDvB4lEB9W077qsc5 { color:#ffffff;display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:2.328125rem;left:15.3125rem;height:1.59360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hm80aQuGzTzuOXyFR9Lq2UyLVKSLvVaV { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:2.375rem;left:34.375rem;height:1.49956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQcvxNc8CSmrk4NcHJlqciqrRJZIK7E3 { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:2.375rem;left:41.75rem;height:1.49956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVMwRse5rsfy7g5GGEJziCIHNQStM52I { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:2.375rem;left:25.3125rem;height:1.49956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f34dced6-fd74-4856-a355-8e0905058868/herobg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx.adaptive-delivery-prevent-bg, #nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx.lazyload, #nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx.lazyloading { background-image: none; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row .container { border-width: 0; border-radius: 0; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx::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; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#Rgd53NWEbnTSido5ItfeH9N7y9J8FqpF { color:#515151;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:4.8125rem;left:16.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J6TT5LbSnxZontpT1TnF5kpNurz1Np2F { 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:15000;opacity:1;display:none; }
#ytiUemvDtn6k4TIHElrT1UKfIcbfwnGN { color:#515151;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:4.8125rem;left:16.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iqJr1xWAhfQpmobCXOpR3mJhdKrBO3uM { color:#515151;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:4.8125rem;left:16.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ghba3eRXDFZD7hu8ruTdMqzWqykJ7kJc { color:#515151;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:4.8125rem;left:16.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gGnpqXnFGriVQBqKcLTBbohDE1BJhtsg { color:#515151;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:4.8125rem;left:16.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vk7zW8ga7wuwpmXctVPVaZAAd38JMocp { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:17.5rem;top:40.5625rem;left:21.25rem;display:none; }
#Su7wlkFB1Gi290EQGld5P1rzxExWJVhb { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:17.5rem;top:40.5625rem;left:21.25rem;display:none; }
#l2rt9FClbtWZP1DdZVwgoCtV0xrAkKvi { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:17.5rem;top:40.5625rem;left:21.25rem;display:none; }
#yubQpCQNPubHZS7ZaE9Cbc7deesmMo0w { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:17.5rem;top:40.5625rem;left:21.25rem;display:none; }
#M4FrTVJKuxvicI6i4vB832MibZulKHdF { 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:15000;opacity:1;display:none; }
#e1SZEwwyCm2eALZRn49fxR9ISFrwHNUZ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.0625rem;top:1.40625rem;left:0rem;overflow:hidden;display:none; }
#ZIa3pELLA14NPcUuHGzFNJ9ATypEP8w7 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.0625rem;top:2.8125rem;left:12.4375rem;overflow:hidden;display:none; }
#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07bd9b73-ff59-4200-851d-be703041037d/Tolanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE.adaptive-delivery-prevent-bg, #VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE.lazyload, #VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE.lazyloading { background-image: none; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row .container { background-color: transparent; background-image: none; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,73,60,0.97); }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row .container > .video-iframe-container { display: none; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,73,60,0.97); }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row > .video-iframe-container { display: none; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .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); }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row .container { border-width: 0; border-radius: 0; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE::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; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#cT5IvJDIRgZvGzuV2cHp2aIW2488qOUC { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.0625rem;top:2.8125rem;left:12.4375rem;overflow:hidden;display:none; }
#uormQScT0IsQI1hbUbSKtiTf0CJxRErz { background-color:#20493c;background-image:url("https://images.assets-landingi.com/uc/07bd9b73-ff59-4200-851d-be703041037d/Tolanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz.adaptive-delivery-prevent-bg, #uormQScT0IsQI1hbUbSKtiTf0CJxRErz.lazyload, #uormQScT0IsQI1hbUbSKtiTf0CJxRErz.lazyloading { background-image: none; }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row .container { background-color: transparent; background-image: none; }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row .container > .video-iframe-container { display: none; }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row > .video-iframe-container { display: none; }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .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); }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row .container { border-width: 0; border-radius: 0; }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;overflow:visible;position:relative;display:block; }#ZqkVAmhLQcKTtTh6Oq3qgeTXBt3EuhHN { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:signika;font-size:2.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:2.0616321563721rem;left:9.8125rem;height:10.967875rem;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; }
#E3oxJQ2pDVJJCAxv0bisiI6tcyk69lCB { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:21.3125rem;top:10.5625rem;left:38.625rem;overflow:hidden;display:block; }
#W07lI8vRQ1ouPrANailnweu5K1HcZ0Mq { color:#f3f2ef;display:block;width:32.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.55);top:10.5625rem;left:3.4375rem;height:16.9965125rem;display:block; }
#ABVylqZqNEnlBbDVhLtzPKIuWeTI5eRu { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:20.375rem;left:0rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#INHSCwlRVDsQZV8cxPZlgbxZzTg6og0B { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.0625rem;top:1.5625rem;left:0rem;overflow:hidden;display:none; }
#R4TpP8oAEtL1TR3EGI3r81LFWFlDCSCF { color:#f7a54a;display:block;width:17rem;position:absolute;font-family:signika;font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #050b26;top:31.28125rem;left:38.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WuZmTrbBTgObTAHc5Sn6gEdxzPbAdW0s { 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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.105903625488rem;left:11.34375rem;display:block; }
#VgErmFGIztyqT4GsKV7SprVdNfwt10QF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row .container { background-color: transparent; background-image: none; }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row .container > .video-iframe-container { display: none; }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row > .video-iframe-container { display: none; }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .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); }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row .container { border-width: 0; border-radius: 0; }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#Owvhn7qTB6nmkk0kSh1TNoD8au1eHOaK { 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:2rem;width:2rem;top:10.4375rem;left:0.875rem;overflow:hidden;display:block; }
#i0bsVOafn5cZ1HJgxnkcw43gv7rtcioC { color:#20342f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.875rem;height:1.6247125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xHmc6Wq60TrghHLHcGt9iQs3dJZmDZTq { color:#20342f;display:block;width:14.8125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:12.4375rem;left:3.9375rem;height:4.798175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmt6WVQ6zLL6ZRcx06LnpcJn8t585mw6 { color:#20342f;display:block;width:30.812375rem;position:absolute;font-family:signika;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6856193542481rem;left:3.8729743957519rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aMDUhtxBoG3i4CVkbGQsOJoVLt23hkrg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10.625rem;left:20.875rem;overflow:hidden;display:block; }
#RMq2Dup0Er2awmRcDemLVB2L2bgcixTn { color:#20342f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:23.875rem;height:1.6247125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d88tNTddk2iFolHeqWZ4oRzUPADLX47s { color:#20342f;display:block;width:14.8125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:12.4375rem;left:24rem;height:3.1987875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGXKSnVakenJxzMzVzQvmIBe1QhZ7I84 { 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:2rem;width:2rem;top:10.625rem;left:40.875rem;overflow:hidden;display:block; }
#CtsVGA34gVdqaNGVyBhJdmgcb57akEuw { color:#20342f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:43.875rem;height:3.24941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KUrHRgBWcBvzRQLbhRhsJ4NyTuR0zrLU { color:#20342f;display:block;width:14.8125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.0625rem;left:44rem;height:3.1987875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NgEVlE6Uy6VXCVz5FKSGTTK2QTJgZTQ0 { color:#20342f;display:block;width:14.8125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:21.875rem;left:3.9375rem;height:4.798175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wdC6DZGIQocd48MnGx91olorGHFSzKyx { color:#20342f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.0625rem;left:3.875rem;height:1.6247125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lu1RypmVwuLlAz8URgpuaNysuPJe8GBA { 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:2rem;width:2rem;top:19.875rem;left:0.875rem;overflow:hidden;display:block; }
#XxwN8rFqh4wmxENgsX1WQmLtW47ylCP0 { color:#20342f;display:block;width:15.75rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:21.9375rem;left:23.9375rem;height:4.798175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vst85T1kJAVmFsXM1WUVLMVmE0GZPLoh { color:#20342f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.125rem;left:23.875rem;height:1.6247125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rp6TIldmuAC0kcJXrDHgOcos8IGwUq8C { 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:2rem;width:2rem;top:19.9375rem;left:20.875rem;overflow:hidden;display:block; }
#a1Ay1pXtrFonJ3QH1nuqym7mk9bCdgmG { color:#20342f;display:block;width:15.1875rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:23.375rem;left:44rem;height:3.1987875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRxxz2BgcCbGWn5ZIPkQOMObT353eFBN { color:#20342f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.125rem;left:43.875rem;height:1.6247125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QUxMgEcuAuPow9htopmbBztepHBuPTEE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.9375rem;left:40.875rem;overflow:hidden;display:block; }
#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row .container { background-color: transparent; background-image: none; }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row .container > .video-iframe-container { display: none; }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row > .video-iframe-container { display: none; }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .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); }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row .container { border-width: 0; border-radius: 0; }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#bzSdixBvC9lXGuwNO19gEnikK7k96PXI { 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:2rem;width:2rem;top:8rem;left:1rem;overflow:hidden;display:block; }
#NdpTOG63AJNgZvOF45JTT1h7FwmsDIf4 { color:#20342f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:4rem;height:3.24941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lreb0rX8KcDZFBc327fQhDT7lI0W2i3L { color:#20342f;display:block;width:14.8125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:11.75rem;left:4.0625rem;height:6.3975625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUbpRXz7CgGxNk41Or4ezeqcd7W0BP20 { color:#20342f;display:block;width:33.9375rem;position:absolute;font-family:signika;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:4.25rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zKnpNVtGTZI96v2ZSUmrW6kIqcETew4u { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:8.1875rem;left:21rem;overflow:hidden;display:block; }
#LhOg84nrkMCM5Wx3T7rTmn3Wm5dfpaSo { color:#20342f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:24rem;height:3.24941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#anWdNeodv26Osik1ZhUm96GuSRJFd7Dg { color:#20342f;display:block;width:14.8125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:11.75rem;left:24.0625rem;height:3.1987875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WO9k95QNtEEfTQHKH96GN9ClQ6ntdfd7 { 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:2rem;width:2rem;top:8.1875rem;left:41rem;overflow:hidden;display:block; }
#cSplTooqsaI1B2LdtvSPLQah5RESZ87O { color:#20342f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.375rem;left:44rem;height:1.6247125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GU1BqHbSnf1SkcJhRJNVNaWKU3Uh2Bey { color:#20342f;display:block;width:14.8125rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:10.1875rem;left:44.0625rem;height:7.9969375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h { position:relative;display:block; }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h { background-color: transparent; background-image: none; }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h > .row .container > .video-iframe-container { display: none; }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h > .row > .video-iframe-container { display: none; }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h > .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); }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h { border-width: 0; border-radius: 0; }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h > .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; }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#20342f;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LENJyIKI8pWFeVD5fwpMXLy0pxs6Idiz { color:#f7a54a;display:block;width:60rem;position:absolute;font-family:signika;font-size:2rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.4351844787598rem;left:0rem;height:2.599825rem;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; }
#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ee37ec0-930c-4d4a-8d5e-992724a968dd/charitybgwhite.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T.adaptive-delivery-prevent-bg, #vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T.lazyload, #vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T.lazyloading { background-image: none; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row .container { background-color: transparent; background-image: none; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row .container > .video-iframe-container { display: none; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row > .video-iframe-container { display: none; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .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); }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row .container { border-width: 0; border-radius: 0; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T::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; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#i6kCqxKM2AK07HOseJvdkz1ORRA77ye3 { color:#3f3f3f;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.6;letter-spacing:0;top:7.25rem;left:3.125rem;height:25.1967625rem;display:block; }
#duMipFadAt3NmNktonIfXhPCZynA9d26 { color:#20342f;display:block;width:30.8125rem;position:absolute;font-family:signika;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.125rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wpDBOqE5KTVO8GITTwQFl8GTCP40PRR1 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:23.6875rem;top:7.25rem;left:36.3125rem;overflow:hidden;display:block; }
#igfBZXm2LZTmozgqITByvamvMUQd3t5V { color:#3f3f3f;display:block;width:52.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.6;letter-spacing:0;top:45.0625rem;left:3.125rem;height:3.5995375rem;display:block; }
#bBpL18hXO1d3Blpm1g2g4Pa8BTCfnRU1 { color:#3f3f3f;display:block;width:52.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.6;letter-spacing:0;top:38.6875rem;left:3.125rem;height:3.5995375rem;display:block; }
#ya6xsXyLF18kzLbKahnLE3h4SDEuhnUK { box-sizing:content-box;height:1.1875rem;width:1.1875rem;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:15049;background-color:#20342f;background-image:none;top:7.25rem;left:1.125rem;display:block; }
#IoAzXI4ulnTf8ZKiTtlKWvhJni6aVIes { box-sizing:content-box;height:1.1875rem;width:1.1875rem;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:15050;background-color:#20342f;background-image:none;top:14.5625rem;left:1.125rem;display:block; }
#aVFU7nmQtCBG33AbKMsxBn7vy0o05qIe { box-sizing:content-box;height:1.1875rem;width:1.1875rem;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:15051;background-color:#20342f;background-image:none;top:22rem;left:1.125rem;display:block; }
#fyQ35qrX6ttGrWl9P6wqDBz0iAikGiA8 { box-sizing:content-box;height:1.1875rem;width:1.1875rem;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:15052;background-color:#20342f;background-image:none;top:30.875rem;left:1.125rem;display:block; }
#nUtPIHr2qELhG2tUR2toRILXoqKD88rR { box-sizing:content-box;height:1.1875rem;width:1.1875rem;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:15053;background-color:#20342f;background-image:none;top:38.6875rem;left:1.125rem;display:block; }
#Xf4sXxVJuv3bvalZnMbuVQNrQO3mNX7T { box-sizing:content-box;height:1.1875rem;width:1.1875rem;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:15054;background-color:#20342f;background-image:none;top:45.0625rem;left:1.125rem;display:block; }
#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ { background-color:#20493c;background-image:url("https://images.assets-landingi.com/uc/07bd9b73-ff59-4200-851d-be703041037d/Tolanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:block; }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ.adaptive-delivery-prevent-bg, #TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ.lazyload, #TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ.lazyloading { background-image: none; }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row .container { background-color: transparent; background-image: none; }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row .container > .video-iframe-container { display: none; }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row > .video-iframe-container { display: none; }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .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); }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row .container { border-width: 0; border-radius: 0; }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row > .video-iframe-container { border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem; }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row .container { font-size:0.875rem;font-family:arial;height:119.25rem;width:60rem;overflow:visible;position:relative;display:block; }#CvJpRSpSFEv2VVCAaBpSKVxgG1JAukT8 { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:signika;font-size:2.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:2.0616321563721rem;left:9.8125rem;height:3.6559625rem;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; }
#wvThhegDtQZpknXMmuPf9T39pMUEO98Z { color:#f3f2ef;display:block;width:32.062375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.55);top:13.249429702759rem;left:15.967155456543rem;height:;font-style:normal;display:block; }#wvThhegDtQZpknXMmuPf9T39pMUEO98Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wvThhegDtQZpknXMmuPf9T39pMUEO98Z li:before{  }
#lslwUHZvN1CrWRkFgiqQZPb44ktbT4rD { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.0625rem;top:1.5625rem;left:0rem;overflow:hidden;display:none; }
#ziiPHiEyxLNufRQfHDyJ2gWZzoXWXyGM { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:signika;font-size:5.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:6.5625rem;left:11.0625rem;height:7.3119375rem;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; }
#ZtL2R28RvWL10GtIPszZETRJ2GVMOw0q { color:#f7a54a;display:block;width:34rem;position:absolute;font-family:signika;font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:8.75rem;left:15rem;height:5.84925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hmZlUxRaT55XLlPPCZlqfuLdSeqLt56B { color:#f3f2ef;display:block;width:32.062375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.55);top:32.375rem;left:15.625rem;height:;display:block; }#hmZlUxRaT55XLlPPCZlqfuLdSeqLt56B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hmZlUxRaT55XLlPPCZlqfuLdSeqLt56B li:before{  }
#J43y3W2rhOyu0Kpz1JTtwqJmdkE1GAgF { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:signika;font-size:5.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:26.0625rem;left:50.1875rem;height:7.3119375rem;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; }
#MnH13OdPyfR0vLLtBlNNTe815HSAXRot { color:#f7a54a;display:block;width:39.8125rem;position:absolute;font-family:signika;font-size:2.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:28.25rem;left:10.375rem;height:5.84925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t4QPvxiFgCeZSUBSUwKtgc6uJ2MZ0w9K { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:signika;font-size:5.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:49.9375rem;left:10.1875rem;height:7.3119375rem;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; }
#smr1nxhJ7CCqqzlMA8h5gqP2uSUDTASG { color:#f3f2ef;display:block;width:32.062375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.55);top:55.937498092651rem;left:15.967155456543rem;height:;display:block; }#smr1nxhJ7CCqqzlMA8h5gqP2uSUDTASG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#smr1nxhJ7CCqqzlMA8h5gqP2uSUDTASG li:before{  }
#QPTexVBsMWxruXPWDcpgbwTXUtcLCLg7 { color:#f7a54a;display:block;width:42.0625rem;position:absolute;font-family:signika;font-size:2.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:52.125rem;left:14.125rem;height:5.84925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dhZyKRgFxWMVELiuXZHZ2nn3FvJMyaiW { color:#f7a54a;display:block;width:44.0625rem;position:absolute;font-family:signika;font-size:2.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:77.692415237425rem;left:4.9826354980469rem;height:5.84925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IT0s172kFB8PZSme44TQt1aQ4OVc4JvC { color:#f3f2ef;display:block;width:32.062375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15063;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.55);top:81.8125rem;left:15.0625rem;height:;display:block; }#IT0s172kFB8PZSme44TQt1aQ4OVc4JvC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IT0s172kFB8PZSme44TQt1aQ4OVc4JvC li:before{  }
#mql8reSRkykLZf2Mp2Aavg6bLIFzMOp3 { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:signika;font-size:5.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:75.5rem;left:49.625rem;height:;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; }
#ycNCIf7CO7OJvUZ2PcdyOi7iR2oVA3uS { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:signika;font-size:5.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:97.138305664062rem;left:11.060474395752rem;height:;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; }
#ZphFsvXaLf9yOtN3dvHhynAS4wa5rTIs { color:#f7a54a;display:block;width:26.4995625rem;position:absolute;font-family:signika;font-size:2.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #191a33;top:99.331604003906rem;left:16.749855041504rem;height:2.924625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iSqa6azdF7XCwzPsPrlmFP8TeRi7pJ6l { color:#f3f2ef;display:block;width:32.062375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15063;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.55);top:103.14525222778rem;left:15.96643447876rem;height:;display:block; }#iSqa6azdF7XCwzPsPrlmFP8TeRi7pJ6l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iSqa6azdF7XCwzPsPrlmFP8TeRi7pJ6l li:before{  }
#RxZdwZkDM7MCg9dDnVllb3Fs1fX7pJap { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.687375rem;top:33.373844146729rem;left:46.310764312744rem;overflow:hidden;display:block; }
#pfXn67EiEzEwz9cyIAmo3I414cTPGv8M { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9996875rem;width:12.8125rem;top:12.296005249024rem;left:5.498405456543rem;overflow:hidden;display:block; }
#uiDbPkgGV61PN5D6KUDZy7HxKlcr6s5x { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.999rem;width:12.8125rem;top:57.996952056885rem;left:4.98046875rem;overflow:hidden;display:block; }
#CalLZQTdnZ78WFllXg7tV0AUEPxqBkeT { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.687375rem;top:83.440387725831rem;left:45.561336517334rem;overflow:hidden;display:block; }
#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 { position:relative;display:block; }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 { background-color: transparent; background-image: none; }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 > .row .container > .video-iframe-container { display: none; }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 > .row > .video-iframe-container { display: none; }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 > .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); }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 { border-width: 0; border-radius: 0; }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 > .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; }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 > .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:91rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTBnnX7mfnxOn1Ur2A6QinM933kdu0GO { 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:8.624875rem;width:8.75rem;top:17.625rem;left:0.5625rem;overflow:hidden;display:block; }
#SI8fKwnl5xISlg5Z0BpquVXcb78HG7K2 { color:#212529;display:block;width:16.25rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:27rem;left:0.0625rem;height:2.53110625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u4uawWryT91zeZIQT9dBBRWAfWXHld6Z { color:#3f3f3f;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.7;letter-spacing:0;top:31.3125rem;left:0.0625rem;height:13.38325rem;display:block; }
#yJaQHTN7s0M9SolU1VcqTcaFHidb133z { color:#212529;display:block;width:10.187375rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:27rem;left:21.0625rem;height:2.53110625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fuCxRVikdhvDRyT90ToMDSOPqf1bXSTB { color:#3f3f3f;display:block;width:20.1244375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.7;letter-spacing:0;top:31.3125rem;left:20.0625rem;height:13.38325rem;display:block; }
#UWou7JSCFq1v6l8QvwPHUf0UVxsDPNVK { position:absolute;display:block;z-index:15099;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:9.249875rem;width:8.75rem;top:17.3125rem;left:21.0625rem;overflow:hidden;display:block; }
#EAAuvAWB115T8oJVffRp1yQfGCmCKlx9 { color:#212529;display:block;width:19.4371875rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:27rem;left:40.0625rem;height:2.53110625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kPF5t5XWHpMU2VXP66S2n1ENZsg8brTR { color:#3f3f3f;display:block;width:19.8119375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.7;letter-spacing:0;top:31.3125rem;left:40.25rem;height:11.471375rem;display:block; }
#wAqwiXvfToDRLvafC3JX3rol5SSQTIVT { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.187375rem;width:9.4371875rem;top:17.625rem;left:40.25rem;overflow:hidden;display:block; }
#WuAHlW2BCePQ2GN3KAzGG5dohX6JaSwq { color:#212529;display:block;width:19.875rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15061;line-height:1.5;letter-spacing:0;top:62.875rem;left:0.0625rem;height:2.53110625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vHltcKcQKssyzWkwWC4bWFyJWbfIn9X8 { color:#3f3f3f;display:block;width:19.1246875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.7;letter-spacing:0;top:66.8125rem;left:0.0625rem;height:15.295125rem;display:block; }
#aJ95TA8QBsK0KhXBruBIfDGr1qsRJUmz { position:absolute;display:block;z-index:15104;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:9.4994375rem;width:9.1869375rem;top:53.4375rem;left:0.0625rem;overflow:hidden;display:block; }
#M8bLSmwhmKtHbIFK8drNlruWHH2p5CgX { color:#212529;display:block;width:13.5619375rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15052;line-height:1.5;letter-spacing:0;top:62.875rem;left:21.0625rem;height:2.53110625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hrpHKOtrMHOnRWMUg7oHcCzrFa9rRrCa { position:absolute;display:block;z-index:15089;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:8.5619375rem;width:8.3745625rem;top:53.875rem;left:21.0625rem;overflow:hidden;display:block; }
#BEZys9pVDVW93yLo1TVXxbIdT6eEXGAP { color:#3f3f3f;display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.7;letter-spacing:0;top:66.625rem;left:20.0625rem;height:13.38325rem;display:block; }
#HEG8E9TSSf2Btav1nUFa3z4Lld591LGs { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06206875rem;width:2.5rem;top:58.8125rem;left:27rem;overflow:hidden;display:block; }
#NNKW4WfiJU0zBWVT4ol7fS0ipJPOFxq9 { position:absolute;display:block;z-index:15093;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.68735625rem;width:2.99985625rem;top:59.75rem;left:21.4375rem;overflow:hidden;display:block; }
#oTKKu8AsIFPAVRpPdE5HGXG7HFUBtRl1 { position:absolute;display:block;z-index:15108;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:9.6245625rem;width:8.75rem;top:53.3125rem;left:41.5rem;overflow:hidden;display:block; }
#kyifTypA1mHEVcPSbkehUV45NrqUZOlg { color:#3f3f3f;display:block;width:18.8121875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1.7;letter-spacing:0;top:66.8125rem;left:40.0625rem;height:11.471375rem;display:block; }
#nT7UU5QCVgWT4m16dkkEiiAxa7ssg0To { color:#212529;display:block;width:12.5625rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:63rem;left:40.8125rem;height:2.53110625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f0By5GS28uV1U6l7APh9UGvIHexJ34Vq { color:#213430;display:block;width:60rem;position:absolute;font-family:signika;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:7.43705368042rem;left:0rem;height:3.24941875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W9gMWhcn1nwpFWXWecvQPOAW1xIGCoDg { color:#eca30b;display:block;width:60rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15045;line-height:2;letter-spacing:0;top:3.3125rem;left:0rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JSNqxRUDo6FThC4SbMDRprdeEibbyaya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.17);background-image:url("https://images.assets-landingi.com/uc/9ee37ec0-930c-4d4a-8d5e-992724a968dd/charitybgwhite.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya.adaptive-delivery-prevent-bg, #JSNqxRUDo6FThC4SbMDRprdeEibbyaya.lazyload, #JSNqxRUDo6FThC4SbMDRprdeEibbyaya.lazyloading { background-image: none; }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row .container { background-color: transparent; background-image: none; }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row .container > .video-iframe-container { display: none; }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row > .video-iframe-container { display: none; }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .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); }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row .container { border-width: 0; border-radius: 0; }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row .container { font-size:0.875rem;font-family:arial;height:72.125rem;width:60rem;position:relative;display:block; }#ngeWOTuU9SRhsLQdHSXalz57MBlLZrFs { color:#212529;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.2731475830078rem;left:0rem;height:3.24941875rem;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; }
#XrI05EtkcbEVnQR13974vaQR6G8xxayy { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.7;letter-spacing:0;top:13.145978927613rem;left:0rem;height:9.5594375rem;text-align:center;text-align-last:center;display:block; }#XrI05EtkcbEVnQR13974vaQR6G8xxayy li:before{  }
#JVTSqGM1opqotbOdbqtgpAXD5xq1noA5 { color:#eca30b;display:block;width:19.375rem;position:absolute;font-family:signika;font-size:3.875rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:28.510560274124rem;left:21.247829437256rem;height:5.42525rem;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; }
#ipWmfrFN07ucyOzZ4AzW9OXN3Hef2Tiy { 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:lato;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:35.530234575272rem;left:22.810329437256rem;display:block; }
#Xch3mHzn7JNMIwVmOkJlw7Chw57kz3C2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQRqOiu6HSCiWPC8Ldmxr1CmyFn0WHNe { color:#212529;display:block;width:27.1245625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.7;letter-spacing:0;top:41.125rem;left:16.4375rem;height:9.5594625rem;text-align:center;text-align-last:center;display:block; }
#DCg7m7yotucl2zRWOwntyahwSOQFBqMa { color:#213430;display:block;width:60rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:59.75rem;left:0rem;height:2.43706875rem;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; }
#xn6WpmUZ6lhVPhz36uLxmsbWMgFMDII8 { color:#212529;display:block;width:35.1244375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15062;line-height:1.7;letter-spacing:0;top:63.125rem;left:12.4375rem;height:3.8237875rem;display:block; }
#nf4bDIBbGLPGkqKr5SshTmdU0sWBIvlH { color:#ffffff;display:block;width:25.499875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.7;letter-spacing:0;top:23.111254930496rem;left:17.249710083007rem;height:3.8237875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exLi6bcOngyfVvpgedhytftlaSPRWnIv { 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:lato;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:51.624710083007rem;left:21.874275207519rem;display:block; }
#WSFweswyd3Ce9i1I78VJtfvQpCzW451s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkmdhQbh6V4FsUuRT45u5FGsSZinNidV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.7;letter-spacing:0;top:9.1804103851319rem;left:0rem;height:1.91189375rem;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; }
#UpI0FACtn5EPoITxCbqMFfBIRbR77AL8 { box-sizing:content-box;height:0.3125rem;width:49.1869375rem;position:absolute;display:block;z-index:15063;background-color:#20342f;background-image:none;top:56.4375rem;left:5.375rem;display:block; }
#Qo9ch563CS5m9sJq3UCIT5KTr5sVIR6d { box-sizing:content-box;height:0.3125rem;width:49.1869375rem;position:absolute;display:block;z-index:15064;background-color:#20342f;background-image:none;top:69.25rem;left:5.375rem;display:block; }
#nAwQvDJgANrzJOiFz0fi8uoegAvxw2rb { box-sizing:content-box;height:33.4375rem;width:26.0625rem;position:absolute;display:block;z-index:15013;background-color:#20342f;background-image:none;top:8.30584526062rem;left:17.280815124512rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#hVJuavJd08hRU1uUt013mZa24tGQbcMo { position:relative;display:block; }#hVJuavJd08hRU1uUt013mZa24tGQbcMo { background-color: transparent; background-image: none; }#hVJuavJd08hRU1uUt013mZa24tGQbcMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVJuavJd08hRU1uUt013mZa24tGQbcMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVJuavJd08hRU1uUt013mZa24tGQbcMo > .row .container > .video-iframe-container { display: none; }#hVJuavJd08hRU1uUt013mZa24tGQbcMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVJuavJd08hRU1uUt013mZa24tGQbcMo > .row > .video-iframe-container { display: none; }#hVJuavJd08hRU1uUt013mZa24tGQbcMo > .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); }#hVJuavJd08hRU1uUt013mZa24tGQbcMo { border-width: 0; border-radius: 0; }#hVJuavJd08hRU1uUt013mZa24tGQbcMo > .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; }#hVJuavJd08hRU1uUt013mZa24tGQbcMo > .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:46.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nRItpDpoMWOvbskgZUZ0OX9L6iKu9ETZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.124875rem;width:19.9370625rem;top:15.5rem;left:0rem;display:block; }
#da23AscLqt3fCKl903grq0AqnEPS9Ckh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.124875rem;width:19.9363125rem;top:15.5rem;left:20rem;display:block; }
#KZlrDiSahsb7R37o1n4mTcUBvqTNPzgo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.124875rem;width:19.935625rem;top:15.5rem;left:40.0625rem;display:block; }
#TwWeOiWbaqD0LiD0fCF649JuvdA5baiv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.124875rem;width:19.9363125rem;top:28.1875rem;left:20.0625rem;display:block; }
#JA2PmM4QNqWUr7VwM4fOeyqqB5fgtx9M { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.124875rem;width:19.935625rem;top:28.1875rem;left:40.125rem;display:block; }
#wC1a2Kili8iE5M5XiKawZwaNbw4QACBG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.124875rem;width:19.9370625rem;top:28.1875rem;left:0.0625rem;display:block; }
#AkO2Lr1ouy1cViXsgBvHJ79N7QKsi1NH { color:#eca30b;display:block;width:60rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.8;letter-spacing:0;top:7.0625rem;left:0rem;height:2.0247375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OvMA5gyzD4J3D64d53LXsi5kTQRZ949B { color:#20342f;display:block;width:49.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.75;letter-spacing:0;top:9rem;left:0rem;height:8.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row .container { background-color: transparent; background-image: none; }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row .container > .video-iframe-container { display: none; }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row > .video-iframe-container { display: none; }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .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); }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row .container { border-width: 0; border-radius: 0; }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#Oe8ic1i2IdGVe0S8umLTk8pZdboWM9VL { color:#20342f;display:block;width:60rem;position:absolute;font-family:signika;font-size:2.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:;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; }
#uA4Aesun7t6zdy2gTumW6yckXN8r584t { position:absolute;display:block;z-index:15097;border-top:0.375rem solid #20493c;border-left:0.375rem solid #20493c;border-right:0.375rem solid #20493c;border-bottom:0.375rem solid #20493c;box-shadow: none;height:32.625rem;width:59.25rem;top:13.4375rem;left:0rem;display:block; }
#EP61UV34IMs0fy6pOohys8JRdBNSOitZ { color:#ffffff;display:block;width:29.4998125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15106;line-height:2.4;letter-spacing:0;top:11.592884063721rem;left:15.249568939209rem;height:3.75rem;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; }
#RlasazpozS1awAZMMVnRb7IxP5DfsUUt { position:absolute;display:block;z-index:15105;background-color:#20493c;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:25.3125rem;top:12.0625rem;left:17.375rem;display:block; }
#gZTdF8PANgbXCrJf3ZrGPFF9PWfWQXul { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15106;line-height:2.4;letter-spacing:0;top:11.625rem;left:15.25rem;height:3.75rem;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; }
#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU { border-top:0.0625rem dotted #0aa95c;border-left:0.0625rem dotted #0aa95c;border-right:0.0625rem dotted #0aa95c;border-bottom:0.0625rem dotted #0aa95c;background-color:#0aa95c;background-image:url("https://images.assets-landingi.com/uc/07bd9b73-ff59-4200-851d-be703041037d/Tolanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU.adaptive-delivery-prevent-bg, #gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU.lazyload, #gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU.lazyloading { background-image: none; }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row .container { background-color: transparent; background-image: none; }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row .container > .video-iframe-container { display: none; }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row > .video-iframe-container { display: none; }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .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); }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row .container { border-width: 0; border-radius: 0; }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#qgW9zdd59zJTbLqT6lTwNLC9hLzSXAOu { color:#ffffff;display:block;width:53.3735rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.7;letter-spacing:0;top:7.1061191558837rem;left:3.3127174377441rem;height:10.62283125rem;font-style:normal;display:block; }
#NZIpDWu7AMHgC5WSAqHg74sJQxGpCL7b { color:#eca30b;display:block;width:53.3735rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15062;line-height:1.7;letter-spacing:0;top:2.9253234863281rem;left:3.3127174377441rem;height:4.25rem;font-style:normal;display:block; }
#Jr7kuqN46yvfzwB4KyKsDRZQ18hN3Cds { position:relative;display:none; }#Jr7kuqN46yvfzwB4KyKsDRZQ18hN3Cds { border-width: 0; border-radius: 0; }#Jr7kuqN46yvfzwB4KyKsDRZQ18hN3Cds > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jr7kuqN46yvfzwB4KyKsDRZQ18hN3Cds > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cccccc;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#DpuGuHB1qLAlThpDukmXPQw0hUuJNIx6 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:0.4375rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MDUT2gimVtC7cMakfcoNi1G9uRTICzAz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:0.9375rem;left:1.25rem; }
#uE0TF0dL0AigfDTcFZKdrXHD7ZeIbFea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#uE0TF0dL0AigfDTcFZKdrXHD7ZeIbFea > .row .container { border-width: 0; border-radius: 0; }#uE0TF0dL0AigfDTcFZKdrXHD7ZeIbFea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE0TF0dL0AigfDTcFZKdrXHD7ZeIbFea > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:none; }#upZVqTlvKKiPJnTtlA9KZ7iCL22uLyR1 { color:#212529;display:block;width:37.4375rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.5;letter-spacing:0;top:31.8125rem;left:2.0625rem;height:5.0607625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IAVN8zf4lLOTgTHZiiVOfuNGt5J0vKab { color:#3f3f3f;display:block;width:30rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.7;letter-spacing:0;top:7.5625rem;left:2.0625rem;height:19.1189375rem;text-align:left;text-align-last:left;display:block; }
#N2xcJofaNUMc8En8NTTtp9uphTdXZEof { color:#3f3f3f;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.7;letter-spacing:0;top:35.4375rem;left:2.0625rem;height:3.8237875rem;text-align:left;text-align-last:left;display:block; }
#SCxx42XJJeRKLTGa62N9nzgUkl61stU2 { 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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:41rem;left:2.0625rem;display:block; }
#nNkV5w9GKnxoVwwldvtVhIG2FSNFCQSP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8uaBNfcHzE6Ck9bFfxrsgNtiK94gnD4 { color:#212529;display:block;width:30rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:2.375rem;left:2.0625rem;height:2.53038125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#scyf3Mmx920kgilLJmDtVAVXc3ulks1q { color:#3f3f3f;display:block;width:30rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.7;letter-spacing:0;top:7.5625rem;left:2.0625rem;height:19.121125rem;text-align:left;text-align-last:left;display:none; }
#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.17);background-image:url("https://images.assets-landingi.com/uc/9ee37ec0-930c-4d4a-8d5e-992724a968dd/charitybgwhite.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R.adaptive-delivery-prevent-bg, #I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R.lazyload, #I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R.lazyloading { background-image: none; }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row .container { background-color: transparent; background-image: none; }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row .container > .video-iframe-container { display: none; }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row > .video-iframe-container { display: none; }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .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); }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row .container { border-width: 0; border-radius: 0; }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B { background-color:#20493c;background-image:url("https://images.assets-landingi.com/uc/07bd9b73-ff59-4200-851d-be703041037d/Tolanding.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B.adaptive-delivery-prevent-bg, #qILbwoXOWT06sKgqIAPNc5oF637SmU7B.lazyload, #qILbwoXOWT06sKgqIAPNc5oF637SmU7B.lazyloading { background-image: none; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row .container { background-color: transparent; background-image: none; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row .container > .video-iframe-container { display: none; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row > .video-iframe-container { display: none; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .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); }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row .container { border-width: 0; border-radius: 0; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row .container { font-size:0.875rem;font-family:arial;height:119.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#PIukT7VJM9ATn7Cubdgk6619CN2t3aDD { position:absolute;display:block;z-index:15056;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:26.875rem;width:28rem;top:28.875rem;left:32.1875rem;overflow:hidden;display:block; }
#LokJtZo1ERbmqBztm036ugiLIItxrId4 { position:absolute;display:block;z-index:15064;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:15rem;width:60rem;top:90.999332427981rem;left:0rem;overflow:hidden;display:block; }
#pvLqT3dLLL5zWycrUKF0Tzpd44gDb3ks { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:32.75rem;top:48.1875rem;left:0rem;overflow:hidden;display:block; }
#ZwWgyoo0Ddlvr4EaygNebgfyNoC3a8bP { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:27.6875rem;top:55.75rem;left:32.1875rem;overflow:hidden;display:block; }
#DkVSmfCalFlJT1E3U1IRm8HausSSn57y { position:absolute;display:block;z-index:15053;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:35.8125rem;width:32.1875rem;top:12.375rem;left:0rem;overflow:hidden;display:block; }
#S1taITrPnPrhaU4WqoC3hxMBraOuJhbo { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:28.186875rem;top:12.068161010743rem;left:31.812068939209rem;overflow:hidden;display:block; }
#WD4PhkXUkWD7zIvTi2pJMvNRthDfpQGr { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.75;letter-spacing:0;top:6.6875rem;left:0rem;height:8.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uf27HBlJuGSubyy4TAQrprg7Xtf0pN4W { color:#eca30b;display:block;width:60rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.8;letter-spacing:0;top:4.75rem;left:0rem;height:2.0247375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KwaLVSTvemez4fUPtVUeKZKNRUvFa1OC { position:absolute;display:block;z-index:15065;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:21.624375rem;width:31.875rem;top:63.372400283813rem;left:0rem;overflow:hidden;display:block; }
#PDQZmTTDedFOBSx84cB7bsmTPOamu18X { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:28rem;top:75.061853408812rem;left:31.96741583615rem;overflow:hidden;display:block; }
#O8U2wy07Sby9gqTwsTa0XFO0lA44NlB7 { color:#ffffff;display:block;width:57.1245625rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.75;letter-spacing:0;top:108.59483146668rem;left:1.4377174377441rem;height:8.75rem;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; }
#C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR { background-color:#0aa95c;background-image:url("https://images.assets-landingi.com/uc/570b56ac-3095-4a8e-822d-7c236a07e669/bglong.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR.adaptive-delivery-prevent-bg, #C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR.lazyload, #C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR.lazyloading { background-image: none; }#C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR > .row .container { border-width: 0; border-radius: 0; }#C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR > .row .container { font-size:0.875rem;font-family:arial;height:105.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#iKyH8EnTzNo13UhniIHcmMaJ6KAafHK3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JVsrRZzBlu2s0U7rpWfCoggVFeTNg4BI { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.7;letter-spacing:0;top:10.6875rem;left:0rem;height:7.64844375rem;display:block; }
#C4wBoUKiZQlnNawMpf6ZoyEbTf1dskeo { color:#eca30b;display:block;width:60rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.8;letter-spacing:0;top:3.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-form-header { font-size:1rem; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;color:#212529;width:55.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.5;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(10,169,92,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #0aa95c;border-left:0.125rem solid #0aa95c;border-right:0.125rem solid #0aa95c;border-bottom:0.125rem solid #0aa95c;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:55.0625rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-text {padding-top: 0; padding-bottom: 0;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(10,169,92,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #0aa95c;border-left:0.125rem solid #0aa95c;border-right:0.125rem solid #0aa95c;border-bottom:0.125rem solid #0aa95c;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:55.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .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:55.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-select {padding-top: 0; padding-bottom: 0;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:27.875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:27.5rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK [class*="-text"]:-moz-placeholder { color:rgba(39,39,39,0.26);font-family:poppins;font-size:0.875rem; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK [class*="-text"]::-moz-placeholder { color:rgba(39,39,39,0.26);font-family:poppins;font-size:0.875rem; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK [class*="-text"]:-ms-input-placeholder { color:rgba(39,39,39,0.26);font-family:poppins;font-size:0.875rem; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK [class*="-text"]::-webkit-input-placeholder { color:rgba(39,39,39,0.26);font-family:poppins;font-size:0.875rem; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:54.125rem;overflow:hidden;font-style:normal;float:none; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .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; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:arial;font-size:1.125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-container:first-of-type{padding-top:0;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-container:last-of-type{padding-bottom:0;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15065;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:25.666015625rem;left:1.06103515625rem;font-size:1rem; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:55.0625rem;display:block;vertical-align:top; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK {display:block;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15065;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.4375rem;left:1.0625rem;font-size:1rem; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #hQWApHtrOCpfVWMtQ017WebxPE80AauD { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #FEDOK8Qnngas3L3ecBlkoafHbz6XJN17 { position:relative;display:block; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #D3V4hVTOKxJqfGfmvu6JnO94qWRpKur2 { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #IqQuLxJyMLTTvNaDJpnKaoF8qR21wgnX { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #JATo4CSQZRZT1Jg9nMSCmWdGRBmTC9fb { position:relative;display:block; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #bg1rZ8wvgylBIWSELgknd0bpZWaopPRQ { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #n1ktS5UclGu1o85e4dQ3P6LqMF1zasws { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #G02dkGwJ7Tg3zwkwwdKBsiomEq8hg7PC { position:relative;display:block; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #xOezsu4ErbUak4pDrLimvcb5FyLk3n5U { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #qlNvH1UDahACvoyNhgAxqT6lQ2nBhT5l { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #t5LBiNmhBvkWA6esa3JqsJkkknbX00x7 { position:relative;display:block; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #GWLLOH6EdUVPRuUuEDiZCrXqpCVAsIW3 { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TkMw51FdEU8QCfr2csCsJ3UktBHpWdiq { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #BNO7NNSKcoWtLKrsf67bhutJDPPufeGq { position:relative;display:block; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #JMZ37l2La1rTyHFSTopsV7rbROdNmrG7 { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TJpmzd0JowLDmCHXHWww3Lp4WslK9ltH { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TJpmzd0JowLDmCHXHWww3Lp4WslK9ltH .container-column{width:100%;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #KH8QPCEoKqHszdJR8ZTbV67G2vHB5Op6 { position:relative;display:block; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #E1JeN5vscDODm2cIA1cAJ0mrPnCqy9pP { position:relative;z-index:2; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #nsa1lzi48vM9DliEBQZr9CV0tWxiiVKE { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TfOxp48GxMG84TwBNBnWJuAPe77fte4K { position:relative;z-index:2; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #aPqVbcGCkxN8qL6JdiCMZAuGy8V3AD2N { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #EcLJl2JEMqOBwPhFQdoJ87KNgDx6nhdM { position:relative;z-index:2; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #irBTTvDJBoLenQpTJ1fuc9JErP0s1Ik2 { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #U08T4rO21Gs3Q38SRSaKZe3BrU7vRzP2 { position:relative; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #zEurFChmdTbd8U2bel3mJBSaHwE3GvQP { position:relative; }
#TVo6ludDVGd2mbB27utXO0d493G91El9 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 3.125rem rgba(33,52,48,0.16) ;height:59.874125rem;width:60rem;top:21.125rem;left:0rem;display:block; }
#wCynGMTLboGPMTwZp9GLQnto0WULZr4E { color:#3f3f3f;display:block;width:53.3105625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.7;letter-spacing:0;top:75.625rem;left:3.375rem;height:1.9121125rem;display:block; }
#O87pRHoQLxJMNbFJOy5evCEnZ6IZ6WEP { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 3.125rem rgba(33,52,48,0.16) ;height:13.8125rem;width:60rem;top:82.1875rem;left:0rem;display:block; }
#EOKexa2X2KZVvnPrSclwucCIIBJUeBeB { color:#212529;display:block;width:29.5625rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:84.125rem;left:1.9375rem;height:2.53125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iBclMNrNXrH4dP3JD1i0oLaacfZ7wPXT { color:#3f3f3f;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.7;letter-spacing:0;top:87.3125rem;left:1.875rem;height:5.736325rem;text-align:left;text-align-last:left;display:block; }
#eTVnmdKtP1KhPKXgEJAXFiPxHQxQWlPO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.7;letter-spacing:0;top:99.5625rem;left:0rem;height:3.82421875rem;display:block; }
#bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.17);background-image:url("https://images.assets-landingi.com/uc/9ee37ec0-930c-4d4a-8d5e-992724a968dd/charitybgwhite.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy.adaptive-delivery-prevent-bg, #bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy.lazyload, #bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy.lazyloading { background-image: none; }#bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy > .row .container { border-width: 0; border-radius: 0; }#bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy > .row .container { font-size:0.875rem;font-family:arial;height:73.625rem;width:60rem;position:relative;display:none; }#hOCqwanUMRCDFcX86tmuEpoHoSd1LdH9 { color:#212529;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PtOnUAFUwtN4sJZ0GQ5sUKVLqN32eQNq { color:#eca30b;display:block;width:60rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.8;letter-spacing:0;top:7.25rem;left:0rem;height:2.0249rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#z1rqP9tSU3NHWFNpIUtVmQVt6diSOIca { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:28.75rem;top:17.75rem;left:0rem;overflow:hidden;display:block; }
#i72a6LnWna1TVNKblg1ENG898t2WQTkz { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:28.75rem;top:17.75rem;left:30.25rem;overflow:hidden;display:block; }
#rlwShe9Ww5ud13GD4WT0ZEpTyxxRtDQw { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:28.75rem;top:35.5625rem;left:30.25rem;overflow:hidden;display:block; }
#eG5Tg6L42fHcPUQFIAzv8MPAdcm5pQLB { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:28.75rem;top:35.5625rem;left:0rem;overflow:hidden;display:block; }
#rUGpeDzhFVRruRfiPkTQNtcnLoPhEvln { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:28.75rem;top:53.6875rem;left:0rem;overflow:hidden;display:block; }
#qIqgOmJTUpV6FfkER3L8bPyXeeBDK2oU { position:absolute;display:block;z-index:15054;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.4375rem;width:6.4375rem;top:22.875rem;left:1.25rem;overflow:hidden;display:block; }
#kXphbcsSnVMri7sAdMHTLQ7CwZ3pi83o { position:absolute;display:block;z-index:15056;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.4375rem;width:6.4375rem;top:58.8125rem;left:1.25rem;overflow:hidden;display:block; }
#VqqlVfdkbWsRhr0XnWSq37lpwBXSvl9I { position:absolute;display:block;z-index:15057;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.4375rem;width:6.4375rem;top:40.6875rem;left:31.6875rem;overflow:hidden;display:block; }
#kTmavkJh8PTdUSQqy9hGATXkOAHH9KT6 { position:absolute;display:block;z-index:15058;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.4375rem;width:6.4375rem;top:40.6875rem;left:1.25rem;overflow:hidden;display:block; }
#Hnepb1OvxmGSLTds4szbcoHxhdtWbxJC { position:absolute;display:block;z-index:15059;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.4375rem;width:6.4375rem;top:22.875rem;left:31.6875rem;overflow:hidden;display:block; }
#q1nTG0oTsL2zKguol2Tf4G1hZbkg469O { color:#212529;display:block;width:36.8125rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:14.3125rem;left:0rem;height:2.531625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.17);background-image:url("https://images.assets-landingi.com/uc/9ee37ec0-930c-4d4a-8d5e-992724a968dd/charitybgwhite.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3.adaptive-delivery-prevent-bg, #l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3.lazyload, #l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3.lazyloading { background-image: none; }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row .container { background-color: transparent; background-image: none; }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row .container > .video-iframe-container { display: none; }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row > .video-iframe-container { display: none; }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .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); }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row .container { border-width: 0; border-radius: 0; }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#dsRTVOB7XAVbKWkgfATq2xq70MiJ9CyC { 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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1244375rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1238794326783rem;left:19.937065124512rem;display:block; }
#lJpvpcyErGAPFWa5IqB2uRim3yMwdQTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20493c;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; }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row .container { background-color: transparent; background-image: none; }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row .container > .video-iframe-container { display: none; }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row > .video-iframe-container { display: none; }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .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); }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row .container { border-width: 0; border-radius: 0; }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#QNJ0XT6P3EZmaUE4G8tiX7TQoO7ykcwQ { position:absolute;display:block;z-index:15041;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.8125rem;width:6.125rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#uzpKCt9XM4LonCrX6WNzqarzLewkXnwQ { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:1.65625rem;left:45.9375rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mpaPQK34e2gdcCsEaxGupCOBcGiwtulM { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:1.65625rem;left:34.125rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nXWJRx1IIbATR3btBAEEsay4q1W4Ds1S { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:1.65625rem;left:18.3125rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 { background-color:#f57921;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row .container { border-width: 0; border-radius: 0; }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;overflow:visible;position:relative;display:none; }#nLnB0ivVVivK37hBkepfB3nBAhG9N6SC { 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:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.375rem;left:18.40625rem;display:none; }
#riPebKR4Q8Hp9vqavTOMXlkTzuGPn6f9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX { display:none; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P8kgXzXW4JVN13g0osApDMn4m9JEVRRN { width:11.3125rem;height:2.6875rem;top:1.75rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRDdCAUoUo8SCpf42auBd7TwnSNvg4tM { display:block; }
 }@media only screen and (max-width: 763px) { #p3mtUNWvkAR2W7rn1CLEOcHshQGl05Tn { top:1.5625rem;left:0rem;width:11.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTlOIbMzrq0vDzhuDvB4lEB9W077qsc5 { width:8rem;height:1.625rem;top:2.3125rem;left:9.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm80aQuGzTzuOXyFR9Lq2UyLVKSLvVaV { width:5.75rem;height:1.5rem;top:2.375rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQcvxNc8CSmrk4NcHJlqciqrRJZIK7E3 { width:4.25rem;height:1.5rem;top:2.375rem;left:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVMwRse5rsfy7g5GGEJziCIHNQStM52I { width:7.75rem;height:1.5rem;top:2.375rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx { display:none; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rgd53NWEbnTSido5ItfeH9N7y9J8FqpF { width:20rem;height:2.875rem;top:18.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6TT5LbSnxZontpT1TnF5kpNurz1Np2F { display:none; }
 }@media only screen and (max-width: 763px) { #ytiUemvDtn6k4TIHElrT1UKfIcbfwnGN { width:20rem;height:2.875rem;top:12.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqJr1xWAhfQpmobCXOpR3mJhdKrBO3uM { width:20rem;height:2.875rem;top:15.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ghba3eRXDFZD7hu8ruTdMqzWqykJ7kJc { width:20rem;height:2.875rem;top:9.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGnpqXnFGriVQBqKcLTBbohDE1BJhtsg { width:20rem;height:2.875rem;top:6.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vk7zW8ga7wuwpmXctVPVaZAAd38JMocp { top:40.5625rem;left:14.25rem;width:17.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Su7wlkFB1Gi290EQGld5P1rzxExWJVhb { top:40.5625rem;left:14.25rem;width:17.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2rt9FClbtWZP1DdZVwgoCtV0xrAkKvi { top:40.5625rem;left:14.25rem;width:17.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yubQpCQNPubHZS7ZaE9Cbc7deesmMo0w { top:40.5625rem;left:14.25rem;width:17.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4FrTVJKuxvicI6i4vB832MibZulKHdF { display:none; }
 }@media only screen and (max-width: 763px) { #e1SZEwwyCm2eALZRn49fxR9ISFrwHNUZ { top:1.375rem;left:0rem;width:11.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIa3pELLA14NPcUuHGzFNJ9ATypEP8w7 { top:3.4375rem;left:6.9375rem;width:11.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE { display:none; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cT5IvJDIRgZvGzuV2cHp2aIW2488qOUC { top:3.4375rem;left:6.9375rem;width:11.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uormQScT0IsQI1hbUbSKtiTf0CJxRErz { display:block; }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqkVAmhLQcKTtTh6Oq3qgeTXBt3EuhHN { top:2rem;left:3.6875rem;width:38.625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3oxJQ2pDVJJCAxv0bisiI6tcyk69lCB { top:10.5625rem;left:26.4375rem;width:21.3125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W07lI8vRQ1ouPrANailnweu5K1HcZ0Mq { top:10.5rem;left:0rem;width:32rem;height:19.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABVylqZqNEnlBbDVhLtzPKIuWeTI5eRu { top:20.375rem;left:0rem;width:36.875rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INHSCwlRVDsQZV8cxPZlgbxZzTg6og0B { top:1.5625rem;left:0rem;width:11.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4TpP8oAEtL1TR3EGI3r81LFWFlDCSCF { top:31.25rem;left:30.8125rem;width:16.9375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuZmTrbBTgObTAHc5Sn6gEdxzPbAdW0s { width:16.25rem;height:3.4375rem;top:31.0625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgErmFGIztyqT4GsKV7SprVdNfwt10QF { display:block; }
 }@media only screen and (max-width: 763px) { #hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk { display:block; }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Owvhn7qTB6nmkk0kSh1TNoD8au1eHOaK { width:1.9375rem;height:1.9375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0bsVOafn5cZ1HJgxnkcw43gv7rtcioC { width:15rem;height:1.5625rem;top:10.625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHmc6Wq60TrghHLHcGt9iQs3dJZmDZTq { width:14.75rem;height:4.75rem;top:12.4375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmt6WVQ6zLL6ZRcx06LnpcJn8t585mw6 { width:30.75rem;height:2.5625rem;top:3.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMDUhtxBoG3i4CVkbGQsOJoVLt23hkrg { width:1.9375rem;height:1.9375rem;top:10.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMq2Dup0Er2awmRcDemLVB2L2bgcixTn { width:15rem;height:1.5625rem;top:10.8125rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d88tNTddk2iFolHeqWZ4oRzUPADLX47s { width:14.75rem;height:3.1875rem;top:12.4375rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGXKSnVakenJxzMzVzQvmIBe1QhZ7I84 { width:1.9375rem;height:1.9375rem;top:10.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtsVGA34gVdqaNGVyBhJdmgcb57akEuw { width:15rem;height:3.1875rem;top:10.8125rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUrHRgBWcBvzRQLbhRhsJ4NyTuR0zrLU { width:14.75rem;height:3.1875rem;top:14.0625rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgEVlE6Uy6VXCVz5FKSGTTK2QTJgZTQ0 { width:14.75rem;height:4.75rem;top:21.875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdC6DZGIQocd48MnGx91olorGHFSzKyx { width:15rem;height:1.5625rem;top:20.0625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu1RypmVwuLlAz8URgpuaNysuPJe8GBA { width:1.9375rem;height:1.9375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxwN8rFqh4wmxENgsX1WQmLtW47ylCP0 { width:15.6875rem;height:4.75rem;top:21.9375rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vst85T1kJAVmFsXM1WUVLMVmE0GZPLoh { width:15rem;height:1.5625rem;top:20.125rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp6TIldmuAC0kcJXrDHgOcos8IGwUq8C { width:1.9375rem;height:1.9375rem;top:19.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Ay1pXtrFonJ3QH1nuqym7mk9bCdgmG { width:15.125rem;height:3.1875rem;top:23.375rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRxxz2BgcCbGWn5ZIPkQOMObT353eFBN { width:15rem;height:3.1875rem;top:20.125rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUxMgEcuAuPow9htopmbBztepHBuPTEE { width:1.9375rem;height:1.9375rem;top:19.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 { display:block; }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzSdixBvC9lXGuwNO19gEnikK7k96PXI { width:1.9375rem;height:1.9375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdpTOG63AJNgZvOF45JTT1h7FwmsDIf4 { width:15rem;height:3.1875rem;top:8.1875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lreb0rX8KcDZFBc327fQhDT7lI0W2i3L { width:14.75rem;height:7.9375rem;top:11.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUbpRXz7CgGxNk41Or4ezeqcd7W0BP20 { width:33.875rem;height:2.5625rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKnpNVtGTZI96v2ZSUmrW6kIqcETew4u { width:1.9375rem;height:1.9375rem;top:8.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhOg84nrkMCM5Wx3T7rTmn3Wm5dfpaSo { width:15rem;height:3.1875rem;top:8.375rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anWdNeodv26Osik1ZhUm96GuSRJFd7Dg { width:14.75rem;height:3.1875rem;top:11.75rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO9k95QNtEEfTQHKH96GN9ClQ6ntdfd7 { width:1.9375rem;height:1.9375rem;top:8.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSplTooqsaI1B2LdtvSPLQah5RESZ87O { width:15rem;height:1.5625rem;top:8.375rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU1BqHbSnf1SkcJhRJNVNaWKU3Uh2Bey { width:14.75rem;height:7.9375rem;top:10.1875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h { display:block; }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LENJyIKI8pWFeVD5fwpMXLy0pxs6Idiz { top:1.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T { display:block; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6kCqxKM2AK07HOseJvdkz1ORRA77ye3 { top:7.25rem;left:0rem;width:31.5625rem;height:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duMipFadAt3NmNktonIfXhPCZynA9d26 { width:30.75rem;height:2.5625rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpDBOqE5KTVO8GITTwQFl8GTCP40PRR1 { top:7.25rem;left:24.0625rem;width:23.625rem;height:29.546943149346rem;display:block; }
 }@media only screen and (max-width: 763px) { #igfBZXm2LZTmozgqITByvamvMUQd3t5V { top:45.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBpL18hXO1d3Blpm1g2g4Pa8BTCfnRU1 { top:38.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya6xsXyLF18kzLbKahnLE3h4SDEuhnUK { top:7.25rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoAzXI4ulnTf8ZKiTtlKWvhJni6aVIes { top:14.5625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVFU7nmQtCBG33AbKMsxBn7vy0o05qIe { top:22rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyQ35qrX6ttGrWl9P6wqDBz0iAikGiA8 { top:30.875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUtPIHr2qELhG2tUR2toRILXoqKD88rR { top:38.6875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4sXxVJuv3bvalZnMbuVQNrQO3mNX7T { top:45.0625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ { display:block; }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvJpRSpSFEv2VVCAaBpSKVxgG1JAukT8 { top:2rem;left:3.6869201660156rem;width:38.5625rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvThhegDtQZpknXMmuPf9T39pMUEO98Z { top:13.1875rem;left:9.84143447876rem;width:32rem;height:;font-size:1.25rem;display:block; }#wvThhegDtQZpknXMmuPf9T39pMUEO98Z li:before{  }
 }@media only screen and (max-width: 763px) { #lslwUHZvN1CrWRkFgiqQZPb44ktbT4rD { top:1.5625rem;left:0rem;width:11.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziiPHiEyxLNufRQfHDyJ2gWZzoXWXyGM { top:6.5625rem;left:4.9375rem;width:3.4375rem;height:7.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtL2R28RvWL10GtIPszZETRJ2GVMOw0q { top:8.75rem;left:8.875rem;width:33.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmZlUxRaT55XLlPPCZlqfuLdSeqLt56B { top:32.3125rem;left:9.5rem;width:32rem;height:;font-size:1.25rem;display:block; }#hmZlUxRaT55XLlPPCZlqfuLdSeqLt56B li:before{  }
 }@media only screen and (max-width: 763px) { #J43y3W2rhOyu0Kpz1JTtwqJmdkE1GAgF { top:26.0625rem;left:44.0625rem;width:3.4375rem;height:7.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnH13OdPyfR0vLLtBlNNTe815HSAXRot { top:28.25rem;left:4.25rem;width:39.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4QPvxiFgCeZSUBSUwKtgc6uJ2MZ0w9K { top:49.9375rem;left:4.0625rem;width:3.4375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smr1nxhJ7CCqqzlMA8h5gqP2uSUDTASG { top:55.9375rem;left:9.84143447876rem;width:32rem;height:;font-size:1.25rem;display:block; }#smr1nxhJ7CCqqzlMA8h5gqP2uSUDTASG li:before{  }
 }@media only screen and (max-width: 763px) { #QPTexVBsMWxruXPWDcpgbwTXUtcLCLg7 { top:52.125rem;left:5.6875rem;width:42.0625rem;height:2.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhZyKRgFxWMVELiuXZHZ2nn3FvJMyaiW { top:77.6875rem;left:0rem;width:44.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0s172kFB8PZSme44TQt1aQ4OVc4JvC { top:81.8125rem;left:8.9375rem;width:32rem;height:;font-size:1.25rem;display:block; }#IT0s172kFB8PZSme44TQt1aQ4OVc4JvC li:before{  }
 }@media only screen and (max-width: 763px) { #mql8reSRkykLZf2Mp2Aavg6bLIFzMOp3 { top:75.5rem;left:43.5rem;width:3.4375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycNCIf7CO7OJvUZ2PcdyOi7iR2oVA3uS { top:97.125rem;left:4.9354743957519rem;width:3.4375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZphFsvXaLf9yOtN3dvHhynAS4wa5rTIs { top:99.3125rem;left:10.624855041504rem;width:26.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSqa6azdF7XCwzPsPrlmFP8TeRi7pJ6l { top:103.125rem;left:9.84143447876rem;width:32rem;height:;font-size:1.25rem;display:block; }#iSqa6azdF7XCwzPsPrlmFP8TeRi7pJ6l li:before{  }
 }@media only screen and (max-width: 763px) { #RxZdwZkDM7MCg9dDnVllb3Fs1fX7pJap { top:33.3125rem;left:35.125rem;width:12.625rem;height:15.859146395531rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfXn67EiEzEwz9cyIAmo3I414cTPGv8M { top:12.25rem;left:0rem;width:12.8125rem;height:15.9996875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDbPkgGV61PN5D6KUDZy7HxKlcr6s5x { top:57.9375rem;left:0rem;width:12.8125rem;height:15.999rem;display:block; }
 }@media only screen and (max-width: 763px) { #CalLZQTdnZ78WFllXg7tV0AUEPxqBkeT { top:83.4375rem;left:35.125rem;width:12.625rem;height:15.859146395531rem;display:block; }
 }@media only screen and (max-width: 763px) { #BstIH4is2WQUKTTxgFzN9MHrX77eFL61 { display:block; }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTBnnX7mfnxOn1Ur2A6QinM933kdu0GO { top:17.625rem;left:0rem;width:8.75rem;height:8.624875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI8fKwnl5xISlg5Z0BpquVXcb78HG7K2 { top:27rem;left:0rem;width:16.25rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4uawWryT91zeZIQT9dBBRWAfWXHld6Z { top:31.3125rem;left:0rem;width:18.625rem;height:15.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJaQHTN7s0M9SolU1VcqTcaFHidb133z { top:27rem;left:15.875rem;width:10.125rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuCxRVikdhvDRyT90ToMDSOPqf1bXSTB { top:31.3125rem;left:11.6875rem;width:20.0625rem;height:19.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWou7JSCFq1v6l8QvwPHUf0UVxsDPNVK { top:17.3125rem;left:15.875rem;width:8.75rem;height:9.249875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAAuvAWB115T8oJVffRp1yQfGCmCKlx9 { top:27rem;left:28.25rem;width:19.375rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPF5t5XWHpMU2VXP66S2n1ENZsg8brTR { top:31.3125rem;left:27.875rem;width:19.75rem;height:15.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAqwiXvfToDRLvafC3JX3rol5SSQTIVT { top:17.625rem;left:31.75rem;width:9.375rem;height:10.120981362264rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuAHlW2BCePQ2GN3KAzGG5dohX6JaSwq { top:62.875rem;left:0rem;width:19.8125rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHltcKcQKssyzWkwWC4bWFyJWbfIn9X8 { top:66.8125rem;left:0rem;width:19.0625rem;height:19.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ95TA8QBsK0KhXBruBIfDGr1qsRJUmz { top:53.4375rem;left:0rem;width:9.125rem;height:9.4353931533225rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8bLSmwhmKtHbIFK8drNlruWHH2p5CgX { top:62.875rem;left:15.875rem;width:13.5rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrpHKOtrMHOnRWMUg7oHcCzrFa9rRrCa { top:53.875rem;left:15.875rem;width:8.3125rem;height:8.4992475612212rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEZys9pVDVW93yLo1TVXxbIdT6eEXGAP { top:66.625rem;left:13.25rem;width:18.5rem;height:17.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEG8E9TSSf2Btav1nUFa3z4Lld591LGs { top:58.8125rem;left:20.8125rem;width:2.5rem;height:3.06206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNKW4WfiJU0zBWVT4ol7fS0ipJPOFxq9 { top:59.75rem;left:15.875rem;width:2.9375rem;height:2.6314957539632rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKKu8AsIFPAVRpPdE5HGXG7HFUBtRl1 { top:53.3125rem;left:31.75rem;width:8.75rem;height:9.6238125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyifTypA1mHEVcPSbkehUV45NrqUZOlg { top:66.8125rem;left:28.875rem;width:18.75rem;height:15.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT7UU5QCVgWT4m16dkkEiiAxa7ssg0To { top:63rem;left:31.75rem;width:12.5rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0By5GS28uV1U6l7APh9UGvIHexJ34Vq { top:7.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9gMWhcn1nwpFWXWecvQPOAW1xIGCoDg { top:3.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSNqxRUDo6FThC4SbMDRprdeEibbyaya { display:block; }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngeWOTuU9SRhsLQdHSXalz57MBlLZrFs { top:1.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrI05EtkcbEVnQR13974vaQR6G8xxayy { top:13.125rem;left:0rem;width:47.75rem;height:9.5rem;font-size:1.125rem;display:block; }#XrI05EtkcbEVnQR13974vaQR6G8xxayy li:before{  }
 }@media only screen and (max-width: 763px) { #JVTSqGM1opqotbOdbqtgpAXD5xq1noA5 { top:28.5rem;left:15.122829437256rem;width:19.375rem;height:5.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWmfrFN07ucyOzZ4AzW9OXN3Hef2Tiy { width:16.25rem;height:3.4375rem;top:35.5rem;left:16.685329437256rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xch3mHzn7JNMIwVmOkJlw7Chw57kz3C2 { display:block; }
 }@media only screen and (max-width: 763px) { #zQRqOiu6HSCiWPC8Ldmxr1CmyFn0WHNe { top:41.0625rem;left:10.312355041504rem;width:27.0625rem;height:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCg7m7yotucl2zRWOwntyahwSOQFBqMa { top:59.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn6WpmUZ6lhVPhz36uLxmsbWMgFMDII8 { top:63.125rem;left:6.3125rem;width:35.0625rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf4bDIBbGLPGkqKr5SshTmdU0sWBIvlH { top:23.0625rem;left:11.124710083007rem;width:25.4375rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exLi6bcOngyfVvpgedhytftlaSPRWnIv { width:16.25rem;height:3.4375rem;top:51.5625rem;left:15.749275207519rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSFweswyd3Ce9i1I78VJtfvQpCzW451s { display:block; }
 }@media only screen and (max-width: 763px) { #FkmdhQbh6V4FsUuRT45u5FGsSZinNidV { top:9.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpI0FACtn5EPoITxCbqMFfBIRbR77AL8 { top:56.4375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9ch563CS5m9sJq3UCIT5KTr5sVIR6d { top:69.25rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAwQvDJgANrzJOiFz0fi8uoegAvxw2rb { top:8.25rem;left:11.155815124512rem;width:26.0625rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVJuavJd08hRU1uUt013mZa24tGQbcMo { display:block; }#hVJuavJd08hRU1uUt013mZa24tGQbcMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRItpDpoMWOvbskgZUZ0OX9L6iKu9ETZ { top:15.5rem;left:0rem;width:19.875rem;height:11.090661356006rem;display:block; }
 }@media only screen and (max-width: 763px) { #da23AscLqt3fCKl903grq0AqnEPS9Ckh { top:15.5rem;left:11.875rem;width:19.875rem;height:11.091043828573rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZlrDiSahsb7R37o1n4mTcUBvqTNPzgo { top:15.5rem;left:27.75rem;width:19.875rem;height:11.091043828573rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWeOiWbaqD0LiD0fCF649JuvdA5baiv { top:28.1875rem;left:11.875rem;width:19.875rem;height:11.091043828573rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2PmM4QNqWUr7VwM4fOeyqqB5fgtx9M { top:28.1875rem;left:27.75rem;width:19.875rem;height:11.091043828573rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC1a2Kili8iE5M5XiKawZwaNbw4QACBG { top:28.1875rem;left:0rem;width:19.875rem;height:11.090661356006rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkO2Lr1ouy1cViXsgBvHJ79N7QKsi1NH { top:7.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvMA5gyzD4J3D64d53LXsi5kTQRZ949B { top:9rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N { display:block; }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe8ic1i2IdGVe0S8umLTk8pZdboWM9VL { top:5rem;left:0rem;width:47.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA4Aesun7t6zdy2gTumW6yckXN8r584t { top:13.4375rem;left:0rem;width:47rem;height:25.879746835443rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP61UV34IMs0fy6pOohys8JRdBNSOitZ { top:11.5625rem;left:9.1245689392087rem;width:29.4375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlasazpozS1awAZMMVnRb7IxP5DfsUUt { top:12.0625rem;left:11.25rem;width:25.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTdF8PANgbXCrJf3ZrGPFF9PWfWQXul { top:24.9375rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU { display:none; }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qgW9zdd59zJTbLqT6lTwNLC9hLzSXAOu { top:7.0625rem;left:0rem;width:47.75rem;height:10.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZIpDWu7AMHgC5WSAqHg74sJQxGpCL7b { top:2.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr7kuqN46yvfzwB4KyKsDRZQ18hN3Cds { display:block; }#Jr7kuqN46yvfzwB4KyKsDRZQ18hN3Cds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpuGuHB1qLAlThpDukmXPQw0hUuJNIx6 { top:0.4375rem;left:0rem;width:24.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDUT2gimVtC7cMakfcoNi1G9uRTICzAz { top:0.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0TF0dL0AigfDTcFZKdrXHD7ZeIbFea { display:block; }#uE0TF0dL0AigfDTcFZKdrXHD7ZeIbFea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upZVqTlvKKiPJnTtlA9KZ7iCL22uLyR1 { top:31.8125rem;left:0rem;width:37.4375rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAVN8zf4lLOTgTHZiiVOfuNGt5J0vKab { top:7.5625rem;left:0rem;width:30rem;height:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2xcJofaNUMc8En8NTTtp9uphTdXZEof { top:35.4375rem;left:0rem;width:22.1875rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCxx42XJJeRKLTGa62N9nzgUkl61stU2 { width:19.6875rem;height:3rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNkV5w9GKnxoVwwldvtVhIG2FSNFCQSP { display:block; }
 }@media only screen and (max-width: 763px) { #V8uaBNfcHzE6Ck9bFfxrsgNtiK94gnD4 { top:2.375rem;left:0rem;width:30rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scyf3Mmx920kgilLJmDtVAVXc3ulks1q { top:8.875rem;left:0rem;width:20rem;height:21rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R { display:block; }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qILbwoXOWT06sKgqIAPNc5oF637SmU7B { display:block; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIukT7VJM9ATn7Cubdgk6619CN2t3aDD { top:28.875rem;left:19.75rem;width:27.9375rem;height:26.815849156001rem;display:block; }
 }@media only screen and (max-width: 763px) { #LokJtZo1ERbmqBztm036ugiLIItxrId4 { top:90.9375rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvLqT3dLLL5zWycrUKF0Tzpd44gDb3ks { top:48.1875rem;left:0rem;width:32.6875rem;height:15.157845381523rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWgyoo0Ddlvr4EaygNebgfyNoC3a8bP { top:55.75rem;left:20.0625rem;width:27.625rem;height:19.269077634508rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkVSmfCalFlJT1E3U1IRm8HausSSn57y { top:12.375rem;left:0rem;width:32.1875rem;height:35.811625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1taITrPnPrhaU4WqoC3hxMBraOuJhbo { top:12.0625rem;left:19.625rem;width:28.125rem;height:16.837956495709rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD4PhkXUkWD7zIvTi2pJMvNRthDfpQGr { top:6.6875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf27HBlJuGSubyy4TAQrprg7Xtf0pN4W { top:4.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwaLVSTvemez4fUPtVUeKZKNRUvFa1OC { top:63.3125rem;left:0rem;width:31.875rem;height:21.624375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDQZmTTDedFOBSx84cB7bsmTPOamu18X { top:75rem;left:0rem;width:28rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8U2wy07Sby9gqTwsTa0XFO0lA44NlB7 { top:108.5625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR { display:block; }#C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKyH8EnTzNo13UhniIHcmMaJ6KAafHK3 { top:5.8125rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVsrRZzBlu2s0U7rpWfCoggVFeTNg4BI { top:10.6875rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wBoUKiZQlnNawMpf6ZoyEbTf1dskeo { top:3.8125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-text {padding-top: 0; padding-bottom: 0;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-select {padding-top: 0; padding-bottom: 0;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-button { width:40.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK  { width:45.25rem;height:auto;top:25.625rem;left:0rem; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK {display:block;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK { width:45.25rem;height:45.125rem;top:22.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #hQWApHtrOCpfVWMtQ017WebxPE80AauD {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #FEDOK8Qnngas3L3ecBlkoafHbz6XJN17 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #D3V4hVTOKxJqfGfmvu6JnO94qWRpKur2 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #IqQuLxJyMLTTvNaDJpnKaoF8qR21wgnX {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #JATo4CSQZRZT1Jg9nMSCmWdGRBmTC9fb {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #bg1rZ8wvgylBIWSELgknd0bpZWaopPRQ {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #n1ktS5UclGu1o85e4dQ3P6LqMF1zasws {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #G02dkGwJ7Tg3zwkwwdKBsiomEq8hg7PC {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #xOezsu4ErbUak4pDrLimvcb5FyLk3n5U {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #qlNvH1UDahACvoyNhgAxqT6lQ2nBhT5l {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #t5LBiNmhBvkWA6esa3JqsJkkknbX00x7 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #GWLLOH6EdUVPRuUuEDiZCrXqpCVAsIW3 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TkMw51FdEU8QCfr2csCsJ3UktBHpWdiq {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #BNO7NNSKcoWtLKrsf67bhutJDPPufeGq {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #JMZ37l2La1rTyHFSTopsV7rbROdNmrG7 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TJpmzd0JowLDmCHXHWww3Lp4WslK9ltH {  }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TJpmzd0JowLDmCHXHWww3Lp4WslK9ltH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #KH8QPCEoKqHszdJR8ZTbV67G2vHB5Op6 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #E1JeN5vscDODm2cIA1cAJ0mrPnCqy9pP {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #nsa1lzi48vM9DliEBQZr9CV0tWxiiVKE {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TfOxp48GxMG84TwBNBnWJuAPe77fte4K {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #aPqVbcGCkxN8qL6JdiCMZAuGy8V3AD2N {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #EcLJl2JEMqOBwPhFQdoJ87KNgDx6nhdM {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #irBTTvDJBoLenQpTJ1fuc9JErP0s1Ik2 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #U08T4rO21Gs3Q38SRSaKZe3BrU7vRzP2 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #zEurFChmdTbd8U2bel3mJBSaHwE3GvQP {  }
 }@media only screen and (max-width: 763px) { #TVo6ludDVGd2mbB27utXO0d493G91El9 { top:21.125rem;left:0rem;width:47.75rem;height:59.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCynGMTLboGPMTwZp9GLQnto0WULZr4E { top:75.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O87pRHoQLxJMNbFJOy5evCEnZ6IZ6WEP { top:82.1875rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOKexa2X2KZVvnPrSclwucCIIBJUeBeB { top:84.125rem;left:0rem;width:29.5rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBclMNrNXrH4dP3JD1i0oLaacfZ7wPXT { top:87.3125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTVnmdKtP1KhPKXgEJAXFiPxHQxQWlPO { top:99.5625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy { display:block; }#bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOCqwanUMRCDFcX86tmuEpoHoSd1LdH9 { top:9.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtOnUAFUwtN4sJZ0GQ5sUKVLqN32eQNq { top:7.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1rqP9tSU3NHWFNpIUtVmQVt6diSOIca { top:17.75rem;left:0rem;width:28.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i72a6LnWna1TVNKblg1ENG898t2WQTkz { top:17.75rem;left:18rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwShe9Ww5ud13GD4WT0ZEpTyxxRtDQw { top:35.5625rem;left:19rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG5Tg6L42fHcPUQFIAzv8MPAdcm5pQLB { top:35.5625rem;left:0rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUGpeDzhFVRruRfiPkTQNtcnLoPhEvln { top:53.6875rem;left:0rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIqgOmJTUpV6FfkER3L8bPyXeeBDK2oU { top:22.875rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXphbcsSnVMri7sAdMHTLQ7CwZ3pi83o { top:58.8125rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqqlVfdkbWsRhr0XnWSq37lpwBXSvl9I { top:40.6875rem;left:25.5625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmavkJh8PTdUSQqy9hGATXkOAHH9KT6 { top:40.6875rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnepb1OvxmGSLTds4szbcoHxhdtWbxJC { top:22.875rem;left:25.5625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1nTG0oTsL2zKguol2Tf4G1hZbkg469O { top:14.3125rem;left:0rem;width:36.8125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 { display:block; }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsRTVOB7XAVbKWkgfATq2xq70MiJ9CyC { width:20.0625rem;height:4.0625rem;top:2.0625rem;left:13.812065124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpvpcyErGAPFWa5IqB2uRim3yMwdQTA { display:block; }
 }@media only screen and (max-width: 763px) { #eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN { display:block; }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNJ0XT6P3EZmaUE4G8tiX7TQoO7ykcwQ { top:1.25rem;left:0rem;width:6.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzpKCt9XM4LonCrX6WNzqarzLewkXnwQ { width:13.4375rem;height:1.5rem;top:1.625rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpaPQK34e2gdcCsEaxGupCOBcGiwtulM { width:13.4375rem;height:1.5rem;top:1.625rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXWJRx1IIbATR3btBAEEsay4q1W4Ds1S { width:13.4375rem;height:1.5rem;top:1.625rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 { display:none; }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nLnB0ivVVivK37hBkepfB3nBAhG9N6SC { width:23.1875rem;height:3.4375rem;top:12.375rem;left:12.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #riPebKR4Q8Hp9vqavTOMXlkTzuGPn6f9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX { position:relative;z-index:auto;background-color:#00954d;background-image:none;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.125rem solid rgba(0,0,0,0.12);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container { background-color: transparent; background-image: none; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container > .video-iframe-container { display: none; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row > .video-iframe-container { display: none; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .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); }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container { border-width: 0; border-radius: 0; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeEVbGSsOmRxqgRGSEgFyuiwQUis7ZkX > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8kgXzXW4JVN13g0osApDMn4m9JEVRRN { width:7.75rem;height:2.6875rem;top:43.3125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRDdCAUoUo8SCpf42auBd7TwnSNvg4tM { display:block; }
 }@media only screen and (max-width: 763px) { #p3mtUNWvkAR2W7rn1CLEOcHshQGl05Tn { width:11.0625rem;height:3.5rem;top:1.5625rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTlOIbMzrq0vDzhuDvB4lEB9W077qsc5 { width:8rem;height:auto;top:2.3125rem;left:6rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Hm80aQuGzTzuOXyFR9Lq2UyLVKSLvVaV { width:5.75rem;height:auto;top:2.375rem;left:7.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WQcvxNc8CSmrk4NcHJlqciqrRJZIK7E3 { width:4.25rem;height:auto;top:2.375rem;left:7.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mVMwRse5rsfy7g5GGEJziCIHNQStM52I { width:7.75rem;height:auto;top:2.375rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx { background-color:rgba(32,52,46,0.97);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;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row .container { background-color: transparent; background-image: none; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row .container > .video-iframe-container { display: none; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row > .video-iframe-container { display: none; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .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); }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row .container { border-width: 0; border-radius: 0; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJ6TvuyGTAwoUneWGgXn0a9EHwGC4oEx > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rgd53NWEbnTSido5ItfeH9N7y9J8FqpF { width:20rem;height:2.88773125rem;top:23.75rem;left:0rem;font-size:1.375rem;z-index:15031;color:#ffffff;text-align:center;text-align-last:center;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #J6TT5LbSnxZontpT1TnF5kpNurz1Np2F { top:1.24951171875rem;left:17.37548828125rem;width:2.6245125rem;height:2.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ytiUemvDtn6k4TIHElrT1UKfIcbfwnGN { width:20rem;height:2.88773125rem;top:19.625rem;left:0rem;font-size:1.375rem;z-index:15033;color:#ffffff;text-align:center;text-align-last:center;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #iqJr1xWAhfQpmobCXOpR3mJhdKrBO3uM { width:20rem;height:2.88773125rem;top:15.4375rem;left:0rem;font-size:1.375rem;z-index:15034;color:#ffffff;text-align:center;text-align-last:center;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ghba3eRXDFZD7hu8ruTdMqzWqykJ7kJc { width:20rem;height:2.88773125rem;top:11.3125rem;left:0rem;font-size:1.375rem;z-index:15034;color:#ffffff;text-align:center;text-align-last:center;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #gGnpqXnFGriVQBqKcLTBbohDE1BJhtsg { width:20rem;height:2.88773125rem;top:7.1875rem;left:0rem;font-size:1.375rem;z-index:15035;color:#ffffff;text-align:center;text-align-last:center;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #vk7zW8ga7wuwpmXctVPVaZAAd38JMocp { width:20rem;height:0.125rem;top:10.625rem;left:0rem;z-index:15002;background-color:rgba(0,0,0,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Su7wlkFB1Gi290EQGld5P1rzxExWJVhb { width:20rem;height:0.125rem;top:15.375rem;left:0rem;z-index:15003;background-color:rgba(0,0,0,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l2rt9FClbtWZP1DdZVwgoCtV0xrAkKvi { width:20rem;height:0.125rem;top:19.5625rem;left:0rem;z-index:15004;background-color:rgba(0,0,0,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yubQpCQNPubHZS7ZaE9Cbc7deesmMo0w { width:20rem;height:0.125rem;top:23.6875rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M4FrTVJKuxvicI6i4vB832MibZulKHdF { top:1.24951171875rem;left:17.37548828125rem;width:2.624025rem;height:2.8125rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #e1SZEwwyCm2eALZRn49fxR9ISFrwHNUZ { width:11.0625rem;height:3.5rem;top:0.9052734375rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ZIa3pELLA14NPcUuHGzFNJ9ATypEP8w7 { width:8rem;height:8rem;top:-2.75rem;left:0rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE { background-color:rgba(0,149,77,0.97);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;position:relative;z-index:auto;display:none; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row .container { border-width: 0; border-radius: 0; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTz2lBJSoa0E5pQlUO5m70cnKGoQwOCE > .row .container { width:20rem;height:28.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cT5IvJDIRgZvGzuV2cHp2aIW2488qOUC { width:8rem;height:8rem;top:-2.75rem;left:0rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #uormQScT0IsQI1hbUbSKtiTf0CJxRErz { display:block; }#uormQScT0IsQI1hbUbSKtiTf0CJxRErz > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqkVAmhLQcKTtTh6Oq3qgeTXBt3EuhHN { width:20rem;height:12.346625rem;top:0.4991340637207rem;left:0rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E3oxJQ2pDVJJCAxv0bisiI6tcyk69lCB { width:20rem;height:17.3119375rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W07lI8vRQ1ouPrANailnweu5K1HcZ0Mq { width:20rem;height:33.993075rem;top:17.350257635117rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #ABVylqZqNEnlBbDVhLtzPKIuWeTI5eRu { width:20rem;height:2.03125rem;top:18.038196563721rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #INHSCwlRVDsQZV8cxPZlgbxZzTg6og0B { width:11.0625rem;height:3.5rem;top:17.5rem;left:11.4375rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #R4TpP8oAEtL1TR3EGI3r81LFWFlDCSCF { width:18.8115rem;height:3.24941875rem;top:72.561485290525rem;left:0.59389466047287rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuZmTrbBTgObTAHc5Sn6gEdxzPbAdW0s { width:16.25rem;height:3.4375rem;top:76.812061309813rem;left:1.8742764592171rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgErmFGIztyqT4GsKV7SprVdNfwt10QF { display:block; }
 }@media only screen and (max-width: 763px) { #hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk { display:block; }#hfWRkGC5lTVBZRTQstloXXiKIt0dyUgk > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Owvhn7qTB6nmkk0kSh1TNoD8au1eHOaK { width:1.8125rem;height:1.8125rem;top:22.859519958496rem;left:8.9677368402481rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0bsVOafn5cZ1HJgxnkcw43gv7rtcioC { width:18.75rem;height:1.2991875rem;top:15.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHmc6Wq60TrghHLHcGt9iQs3dJZmDZTq { width:18.75rem;height:4.798175rem;top:16.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmt6WVQ6zLL6ZRcx06LnpcJn8t585mw6 { width:20rem;height:4.87413125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMDUhtxBoG3i4CVkbGQsOJoVLt23hkrg { width:1.9375rem;height:1.9375rem;top:34.70588125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMq2Dup0Er2awmRcDemLVB2L2bgcixTn { width:15rem;height:1.2991875rem;top:37.89338125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d88tNTddk2iFolHeqWZ4oRzUPADLX47s { width:14.7496875rem;height:3.1987875rem;top:40.44185rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGXKSnVakenJxzMzVzQvmIBe1QhZ7I84 { width:1.9375rem;height:1.9375rem;top:56.6740625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtsVGA34gVdqaNGVyBhJdmgcb57akEuw { width:15rem;height:2.59838125rem;top:59.8615625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUrHRgBWcBvzRQLbhRhsJ4NyTuR0zrLU { width:14.7496875rem;height:3.1987875rem;top:63.70994375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgEVlE6Uy6VXCVz5FKSGTTK2QTJgZTQ0 { width:14.7496875rem;height:4.798175rem;top:28.658425rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdC6DZGIQocd48MnGx91olorGHFSzKyx { width:15rem;height:1.2991875rem;top:26.10995625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu1RypmVwuLlAz8URgpuaNysuPJe8GBA { width:1.9372125rem;height:1.9372125rem;top:12.468894958496rem;left:9.0306709408763rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxwN8rFqh4wmxENgsX1WQmLtW47ylCP0 { width:15.6871875rem;height:4.798175rem;top:50.62660625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vst85T1kJAVmFsXM1WUVLMVmE0GZPLoh { width:15rem;height:1.2991875rem;top:48.0781375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp6TIldmuAC0kcJXrDHgOcos8IGwUq8C { width:1.9375rem;height:1.9375rem;top:44.8906375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Ay1pXtrFonJ3QH1nuqym7mk9bCdgmG { width:15.1244375rem;height:3.1987875rem;top:73.8947rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRxxz2BgcCbGWn5ZIPkQOMObT353eFBN { width:15rem;height:1.2991875rem;top:71.34623125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUxMgEcuAuPow9htopmbBztepHBuPTEE { width:1.9375rem;height:1.9375rem;top:68.15873125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 { display:block; }#nmF9RyDIoel7alOhLmtR3vNVL6i99Es8 > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzSdixBvC9lXGuwNO19gEnikK7k96PXI { width:2.06235625rem;height:2.06235625rem;top:35.94256401062rem;left:8.9677370190619rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdpTOG63AJNgZvOF45JTT1h7FwmsDIf4 { width:18.75rem;height:1.2991875rem;top:15.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lreb0rX8KcDZFBc327fQhDT7lI0W2i3L { width:18.75rem;height:6.3975625rem;top:16.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUbpRXz7CgGxNk41Or4ezeqcd7W0BP20 { width:20rem;height:4.87413125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKnpNVtGTZI96v2ZSUmrW6kIqcETew4u { width:1.9372125rem;height:1.9372125rem;top:12.176649093628rem;left:9.0306709408763rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhOg84nrkMCM5Wx3T7rTmn3Wm5dfpaSo { width:15rem;height:2.59838125rem;top:27.709375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anWdNeodv26Osik1ZhUm96GuSRJFd7Dg { width:14.7496875rem;height:3.1987875rem;top:31.55775625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO9k95QNtEEfTQHKH96GN9ClQ6ntdfd7 { width:1.9372125rem;height:1.9372125rem;top:24.656393051148rem;left:9.0306709408763rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSplTooqsaI1B2LdtvSPLQah5RESZ87O { width:15rem;height:1.2991875rem;top:39.19404375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU1BqHbSnf1SkcJhRJNVNaWKU3Uh2Bey { width:14.7496875rem;height:7.9969375rem;top:41.7425125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h { display:block; }#HsdAMSgqZEFEGiTk9xGKfhhcv9fhCL5h > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LENJyIKI8pWFeVD5fwpMXLy0pxs6Idiz { width:20rem;height:7.068125rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T { display:block; }#vy0n2IFVmKRZyDwPblsLTseK9k9MPG7T > .row .container { width:20rem;height:98rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6kCqxKM2AK07HOseJvdkz1ORRA77ye3 { width:20rem;height:41.39461875rem;top:31.997974395752rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #duMipFadAt3NmNktonIfXhPCZynA9d26 { width:20rem;height:2.43706875rem;top:27.748840332031rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpDBOqE5KTVO8GITTwQFl8GTCP40PRR1 { width:20rem;height:25.013rem;top:0.87456703186037rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igfBZXm2LZTmozgqITByvamvMUQd3t5V { width:20rem;height:10.798625rem;top:85.312488555906rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bBpL18hXO1d3Blpm1g2g4Pa8BTCfnRU1 { width:20rem;height:8.9988125rem;top:74.626735687256rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ya6xsXyLF18kzLbKahnLE3h4SDEuhnUK { width:1.125rem;height:1.125rem;top:57.489880761719rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoAzXI4ulnTf8ZKiTtlKWvhJni6aVIes { width:1.125rem;height:1.125rem;top:59.864880761719rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVFU7nmQtCBG33AbKMsxBn7vy0o05qIe { width:1.125rem;height:1.125rem;top:62.239880761719rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyQ35qrX6ttGrWl9P6wqDBz0iAikGiA8 { width:1.125rem;height:1.125rem;top:64.614880761719rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUtPIHr2qELhG2tUR2toRILXoqKD88rR { width:1.125rem;height:1.125rem;top:93.252880761719rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xf4sXxVJuv3bvalZnMbuVQNrQO3mNX7T { width:1.125rem;height:1.125rem;top:105.87600576172rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ { display:block; }#TpZ0fRBBm0f9IH27RNwET7z2NeVUHweQ > .row .container { width:20rem;height:223.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvJpRSpSFEv2VVCAaBpSKVxgG1JAukT8 { width:20rem;height:6.173325rem;top:1.3744201660156rem;left:0rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wvThhegDtQZpknXMmuPf9T39pMUEO98Z { width:20rem;height:17.6200625rem;top:17.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.72);display:block; }#wvThhegDtQZpknXMmuPf9T39pMUEO98Z li:before{  }
 }@media only screen and (max-width: 763px) { #lslwUHZvN1CrWRkFgiqQZPb44ktbT4rD { width:11.0625rem;height:3.5rem;top:17.5rem;left:11.4375rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #ziiPHiEyxLNufRQfHDyJ2gWZzoXWXyGM { width:3.4375rem;height:4.0625rem;top:11.418546676636rem;left:11.937209904194rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZtL2R28RvWL10GtIPszZETRJ2GVMOw0q { width:16.437375rem;height:7.7995rem;top:8.7485523223875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hmZlUxRaT55XLlPPCZlqfuLdSeqLt56B { width:20rem;height:23.99375rem;top:58.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.72);display:block; }#hmZlUxRaT55XLlPPCZlqfuLdSeqLt56B li:before{  }
 }@media only screen and (max-width: 763px) { #J43y3W2rhOyu0Kpz1JTtwqJmdkE1GAgF { width:3.4375rem;height:4.0625rem;top:52.0625rem;left:0.875rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MnH13OdPyfR0vLLtBlNNTe815HSAXRot { width:20rem;height:7.7995rem;top:50.1875rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #t4QPvxiFgCeZSUBSUwKtgc6uJ2MZ0w9K { width:3.4375rem;height:4.0625rem;top:103.75rem;left:11.9375rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #smr1nxhJ7CCqqzlMA8h5gqP2uSUDTASG { width:20rem;height:26.118375rem;top:110.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.72);display:block; }#smr1nxhJ7CCqqzlMA8h5gqP2uSUDTASG li:before{  }
 }@media only screen and (max-width: 763px) { #QPTexVBsMWxruXPWDcpgbwTXUtcLCLg7 { width:20rem;height:7.7995rem;top:100.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dhZyKRgFxWMVELiuXZHZ2nn3FvJMyaiW { width:15.0621875rem;height:10.3993125rem;top:156.02068710327rem;left:1.4214408993721rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IT0s172kFB8PZSme44TQt1aQ4OVc4JvC { width:20rem;height:19.744625rem;top:166.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.72);display:block; }#IT0s172kFB8PZSme44TQt1aQ4OVc4JvC li:before{  }
 }@media only screen and (max-width: 763px) { #mql8reSRkykLZf2Mp2Aavg6bLIFzMOp3 { width:3.4375rem;height:4.0625rem;top:157.24970626831rem;left:15.374710857868rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ycNCIf7CO7OJvUZ2PcdyOi7iR2oVA3uS { width:3.4375rem;height:4.0625rem;top:201.375rem;left:0rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZphFsvXaLf9yOtN3dvHhynAS4wa5rTIs { width:20rem;height:2.599825rem;top:202.125rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iSqa6azdF7XCwzPsPrlmFP8TeRi7pJ6l { width:20rem;height:15.4955rem;top:206.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.72);display:block; }#iSqa6azdF7XCwzPsPrlmFP8TeRi7pJ6l li:before{  }
 }@media only screen and (max-width: 763px) { #RxZdwZkDM7MCg9dDnVllb3Fs1fX7pJap { width:12.6244375rem;height:15.858625rem;top:83.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfXn67EiEzEwz9cyIAmo3I414cTPGv8M { width:12.8125rem;height:15.999rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDbPkgGV61PN5D6KUDZy7HxKlcr6s5x { width:12.8125rem;height:15.999rem;top:137.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CalLZQTdnZ78WFllXg7tV0AUEPxqBkeT { width:12.6244375rem;height:15.858625rem;top:185.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BstIH4is2WQUKTTxgFzN9MHrX77eFL61 { display:block; }#BstIH4is2WQUKTTxgFzN9MHrX77eFL61 > .row .container { width:20rem;height:206.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTBnnX7mfnxOn1Ur2A6QinM933kdu0GO { width:8.75rem;height:8.624875rem;top:12.03486875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI8fKwnl5xISlg5Z0BpquVXcb78HG7K2 { width:16.25rem;height:2.53110625rem;top:21.90974375rem;left:1.875rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u4uawWryT91zeZIQT9dBBRWAfWXHld6Z { width:18.624875rem;height:15.295125rem;top:25.69085rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yJaQHTN7s0M9SolU1VcqTcaFHidb133z { width:10.1244375rem;height:2.53110625rem;top:87.57026875rem;left:4.9375rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fuCxRVikdhvDRyT90ToMDSOPqf1bXSTB { width:20rem;height:19.1189375rem;top:91.351375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UWou7JSCFq1v6l8QvwPHUf0UVxsDPNVK { width:8.75rem;height:9.249875rem;top:77.07039375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAAuvAWB115T8oJVffRp1yQfGCmCKlx9 { width:19.375rem;height:2.53110625rem;top:143.71396767578rem;left:0.3125rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kPF5t5XWHpMU2VXP66S2n1ENZsg8brTR { width:19.7496875rem;height:15.295125rem;top:158.86588642578rem;left:0.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wAqwiXvfToDRLvafC3JX3rol5SSQTIVT { width:9.375rem;height:10.120981362264rem;top:147.49507392578rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuAHlW2BCePQ2GN3KAzGG5dohX6JaSwq { width:19.8119375rem;height:2.53110625rem;top:52.92035rem;left:0.0625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vHltcKcQKssyzWkwWC4bWFyJWbfIn9X8 { width:19.0625rem;height:19.1189375rem;top:56.70145625rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJ95TA8QBsK0KhXBruBIfDGr1qsRJUmz { width:9.125rem;height:9.4353931533225rem;top:42.2352875rem;left:5.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M8bLSmwhmKtHbIFK8drNlruWHH2p5CgX { width:13.4996875rem;height:2.53110625rem;top:121.47654892578rem;left:3.25rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hrpHKOtrMHOnRWMUg7oHcCzrFa9rRrCa { width:8.3125rem;height:8.4992475612212rem;top:111.7203125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEZys9pVDVW93yLo1TVXxbIdT6eEXGAP { width:18.4996875rem;height:17.2070625rem;top:125.25765517578rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HEG8E9TSSf2Btav1nUFa3z4Lld591LGs { width:2.5rem;height:3.06206875rem;top:116.65811767578rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNKW4WfiJU0zBWVT4ol7fS0ipJPOFxq9 { width:2.9375rem;height:2.6314957539632rem;top:117.59561767578rem;left:6.1879348754883rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKKu8AsIFPAVRpPdE5HGXG7HFUBtRl1 { width:8.75rem;height:9.6238125rem;top:175.41032392578rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyifTypA1mHEVcPSbkehUV45NrqUZOlg { width:18.75rem;height:15.295125rem;top:190.06455517578rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nT7UU5QCVgWT4m16dkkEiiAxa7ssg0To { width:12.5rem;height:2.53110625rem;top:186.28344892578rem;left:3.75rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0By5GS28uV1U6l7APh9UGvIHexJ34Vq { width:20rem;height:5.19965625rem;top:5.5859375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9gMWhcn1nwpFWXWecvQPOAW1xIGCoDg { width:20rem;height:3.8006375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#eca30c;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JSNqxRUDo6FThC4SbMDRprdeEibbyaya { display:block; }#JSNqxRUDo6FThC4SbMDRprdeEibbyaya > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngeWOTuU9SRhsLQdHSXalz57MBlLZrFs { width:20rem;height:5.19965625rem;top:2.4795532226562E-5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XrI05EtkcbEVnQR13974vaQR6G8xxayy { width:20rem;height:18.243625rem;top:13.094580650329rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#XrI05EtkcbEVnQR13974vaQR6G8xxayy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XrI05EtkcbEVnQR13974vaQR6G8xxayy li:before{  }
 }@media only screen and (max-width: 763px) { #JVTSqGM1opqotbOdbqtgpAXD5xq1noA5 { width:19.375rem;height:4.375rem;top:41.556712150574rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipWmfrFN07ucyOzZ4AzW9OXN3Hef2Tiy { width:16.25rem;height:3.4375rem;top:47.557868003845rem;left:1.8742764592171rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xch3mHzn7JNMIwVmOkJlw7Chw57kz3C2 { display:block; }
 }@media only screen and (max-width: 763px) { #zQRqOiu6HSCiWPC8Ldmxr1CmyFn0WHNe { width:20rem;height:14.87195rem;top:53.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DCg7m7yotucl2zRWOwntyahwSOQFBqMa { width:20rem;height:7.7995rem;top:78.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xn6WpmUZ6lhVPhz36uLxmsbWMgFMDII8 { width:20rem;height:10.6228125rem;top:88.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nf4bDIBbGLPGkqKr5SshTmdU0sWBIvlH { width:15.2495625rem;height:8.49825rem;top:32.152090072632rem;left:1.8721063733101rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #exLi6bcOngyfVvpgedhytftlaSPRWnIv { width:16.25rem;height:3.4375rem;top:70.560630798337rem;left:1.8742764592171rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSFweswyd3Ce9i1I78VJtfvQpCzW451s { display:block; }
 }@media only screen and (max-width: 763px) { #FkmdhQbh6V4FsUuRT45u5FGsSZinNidV { width:20rem;height:4.24913125rem;top:7.84504032135rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UpI0FACtn5EPoITxCbqMFfBIRbR77AL8 { width:20rem;height:0.3125rem;top:76.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9ch563CS5m9sJq3UCIT5KTr5sVIR6d { width:20rem;height:0.3125rem;top:101.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAwQvDJgANrzJOiFz0fi8uoegAvxw2rb { width:20rem;height:47.125rem;top:6.1566476821899rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVJuavJd08hRU1uUt013mZa24tGQbcMo { display:block; }#hVJuavJd08hRU1uUt013mZa24tGQbcMo > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRItpDpoMWOvbskgZUZ0OX9L6iKu9ETZ { height:11.090661356006rem;width:19.875rem;top:14.17464375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #da23AscLqt3fCKl903grq0AqnEPS9Ckh { height:11.091043828573rem;width:19.875rem;top:26.51476875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZlrDiSahsb7R37o1n4mTcUBvqTNPzgo { height:11.091043828573rem;width:19.875rem;top:63.53664375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWeOiWbaqD0LiD0fCF649JuvdA5baiv { height:11.091043828573rem;width:19.875rem;top:51.19576875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2PmM4QNqWUr7VwM4fOeyqqB5fgtx9M { height:11.091043828573rem;width:19.875rem;top:75.87751875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC1a2Kili8iE5M5XiKawZwaNbw4QACBG { height:11.090661356006rem;width:19.875rem;top:38.85564375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkO2Lr1ouy1cViXsgBvHJ79N7QKsi1NH { width:20rem;height:2.0247375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OvMA5gyzD4J3D64d53LXsi5kTQRZ949B { width:20rem;height:8.400625rem;top:4.52401875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N { display:block; }#Ddu7BlQ0J2x2S2aa8hwURrqSuK5Qk31N > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe8ic1i2IdGVe0S8umLTk8pZdboWM9VL { width:20rem;height:5.19965625rem;top:1.7006721496582rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uA4Aesun7t6zdy2gTumW6yckXN8r584t { height:10.5989375rem;width:19.249125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP61UV34IMs0fy6pOohys8JRdBNSOitZ { width:20rem;height:0;top:24.97607421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:01.4;display:none; }
 }@media only screen and (max-width: 763px) { #RlasazpozS1awAZMMVnRb7IxP5DfsUUt { width:20rem;height:2.8125rem;top:7.9375rem;left:0rem;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gZTdF8PANgbXCrJf3ZrGPFF9PWfWQXul { width:20rem;height:1.9249125rem;top:8.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:01.4;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU { display:block; }#gdOBNcS9hsIRTgwPlcJ8mENoPrOT29LU > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgW9zdd59zJTbLqT6lTwNLC9hLzSXAOu { width:20rem;height:23.37019375rem;top:5.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZIpDWu7AMHgC5WSAqHg74sJQxGpCL7b { width:20rem;height:3.3999rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jr7kuqN46yvfzwB4KyKsDRZQ18hN3Cds { display:none; }#Jr7kuqN46yvfzwB4KyKsDRZQ18hN3Cds > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DpuGuHB1qLAlThpDukmXPQw0hUuJNIx6 { width:16.875rem;height:4.4987rem;top:0.875rem;left:3.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDUT2gimVtC7cMakfcoNi1G9uRTICzAz { width:1.25rem;height:1.25rem;top:1.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0TF0dL0AigfDTcFZKdrXHD7ZeIbFea { display:none; }#uE0TF0dL0AigfDTcFZKdrXHD7ZeIbFea > .row .container { width:20rem;height:51.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #upZVqTlvKKiPJnTtlA9KZ7iCL22uLyR1 { width:19rem;height:7.591125rem;top:31.375rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IAVN8zf4lLOTgTHZiiVOfuNGt5J0vKab { width:18.8745rem;height:0;top:121.318359375rem;left:0.5615234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N2xcJofaNUMc8En8NTTtp9uphTdXZEof { width:20rem;height:3.82421875rem;top:40.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SCxx42XJJeRKLTGa62N9nzgUkl61stU2 { width:18.9980625rem;height:2.99805rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNkV5w9GKnxoVwwldvtVhIG2FSNFCQSP { display:block; }
 }@media only screen and (max-width: 763px) { #V8uaBNfcHzE6Ck9bFfxrsgNtiK94gnD4 { width:20rem;height:2.53125rem;top:3.375rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #scyf3Mmx920kgilLJmDtVAVXc3ulks1q { width:20rem;height:21.03083125rem;top:7.138671875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R { display:block; }#I0XV1wDNupBlDlvJTFgHSKfyiuFoo38R > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qILbwoXOWT06sKgqIAPNc5oF637SmU7B { display:block; }#qILbwoXOWT06sKgqIAPNc5oF637SmU7B > .row .container { width:20rem;height:131.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIukT7VJM9ATn7Cubdgk6619CN2t3aDD { width:20rem;height:19.1873125rem;top:70.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LokJtZo1ERbmqBztm036ugiLIItxrId4 { width:20rem;height:5rem;top:112.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvLqT3dLLL5zWycrUKF0Tzpd44gDb3ks { width:20rem;height:9.436875rem;top:35.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWgyoo0Ddlvr4EaygNebgfyNoC3a8bP { width:20rem;height:13.9995625rem;top:44.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DkVSmfCalFlJT1E3U1IRm8HausSSn57y { width:20rem;height:22.3125rem;top:13rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S1taITrPnPrhaU4WqoC3hxMBraOuJhbo { width:20rem;height:12rem;top:58.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WD4PhkXUkWD7zIvTi2pJMvNRthDfpQGr { width:20rem;height:8.400625rem;top:2.8971366882324rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Uf27HBlJuGSubyy4TAQrprg7Xtf0pN4W { width:20rem;height:2.0247375rem;top:0.87456512451175rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KwaLVSTvemez4fUPtVUeKZKNRUvFa1OC { width:20rem;height:13.6035rem;top:87.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDQZmTTDedFOBSx84cB7bsmTPOamu18X { width:20rem;height:11.416rem;top:101.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8U2wy07Sby9gqTwsTa0XFO0lA44NlB7 { width:20rem;height:11.2008125rem;top:119.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR { display:none; }#C4syTy9h4Xk4QAwayKwbSzedJUcIbXsR > .row .container { width:20rem;height:157.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iKyH8EnTzNo13UhniIHcmMaJ6KAafHK3 { width:20rem;height:7.7988125rem;top:5.6875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JVsrRZzBlu2s0U7rpWfCoggVFeTNg4BI { width:20rem;height:19.12108125rem;top:14.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C4wBoUKiZQlnNawMpf6ZoyEbTf1dskeo { width:20rem;height:2.0249rem;top:3.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-text {padding-top: 0; padding-bottom: 0;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-select {padding-top: 0; padding-bottom: 0;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK  { width:17.5rem;height:auto;top:32.1875rem;left:0rem; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK {display:block;}#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK { width:17.5rem;height:auto;top:35.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #hQWApHtrOCpfVWMtQ017WebxPE80AauD {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #FEDOK8Qnngas3L3ecBlkoafHbz6XJN17 { display:block; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #D3V4hVTOKxJqfGfmvu6JnO94qWRpKur2 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #IqQuLxJyMLTTvNaDJpnKaoF8qR21wgnX {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #JATo4CSQZRZT1Jg9nMSCmWdGRBmTC9fb { display:block; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #bg1rZ8wvgylBIWSELgknd0bpZWaopPRQ {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #n1ktS5UclGu1o85e4dQ3P6LqMF1zasws {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #G02dkGwJ7Tg3zwkwwdKBsiomEq8hg7PC { display:block; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #xOezsu4ErbUak4pDrLimvcb5FyLk3n5U {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #qlNvH1UDahACvoyNhgAxqT6lQ2nBhT5l {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #t5LBiNmhBvkWA6esa3JqsJkkknbX00x7 { display:block; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #GWLLOH6EdUVPRuUuEDiZCrXqpCVAsIW3 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TkMw51FdEU8QCfr2csCsJ3UktBHpWdiq {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #BNO7NNSKcoWtLKrsf67bhutJDPPufeGq { display:block; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #JMZ37l2La1rTyHFSTopsV7rbROdNmrG7 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TJpmzd0JowLDmCHXHWww3Lp4WslK9ltH {  }
#NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TJpmzd0JowLDmCHXHWww3Lp4WslK9ltH .container-column{width:100%;} }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #KH8QPCEoKqHszdJR8ZTbV67G2vHB5Op6 { display:block; }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #E1JeN5vscDODm2cIA1cAJ0mrPnCqy9pP {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #nsa1lzi48vM9DliEBQZr9CV0tWxiiVKE {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #TfOxp48GxMG84TwBNBnWJuAPe77fte4K {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #aPqVbcGCkxN8qL6JdiCMZAuGy8V3AD2N {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #EcLJl2JEMqOBwPhFQdoJ87KNgDx6nhdM {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #irBTTvDJBoLenQpTJ1fuc9JErP0s1Ik2 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #U08T4rO21Gs3Q38SRSaKZe3BrU7vRzP2 {  }
 }@media only screen and (max-width: 763px) { #NP0ixFVb2lfPQ8d7LwCbKwwAeQOkcWFK #zEurFChmdTbd8U2bel3mJBSaHwE3GvQP {  }
 }@media only screen and (max-width: 763px) { #TVo6ludDVGd2mbB27utXO0d493G91El9 { width:20rem;height:63.75rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCynGMTLboGPMTwZp9GLQnto0WULZr4E { width:17.3730625rem;height:7.6484375rem;top:90.625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O87pRHoQLxJMNbFJOy5evCEnZ6IZ6WEP { width:20rem;height:24.1873125rem;top:102.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOKexa2X2KZVvnPrSclwucCIIBJUeBeB { width:18.8125rem;height:2.53125rem;top:104.75rem;left:0.625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iBclMNrNXrH4dP3JD1i0oLaacfZ7wPXT { width:18.6230625rem;height:17.209rem;top:108rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTVnmdKtP1KhPKXgEJAXFiPxHQxQWlPO { width:20rem;height:13.38475rem;top:128.2498125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy { display:none; }#bxwLoSsvCq8x7b8mCvaHgaRdQeRHmTgy > .row .container { width:20rem;height:79.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hOCqwanUMRCDFcX86tmuEpoHoSd1LdH9 { width:20rem;height:7.7995rem;top:3.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PtOnUAFUwtN4sJZ0GQ5sUKVLqN32eQNq { width:20rem;height:2.0249rem;top:1.2255859375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z1rqP9tSU3NHWFNpIUtVmQVt6diSOIca { width:20rem;height:11.186rem;top:17.34920625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i72a6LnWna1TVNKblg1ENG898t2WQTkz { width:20rem;height:11.186rem;top:29.78520625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwShe9Ww5ud13GD4WT0ZEpTyxxRtDQw { width:20rem;height:11.186rem;top:54.65720625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG5Tg6L42fHcPUQFIAzv8MPAdcm5pQLB { width:20rem;height:11.186rem;top:42.22120625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUGpeDzhFVRruRfiPkTQNtcnLoPhEvln { width:20rem;height:11.186rem;top:67.09320625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIqgOmJTUpV6FfkER3L8bPyXeeBDK2oU { width:4.375rem;height:4.375rem;top:20.75439453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXphbcsSnVMri7sAdMHTLQ7CwZ3pi83o { width:4.375rem;height:4.375rem;top:70.498046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqqlVfdkbWsRhr0XnWSq37lpwBXSvl9I { width:4.375rem;height:4.375rem;top:58.06201171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmavkJh8PTdUSQqy9hGATXkOAHH9KT6 { width:4.375rem;height:4.375rem;top:45.62646484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnepb1OvxmGSLTds4szbcoHxhdtWbxJC { width:4.375rem;height:4.375rem;top:33.1904296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1nTG0oTsL2zKguol2Tf4G1hZbkg469O { width:20rem;height:2.53125rem;top:13.56990625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 { display:block; }#l8pUuu7vQM7nOGabXKb8Tau51Bnr5vi3 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsRTVOB7XAVbKWkgfATq2xq70MiJ9CyC { width:18.998125rem;height:4.0625rem;top:1.3679542541504rem;left:0.50057870149613rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpvpcyErGAPFWa5IqB2uRim3yMwdQTA { display:block; }
 }@media only screen and (max-width: 763px) { #eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN { display:block; }#eyVQkMG21K7DeSF3Nrl1nlpUJRagSIWN > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNJ0XT6P3EZmaUE4G8tiX7TQoO7ykcwQ { width:8.8748125rem;height:2.5rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzpKCt9XM4LonCrX6WNzqarzLewkXnwQ { width:13.4375rem;height:1.49956875rem;top:10.5rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpaPQK34e2gdcCsEaxGupCOBcGiwtulM { width:13.4375rem;height:1.49956875rem;top:7.75rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXWJRx1IIbATR3btBAEEsay4q1W4Ds1S { width:13.4375rem;height:1.49956875rem;top:5rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 { background-color:#20342e;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;border-top:0.125rem solid rgba(0,0,0,0.12);border-left:0;border-right:0;border-bottom:0;display:block; }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row .container { background-color: transparent; background-image: none; }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row .container > .video-iframe-container { display: none; }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row > .video-iframe-container { display: none; }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .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); }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row .container { border-width: 0; border-radius: 0; }#WAoVig3AXOL5NoDH28zoN9X6ZhnT2V22 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLnB0ivVVivK37hBkepfB3nBAhG9N6SC { width:19rem;height:3.4375rem;top:0.34375rem;left:0.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #riPebKR4Q8Hp9vqavTOMXlkTzuGPn6f9 { display:block; }
 }