.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070002;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { background-color: transparent; background-image: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#i5RJHS7kLIE3lFZdHOX0OgiBgyQn6FZM { color:#ffffff;display:block;width:16.8120625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7681207656861rem;left:9.4997863769531rem;height:1.462675rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:6.3125rem;top:0.21809896826744rem;left:0.87456512451175rem;overflow:hidden;display:block; }
#sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1rem;left:46.125rem;display:block; }
#sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.96875rem;left:31.75rem;display:block; }
#z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce0328ed-9057-4e7a-8358-51d7ebd89c24/AdobeStock_661264233.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.adaptive-delivery-prevent-bg, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyload, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyloading { background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { background-color: transparent; background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.4); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.4); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .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); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { border-width: 0; border-radius: 0; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:60rem;height:47.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { color:#ffffff;display:block;width:33.187125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:15.125rem;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;display:block; }
#Vd5b0woCSw49wch0U7poluBQzRDfdbnN { color:#ffffff;display:block;width:27.62425rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.25rem;left:0rem;height:4.38720625rem;font-style:normal;display:block; }
#SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:39.4375rem;width:26.375rem;top:6.875rem;left:33.5rem;display:block; }
#CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { color:#000000;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.11328125rem;left:35.75rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { color:#070002;display:block;width:22rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.8125rem;left:35.6875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-form-header {  }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;color:#000000;width:22.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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .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:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#070002;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:5rem;font-family:"open sans";overflow:hidden;line-height:1.1; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .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; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container:first-of-type{padding-top:0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container:last-of-type{padding-bottom:0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.686632156372rem;left:34.404300689698rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.686632156372rem;left:34.404300689698rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #qa0ciCw3UTnEWTfSDEE7Zh7INImn4N4G { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #POWmPGx86FZaIon67XmJHUeuXn3LMC0a { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #cSUHZoEuvvoIBKaiBbtOhnZVKycCcGUL { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #DhtMsKA8STkSRbUz9Q2UE25XbwMiTCes { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MDamiXzkHT8GXslQ5FUxzBtDyVSDEMHT { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #o306TZQyrc7MkyUG3arS1UBxrZNSgLAS { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #tgcRWKK4TwSUq32rBDuDZ8hnmpS3F5Xy { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #w1ObcV56EtbXaQzJBaJKrIic0FaoyR73 { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #BU2bIvJTIUe2LcPy8m1KZrV5xaGDgUpo { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Q5p8m6wuaTHOffDUpWb8HhmV4TVcVgmD { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv { position:relative;display:none; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw { position:relative; }
#yyelvddoDsQKQHyshzZU9PEQDE7kSleo { background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8748125rem;height:3.06206875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.5rem;left:14.5625rem;display:block; }
#pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0ioyXDXb12979hTka81pkyG9eLhyoMV { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38.5rem;left:0rem;display:block; }
#WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.12473375rem;width:7.7499375rem;top:13.5rem;left:0rem;display:block; }
#Qy2BkiTDUm38ewWrSr8Hpgt2Qr3075Jh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:6.5625rem;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg { 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; }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row .container { background-color: transparent; background-image: none; }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row .container > .video-iframe-container { display: none; }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row > .video-iframe-container { display: none; }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .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); }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row .container { border-width: 0; border-radius: 0; }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#v6BJ9PAmIPLMXdd4F3F0fu5nLiIp1WVP { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3113125rem;height:3.49880625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.249027252198rem;left:21.844078063965rem;display:block; }
#peR7Btww0Joh8rtATX9NbTh3mguvEfF2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxNJOb4hLfofltDNMuoFS6CPKK0J9Nbx { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVW9FymUbnUnQ3v3WuZVTdJnrxL6puTF { color:#333333;display:block;width:43.24925rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:5.9375rem;left:8.375rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IB9oHNFpi0IofWf620hKrT2kpd7mTTFL { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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:13.499875rem;top:16.125rem;left:3.0625rem;display:block; }
#vWbXb2bFT9B4kwr3NhIQJLma4N88zsEz { position:absolute;display:block;z-index:15003;background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat: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.124783125rem;width:13.5623125rem;top:32.375rem;left:3.25rem;display:block; }
#httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { color:#333333;display:block;width:11.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:25.625rem;left:4.1875rem;height:5.59960625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22rem;left:3.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:18.408749580383rem;left:8.75rem; }
#fLUsL7zw2g28wDuCcdvKui5J0PNv199q { position:absolute;display:block;z-index:15026;background-color:#ff5335;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.56206625rem;width:1.06228125rem;top:20.3125rem;left:8.75rem;display:block; }
#JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { position:absolute;display:block;z-index:15007;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37478125rem;width:1.37478125rem;top:18.875rem;left:10.5625rem;display:block; }
#pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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:13.499875rem;top:16.125rem;left:23.0625rem;display:block; }
#DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { position:absolute;display:block;z-index:15010;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat: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.124783125rem;width:13.5623125rem;top:32.375rem;left:23.25rem;display:block; }
#CXh4CM8vkD4PiVH01dmriqwtyTUUVown { color:#333333;display:block;width:12.1245625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:25.5625rem;left:23.9375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xE6X04MbP9J2AzfIc52yKB1FeewaWEsS { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22rem;left:23.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { position:absolute;display:block;z-index:15033;background-color:#ff5335;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.56206625rem;width:1.06228125rem;top:20.3125rem;left:28.75rem;display:block; }
#JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:18.3125rem;left:28.75rem; }
#pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { position:absolute;display:block;z-index:15014;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37478125rem;width:1.37478125rem;top:18.875rem;left:30.5625rem;display:block; }
#XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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:13.499875rem;top:16.125rem;left:43.0625rem;display:block; }
#xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { color:#333333;display:block;width:11.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:25.625rem;left:44.1875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat: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.124783125rem;width:13.5623125rem;top:32.375rem;left:43.25rem;display:block; }
#Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22rem;left:43.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LonMOtbaXlrrF0KbkUCTIob82X55alMv { position:absolute;display:block;z-index:15047;background-color:#ff5335;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.56206625rem;width:1.06228125rem;top:20.3125rem;left:48.75rem;display:block; }
#lqLsR2Ig3wG6DF4TM9uPo3CvuyECrH11 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:18.3125rem;left:48.75rem; }
#XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37478125rem;width:1.37478125rem;top:18.875rem;left:50.5625rem;display:block; }
#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f8;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; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { background-color: transparent; background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .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); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { border-width: 0; border-radius: 0; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { position:absolute;display:block;z-index:15009;height:11.25rem;width:57.25rem;top:13.3125rem;left:1.375rem;display:block; }
#Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4rem;left:1.375rem;height:1.23751875rem;text-align:left;text-align-last:left;color:#070002;font-style:normal;display:block; }
#XVogEu937uioXMRMZkw35esbK4IahoBf { color:#070002;display:block;width:34.125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1.375rem;height:5.5244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C9Xk62TZ7KmlI4ZlDZOJ4JFoBCGlPJd4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4374125rem;width:2.4374125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1rem;left:1.375rem; }
#dkn3QwLkhGWEVcOoRAOMsTGDXvTD8hdv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4374125rem;width:2.4374125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1rem;left:6.25rem; }
#QzpeG7Ui8Thm9uTOiWU8tfowX0Gwn7tT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4374125rem;width:2.4374125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1rem;left:3.8125rem; }
#f4zQFPf88i44QRxTFoakSUQqqiMeQ5Wu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4374125rem;width:2.4374125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1rem;left:8.6875rem; }
#aUiP18xQMrQOXLeotP8a4k3eJGbR8UP8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4374125rem;width:2.4374125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1rem;left:11.125rem; }
#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e85cabd8-843c-4549-9faf-73d01293234c/487130781_1256428723149277_4772336935395691620_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.68); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.68); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { border-width: 0; border-radius: 0; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::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; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:60rem;position:relative;display:block; }#haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.1875rem;width:7.75rem;top:6.24951171875rem;left:24.99853515625rem;display:block; }
#rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { color:#ffffff;display:block;width:35rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5125875473023rem;left:24.998916625976rem;height:4.2246125rem;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; }
#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { color:#ffffff;display:block;width:35rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.5625rem;left:25rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { position:absolute;display:block;z-index:15017;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: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:29.4375rem;width:22.0625rem;top:2.93701171875rem;left:0rem;overflow:hidden;display:block; }
#g09McViFsRFvezBhQNpuVAfH04GazIPs { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3105625rem;height:3.49805rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.68896484375rem;left:24.99853515625rem;display:block; }
#xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fk1QpKzP2OTNsLlKaqqhlR9ExBMzLJLR { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3116875rem;height:3.4992rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:81.71135902405rem;left:28.275568008423rem;display:none; }
#yUe2DQugveHSIoUnNTELrb1iPAyOLm71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g01BvIBxHLPDwIDkU8BikuEgFUNd7X2I { color:#ffffff;display:block;width:35rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.21875rem;left:25rem;height:4.2246125rem;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; }
#eyO0gEvvxOiHyHvMw0Q02rIgNJ2Dx4B3 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.1875rem;width:7.75rem;top:32.31201171875rem;left:24.99853515625rem;display:block; }
#skXIhcZw1zEdRKuH7mSR2owP3kaTAyzT { color:#ffffff;display:block;width:35rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:33.9375rem;left:25rem;height:12.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hvt8OGobzsHiiAPau51bH7KGQzvedvHy { position:absolute;display:block;z-index:15018;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:17.5625rem;width:22.0625rem;top:37.68701171875rem;left:0rem;overflow:hidden;display:block; }
#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80b02e7e-e200-49d7-b547-5d95b8dd38f0/AdobeStock_165743179.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE.adaptive-delivery-prevent-bg, #fQSf119vEAJRAS47UcZVRJNG0JTgI4lE.lazyload, #fQSf119vEAJRAS47UcZVRJNG0JTgI4lE.lazyloading { background-image: none; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row .container { background-color: transparent; background-image: none; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f4f8; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row .container > .video-iframe-container { display: none; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f4f8; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row > .video-iframe-container { display: none; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .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); }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row .container { border-width: 0; border-radius: 0; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE::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; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#pmwn5NCILQhHyOpTHxRifQxeU7o3RfuC { color:#ffffff;display:block;width:16.6873125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:24.748260498047rem;left:1.6547317504882rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkyXRynaG0d2cS6soBAB8wZXAq7AdSno { color:#070002;display:block;width:55.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.1805534362793rem;left:2.4674491882324rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qv0tUZ2781lxGBliIpMPWAiHGzDTkahW { color:#070002;display:block;width:35.499125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8750104904175rem;left:12.250434875488rem;height:3.493925rem;text-align:center;text-align-last:center;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; }
#bB8T4t4VxBAsovt8xid6erc2sBI06iCl { position:absolute;display:block;z-index:14999;background-color:#070002;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.5rem;width:17.875rem;top:11.4248046875rem;left:1.0625rem;display:block; }
#tCdEguABAhnWpAIq8JzIyrkL2txJmPr0 { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/24b8b650-dd9c-45a3-b854-9d6c7fb30a4c/5ff5030b83b74862888e120f32a8c583.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:10rem;width:10rem;top:13.374561309814rem;left:5rem;display:block; }#tCdEguABAhnWpAIq8JzIyrkL2txJmPr0.adaptive-delivery-prevent-bg, #tCdEguABAhnWpAIq8JzIyrkL2txJmPr0.lazyload, #tCdEguABAhnWpAIq8JzIyrkL2txJmPr0.lazyloading { background-image: none; }
#ITlpZbtlkul2NVDa06zSE6SUTbJDVMWZ { position:absolute;display:block;z-index:15002;background-color:#070002;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.5rem;width:17.875rem;top:11.4375rem;left:21.0625rem;display:block; }
#GSEUdtUnrPS8fdfbu5d0qh29OBD44eTh { position:absolute;display:block;z-index:15003;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/f6653a8c-fdf4-41a3-903c-a71a853c775a/240_F_300255873_yNsCY4xKMIEfYodQ7jLm19TzNyIch94W.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:10rem;width:10rem;top:13.373476028443rem;left:25rem;display:block; }#GSEUdtUnrPS8fdfbu5d0qh29OBD44eTh.adaptive-delivery-prevent-bg, #GSEUdtUnrPS8fdfbu5d0qh29OBD44eTh.lazyload, #GSEUdtUnrPS8fdfbu5d0qh29OBD44eTh.lazyloading { background-image: none; }
#hyTvlcGE28UEu7oeZqm53ze5liDGtbcL { color:#ffffff;display:block;width:16.6873125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.74934387207rem;left:21.655818939209rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFcfTyWvr3BztpbKGaDTHlT1dAwG8nhu { position:absolute;display:block;z-index:15005;background-color:#070002;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.5rem;width:17.875rem;top:11.4375rem;left:41.0625rem;display:block; }
#mmJaP4w3DpzG68wbJ04qBdcDqDquhTJH { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.75rem;left:41.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mbn37TBASaT1SleK3lwkogeS0mQzExwf { position:absolute;display:block;z-index:15006;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/a54e96ba-8dfd-4a28-89e6-29155a45ccf9/31b84bd0791e47a98fb98261c589d90e.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:10rem;width:10rem;top:13.373476028443rem;left:45.000003814698rem;display:block; }#Mbn37TBASaT1SleK3lwkogeS0mQzExwf.adaptive-delivery-prevent-bg, #Mbn37TBASaT1SleK3lwkogeS0mQzExwf.lazyload, #Mbn37TBASaT1SleK3lwkogeS0mQzExwf.lazyloading { background-image: none; }
#tnKNPsekiZBxn1CEJB7WOcFwT9zOV9gs { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.31075rem;height:3.4982625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:51.048188209534rem;left:21.844619750976rem;display:block; }
#h6ooxEkxDadbDzp7snsmIA3lhbgXe5HR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hi2RV5z7r8I7eDRlQQG0ekFtSp1mtJET { position:absolute;display:block;z-index:15000;background-color:#070002;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.4995625rem;width:17.874375rem;top:30.4375rem;left:1.125rem;display:block; }
#CoZeaTwNVWIRy9ghsGQk7pQHhmd9DTl4 { position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/fc43a816-1b04-46e5-95d5-bfd8d5e4e53e/AdobeStock_484342882.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:10rem;width:10rem;top:32.128902435302rem;left:5rem;display:block; }#CoZeaTwNVWIRy9ghsGQk7pQHhmd9DTl4.adaptive-delivery-prevent-bg, #CoZeaTwNVWIRy9ghsGQk7pQHhmd9DTl4.lazyload, #CoZeaTwNVWIRy9ghsGQk7pQHhmd9DTl4.lazyloading { background-image: none; }
#gt3V5QBTEFSssKnIuMCcQUVaSMhHnInT { position:absolute;display:block;z-index:15001;background-color:#070002;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.4985rem;width:17.874375rem;top:31.049263477326rem;left:41.062282562256rem;display:block; }
#pgcIGw8rQ4eB8dtLIUmlZXoyRntm6c8f { position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/bc5505d7-65b7-4823-9463-472513658c1d/AdobeStock_2462703431.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:10rem;width:10rem;top:32.127819061279rem;left:45.000003814698rem;display:block; }#pgcIGw8rQ4eB8dtLIUmlZXoyRntm6c8f.adaptive-delivery-prevent-bg, #pgcIGw8rQ4eB8dtLIUmlZXoyRntm6c8f.lazyload, #pgcIGw8rQ4eB8dtLIUmlZXoyRntm6c8f.lazyloading { background-image: none; }
#Ipi7Je4nQQ6Lg7wQMJ7uBlap8H4LOsN9 { color:#ffffff;display:block;width:16.6873125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:43.640403747559rem;left:1.6547317504882rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvaspMtTe0nsk9tka4k6u21oknDKJxJk { color:#ffffff;display:block;width:16.6873125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.639320373535rem;left:41.655818939209rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhMfLy3bTQasPDCR2OEyTIeaKG45ZL7x { position:absolute;display:block;z-index:15001;background-color:#070002;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.4985rem;width:17.874375rem;top:30.43728351593rem;left:21.062282562256rem;display:block; }
#oIG8WhsGMFfcT8hXgV8JkDu4gIHdW3JD { position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/4825dbc0-ed8c-4582-a4ba-1166befdbe50/AdobeStock_253788771.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:10rem;width:10rem;top:32.127819061279rem;left:25rem;display:block; }#oIG8WhsGMFfcT8hXgV8JkDu4gIHdW3JD.adaptive-delivery-prevent-bg, #oIG8WhsGMFfcT8hXgV8JkDu4gIHdW3JD.lazyload, #oIG8WhsGMFfcT8hXgV8JkDu4gIHdW3JD.lazyloading { background-image: none; }
#xo9LeGQwqJ1658tF0IwN3rlrND0U8CDu { color:#ffffff;display:block;width:16.6873125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.639320373535rem;left:21.655818939209rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { 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; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { background-color: transparent; background-image: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .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); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { border-width: 0; border-radius: 0; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:60rem;position:relative;display:block; }#X1fshgXUt24fMUcNvH8CitCovQzOg9ls { 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:38.1875rem;width:28.625rem;top:2.6671025753021rem;left:0.68684768676756rem;overflow:hidden;display:block; }
#tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { position:absolute;display:block;z-index:15004;background-color:#070002;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.1875rem;width:6.875rem;top:9.3125rem;left:30rem;display:block; }
#VnvHB3zI54u6enLat4d6ESII6vH7ayEi { color:#070002;display:block;width:25.4365rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.26123046875rem;left:30rem;height:22.5rem;display:block; }
#vNlg1tDAETkXiyEgLpObBEQsB8LBbB8Z { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.31075rem;height:3.4982625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.35547375679rem;left:6.8446197509762rem;display:block; }
#qhThHFPIaXPBncNDd19CTn4z04asoaVd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { color:#070002;display:block;width:29.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.7294921875rem;left:30rem;height:4.0625rem;font-style:normal;display:block; }
#rF1VZnbtT73A8964gKfGO7POadVWXxrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/MHNjEBeLTgw/unsplash/carlos-torres-MHNjEBeLTgw-photo-1536514498073-50e69d39c6cf.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; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl.adaptive-delivery-prevent-bg, #rF1VZnbtT73A8964gKfGO7POadVWXxrl.lazyload, #rF1VZnbtT73A8964gKfGO7POadVWXxrl.lazyloading { background-image: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { background-color: transparent; background-image: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f4f8; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container > .video-iframe-container { display: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f4f8; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container { display: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .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); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { border-width: 0; border-radius: 0; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl::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; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { position:absolute;display:block;z-index:15006;background-color:#070002;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.375rem;width:46rem;top:24rem;left:6.5rem;display:block; }
#m2IqstKzCx5cayAieiVJetZgNwIO5rqn { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #070002;border-left:0.375rem solid #070002;border-right:0.375rem solid #070002;border-bottom:0.375rem solid #070002;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:23.0625rem;left:6.1875rem;display:block; }
#dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { position:absolute;display:block;z-index:15008;background-color:#070002;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:23.0625rem;left:51.5625rem;display:block; }
#lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { color:#070002;display:block;width:12.6873125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.999288082123rem;left:23.655895233154rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { color:#070002;display:block;width:15.8123125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27rem;left:43.125rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { color:#070002;display:block;width:59.124875rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.9370594024656rem;left:0.43674087524414rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { color:#070002;display:block;width:13.0624375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27rem;left:1.0625rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3748125rem;width:8.8748125rem;top:1.2163639068604rem;left:25.562068939209rem;overflow:hidden;display:block; }
#Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { position:absolute;display:block;z-index:15009;background-color:#070002;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.31134375rem;width:2.31134375rem;top:23.031331062317rem;left:28.843660354614rem;display:block; }
#QuBZviPAAkiVga395eWrCuyeKNTHSAQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15.4375rem;left:5.5625rem; }
#TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.437233567238rem;left:26.937587738037rem; }
#ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.436789751053rem;left:49.65598487854rem; }
#fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { 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; }
#pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { 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; }
#XMcT7wFAK8bnZ2taxBqE910sX4glIxCm { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.31075rem;height:3.4982625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.999570846558rem;left:21.843536376953rem;display:block; }
#BMhnTO4e7FsbtxfXZ3T4ML53u9yuTaln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE { 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; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row .container { background-color: transparent; background-image: none; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row .container > .video-iframe-container { display: none; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row > .video-iframe-container { display: none; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .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); }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row .container { border-width: 0; border-radius: 0; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:block; }#LR21gMweCsf9lrw7DdVIKcRV5TcTLHiE { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:35.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9TvLVsmPd01RVcTsQTstwHU9CAmdDk7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:7.6873223781587rem;left:38.374021530151rem; }
#HV7igeFkE8gyKOVZWSycWfPHcrol2ZwC { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:7.75rem;top:1.375rem;left:0.875rem;display:block; }
#pM3cQLuGlTJyQAdcv3HJiHHZQT43OgIy { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:6.8125rem;left:35.375rem;display:block; }
#RGDMgnqksvo4lTX0t82P7PV4ATObb5Ta { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.625rem;left:35.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmQ5rnt9t2s8RhFXJhRiWZVldOuaylKe { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:17.0625rem;left:35.375rem;display:block; }
#hc2hqlREr670fkvgxrqVXM8MHW9aev9r { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.24973125rem;width:3.24973125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:17.431640148163rem;left:37.998933792114rem; }
#IOqbCZP8SGN3Uxvm7JGDuVyzvNWyW2gC { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.1875rem;left:35.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yK9pH4Wh0RGWDc24MxghafwDMCPHABnA { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:27.625rem;left:35.375rem;display:block; }
#dTJEcf98k0u3T0idXkTSvUv9ibM3dZws { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:28.6875rem;left:38.375rem; }
#h682y4xdleWJxIMQwN6cIMksLPVETOTL { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:16.875rem;left:48.3125rem;display:block; }
#Bs2ngZ8wO9okzFoLBzLhS3xOUZ6QktE7 { color:#454545;display:block;width:5.37464375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.18696641922rem;left:49.873933792114rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ4gtmu62GTsPRWdmaBe54r9JDcn84ze { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:27.4375rem;left:48.3125rem;display:block; }
#GTrxFDCOEzoAgUtwdSFb848WtGcNaN0m { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20.4375rem;left:48.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3RyBDG4rlgNBlqwyGb6ttWKo14xg07e { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:28.5rem;left:51.3125rem; }
#gQH8CIElzTV32yvZk3zZcscg7LvZ9imc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:17.9375rem;left:51.3125rem; }
#MVRdA7I2IfVly8m14w9xQuel7Hlwsykg { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:6.625rem;left:48.3125rem;display:block; }
#OiJtrTvxaO2CgtDRw1Er9OFSra7dvGHK { color:#454545;display:block;width:6.624625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.373756885529rem;left:49.248933792114rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eoJVBiPhyAEwsJwl3uLwwgLIT401IvlT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.6875rem;left:51.3125rem; }
#k6ShdmNrU2EknTAR192kEkzq0i4tA6QE { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ff4bead4-c9a3-4b85-a83e-9700b9176fef/AdobeStock_1072940644.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.0625rem;width:25.875rem;top:9.25rem;left:0.875rem;display:block; }#k6ShdmNrU2EknTAR192kEkzq0i4tA6QE.adaptive-delivery-prevent-bg, #k6ShdmNrU2EknTAR192kEkzq0i4tA6QE.lazyload, #k6ShdmNrU2EknTAR192kEkzq0i4tA6QE.lazyloading { background-image: none; }
#kQWhzScUtTkunsLVSxGO96TEAiFX7uHF { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8f2d6e0-62cb-416d-914a-c8acdc1f3309/AdobeStock_179209836.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.5rem;width:26.4375rem;top:25.625rem;left:5.75rem;display:block; }#kQWhzScUtTkunsLVSxGO96TEAiFX7uHF.adaptive-delivery-prevent-bg, #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF.lazyload, #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF.lazyloading { background-image: none; }
#VmA8LfCccnGLDT6ayqmN4ScIZfryrrON { position:absolute;display:block;z-index:15002;background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:7.75rem;top:6.8125rem;left:0rem;display:block; }
#qiEsBXyPl6MWydBhcR4ruXriP1lPSxTG { color:#4a4849;display:block;width:24.5625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.375rem;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;display:block; }
#J7rye7RPaUyiqxVbGDBkUsT5DAXJ9Ieq { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.4375rem;left:35.5rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zlg4cW2lksT2GlI1CU0Oky9XTnVaHRB2 { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.31125rem;height:3.49875625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.682437896729rem;left:35.374643325806rem;display:block; }
#bwQbeAXVht7AkPo7GeTfcixguarRzpOk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { 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; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { background-color: transparent; background-image: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .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); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { border-width: 0; border-radius: 0; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { font-size:0.875rem;font-family:arial;height:86.4375rem;width:60rem;position:relative;display:block; }#VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { color:#4a4849;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { color:#232b3e;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.6875rem;left:20.5625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XbswxoBSFG89brSeRdVAKgudLuMIxSlP { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1a80002-80d1-4919-a3e7-5d98a6b8a038/117342463_3356620007727730_794845475516920218_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #76b003 ;height:20.6875rem;width:26.625rem;top:10.4375rem;left:2.4375rem;display:block; }#XbswxoBSFG89brSeRdVAKgudLuMIxSlP.adaptive-delivery-prevent-bg, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyload, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyloading { background-image: none; }
#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b3d250d-18e4-4073-a85a-9c0efd66ceb1/20220714133757scaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #76b003 ;height:20.6875rem;width:26.625rem;top:10.4375rem;left:30.9375rem;display:block; }#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.adaptive-delivery-prevent-bg, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyload, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyloading { background-image: none; }
#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0eac124c-2493-4050-b81b-f3c4a9b7855b/488440803_9768245663231767_5507060086445544489_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #76b003 ;height:20.6875rem;width:26.625rem;top:32.75rem;left:30.9375rem;display:block; }#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.adaptive-delivery-prevent-bg, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyload, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyloading { background-image: none; }
#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fdef283e-5cf9-409f-8504-1614d6b3c40d/AdobeStock_388081132.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #76b003 ;height:20.6875rem;width:26.625rem;top:32.75rem;left:2.4375rem;display:block; }#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.adaptive-delivery-prevent-bg, #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.lazyload, #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.lazyloading { background-image: none; }
#EqG51fvWywSePH2wJ3V0af5485x09Lf6 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11d95e25-8435-4de7-9b59-d43c8c021f28/AdobeStock_92809112.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #76b003 ;height:20.6875rem;width:26.625rem;top:55.3125rem;left:30.9375rem;display:block; }#EqG51fvWywSePH2wJ3V0af5485x09Lf6.adaptive-delivery-prevent-bg, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyload, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyloading { background-image: none; }
#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bf26985f-08e8-4d11-b1d7-55bfee13a2c1/AdobeStock_514623933.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #76b003 ;height:20.6875rem;width:26.625rem;top:55.3125rem;left:2.4375rem;display:block; }#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.adaptive-delivery-prevent-bg, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyload, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyloading { background-image: none; }
#EmapB8J3NFMi9nqPJznHGAT1W7K2lIgi { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.31125rem;height:3.49875625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:79.023436069488rem;left:21.843927383423rem;display:block; }
#ilI4Hwrn1QTy7LTDwr71pI4lJPeeVPi6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f8;background-image:url("https://images.assets-landingi.com/AKecebds/08.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W.adaptive-delivery-prevent-bg, #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W.lazyload, #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W.lazyloading { background-image: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { background-color: transparent; background-image: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container > .video-iframe-container { display: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row > .video-iframe-container { display: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .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); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { border-width: 0; border-radius: 0; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { color:#4a4849;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.7490119934082rem;left:13.28125rem;height:6.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-family:poppins; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger.adaptive-delivery-prevent-bg, #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger.lazyload, #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger.lazyloading { background-image: none; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 { box-sizing:content-box;height:auto;width:57.1245625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;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;top:10.518022060394rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #fwXrDhiGpFvrNdCXi9h9ykm6u3zA5uMT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #RM4GFVIBnwRHKa71nhCkP0rcyXW35gvh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #a2hBt8WR87QqCQeDqvGVlhQmeD3GTAbF { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #wXmgwLH7ppBM0ius0zLKuyESPVff7XWX {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #f6owhVXn3F1MO1yzSFXn1KnBODSLykIR {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #B4yJ9b5hUnheMy2GlxXiD76QD3FLeDzC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #GC6EM9iiRupSpIT6BDF2uKdKi9wKbR2X { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ASFMUWuLIewT7xedxBynLBXIww5mp4eg { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XBf4T17wpOceZ3qxJDWVrHM5Tw7Ezybw {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cNOUyn5XVRg8VLuBQMi4o6DW1pn6k0N3 { display:none; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #rPwUQh5x2roS2oRM3cQGLuD7cSE6Q4Vq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xTgOMmRNSrOPsM1LJNfpfenHvfeOs2cT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XAE8Np18qXvHJWKS1OpDdhkqopqBUNvq { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #dQSgzOMS6NwR0J8T8Vi7cVPrCAwGLfKM {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #QWr1W5QgxB6mZpgKvuw26tfx6rKq923T { display:none; }
#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e85cabd8-843c-4549-9faf-73d01293234c/487130781_1256428723149277_4772336935395691620_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.adaptive-delivery-prevent-bg, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyload, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyloading { background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { background-color: transparent; background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .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); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { border-width: 0; border-radius: 0; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::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; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#dIc825iqpGXrtove54uK7uQVxAz3XX4v { color:#000000;display:block;width:21.937375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:8.0620689392087rem;left:35.499137878418rem;height:1.8374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.437375rem;width:25.4373125rem;top:0.9375rem;left:33.75rem;display:block; }
#h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { color:#000000;display:block;width:20.061875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:25.997180938721rem;left:36.436634063721rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.8743515014649rem;left:44.40592956543rem; }
#GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:0.9375rem;left:1.125rem;display:block; }
#rSy9rWik3XB0wJdcuAuVaZ5mgaZAHlTI { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:0.9375rem;left:1.125rem;display:none; }
#LEBuM8FipHWVl6MJsDELy1iXycU6W8db { color:#000000;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:11.449653625488rem;left:38.967014312744rem;height:12.59765rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#anAvlqHanXM9SsdlivCkvu4WRkfHumMX { border-bottom:0;border-left:0;border-right:0;border-top: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;z-index:auto;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { background-color: transparent; background-image: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .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); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { border-width: 0; border-radius: 0; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:block; }#XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { position:absolute;display:block;z-index:15013;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.4375rem;width:2.4375rem;top:1rem;left:0.6875rem;overflow:hidden;display:block; }
#bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.25rem;left:3.5625rem;overflow:hidden;display:block; }
#J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.65625rem;left:45rem;display:block; }
#FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLTKbwIlBa8rEeZ2NzuSVml9iXwGArrR { background-color:#76b003;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#070002;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.65625rem;left:30.5rem;display:block; }
#DBTwo4pKAZ0xWHTqINcusIgeR6OyD08A { 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) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5RJHS7kLIE3lFZdHOX0OgiBgyQn6FZM { top:1.75rem;left:3.3747863769531rem;width:16.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { top:0.1875rem;left:0rem;width:6.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:13.875rem;height:3.0625rem;top:1rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:13.875rem;height:3.0625rem;top:0.9375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:33.125rem;height:;top:15.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:27.5625rem;height:4.375rem;top:31.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:26.3125rem;height:39.375rem;top:6.875rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:21.875rem;height:2.75rem;top:8.0625rem;left:25.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { width:21.9375rem;height:1.25rem;top:10.75rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { width:22.0625rem;height:auto;top:12.625rem;left:23.1875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { width:22.0625rem;height:auto;top:12.625rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #qa0ciCw3UTnEWTfSDEE7Zh7INImn4N4G {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #POWmPGx86FZaIon67XmJHUeuXn3LMC0a {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #cSUHZoEuvvoIBKaiBbtOhnZVKycCcGUL {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #DhtMsKA8STkSRbUz9Q2UE25XbwMiTCes {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MDamiXzkHT8GXslQ5FUxzBtDyVSDEMHT {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #o306TZQyrc7MkyUG3arS1UBxrZNSgLAS {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #tgcRWKK4TwSUq32rBDuDZ8hnmpS3F5Xy {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #w1ObcV56EtbXaQzJBaJKrIic0FaoyR73 {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #BU2bIvJTIUe2LcPy8m1KZrV5xaGDgUpo {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Q5p8m6wuaTHOffDUpWb8HhmV4TVcVgmD {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw {  }
 }@media only screen and (max-width: 763px) { #yyelvddoDsQKQHyshzZU9PEQDE7kSleo { width:13.8125rem;height:3rem;top:38.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:13.8125rem;height:3rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.6875rem;height:0.0625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy2BkiTDUm38ewWrSr8Hpgt2Qr3075Jh { top:6.875rem;left:0rem;width:6.5625rem;height:4.74935rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg { display:block; }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6BJ9PAmIPLMXdd4F3F0fu5nLiIp1WVP { width:16.25rem;height:3.4375rem;top:35.1875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #peR7Btww0Joh8rtATX9NbTh3mguvEfF2 { display:block; }
 }@media only screen and (max-width: 763px) { #zxNJOb4hLfofltDNMuoFS6CPKK0J9Nbx { width:47.75rem;height:2.875rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVW9FymUbnUnQ3v3WuZVTdJnrxL6puTF { width:43.1875rem;height:7.1875rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9oHNFpi0IofWf620hKrT2kpd7mTTFL { width:13.4375rem;height:15.9375rem;top:16.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWbXb2bFT9B4kwr3NhIQJLma4N88zsEz { width:13.5rem;height:0.0625rem;top:32.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { width:11.5625rem;height:5.5625rem;top:25.625rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { width:13.125rem;height:3.1875rem;top:22rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { width:2.5rem;height:2.5rem;top:18.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLUsL7zw2g28wDuCcdvKui5J0PNv199q { width:1rem;height:0.5rem;top:20.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { width:1.3125rem;height:1.3125rem;top:18.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { width:13.4375rem;height:15.9375rem;top:16.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { width:13.5rem;height:0.0625rem;top:32.375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXh4CM8vkD4PiVH01dmriqwtyTUUVown { width:12.0625rem;height:4.1875rem;top:25.5625rem;left:17.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6X04MbP9J2AzfIc52yKB1FeewaWEsS { width:13.125rem;height:3.1875rem;top:22rem;left:17.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { width:1rem;height:0.5rem;top:20.3125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { width:2.5rem;height:2.5rem;top:18.3125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { width:1.3125rem;height:1.3125rem;top:18.875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { width:13.4375rem;height:15.9375rem;top:16.125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { width:11.5625rem;height:5.5625rem;top:25.625rem;left:33.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { width:13.5rem;height:0.0625rem;top:32.375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { width:13.125rem;height:3.1875rem;top:22rem;left:33.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonMOtbaXlrrF0KbkUCTIob82X55alMv { width:1rem;height:0.5rem;top:20.3125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqLsR2Ig3wG6DF4TM9uPo3CvuyECrH11 { width:2.5rem;height:2.5rem;top:18.3125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { width:1.3125rem;height:1.3125rem;top:18.875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { top:13.3125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVogEu937uioXMRMZkw35esbK4IahoBf { width:34.0625rem;height:5.5rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Xk62TZ7KmlI4ZlDZOJ4JFoBCGlPJd4 { top:1rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkn3QwLkhGWEVcOoRAOMsTGDXvTD8hdv { top:1rem;left:4.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzpeG7Ui8Thm9uTOiWU8tfowX0Gwn7tT { top:1rem;left:1.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4zQFPf88i44QRxTFoakSUQqqiMeQ5Wu { top:1rem;left:6.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUiP18xQMrQOXLeotP8a4k3eJGbR8UP8 { top:1rem;left:9.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.75rem;height:0.1875rem;top:6.1875rem;left:18.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:35rem;height:4.1875rem;top:1.5rem;left:12.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:35rem;height:15.9375rem;top:8.5625rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { width:22.0625rem;height:29.4375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:16.25rem;height:3.4375rem;top:51.6875rem;left:18.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #Fk1QpKzP2OTNsLlKaqqhlR9ExBMzLJLR { width:16.25rem;height:3.4375rem;top:82.3125rem;left:22.775568008423rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUe2DQugveHSIoUnNTELrb1iPAyOLm71 { display:block; }
 }@media only screen and (max-width: 763px) { #g01BvIBxHLPDwIDkU8BikuEgFUNd7X2I { width:35rem;height:4.1875rem;top:27.1875rem;left:12.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyO0gEvvxOiHyHvMw0Q02rIgNJ2Dx4B3 { width:7.75rem;height:0.1875rem;top:32.25rem;left:18.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skXIhcZw1zEdRKuH7mSR2owP3kaTAyzT { width:35rem;height:12.75rem;top:33.9375rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvt8OGobzsHiiAPau51bH7KGQzvedvHy { top:37.625rem;left:0rem;width:22.0625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQSf119vEAJRAS47UcZVRJNG0JTgI4lE { display:block; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmwn5NCILQhHyOpTHxRifQxeU7o3RfuC { width:16.625rem;height:1.5625rem;top:24.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkyXRynaG0d2cS6soBAB8wZXAq7AdSno { width:47.75rem;height:3.1875rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv0tUZ2781lxGBliIpMPWAiHGzDTkahW { width:35.4375rem;height:3.4375rem;top:1.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB8T4t4VxBAsovt8xid6erc2sBI06iCl { top:11.375rem;left:0rem;width:17.875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCdEguABAhnWpAIq8JzIyrkL2txJmPr0 { top:13.3125rem;left:2.9375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITlpZbtlkul2NVDa06zSE6SUTbJDVMWZ { top:11.4375rem;left:13.875rem;width:17.875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSEUdtUnrPS8fdfbu5d0qh29OBD44eTh { top:13.3125rem;left:18.8125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTvlcGE28UEu7oeZqm53ze5liDGtbcL { width:16.625rem;height:1.5625rem;top:24.6875rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFcfTyWvr3BztpbKGaDTHlT1dAwG8nhu { top:11.4375rem;left:29.75rem;width:17.875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmJaP4w3DpzG68wbJ04qBdcDqDquhTJH { width:16.625rem;height:1.5625rem;top:24.6875rem;left:31rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbn37TBASaT1SleK3lwkogeS0mQzExwf { top:13.3125rem;left:34.687503814698rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnKNPsekiZBxn1CEJB7WOcFwT9zOV9gs { width:16.25rem;height:3.4375rem;top:51rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6ooxEkxDadbDzp7snsmIA3lhbgXe5HR { display:block; }
 }@media only screen and (max-width: 763px) { #hi2RV5z7r8I7eDRlQQG0ekFtSp1mtJET { top:30.4375rem;left:0rem;width:17.8125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoZeaTwNVWIRy9ghsGQk7pQHhmd9DTl4 { top:32.125rem;left:2.9375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt3V5QBTEFSssKnIuMCcQUVaSMhHnInT { top:31rem;left:29.8125rem;width:17.8125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgcIGw8rQ4eB8dtLIUmlZXoyRntm6c8f { top:32.125rem;left:34.687503814698rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipi7Je4nQQ6Lg7wQMJ7uBlap8H4LOsN9 { width:16.625rem;height:1.5625rem;top:43.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvaspMtTe0nsk9tka4k6u21oknDKJxJk { width:16.625rem;height:1.5625rem;top:43.625rem;left:31rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhMfLy3bTQasPDCR2OEyTIeaKG45ZL7x { top:30.375rem;left:13.9375rem;width:17.8125rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIG8WhsGMFfcT8hXgV8JkDu4gIHdW3JD { top:32.125rem;left:18.8125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo9LeGQwqJ1658tF0IwN3rlrND0U8CDu { width:16.625rem;height:1.5625rem;top:43.625rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1fshgXUt24fMUcNvH8CitCovQzOg9ls { top:2.625rem;left:0rem;width:28.625rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { top:9.3125rem;left:23.875rem;width:6.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvHB3zI54u6enLat4d6ESII6vH7ayEi { top:11.25rem;left:22.375rem;width:25.375rem;height:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNlg1tDAETkXiyEgLpObBEQsB8LBbB8Z { width:16.25rem;height:3.4375rem;top:44.3125rem;left:3.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhThHFPIaXPBncNDd19CTn4z04asoaVd { display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { top:4.6875rem;left:18.6875rem;width:29.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF1VZnbtT73A8964gKfGO7POadVWXxrl { display:block; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { top:24rem;left:0.375rem;width:45.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2IqstKzCx5cayAieiVJetZgNwIO5rqn { top:23.0625rem;left:0.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { top:23.0625rem;left:45.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { top:26.9375rem;left:17.530895233154rem;width:12.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { top:26.9375rem;left:32rem;width:15.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { top:9.875rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { top:27rem;left:0rem;width:13rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { top:1.1875rem;left:19.437068939209rem;width:8.8125rem;height:6.3300531877434rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { top:23rem;left:22.718660354614rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuBZviPAAkiVga395eWrCuyeKNTHSAQm { top:15.4375rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { top:15.375rem;left:20.812587738037rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { top:15.375rem;left:41.625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { display:none; }
 }@media only screen and (max-width: 763px) { #pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { display:none; }
 }@media only screen and (max-width: 763px) { #XMcT7wFAK8bnZ2taxBqE910sX4glIxCm { width:16.25rem;height:3.4375rem;top:33.9375rem;left:15.718536376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMhnTO4e7FsbtxfXZ3T4ML53u9yuTaln { display:block; }
 }@media only screen and (max-width: 763px) { #AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE { display:block; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR21gMweCsf9lrw7DdVIKcRV5TcTLHiE { width:8.25rem;height:3.625rem;top:10.375rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TvLVsmPd01RVcTsQTstwHU9CAmdDk7 { top:7.625rem;left:32.249021530151rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7igeFkE8gyKOVZWSycWfPHcrol2ZwC { width:7.75rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM3cQLuGlTJyQAdcv3HJiHHZQT43OgIy { width:8.5rem;height:8.3125rem;top:6.8125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDMgnqksvo4lTX0t82P7PV4ATObb5Ta { width:8.25rem;height:3.625rem;top:20.625rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQ5rnt9t2s8RhFXJhRiWZVldOuaylKe { width:8.5rem;height:8.3125rem;top:17.0625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc2hqlREr670fkvgxrqVXM8MHW9aev9r { top:17.375rem;left:31.873933792114rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOqbCZP8SGN3Uxvm7JGDuVyzvNWyW2gC { width:8.25rem;height:3.625rem;top:31.1875rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK9pH4Wh0RGWDc24MxghafwDMCPHABnA { width:8.5rem;height:8.3125rem;top:27.625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJEcf98k0u3T0idXkTSvUv9ibM3dZws { top:28.6875rem;left:32.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h682y4xdleWJxIMQwN6cIMksLPVETOTL { width:8.5rem;height:8.3125rem;top:16.875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs2ngZ8wO9okzFoLBzLhS3xOUZ6QktE7 { width:5.3125rem;height:3.625rem;top:31.125rem;left:42.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4gtmu62GTsPRWdmaBe54r9JDcn84ze { width:8.5rem;height:8.3125rem;top:27.4375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrxFDCOEzoAgUtwdSFb848WtGcNaN0m { width:8.25rem;height:3.625rem;top:20.4375rem;left:39.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3RyBDG4rlgNBlqwyGb6ttWKo14xg07e { top:28.5rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQH8CIElzTV32yvZk3zZcscg7LvZ9imc { top:17.9375rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRdA7I2IfVly8m14w9xQuel7Hlwsykg { width:8.5rem;height:8.3125rem;top:6.625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiJtrTvxaO2CgtDRw1Er9OFSra7dvGHK { width:6.5625rem;height:3.625rem;top:10.3125rem;left:41.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoJVBiPhyAEwsJwl3uLwwgLIT401IvlT { top:7.6875rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ShdmNrU2EknTAR192kEkzq0i4tA6QE { top:9.25rem;left:0rem;width:25.8125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF { top:25.625rem;left:0rem;width:26.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmA8LfCccnGLDT6ayqmN4ScIZfryrrON { width:7.75rem;height:0.125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEsBXyPl6MWydBhcR4ruXriP1lPSxTG { width:24.5625rem;height:;top:1.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7rye7RPaUyiqxVbGDBkUsT5DAXJ9Ieq { width:22.125rem;height:3.25rem;top:37.4375rem;left:25.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlg4cW2lksT2GlI1CU0Oky9XTnVaHRB2 { width:16.25rem;height:3.4375rem;top:42.625rem;left:29.249643325806rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwQbeAXVht7AkPo7GeTfcixguarRzpOk { display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:47.75rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:18.8125rem;height:1.4375rem;top:6.6875rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { top:10.4375rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { top:10.4375rem;left:21.125rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { top:32.75rem;left:21.125rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { top:32.75rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { top:55.3125rem;left:21.125rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { top:55.3125rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmapB8J3NFMi9nqPJznHGAT1W7K2lIgi { width:16.25rem;height:3.4375rem;top:79rem;left:15.718927383423rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilI4Hwrn1QTy7LTDwr71pI4lJPeeVPi6 { display:block; }
 }@media only screen and (max-width: 763px) { #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { display:block; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { width:33.4375rem;height:6rem;top:2.6875rem;left:7.15625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 { display:flex;height:auto;width:45.25rem;top:20.1875rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #fwXrDhiGpFvrNdCXi9h9ykm6u3zA5uMT {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #RM4GFVIBnwRHKa71nhCkP0rcyXW35gvh {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #a2hBt8WR87QqCQeDqvGVlhQmeD3GTAbF {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #wXmgwLH7ppBM0ius0zLKuyESPVff7XWX {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #f6owhVXn3F1MO1yzSFXn1KnBODSLykIR {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #B4yJ9b5hUnheMy2GlxXiD76QD3FLeDzC {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #GC6EM9iiRupSpIT6BDF2uKdKi9wKbR2X {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ASFMUWuLIewT7xedxBynLBXIww5mp4eg {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XBf4T17wpOceZ3qxJDWVrHM5Tw7Ezybw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cNOUyn5XVRg8VLuBQMi4o6DW1pn6k0N3 {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #rPwUQh5x2roS2oRM3cQGLuD7cSE6Q4Vq {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xTgOMmRNSrOPsM1LJNfpfenHvfeOs2cT {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XAE8Np18qXvHJWKS1OpDdhkqopqBUNvq {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #dQSgzOMS6NwR0J8T8Vi7cVPrCAwGLfKM {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #QWr1W5QgxB6mZpgKvuw26tfx6rKq923T {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:21.875rem;height:1.8125rem;top:8rem;left:25.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:25.375rem;height:29.375rem;top:0.9375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:20rem;height:1.3125rem;top:25.9375rem;left:27.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { top:2.8125rem;left:38.28092956543rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { top:0.9375rem;left:0rem;width:31.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSy9rWik3XB0wJdcuAuVaZ5mgaZAHlTI { top:0.9375rem;left:0rem;width:31.25rem;height:29.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEBuM8FipHWVl6MJsDELy1iXycU6W8db { width:15rem;height:12.5625rem;top:11.4375rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { top:1rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { top:1.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.875rem;height:3.0625rem;top:0.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #DLTKbwIlBa8rEeZ2NzuSVml9iXwGArrR { width:13.875rem;height:3.0625rem;top:0.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTwo4pKAZ0xWHTqINcusIgeR6OyD08A { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5RJHS7kLIE3lFZdHOX0OgiBgyQn6FZM { width:13.5rem;height:0;top:5.12109375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { width:6.25rem;height:4.43685rem;top:2.312283039093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:11.9998125rem;height:2.43706875rem;top:5.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:12rem;height:2.43706875rem;top:2.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb8b293d-30ef-477e-8312-73e0ceb826b4/imgi_219_blogpagebanner.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.adaptive-delivery-prevent-bg, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyload, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyloading { background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { background-color: transparent; background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.3); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.3); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .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); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:19.375rem;height:10.874rem;top:9.49072265625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:19.375rem;height:4.875rem;top:21.0517578125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:19.75rem;height:38rem;top:26.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:20rem;height:2.4375rem;top:28rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { width:19.75rem;height:1.2999125rem;top:30.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { width:17.5rem;height:auto;top:32.625rem;left:0rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { width:17.5rem;height:auto;top:32.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #qa0ciCw3UTnEWTfSDEE7Zh7INImn4N4G {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #POWmPGx86FZaIon67XmJHUeuXn3LMC0a {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #cSUHZoEuvvoIBKaiBbtOhnZVKycCcGUL {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #DhtMsKA8STkSRbUz9Q2UE25XbwMiTCes {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MDamiXzkHT8GXslQ5FUxzBtDyVSDEMHT {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #o306TZQyrc7MkyUG3arS1UBxrZNSgLAS {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #tgcRWKK4TwSUq32rBDuDZ8hnmpS3F5Xy {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #w1ObcV56EtbXaQzJBaJKrIic0FaoyR73 {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #BU2bIvJTIUe2LcPy8m1KZrV5xaGDgUpo {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Q5p8m6wuaTHOffDUpWb8HhmV4TVcVgmD {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw {  }
 }@media only screen and (max-width: 763px) { #yyelvddoDsQKQHyshzZU9PEQDE7kSleo { width:13.8125rem;height:3rem;top:38.5rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:13.8125rem;height:3rem;top:38.5rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.75rem;height:0.125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qy2BkiTDUm38ewWrSr8Hpgt2Qr3075Jh { width:6.5625rem;height:4.74935rem;top:6.875rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg { display:block; }#Bz4f6Ni6uqKsW8lAahDqZuS7GoPnhnXg > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6BJ9PAmIPLMXdd4F3F0fu5nLiIp1WVP { width:16.25rem;height:3.125rem;top:83.1875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #peR7Btww0Joh8rtATX9NbTh3mguvEfF2 { display:block; }
 }@media only screen and (max-width: 763px) { #zxNJOb4hLfofltDNMuoFS6CPKK0J9Nbx { width:19.375rem;height:4.0625rem;top:1.6840305328369rem;left:0.31250011920929rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVW9FymUbnUnQ3v3WuZVTdJnrxL6puTF { width:18.9371875rem;height:12rem;top:7.371965408325rem;left:0.53114151954651rem;text-align:center;text-align-last:center;font-size:1rem;font-family:poppins;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IB9oHNFpi0IofWf620hKrT2kpd7mTTFL { width:16.5625rem;height:18.75rem;top:21.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWbXb2bFT9B4kwr3NhIQJLma4N88zsEz { width:16.6875rem;height:0.124783125rem;top:40.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { width:13.125rem;height:6.798825rem;top:32.5625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { width:13.125rem;height:3.8994125rem;top:28.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { width:2.5rem;height:2.5rem;top:24.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLUsL7zw2g28wDuCcdvKui5J0PNv199q { width:1.0617375rem;height:0.56206625rem;top:26.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { width:1.18706875rem;height:1.18706875rem;top:24.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { width:16.5625rem;height:18.75rem;top:42rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { width:16.6875rem;height:0.124783125rem;top:61rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXh4CM8vkD4PiVH01dmriqwtyTUUVown { width:11.624875rem;height:8.4985625rem;top:51.3125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6X04MbP9J2AzfIc52yKB1FeewaWEsS { width:13.125rem;height:3.8994125rem;top:46.625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { width:1.0625rem;height:0.5625rem;top:45rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { width:2.5rem;height:2.5rem;top:43rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { width:1.375rem;height:1.375rem;top:43.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { width:16.5625rem;height:18.75rem;top:62.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { width:14.9370625rem;height:6.7988125rem;top:73.375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { width:16.68725rem;height:0.12473375rem;top:81.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { width:13.125rem;height:3.8994125rem;top:68.9375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonMOtbaXlrrF0KbkUCTIob82X55alMv { width:1.31214375rem;height:0.625rem;top:67.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqLsR2Ig3wG6DF4TM9uPo3CvuyECrH11 { width:3.9999125rem;height:3.9999125rem;top:64.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { width:1.68723125rem;height:1.68723125rem;top:65.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00162e79-7f94-4b33-9c5f-62183ca590e9/307071067_463773039103863_8947734875494014054_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.adaptive-delivery-prevent-bg, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyload, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyloading { background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { background-color: transparent; background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f4f8; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f4f8; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .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); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { width:20rem;height:10.8749375rem;top:14.062064409256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:20rem;height:1.23751875rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVogEu937uioXMRMZkw35esbK4IahoBf { width:20rem;height:4.0625rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Xk62TZ7KmlI4ZlDZOJ4JFoBCGlPJd4 { display:flex;width:2.375rem;height:2.375rem;top:1.6875rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #dkn3QwLkhGWEVcOoRAOMsTGDXvTD8hdv { display:flex;width:2.375rem;height:2.375rem;top:1.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #QzpeG7Ui8Thm9uTOiWU8tfowX0Gwn7tT { display:flex;width:2.375rem;height:2.375rem;top:1.6875rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #f4zQFPf88i44QRxTFoakSUQqqiMeQ5Wu { display:flex;width:2.375rem;height:2.375rem;top:1.6875rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #aUiP18xQMrQOXLeotP8a4k3eJGbR8UP8 { display:flex;width:2.375rem;height:2.375rem;top:1.6875rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afcffde7-1f3a-4f15-b8f1-144461c86958/476155019_18055749422492013_8077820647801011225_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.73); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.73); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:20rem;height:128.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:11.25rem;height:0.1875rem;top:12.0625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:19.375rem;height:8.44925rem;top:1.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:19.375rem;height:25.5rem;top:14.1875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { width:18.75rem;height:25rem;top:42.0302734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:16.25rem;height:3.4375rem;top:51.6875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #Fk1QpKzP2OTNsLlKaqqhlR9ExBMzLJLR { width:16.25rem;height:3.125rem;top:122.7470703125rem;left:1.875rem;z-index:15014;background-color:#76b003;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#070002;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUe2DQugveHSIoUnNTELrb1iPAyOLm71 { display:block; }
 }@media only screen and (max-width: 763px) { #g01BvIBxHLPDwIDkU8BikuEgFUNd7X2I { width:19.375rem;height:8.44925rem;top:68.8720703125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyO0gEvvxOiHyHvMw0Q02rIgNJ2Dx4B3 { width:11.25rem;height:0.1875rem;top:78.6337890625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skXIhcZw1zEdRKuH7mSR2owP3kaTAyzT { width:19.375rem;height:21rem;top:80.71875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Hvt8OGobzsHiiAPau51bH7KGQzvedvHy { width:20rem;height:15.920679886686rem;top:103.5087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQSf119vEAJRAS47UcZVRJNG0JTgI4lE { display:block; }#fQSf119vEAJRAS47UcZVRJNG0JTgI4lE > .row .container { width:20rem;height:129.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmwn5NCILQhHyOpTHxRifQxeU7o3RfuC { width:13rem;height:1.462675rem;top:32.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkyXRynaG0d2cS6soBAB8wZXAq7AdSno { width:18.75rem;height:9rem;top:9.0690040588381rem;left:0.62500011920931rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv0tUZ2781lxGBliIpMPWAiHGzDTkahW { width:19.375rem;height:6.17480625rem;top:1.749153137207rem;left:0.31250011920929rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB8T4t4VxBAsovt8xid6erc2sBI06iCl { width:17.875rem;height:15.25rem;top:20.0625rem;left:1.0625rem;background-color:#070002;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) { #tCdEguABAhnWpAIq8JzIyrkL2txJmPr0 { width:10.5rem;height:10.5rem;top:21.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITlpZbtlkul2NVDa06zSE6SUTbJDVMWZ { width:17.875rem;height:15.25rem;top:36.5625rem;left:1.0625rem;background-color:#070002;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) { #GSEUdtUnrPS8fdfbu5d0qh29OBD44eTh { width:11.0623125rem;height:11.0623125rem;top:37.623683929443rem;left:4.4683160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTvlcGE28UEu7oeZqm53ze5liDGtbcL { width:12.3125rem;height:1.462675rem;top:49.3125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFcfTyWvr3BztpbKGaDTHlT1dAwG8nhu { width:17.875rem;height:15.25rem;top:53.0625rem;left:1.0625rem;background-color:#070002;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) { #mmJaP4w3DpzG68wbJ04qBdcDqDquhTJH { width:16.6875rem;height:1.462675rem;top:66rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbn37TBASaT1SleK3lwkogeS0mQzExwf { width:11.0623125rem;height:11.0623125rem;top:54.0625rem;left:4.4683160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnKNPsekiZBxn1CEJB7WOcFwT9zOV9gs { width:16.25rem;height:3.125rem;top:123.5625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6ooxEkxDadbDzp7snsmIA3lhbgXe5HR { display:block; }
 }@media only screen and (max-width: 763px) { #hi2RV5z7r8I7eDRlQQG0ekFtSp1mtJET { width:17.8125rem;height:16.4375rem;top:69.75rem;left:1.125rem;background-color:#070002;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) { #CoZeaTwNVWIRy9ghsGQk7pQHhmd9DTl4 { width:10.999375rem;height:10.999375rem;top:71.185985565187rem;left:4.499783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt3V5QBTEFSssKnIuMCcQUVaSMhHnInT { width:17.8125rem;height:16.4375rem;top:105.125rem;left:1.125rem;background-color:#070002;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) { #pgcIGw8rQ4eB8dtLIUmlZXoyRntm6c8f { width:11rem;height:11rem;top:106.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipi7Je4nQQ6Lg7wQMJ7uBlap8H4LOsN9 { width:16.624375rem;height:1.462675rem;top:83.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvaspMtTe0nsk9tka4k6u21oknDKJxJk { width:16.624375rem;height:1.462675rem;top:118.25rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhMfLy3bTQasPDCR2OEyTIeaKG45ZL7x { width:17.8125rem;height:16.4375rem;top:87.4375rem;left:1.125rem;background-color:#070002;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) { #oIG8WhsGMFfcT8hXgV8JkDu4gIHdW3JD { width:11rem;height:11rem;top:89.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo9LeGQwqJ1658tF0IwN3rlrND0U8CDu { width:16.624375rem;height:1.462675rem;top:101.1875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1fshgXUt24fMUcNvH8CitCovQzOg9ls { width:19.937rem;height:28.062rem;top:50.748046875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { width:15.4995rem;height:0.249511875rem;top:15.544921875rem;left:2.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvHB3zI54u6enLat4d6ESII6vH7ayEi { width:18.125rem;height:31.5rem;top:17.248046875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#070002;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vNlg1tDAETkXiyEgLpObBEQsB8LBbB8Z { width:16.25rem;height:3.125rem;top:82.1865234375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhThHFPIaXPBncNDd19CTn4z04asoaVd { display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { width:18.4988125rem;height:12.9980625rem;top:1.6861991882324rem;left:0.75032567977906rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rF1VZnbtT73A8964gKfGO7POadVWXxrl { display:block; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { width:0.3125rem;height:30.9375rem;top:18.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2IqstKzCx5cayAieiVJetZgNwIO5rqn { width:1.25rem;height:1.25rem;top:17.6875rem;left:9rem;border-top:0.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;display:none; }
 }@media only screen and (max-width: 763px) { #dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { width:1.625rem;height:1.625rem;top:37.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { width:12.93675rem;height:3.73730625rem;top:41.248917102814rem;left:3.5313587188721rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { width:16.25rem;height:3.73730625rem;top:59.062055587769rem;left:1.8749998807907rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { width:19.0625rem;height:4.875rem;top:10rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { width:13.0620625rem;height:3.7373rem;top:24.686967849731rem;left:3.4678821563721rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { width:8.5623125rem;height:6.18706875rem;top:1.6460514068604rem;left:5.7183160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { width:2.3125rem;height:2.3125rem;top:48.1875rem;left:8.75rem;background-color:#00ff31;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QuBZviPAAkiVga395eWrCuyeKNTHSAQm { display:flex;width:6.125rem;height:6.125rem;top:17.875rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { display:flex;width:6.124825rem;height:6.124825rem;top:34.3125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { display:flex;width:6.125rem;height:6.125rem;top:51.875rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { display:flex;top:46.0625rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { display:flex;top:29.15615940094rem;left:7.8124994039538rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #XMcT7wFAK8bnZ2taxBqE910sX4glIxCm { width:16.25rem;height:3.125rem;top:64.735439300537rem;left:1.8749998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMhnTO4e7FsbtxfXZ3T4ML53u9yuTaln { display:block; }
 }@media only screen and (max-width: 763px) { #AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE { display:block; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR21gMweCsf9lrw7DdVIKcRV5TcTLHiE { width:7.5625rem;height:3.8997375rem;top:30.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TvLVsmPd01RVcTsQTstwHU9CAmdDk7 { width:2.1875rem;height:2.1875rem;top:28.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7igeFkE8gyKOVZWSycWfPHcrol2ZwC { width:7.75rem;height:0.125rem;top:7.211425rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM3cQLuGlTJyQAdcv3HJiHHZQT43OgIy { width:9.0625rem;height:9.0625rem;top:27.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDMgnqksvo4lTX0t82P7PV4ATObb5Ta { width:8.25rem;height:3.8997375rem;top:40.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQ5rnt9t2s8RhFXJhRiWZVldOuaylKe { width:9.0625rem;height:9.0625rem;top:37.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc2hqlREr670fkvgxrqVXM8MHW9aev9r { width:3rem;height:3rem;top:38rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOqbCZP8SGN3Uxvm7JGDuVyzvNWyW2gC { width:8.25rem;height:3.8997375rem;top:51.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK9pH4Wh0RGWDc24MxghafwDMCPHABnA { width:9.0625rem;height:9.0625rem;top:47.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJEcf98k0u3T0idXkTSvUv9ibM3dZws { width:2.6875rem;height:2.6875rem;top:48.5rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h682y4xdleWJxIMQwN6cIMksLPVETOTL { width:9.0625rem;height:9.0625rem;top:37.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs2ngZ8wO9okzFoLBzLhS3xOUZ6QktE7 { width:5.8125rem;height:3.8997375rem;top:51.1875rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4gtmu62GTsPRWdmaBe54r9JDcn84ze { width:9.0625rem;height:9.0625rem;top:47.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrxFDCOEzoAgUtwdSFb848WtGcNaN0m { width:8.625rem;height:3.8997375rem;top:40.9375rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3RyBDG4rlgNBlqwyGb6ttWKo14xg07e { width:2.5rem;height:2.5rem;top:48.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQH8CIElzTV32yvZk3zZcscg7LvZ9imc { width:2.5rem;height:2.5rem;top:38.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRdA7I2IfVly8m14w9xQuel7Hlwsykg { width:9.0625rem;height:9.0625rem;top:27.1875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiJtrTvxaO2CgtDRw1Er9OFSra7dvGHK { width:6.875rem;height:3.8997375rem;top:30.75rem;left:11.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoJVBiPhyAEwsJwl3uLwwgLIT401IvlT { width:2.5rem;height:2.5rem;top:28.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ShdmNrU2EknTAR192kEkzq0i4tA6QE { width:20rem;height:17.5625rem;top:7.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF { width:20rem;height:17.562125rem;top:58.898241043091rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmA8LfCccnGLDT6ayqmN4ScIZfryrrON { width:7.75rem;height:0.125rem;top:6.5234375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEsBXyPl6MWydBhcR4ruXriP1lPSxTG { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7rye7RPaUyiqxVbGDBkUsT5DAXJ9Ieq { width:20rem;height:2.76171875rem;top:78.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Zlg4cW2lksT2GlI1CU0Oky9XTnVaHRB2 { width:16.25rem;height:3.125rem;top:82.5625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwQbeAXVht7AkPo7GeTfcixguarRzpOk { display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:20rem;height:149.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:20rem;height:4.2246125rem;top:1.5619087219238rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#070002;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:20rem;height:1.2999125rem;top:6.8240547180175rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { width:20rem;height:20.6875rem;top:10.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { width:20rem;height:20.6875rem;top:32.66796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { width:20rem;height:20.6875rem;top:76.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { width:20rem;height:20.6875rem;top:54.60546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { width:20rem;height:20.6875rem;top:120.41796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { width:20rem;height:20.6875rem;top:98.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmapB8J3NFMi9nqPJznHGAT1W7K2lIgi { width:16.25rem;height:3.125rem;top:143.47922325134rem;left:1.8749998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilI4Hwrn1QTy7LTDwr71pI4lJPeeVPi6 { display:block; }
 }@media only screen and (max-width: 763px) { #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { display:block; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { width:15.125rem;height:7.7988125rem;top:1.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 { display:flex;height:auto;width:17.5rem;top:10.0849609375rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #fwXrDhiGpFvrNdCXi9h9ykm6u3zA5uMT {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #RM4GFVIBnwRHKa71nhCkP0rcyXW35gvh {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #a2hBt8WR87QqCQeDqvGVlhQmeD3GTAbF {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #wXmgwLH7ppBM0ius0zLKuyESPVff7XWX {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #f6owhVXn3F1MO1yzSFXn1KnBODSLykIR {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #B4yJ9b5hUnheMy2GlxXiD76QD3FLeDzC {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #GC6EM9iiRupSpIT6BDF2uKdKi9wKbR2X {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ASFMUWuLIewT7xedxBynLBXIww5mp4eg {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XBf4T17wpOceZ3qxJDWVrHM5Tw7Ezybw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cNOUyn5XVRg8VLuBQMi4o6DW1pn6k0N3 {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #rPwUQh5x2roS2oRM3cQGLuD7cSE6Q4Vq {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xTgOMmRNSrOPsM1LJNfpfenHvfeOs2cT {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XAE8Np18qXvHJWKS1OpDdhkqopqBUNvq {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #dQSgzOMS6NwR0J8T8Vi7cVPrCAwGLfKM {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #QWr1W5QgxB6mZpgKvuw26tfx6rKq923T {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:15.5rem;height:3.75rem;top:7.8125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:18.75rem;height:16.125rem;top:1.9998168945312rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:17.6871875rem;height:1.375rem;top:13.008356094361rem;left:1.1561415195465rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { width:4.0625rem;height:4.0625rem;top:2.75rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { width:20rem;height:17.5rem;top:35.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSy9rWik3XB0wJdcuAuVaZ5mgaZAHlTI { width:18.75rem;height:17.5rem;top:20.136177062988rem;left:0.62500011920931rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #LEBuM8FipHWVl6MJsDELy1iXycU6W8db { width:11.3748125rem;height:0;top:38.886169433594rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { position:relative;z-index:auto;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { width:3.4375rem;height:3.4375rem;top:0.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { width:3.0624125rem;height:3.0624125rem;top:1.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.875rem;height:3.0625rem;top:9.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #DLTKbwIlBa8rEeZ2NzuSVml9iXwGArrR { width:13.875rem;height:3.125rem;top:5.3125rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTwo4pKAZ0xWHTqINcusIgeR6OyD08A { display:block; }
 }