.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:#ffffff;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:5.8125rem;width:60rem;position:relative;display:block; }#i5RJHS7kLIE3lFZdHOX0OgiBgyQn6FZM { color:#070002;display:block;width:16.8110625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.66259765625rem;left:10.5615234375rem;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.3125rem;width:5.4375rem;top:0.749783039093rem;left:0.68685150146487rem;overflow:hidden;display:block; }
#sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { background-color:#f3f4f8;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:#0aa0d9;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.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/4c00660a-84cd-4c50-b33e-75eca83d85e9/AdobeStock_422388575.jpeg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;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(0,0,0,0.55); }#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(0,0,0,0.55); }#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:64.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { color:#ffffff;display:block;width:32.562375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.875rem;left:0rem;height:11.69925rem;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:25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:39.6875rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { position:absolute;display:block;z-index:15008;background-color:#f3f4f8;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.875rem;width:26.375rem;top:14.1875rem;left:33.625rem;display:block; }
#CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { color:#070002;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:18.125rem;left:35.875rem;height:2.7625875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { color:#070002;display:block;width:21.9998125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.875rem;left:35.8125rem;height:1.29936875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-form-header { font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;color:#070002;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:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:22.0625rem;height:5rem;font-family:"open sans";overflow:hidden;line-height:1.5; }
#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;float:none; }
#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;float:none; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;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:23.625rem;left:34.5625rem;font-size:0.875rem; }
#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:23.625rem;left:34.5625rem;font-size:0.875rem; }
#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 #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw { position:relative; }
#yyelvddoDsQKQHyshzZU9PEQDE7kSleo { background-color:#f3f4f8;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:49.875rem;left:14.875rem;display:block; }
#pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0ioyXDXb12979hTka81pkyG9eLhyoMV { background-color:#0aa0d9;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.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:49.875rem;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:#e56e2d;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.24956625rem;width:7.749rem;top:24rem;left:0rem;display:block; }
#Tw3qJlxim1KKDrFzpM1kuxteyv2v9mcf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.249375rem;width:9.124375rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { border-top:0.375rem dotted #422d7a;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; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { background-color: transparent; background-image: none; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container > .video-iframe-container { display: none; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row > .video-iframe-container { display: none; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .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); }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { border-width: 0; border-radius: 0; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { font-size:0.875rem;font-family:arial;height:41.2777775rem;width:60rem;position:relative;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:16.25rem;width:13.5rem;top:12.625rem;left:0rem;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:18.562282562256rem;left:0.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.125rem;left:1.125rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faqeznfgUP2gqWxnlaR3ynrtiHsirhHr { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;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:14.8125rem;left:5.6875rem; }
#fLUsL7zw2g28wDuCcdvKui5J0PNv199q { position:absolute;display:block;z-index:15026;background-color:#ff0000;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.56241125rem;width:1.06223125rem;top:16.8125rem;left:5.6875rem;display:block; }
#JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { position:absolute;display:block;z-index:15007;background-color:#00ba2e;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.37473125rem;width:1.37473125rem;top:15.375rem;left:7.5rem;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:16.25rem;width:13.5rem;top:12.6875rem;left:15.5625rem;display:block; }
#DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { position:absolute;display:block;z-index:15010;background-color:#f9ff00;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:29.131946563721rem;left:15.7177734375rem;display:block; }
#CXh4CM8vkD4PiVH01dmriqwtyTUUVown { color:#333333;display:block;width:12.1249375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.125rem;left:16.4375rem;height:6.9986875rem;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:18.5625rem;left:15.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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:14.875rem;left:21.25rem; }
#Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { position:absolute;display:block;z-index:15033;background-color:#ff0000;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.5625rem;width:1.0625rem;top:16.875rem;left:21.25rem;display:block; }
#pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { position:absolute;display:block;z-index:15014;background-color:#00ba2e;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.375rem;width:1.375rem;top:15.4375rem;left:23.0625rem;display:block; }
#HMqPABZr5TRTJOOqwmS6a85dTUBsrzpR { position:absolute;display:block;z-index:15014;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:16.25rem;width:13.499875rem;top:12.624240875244rem;left:30.575630187988rem;display:block; }
#DRHTFKgnN57FrN4C21a964bnhw5n2KPf { 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:15051;top:14.875rem;left:36.3125rem; }
#FqBl2CryTx9GK3G1gfxHZoa5qepdZ23F { position:absolute;display:block;z-index:15021;background-color:#00ba2e;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.375rem;width:1.375rem;top:15.4375rem;left:38.125rem;display:block; }
#mTeqT53KAM3LeTAMgOd4hq59hU3nzPvz { position:absolute;display:block;z-index:15040;background-color:#ff0000;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.5625rem;width:1.0625rem;top:16.875rem;left:36.3125rem;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:16.25rem;width:13.5rem;top:12.6875rem;left:45.5625rem;display:block; }
#uwRZSJRqoXUQh3zgvoLRkto4FA886moJ { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.5625rem;left:31rem;height:3.2497875rem;font-style:normal;text-align:center;text-align-last:center;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:18.5625rem;left:45.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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:14.875rem;left:51.25rem; }
#LonMOtbaXlrrF0KbkUCTIob82X55alMv { position:absolute;display:block;z-index:15047;background-color:#ff0000;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.5625rem;width:1.0625rem;top:16.875rem;left:51.25rem;display:block; }
#XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { position:absolute;display:block;z-index:15028;background-color:#00ba2e;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.375rem;width:1.375rem;top:15.4375rem;left:53.0625rem;display:block; }
#oVFF1R6hVRvWVzEBTimwTQGwsIAN2T9c { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:22.1875rem;left:31.75rem;height:5.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:22.1875rem;left:46.6875rem;height:6.9986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Unb2WSog8ESTheDerC2y5EGn5ZlSX73r { position:absolute;display:block;z-index:15017;background-color:#2cab00;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:29.131946563721rem;left:30.7177734375rem;display:block; }
#Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { position:absolute;display:block;z-index:15024;background-color:#00afff;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:29.1943359375rem;left:45.718315124512rem;display:block; }
#Lic0lOR9ecbSHKeUc5aaiQNiZd8W5TKu { background-color:#0aa0d9;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.68891625rem;height:2.876735rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.373805999756rem;left:23.154296875rem;display:block; }
#F2FyS85zfGKV6fwdJgsItNTu4PQTLs6Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nI2qO8uMxaWZxH9MRAQZ9C97ZT25skWJ { color:#000000;display:block;width:44.9370625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:7.5rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7LdzTOeIMxiUXg9DXxLk2rs8OfLSh4f { position:absolute;display:block;z-index:15004;background-color:#ff0024;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.124240625rem;width:13.56175rem;top:29.132488250733rem;left:0rem;display:block; }
#XgIbMW3wfpyptQNJAx5ktmJ8AE7nruT6 { color:#000000;display:block;width:44.9365rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.549480438233rem;left:7.5314674377444rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/caa4e40c-f635-44cc-b1bd-e06be4b4b7a2/AdobeStock_120476021.jpeg");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; }#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: rgba(0,0,0,0.68); }#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.68); }#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::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; }#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:51.6875rem;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:2.75rem;left:1.375rem;height:1.23751875rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#XVogEu937uioXMRMZkw35esbK4IahoBf { color:#ffffff;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:4.6875rem;left:1.375rem;height:5.525175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#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/4b70eadc-ec2e-4bbf-9ae9-415a87f11e08/AdobeStock_132997610.jpeg");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(84,195,237,0.82); }#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(84,195,237,0.82); }#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:75.4375rem;width:60rem;position:relative;display:block; }#haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { position:absolute;display:block;z-index:15003;background-color:#e56e2d;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.25rem;width:8.125rem;top:10.623915672303rem;left:31.875rem;display:block; }
#rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5614156723023rem;left:31.875rem;height:8.043625rem;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:28.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:12.311199188233rem;left:31.875rem;height:10.1269375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g09McViFsRFvezBhQNpuVAfH04GazIPs { background-color:#f3f4f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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.6864025rem;height:2.87369625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:64.067390441894rem;left:31.875rem;display:block; }
#xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ROksINuqV38EMifSLCIJr33aJbnidx8G { box-sizing:content-box;height:20.625rem;width:20.625rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1386bd54-e3c7-4d9f-bd0b-9aa1c982aab2/AdobeStock_10127923631.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.4983720779419rem;left:0rem;display:block; }#ROksINuqV38EMifSLCIJr33aJbnidx8G.adaptive-delivery-prevent-bg, #ROksINuqV38EMifSLCIJr33aJbnidx8G.lazyload, #ROksINuqV38EMifSLCIJr33aJbnidx8G.lazyloading { background-image: none; }
#UMChfkAuIshy9oNqvgKlh9u8C3cCtgg8 { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:23.941512584686rem;left:31.875rem;height:11.81475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dgnnt2MOkMAtRieQ1EBD56W3aDxGAGeV { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:55.156791687012rem;left:31.875rem;height:4.4987rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbyzPF1eecq27ktNKrI49L5CsCxpUUrN { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:37.503799438476rem;left:31.875rem;height:15.1904375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dm5WTV1efNLVVlbogRzFnB9SGVdOl4C7 { box-sizing:content-box;height:20.625rem;width:20.625rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc222869-8bc0-4edd-ba48-901e900a4008/AdobeStock_212817585.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.622180461884rem;left:0rem;display:block; }#dm5WTV1efNLVVlbogRzFnB9SGVdOl4C7.adaptive-delivery-prevent-bg, #dm5WTV1efNLVVlbogRzFnB9SGVdOl4C7.lazyload, #dm5WTV1efNLVVlbogRzFnB9SGVdOl4C7.lazyloading { background-image: none; }
#zwi8CmOsSGg0xPiTKqik492VfmNXKM47 { box-sizing:content-box;height:20.625rem;width:20.625rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/faab9c12-c22f-4395-a1db-6176420c928e/pressurewashingWinterParkFL1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:50.219188213348rem;left:0rem;display:block; }#zwi8CmOsSGg0xPiTKqik492VfmNXKM47.adaptive-delivery-prevent-bg, #zwi8CmOsSGg0xPiTKqik492VfmNXKM47.lazyload, #zwi8CmOsSGg0xPiTKqik492VfmNXKM47.lazyloading { background-image: none; }
#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { 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; }#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:35.625rem;width:60rem;position:relative;display:block; }#BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { color:#0aa0d9;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0920143127441rem;left:31.875rem;height:5.03689375rem;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; }
#tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { position:absolute;display:block;z-index:15004;background-color:#e56e2d;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.24956625rem;width:8.125rem;top:8.0620651245119rem;left:31.875rem;display:block; }
#FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { background-color:#0aa0d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.51376375rem;height:3.45117rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.065212249756rem;left:31.875rem;display:block; }
#FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hAfVKdBzq57H2H23epKNRltHukQw3Puk { box-sizing:content-box;height:30.8121875rem;width:27.0621875rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a5de159-4f6c-4313-967f-fc841fc72a56/AdobeStock_327063922.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.4061431884766rem;left:1.4686431884766rem;display:block; }#hAfVKdBzq57H2H23epKNRltHukQw3Puk.adaptive-delivery-prevent-bg, #hAfVKdBzq57H2H23epKNRltHukQw3Puk.lazyload, #hAfVKdBzq57H2H23epKNRltHukQw3Puk.lazyloading { background-image: none; }
#K1iqh32LQRfDUaV9rFlZcAx0kTDeLAs2 { color:#070002;display:block;width:24.810625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.6923809051512rem;left:31.875rem;height:18.5660625rem;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/uc/aeeae043-f071-41c2-826d-a50639675558/AdobeStock_397714912.jpeg");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: rgba(10,160,217,0.43); }#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: rgba(10,160,217,0.43); }#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:37.375rem;width:60rem;position:relative;display:block; }#LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:26.625rem;left:6.25rem;display:block; }
#m2IqstKzCx5cayAieiVJetZgNwIO5rqn { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;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:25.6875rem;left:5.9375rem;display:block; }
#dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:25.6875rem;left:51.3125rem;display:block; }
#lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { color:#070002;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.6875rem;left:25.0625rem;height:1.86903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { color:#070002;display:block;width:11.4999375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.6875rem;left:46.6875rem;height:3.7380625rem;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.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.436088562012rem;left:0rem;height:2.843425rem;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:29.6875rem;left:1.8125rem;height:3.7380625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { position:absolute;display:block;z-index:15009;background-color:#ffffff;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.3117875rem;width:2.3117875rem;top:25.625rem;left:28.5625rem;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:18.0625rem;left:5.3125rem; }
#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:18.0625rem;left:26.6875rem; }
#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:18.0625rem;left:49.375rem; }
#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; }
#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:7.0621875rem;width:8.812375rem;top:2.157657623291rem;left:25.592994689941rem;overflow:hidden;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:55.75rem;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:15.249908447266rem;left:35.49967956543rem;height:3.6556rem;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:12.749908447266rem;left:38.374572753906rem; }
#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:2.75rem;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:11.687072753906rem;left:35.374893188476rem;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:25.5rem;left:35.49967956543rem;height:3.6556rem;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:21.937164306641rem;left:35.374893188476rem;display:block; }
#hc2hqlREr670fkvgxrqVXM8MHW9aev9r { 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:15019;top:23rem;left:38.374572753906rem; }
#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:36.062072753906rem;left:35.49967956543rem;height:3.6556rem;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:32.499786376953rem;left:35.374893188476rem;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:33.562072753906rem;left:38.374572753906rem; }
#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:21.75rem;left:48.31217956543rem;display:block; }
#Bs2ngZ8wO9okzFoLBzLhS3xOUZ6QktE7 { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:35.874908447266rem;left:48.4375rem;height:2.43706875rem;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:32.312072753906rem;left:48.31217956543rem;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:25.312286376953rem;left:48.4375rem;height:3.6556rem;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:33.374908447266rem;left:51.312393188476rem; }
#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:22.812286376953rem;left:51.312393188476rem; }
#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:11.499908447266rem;left:48.31217956543rem;display:block; }
#OiJtrTvxaO2CgtDRw1Er9OFSra7dvGHK { color:#454545;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.062164306641rem;left:48.4375rem;height:2.43706875rem;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:12.562164306641rem;left:51.312393188476rem; }
#k6ShdmNrU2EknTAR192kEkzq0i4tA6QE { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e61fe59-65f1-4300-9cc4-9b84527618ec/image_fx9.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 rgba(0,0,0,0.5) ;height:20.0625rem;width:25.875rem;top:10.249908447266rem;left:0rem;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/b81268c8-34dd-4f10-afee-fa745da3cb66/Image_fx18.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 rgba(0,0,0,0.5) ;height:20.5rem;width:26.4375rem;top:31.249786376953rem;left:0rem;display:block; }#kQWhzScUtTkunsLVSxGO96TEAiFX7uHF.adaptive-delivery-prevent-bg, #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF.lazyload, #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF.lazyloading { background-image: none; }
#VmA8LfCccnGLDT6ayqmN4ScIZfryrrON { position:absolute;display:block;z-index:15002;background-color:#e56e2d;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.25rem;width:8.125rem;top:6.1246747970581rem;left:0rem;display:block; }
#aihWmPyVA6xiEPcyrfdKNnrOgocKkwoX { background-color:#0aa0d9;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.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:46.780914306641rem;left:35.49967956543rem;display:block; }
#le051Jto9ZkHrdt6IhlBEJaUq9ZSw2cK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7rye7RPaUyiqxVbGDBkUsT5DAXJ9Ieq { color:#000000;display:block;width:20.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.312072753906rem;left:35.499137878418rem;height:3.24978125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qiEsBXyPl6MWydBhcR4ruXriP1lPSxTG { color:#000000;display:block;width:31.3748125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1869573593139rem;left:0rem;height:2.68120625rem;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; }
#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { 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; }#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:80.9375rem;width:60rem;position:relative;display:block; }#VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { color:#070002;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:2.75rem;left:0rem;height:3.0875625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { color:#232b3e;display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.83642578125rem;left:18.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkoZfaxyDisKfXrpq2QfDvFNqdENfyoV { box-sizing:content-box;height:20.625rem;width:26.875rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d1f968d-5f6e-4a44-859a-4a8f8f8b4cca/482806961_1176772554233495_5969414518453291746_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:54.625rem;left:2.0625rem;display:block; }#UkoZfaxyDisKfXrpq2QfDvFNqdENfyoV.adaptive-delivery-prevent-bg, #UkoZfaxyDisKfXrpq2QfDvFNqdENfyoV.lazyload, #UkoZfaxyDisKfXrpq2QfDvFNqdENfyoV.lazyloading { background-image: none; }
#DmTu7ERc923uNrNF3NNsAgZUrx9QwT11 { box-sizing:content-box;height:20.625rem;width:26.875rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2741ffda-8b01-49b2-87d8-37b9937c5dac/482271270_994868602738948_3605193371304952265_n.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:31rem;display:block; }#DmTu7ERc923uNrNF3NNsAgZUrx9QwT11.adaptive-delivery-prevent-bg, #DmTu7ERc923uNrNF3NNsAgZUrx9QwT11.lazyload, #DmTu7ERc923uNrNF3NNsAgZUrx9QwT11.lazyloading { background-image: none; }
#pZlNzVzMOndwG6MqDTqGezo8SMar6cLZ { box-sizing:content-box;height:20.625rem;width:26.875rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aedbd9be-5b96-4854-aa61-b6f1f5d28ddb/481083110_994868656072276_796587361283424567_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:2.0625rem;display:block; }#pZlNzVzMOndwG6MqDTqGezo8SMar6cLZ.adaptive-delivery-prevent-bg, #pZlNzVzMOndwG6MqDTqGezo8SMar6cLZ.lazyload, #pZlNzVzMOndwG6MqDTqGezo8SMar6cLZ.lazyloading { background-image: none; }
#rpAxr8UDeSzTu6aT8MdZNdz2tx794pLf { box-sizing:content-box;height:20.625rem;width:26.875rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da00c1e1-d0eb-49ae-b074-7039b1d37be8/481083634_994868446072297_4702837736244223109_n.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.875rem;left:31rem;display:block; }#rpAxr8UDeSzTu6aT8MdZNdz2tx794pLf.adaptive-delivery-prevent-bg, #rpAxr8UDeSzTu6aT8MdZNdz2tx794pLf.lazyload, #rpAxr8UDeSzTu6aT8MdZNdz2tx794pLf.lazyloading { background-image: none; }
#DwdBsUwguNmoUTn7UtLHZPIWm9ThdZml { box-sizing:content-box;height:20.625rem;width:26.875rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b978176-1d6d-42e8-8aec-6eb71fe445fb/481943719_994868436072298_7845929787359465751_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.875rem;left:2.0625rem;display:block; }#DwdBsUwguNmoUTn7UtLHZPIWm9ThdZml.adaptive-delivery-prevent-bg, #DwdBsUwguNmoUTn7UtLHZPIWm9ThdZml.lazyload, #DwdBsUwguNmoUTn7UtLHZPIWm9ThdZml.lazyloading { background-image: none; }
#D2fgXvIgV5mVsMOVsEPvwN0a0HyZnUma { box-sizing:content-box;height:20.625rem;width:26.875rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/770eabb2-efc1-4bfa-a926-19fc69beacd4/482993722_1176772404233510_8449254702429541476_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:54.625rem;left:31rem;display:block; }#D2fgXvIgV5mVsMOVsEPvwN0a0HyZnUma.adaptive-delivery-prevent-bg, #D2fgXvIgV5mVsMOVsEPvwN0a0HyZnUma.lazyload, #D2fgXvIgV5mVsMOVsEPvwN0a0HyZnUma.lazyloading { background-image: none; }
#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bae3f3;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:27.875rem;width:60rem;position:relative;display:block; }#iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { color:#e56e2d;display:block;width:38.499625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7924361228943rem;left:10.562410354614rem;height:6.0112875rem;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.124rem;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:8.25rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #B0zAweUua0G8IfclNmu8ZVhH3nwHC0Ee { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s1ueyqzdh0mT2u0SzgK0fiMtTN1yQRJM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #nQeXfqhX5971SD8y1EQeukBWmOnykB2f { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #uMCvddPcPFIn38nRfiCHovq8wyVcAsWD {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s0I14qqaM4gOBT9ommwoTDFc4JZVwz0J {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XKBerg7fqT53KEbXAfECWCniV1UuH7KP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #qQrQuRN39pie6ndFvg8okOdQzbxh4enL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #CDIxRSMfBeBXunMXwSx1WtTQLJ3vg3vZ { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #bO5kEo6z5uSraAtd528ySyp0ORNSi9Hl {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #QC3mh38VbdwMu5iHPlzokOKBwaU9InDB { display:none; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xbbP5MoufBqz31RkU5lxF70EyP69gg2o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #vC3vAK9KuetfFz7pw1U9qcvpM6HHh7QK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #baIlz5AGswPITGBEHyT8IWTOGVdnBJTF { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #PV1ILfsImd4SAr7kVnKcLLS22Ws5ooRw {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #T8sTTFTOBS7EsW9c51RtafIRI80zTyDl { 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/103bd936-4ffc-4b28-b1f6-63fdfb174f5b/AdobeStock_132998856.jpeg");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.72); }#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.72); }#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:21.875rem;width:60rem;position:relative;display:block; }#dIc825iqpGXrtove54uK7uQVxAz3XX4v { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:8.18701171875rem;left:37.37451171875rem;height:4.87413125rem;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:18.75rem;width:25.4375rem;top:1.06201171875rem;left:33.99951171875rem;display:block; }
#h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:16.23681640625rem;left:35.9375rem;height:1.23751875rem;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:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.3125rem;left:44.21826171875rem; }
#GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { position:absolute;display:block;z-index:15009;height:18.75rem;width:31.25rem;top:1.15625rem;left:0.99964332580569rem;display:block; }
#dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:1.15625rem;left:0.99964332580569rem;display:none; }
#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; }
#J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { background-color:#f3f4f8;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; }
#ryVRnaRApm8LO2yGoeavgPQxzocup3sp { background-color:#0aa0d9;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.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:0.65607452392575rem;left:30.499376296997rem;display:block; }
#dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVVFDpis50f1UoBKNAbJ1kIvT6rPO7XJ { 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.4375rem;width:2.4375rem;top:0.96875rem;left:3.75rem;overflow:hidden;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:2.625rem;left:4.4365234375rem;width:16.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { top:0.6875rem;left:0rem;width:5.4375rem;height:4.3125rem;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:32.5rem;height:11.6875rem;top:25.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:25rem;height:7.5rem;top:39.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:26.3125rem;height:39.8125rem;top:14.1875rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:21.875rem;height:2.75rem;top:18.125rem;left:25.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { width:21.9375rem;height:1.25rem;top:20.875rem;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:0;top:23.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:0;top:23.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 #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:49.875rem;left:8.75rem;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:49.875rem;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.1875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3qJlxim1KKDrFzpM1kuxteyv2v9mcf { top:15rem;left:0rem;width:9.0625rem;height:7.2002149119803rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { display:block; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB9oHNFpi0IofWf620hKrT2kpd7mTTFL { width:13.5rem;height:16.25rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { width:13.125rem;height:3.1875rem;top:18.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { width:11.625rem;height:5.5625rem;top:22.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faqeznfgUP2gqWxnlaR3ynrtiHsirhHr { width:47.75rem;height:2.875rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { width:2.5rem;height:2.5rem;top:14.8125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLUsL7zw2g28wDuCcdvKui5J0PNv199q { width:1rem;height:0.5rem;top:16.8125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { width:1.3125rem;height:1.3125rem;top:15.375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { width:13.5rem;height:16.25rem;top:12.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { width:13.5rem;height:0.0625rem;top:29.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXh4CM8vkD4PiVH01dmriqwtyTUUVown { width:12.0625rem;height:6.9375rem;top:22.125rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6X04MbP9J2AzfIc52yKB1FeewaWEsS { width:13.125rem;height:3.1875rem;top:18.5rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { width:2.5rem;height:2.5rem;top:14.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { width:1rem;height:0.5rem;top:16.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { width:1.3125rem;height:1.3125rem;top:15.4375rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMqPABZr5TRTJOOqwmS6a85dTUBsrzpR { width:13.4375rem;height:16.25rem;top:12.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRHTFKgnN57FrN4C21a964bnhw5n2KPf { width:2.5rem;height:2.5rem;top:14.875rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqBl2CryTx9GK3G1gfxHZoa5qepdZ23F { width:1.3125rem;height:1.3125rem;top:15.4375rem;left:30.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTeqT53KAM3LeTAMgOd4hq59hU3nzPvz { width:1rem;height:0.5rem;top:16.875rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { width:13.5rem;height:16.25rem;top:12.6875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwRZSJRqoXUQh3zgvoLRkto4FA886moJ { width:13.125rem;height:3.1875rem;top:18.5rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { width:13.125rem;height:3.1875rem;top:18.5rem;left:34.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqLsR2Ig3wG6DF4TM9uPo3CvuyECrH11 { width:2.5rem;height:2.5rem;top:14.875rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonMOtbaXlrrF0KbkUCTIob82X55alMv { width:1rem;height:0.5rem;top:16.875rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { width:1.3125rem;height:1.3125rem;top:15.4375rem;left:42.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVFF1R6hVRvWVzEBTimwTQGwsIAN2T9c { width:11.5625rem;height:5.5625rem;top:22.1875rem;left:24.09342956543rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { width:11.5625rem;height:6.9375rem;top:22.1875rem;left:35.968536376953rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unb2WSog8ESTheDerC2y5EGn5ZlSX73r { width:13.5rem;height:0.0625rem;top:29.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { width:13.5rem;height:0.0625rem;top:29.1875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lic0lOR9ecbSHKeUc5aaiQNiZd8W5TKu { width:13.6875rem;height:2.875rem;top:35.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2FyS85zfGKV6fwdJgsItNTu4PQTLs6Q { display:block; }
 }@media only screen and (max-width: 763px) { #nI2qO8uMxaWZxH9MRAQZ9C97ZT25skWJ { width:44.875rem;height:3.1875rem;top:7.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7LdzTOeIMxiUXg9DXxLk2rs8OfLSh4f { width:13.5rem;height:0.0625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgIbMW3wfpyptQNJAx5ktmJ8AE7nruT6 { width:44.875rem;height:1.5625rem;top:31.5rem;left:0rem;font-size:1.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.125rem;height:5.5rem;top:4.6875rem;left:0rem;font-size:1.5625rem;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:8.125rem;height:0.25rem;top:10.5625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:28.125rem;height:8rem;top:1.5rem;left:19.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:28.125rem;height:10.125rem;top:12.25rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:13.625rem;height:2.8125rem;top:64.0625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #ROksINuqV38EMifSLCIJr33aJbnidx8G { top:2.4375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMChfkAuIshy9oNqvgKlh9u8C3cCtgg8 { width:28.125rem;height:11.8125rem;top:23.9375rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgnnt2MOkMAtRieQ1EBD56W3aDxGAGeV { width:28.125rem;height:4.4375rem;top:55.125rem;left:19.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbyzPF1eecq27ktNKrI49L5CsCxpUUrN { width:28.125rem;height:15.1875rem;top:37.5rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm5WTV1efNLVVlbogRzFnB9SGVdOl4C7 { top:26.5625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwi8CmOsSGg0xPiTKqik492VfmNXKM47 { top:50.1875rem;left:0rem;width:20.625rem;height:20.625rem;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) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { top:2.0625rem;left:19.625rem;width:28.125rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { top:8rem;left:23.875rem;width:8.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { width:16.5rem;height:3.4375rem;top:29.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block; }
 }@media only screen and (max-width: 763px) { #hAfVKdBzq57H2H23epKNRltHukQw3Puk { top:2.375rem;left:0rem;width:27rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1iqh32LQRfDUaV9rFlZcAx0kTDeLAs2 { top:9.6875rem;left:23rem;width:24.75rem;height:18.5625rem;font-size:1.125rem;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:26.625rem;left:0.125rem;width:45.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2IqstKzCx5cayAieiVJetZgNwIO5rqn { top:25.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { top:25.6875rem;left:45.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { top:29.6875rem;left:18.9375rem;width:9.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { top:29.6875rem;left:36.3125rem;width:11.4375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { top:11.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { top:29.6875rem;left:0rem;width:13rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { top:25.625rem;left:22.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuBZviPAAkiVga395eWrCuyeKNTHSAQm { top:18.0625rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { top:18.0625rem;left:20.5625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { top:18.0625rem;left:41.6875rem;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) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { top:2.125rem;left:19.467994689941rem;width:8.75rem;height:7.0122005276671rem;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:15.1875rem;left:29.37467956543rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TvLVsmPd01RVcTsQTstwHU9CAmdDk7 { top:12.6875rem;left:32.249572753906rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7igeFkE8gyKOVZWSycWfPHcrol2ZwC { width:7.6875rem;height:0.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM3cQLuGlTJyQAdcv3HJiHHZQT43OgIy { width:8.5rem;height:8.3125rem;top:11.625rem;left:29.249893188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDMgnqksvo4lTX0t82P7PV4ATObb5Ta { width:8.1875rem;height:3.625rem;top:25.5rem;left:29.37467956543rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQ5rnt9t2s8RhFXJhRiWZVldOuaylKe { width:8.5rem;height:8.3125rem;top:21.875rem;left:29.249893188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc2hqlREr670fkvgxrqVXM8MHW9aev9r { top:23rem;left:32.249572753906rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOqbCZP8SGN3Uxvm7JGDuVyzvNWyW2gC { width:8.25rem;height:3.625rem;top:36rem;left:29.37467956543rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK9pH4Wh0RGWDc24MxghafwDMCPHABnA { width:8.5rem;height:8.3125rem;top:32.4375rem;left:29.249893188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJEcf98k0u3T0idXkTSvUv9ibM3dZws { top:33.5rem;left:32.249572753906rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h682y4xdleWJxIMQwN6cIMksLPVETOTL { width:8.5rem;height:8.3125rem;top:21.75rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs2ngZ8wO9okzFoLBzLhS3xOUZ6QktE7 { width:8.25rem;height:2.4375rem;top:35.8125rem;left:39.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4gtmu62GTsPRWdmaBe54r9JDcn84ze { width:8.5rem;height:8.3125rem;top:32.25rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrxFDCOEzoAgUtwdSFb848WtGcNaN0m { width:8.25rem;height:3.625rem;top:25.25rem;left:39.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3RyBDG4rlgNBlqwyGb6ttWKo14xg07e { top:33.3125rem;left:45.187393188476rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQH8CIElzTV32yvZk3zZcscg7LvZ9imc { top:22.75rem;left:45.187393188476rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRdA7I2IfVly8m14w9xQuel7Hlwsykg { width:8.5rem;height:8.3125rem;top:11.4375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiJtrTvxaO2CgtDRw1Er9OFSra7dvGHK { width:8.25rem;height:2.4375rem;top:15rem;left:39.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoJVBiPhyAEwsJwl3uLwwgLIT401IvlT { top:12.5rem;left:45.187393188476rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ShdmNrU2EknTAR192kEkzq0i4tA6QE { top:10.1875rem;left:0rem;width:25.875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF { top:31.1875rem;left:0rem;width:26.4375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmA8LfCccnGLDT6ayqmN4ScIZfryrrON { width:8.125rem;height:0.25rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihWmPyVA6xiEPcyrfdKNnrOgocKkwoX { width:13.875rem;height:3.0625rem;top:46.75rem;left:29.37467956543rem;display:block; }
 }@media only screen and (max-width: 763px) { #le051Jto9ZkHrdt6IhlBEJaUq9ZSw2cK { display:block; }
 }@media only screen and (max-width: 763px) { #J7rye7RPaUyiqxVbGDBkUsT5DAXJ9Ieq { width:20.5rem;height:3.25rem;top:42.25rem;left:27.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEsBXyPl6MWydBhcR4ruXriP1lPSxTG { width:31.3125rem;height:2.625rem;top:2.125rem;left:0rem;font-size:1.75rem;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:2.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:23.375rem;height:1.4375rem;top:5.8125rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkoZfaxyDisKfXrpq2QfDvFNqdENfyoV { top:54.625rem;left:0rem;width:26.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmTu7ERc923uNrNF3NNsAgZUrx9QwT11 { top:9.75rem;left:20.875rem;width:26.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZlNzVzMOndwG6MqDTqGezo8SMar6cLZ { top:9.75rem;left:0rem;width:26.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpAxr8UDeSzTu6aT8MdZNdz2tx794pLf { top:31.875rem;left:20.875rem;width:26.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwdBsUwguNmoUTn7UtLHZPIWm9ThdZml { top:31.875rem;left:0rem;width:26.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2fgXvIgV5mVsMOVsEPvwN0a0HyZnUma { top:54.625rem;left:20.875rem;width:26.875rem;height:20.625rem;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:38.4375rem;height:6rem;top:1.75rem;left:4.4374103546142rem;font-size:1.9375rem;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 #B0zAweUua0G8IfclNmu8ZVhH3nwHC0Ee {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s1ueyqzdh0mT2u0SzgK0fiMtTN1yQRJM {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #nQeXfqhX5971SD8y1EQeukBWmOnykB2f {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #uMCvddPcPFIn38nRfiCHovq8wyVcAsWD {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s0I14qqaM4gOBT9ommwoTDFc4JZVwz0J {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XKBerg7fqT53KEbXAfECWCniV1UuH7KP {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #qQrQuRN39pie6ndFvg8okOdQzbxh4enL {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #CDIxRSMfBeBXunMXwSx1WtTQLJ3vg3vZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #bO5kEo6z5uSraAtd528ySyp0ORNSi9Hl {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #QC3mh38VbdwMu5iHPlzokOKBwaU9InDB {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xbbP5MoufBqz31RkU5lxF70EyP69gg2o {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #vC3vAK9KuetfFz7pw1U9qcvpM6HHh7QK {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #baIlz5AGswPITGBEHyT8IWTOGVdnBJTF {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #PV1ILfsImd4SAr7kVnKcLLS22Ws5ooRw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #T8sTTFTOBS7EsW9c51RtafIRI80zTyDl {  }
 }@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:18.6875rem;height:4.875rem;top:8.125rem;left:29.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:25.4375rem;height:18.75rem;top:1rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:21.5625rem;height:1.1875rem;top:16.1875rem;left:26.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { top:2.3125rem;left:38.09326171875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { top:1.125rem;left:0rem;width:31.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { top:1.125rem;left:0rem;width:31.25rem;height:29.4375rem;display:none; }
 }@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) { #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) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.875rem;height:3.0625rem;top:0.625rem;left:24.374376296997rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }@media only screen and (max-width: 763px) { #OVVFDpis50f1UoBKNAbJ1kIvT6rPO7XJ { top:0.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;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 { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:20rem;height:8.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;height:5.5rem;top:0.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:9.375rem;height:2.6875rem;top:1.4375rem;left:9.625rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:9.375rem;height:2.6875rem;top:4.6875rem;left:9.625rem;font-size:0.9375rem;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/4c00660a-84cd-4c50-b33e-75eca83d85e9/AdobeStock_422388575.jpeg");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(0,0,0,0.63); }#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(0,0,0,0.63); }#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:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:18.75rem;height:14.622375rem;top:10.24072265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:18.75rem;height:6.3736875rem;top:25.424806594849rem;left:0.62500011920931rem;text-align:center;text-align-last:center;font-size:1.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:19.75rem;height:33.6875rem;top:33.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:20rem;height:2.43706875rem;top:34.5rem;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.29936875rem;top:36.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;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;font-weight:400;font-style:normal; }
#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:38.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:38.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 #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:49.875rem;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:49.875rem;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) { #Tw3qJlxim1KKDrFzpM1kuxteyv2v9mcf { width:5.625rem;height:4.5rem;top:66.375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { display:block; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { border-width: 0; border-radius: 0; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { width:20rem;height:112.8125rem;border-top:0.5625rem dotted #ff5d5d;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB9oHNFpi0IofWf620hKrT2kpd7mTTFL { width:16.5625rem;height:18.75rem;top:24.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { width:13.125rem;height:3.8997375rem;top:30.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { width:13.936875rem;height:6.796875rem;top:34.6875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faqeznfgUP2gqWxnlaR3ynrtiHsirhHr { width:16.6873125rem;height:6.8245625rem;top:0.74869823455813rem;left:1.6558160781861rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { width:3.9999125rem;height:3.9999125rem;top:25.8125rem;left:7.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLUsL7zw2g28wDuCcdvKui5J0PNv199q { width:1.3125rem;height:0.625rem;top:29.125rem;left:7.25rem;background-color:#000000;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) { #JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { width:1.6875rem;height:1.6875rem;top:27.9375rem;left:11.25rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { width:16.5625rem;height:18.75rem;top:45.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { width:16.6875rem;height:0.12473375rem;top:64.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXh4CM8vkD4PiVH01dmriqwtyTUUVown { width:13.87475rem;height:8.496125rem;top:55.125rem;left:3.0625rem;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.8997375rem;top:50.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { width:4rem;height:4rem;top:46.625rem;left:7.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { width:1.3125rem;height:0.625rem;top:49.4375rem;left:7.25rem;background-color:#000000;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) { #pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { width:1.6875rem;height:1.6875rem;top:47.75rem;left:11.25rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HMqPABZr5TRTJOOqwmS6a85dTUBsrzpR { width:16.5625rem;height:18.75rem;top:65.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRHTFKgnN57FrN4C21a964bnhw5n2KPf { width:4rem;height:4rem;top:67.25rem;left:7.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqBl2CryTx9GK3G1gfxHZoa5qepdZ23F { width:1.6875rem;height:1.6875rem;top:69.625rem;left:11.125rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mTeqT53KAM3LeTAMgOd4hq59hU3nzPvz { width:1.3125rem;height:0.5625rem;top:69.875rem;left:7.25rem;background-color:#000000;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) { #XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { width:16.5625rem;height:18.75rem;top:86.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwRZSJRqoXUQh3zgvoLRkto4FA886moJ { width:13.125rem;height:3.8997375rem;top:71.25rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { width:13.125rem;height:3.8997375rem;top:93rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqLsR2Ig3wG6DF4TM9uPo3CvuyECrH11 { width:3.9999125rem;height:3.9999125rem;top:88.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonMOtbaXlrrF0KbkUCTIob82X55alMv { width:1.31214375rem;height:0.625rem;top:91.6875rem;left:7.4375rem;background-color:#000000;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) { #XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { width:1.68723125rem;height:1.68723125rem;top:90.8125rem;left:11rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oVFF1R6hVRvWVzEBTimwTQGwsIAN2T9c { width:14.437125rem;height:6.796875rem;top:75.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { width:14.9374375rem;height:6.796875rem;top:97.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unb2WSog8ESTheDerC2y5EGn5ZlSX73r { width:16.6875rem;height:0.12473375rem;top:84.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { width:16.68725rem;height:0.12473375rem;top:105.4375rem;left:1.625rem;background-color:#009aff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Lic0lOR9ecbSHKeUc5aaiQNiZd8W5TKu { width:16.2098525rem;height:3.27264rem;top:107.1875rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2FyS85zfGKV6fwdJgsItNTu4PQTLs6Q { display:block; }
 }@media only screen and (max-width: 763px) { #nI2qO8uMxaWZxH9MRAQZ9C97ZT25skWJ { width:18.812375rem;height:7.967125rem;top:9rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:poppins;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p7LdzTOeIMxiUXg9DXxLk2rs8OfLSh4f { width:16.6875rem;height:0.125rem;top:43.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgIbMW3wfpyptQNJAx5ktmJ8AE7nruT6 { width:18.8748125rem;height:3.18685rem;top:18.8125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:poppins;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/caa4e40c-f635-44cc-b1bd-e06be4b4b7a2/AdobeStock_120476021.jpeg");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: rgba(0,0,0,0.78); }#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.78); }#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:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { width:20rem;height:10.875rem;top:9.04980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:20rem;height:1.23751875rem;top:1.25rem;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:3.73730625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7228adf7-3a31-4265-a11e-e6861e8ce3f3/glenncarstenspetersP1qyEf1g0HUphoto1497091071254cc9b2ba7c48a.preview.enhance_100.mirror.jpg");background-position:bottom 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(10,160,217,0.49); }#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(10,160,217,0.49); }#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:149.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.7499375rem;height:0.25rem;top:8.4303970336912rem;left:6.1243780851364rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:19.1873125rem;height:6.33625rem;top:0.62337303161621rem;left:0.40581607818604rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:20rem;height:12.747375rem;top:35.871860504151rem;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) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:13.6527775rem;height:2.84005875rem;top:143.81076812744rem;left:3.1732859611511rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #ROksINuqV38EMifSLCIJr33aJbnidx8G { width:20rem;height:24.1875rem;top:9.99853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMChfkAuIshy9oNqvgKlh9u8C3cCtgg8 { width:20rem;height:15.93425rem;top:50.497513055801rem;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) { #dgnnt2MOkMAtRieQ1EBD56W3aDxGAGeV { width:18.75rem;height:6.3736875rem;top:134.49870300293rem;left:0.62500011920931rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #SbyzPF1eecq27ktNKrI49L5CsCxpUUrN { width:20rem;height:19.121125rem;top:68.375104904175rem;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) { #dm5WTV1efNLVVlbogRzFnB9SGVdOl4C7 { width:20rem;height:20.625rem;top:90.123149871825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwi8CmOsSGg0xPiTKqik492VfmNXKM47 { width:20rem;height:20.625rem;top:111.93633651733rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { width:19.0625rem;height:4.224175rem;top:1.0611991882324rem;left:0.46875011920929rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { width:10.625rem;height:0.25rem;top:6.9363107681275rem;left:4.6875004768372rem;background-color:#e56e2d;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) { #FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { width:16.51376375rem;height:3.45117rem;top:58.874765396118rem;left:1.7426216602326rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block; }
 }@media only screen and (max-width: 763px) { #hAfVKdBzq57H2H23epKNRltHukQw3Puk { width:18.4375rem;height:26.0623125rem;top:29.935981780291rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1iqh32LQRfDUaV9rFlZcAx0kTDeLAs2 { width:19.3120625rem;height:19.494375rem;top:8.6843528747556rem;left:0.34342455863952rem;font-size:1rem;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:62.5rem;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:10.5624375rem;height:1.86903125rem;top:40.562249183655rem;left:4.7181285619736rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { width:13.75rem;height:3.7380625rem;top:55.186876773834rem;left:3.1249998807907rem;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.87413125rem;top:10.249567031861rem;left:0.46875011920929rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { width:13.0624375rem;height:3.7380625rem;top:24.124018192291rem;left:3.4685724973679rem;font-size:1.4375rem;text-align:center;text-align-last:center;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.124825rem;height:6.124825rem;top:17.929244041443rem;left:6.9371446371081rem; }
 }@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:49.0625rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { display:flex;top:43.264823913574rem;left:7.8124994039538rem;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) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { width:7.8125rem;height:6.25rem;top:1.2706146240234rem;left:6.0937504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE { display:block; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR21gMweCsf9lrw7DdVIKcRV5TcTLHiE { width:7.5625rem;height:3.8981125rem;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.8981125rem;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.8981125rem;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.8981125rem;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.8981125rem;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.8981125rem;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.5625rem;top:57.52392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmA8LfCccnGLDT6ayqmN4ScIZfryrrON { width:7.75rem;height:0.25rem;top:6.5234375rem;left:6.125rem;background-color:#e56e2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aihWmPyVA6xiEPcyrfdKNnrOgocKkwoX { width:13.875rem;height:3.0625rem;top:81.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #le051Jto9ZkHrdt6IhlBEJaUq9ZSw2cK { display:block; }
 }@media only screen and (max-width: 763px) { #J7rye7RPaUyiqxVbGDBkUsT5DAXJ9Ieq { width:18.8748125rem;height:3.087025rem;top:77.311744689944rem;left:0.56206607818604rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #qiEsBXyPl6MWydBhcR4ruXriP1lPSxTG { width:18.5623125rem;height:4.54969375rem;top:1.0622844696045rem;left:0.71831607818606rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:20rem;height:143.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:20rem;height:4.3869375rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:18rem;height:2.59874375rem;top:7.44921875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkoZfaxyDisKfXrpq2QfDvFNqdENfyoV { width:20rem;height:20.625rem;top:99.96875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d1f968d-5f6e-4a44-859a-4a8f8f8b4cca/482806961_1176772554233495_5969414518453291746_n.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UkoZfaxyDisKfXrpq2QfDvFNqdENfyoV.adaptive-delivery-prevent-bg, #UkoZfaxyDisKfXrpq2QfDvFNqdENfyoV.lazyload, #UkoZfaxyDisKfXrpq2QfDvFNqdENfyoV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DmTu7ERc923uNrNF3NNsAgZUrx9QwT11 { width:20rem;height:20.625rem;top:34.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZlNzVzMOndwG6MqDTqGezo8SMar6cLZ { width:20rem;height:20.625rem;top:12.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpAxr8UDeSzTu6aT8MdZNdz2tx794pLf { width:20rem;height:20.625rem;top:78.09375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/985bf534-a01e-46b8-929e-e66e3624b7b5/483102631_1177860707458013_971185747426852218_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rpAxr8UDeSzTu6aT8MdZNdz2tx794pLf.adaptive-delivery-prevent-bg, #rpAxr8UDeSzTu6aT8MdZNdz2tx794pLf.lazyload, #rpAxr8UDeSzTu6aT8MdZNdz2tx794pLf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DwdBsUwguNmoUTn7UtLHZPIWm9ThdZml { width:20rem;height:20.625rem;top:56.21875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e7fc54d9-4a73-4b16-b006-98565c651e18/482344207_1177860710791346_8285012289158237911_n.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DwdBsUwguNmoUTn7UtLHZPIWm9ThdZml.adaptive-delivery-prevent-bg, #DwdBsUwguNmoUTn7UtLHZPIWm9ThdZml.lazyload, #DwdBsUwguNmoUTn7UtLHZPIWm9ThdZml.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D2fgXvIgV5mVsMOVsEPvwN0a0HyZnUma { width:20rem;height:20.625rem;top:121.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { display:none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { width:20rem;height:63.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { width:15.125rem;height:10.07484375rem;top:1.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.9375rem;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:12.709989547729rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #B0zAweUua0G8IfclNmu8ZVhH3nwHC0Ee {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s1ueyqzdh0mT2u0SzgK0fiMtTN1yQRJM {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #nQeXfqhX5971SD8y1EQeukBWmOnykB2f {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #uMCvddPcPFIn38nRfiCHovq8wyVcAsWD {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s0I14qqaM4gOBT9ommwoTDFc4JZVwz0J {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XKBerg7fqT53KEbXAfECWCniV1UuH7KP {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #qQrQuRN39pie6ndFvg8okOdQzbxh4enL {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #CDIxRSMfBeBXunMXwSx1WtTQLJ3vg3vZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #bO5kEo6z5uSraAtd528ySyp0ORNSi9Hl {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #QC3mh38VbdwMu5iHPlzokOKBwaU9InDB {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xbbP5MoufBqz31RkU5lxF70EyP69gg2o {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #vC3vAK9KuetfFz7pw1U9qcvpM6HHh7QK {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #baIlz5AGswPITGBEHyT8IWTOGVdnBJTF {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #PV1ILfsImd4SAr7kVnKcLLS22Ws5ooRw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #T8sTTFTOBS7EsW9c51RtafIRI80zTyDl {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:16.25rem;height:3.57421875rem;top:29.4931640625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:20rem;height:15.061875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:17.6855625rem;height:1.23751875rem;top:36rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { width:3.49935rem;height:3.49935rem;top:24.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { width:20rem;height:17.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { width:20rem;height:17.5rem;top:3.5894107818604rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { position:relative;z-index:auto;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { width:2.1875rem;height:2.1875rem;top:2.1875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.7724775rem;height:2.96014rem;top:5.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.875rem;height:3.0625rem;top:9.3125rem;left:3.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }@media only screen and (max-width: 763px) { #OVVFDpis50f1UoBKNAbJ1kIvT6rPO7XJ { width:2.4375rem;height:2.4375rem;top:2.0625rem;left:7.25rem;display:block; }
 }