.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:5rem;width:60rem;position:relative;display:block; }#i5RJHS7kLIE3lFZdHOX0OgiBgyQn6FZM { color:#111a3f;display:block;width:14.874375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0373756885529rem;left:5.3728694915771rem;height:2.923825rem;font-style:italic;text-align:left;text-align-last:left;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.125rem;width:4.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { background-color:#31d063;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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: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:#000000;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/684eec3f-f979-49fd-90c8-83a4bf02146c/20170915_152434_Original.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.57); }#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.57); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { border-width: 0; border-radius: 0; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:60rem;height:47.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { color:#ffffff;display:block;width:32.74875rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.125rem;left:0.875rem;height:16.5014375rem;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:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.4375rem;left:1.125rem;height:6.501rem;font-style:normal;display:block; }
#SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:40rem;width:26.375rem;top:6.437255859375rem;left:33.5625rem;display:block; }
#CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { color:#141535;display:block;width:24.81225rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.419921398163rem;left:34.343482971191rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { color:#a02a39;display:block;width:22rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:35.875rem;height:1.29931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-form-header {  }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;color:#000000;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"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:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:5rem;font-family:"open sans";overflow:hidden;line-height:1.1; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container:first-of-type{padding-top:0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container:last-of-type{padding-bottom:0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.311279296875rem;left:34.436279296875rem; }
#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:15.311279296875rem;left:34.436279296875rem; }
#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:#31d063;background-image:none;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:13.875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.0625rem;left:16.75rem;display:block; }
#pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0ioyXDXb12979hTka81pkyG9eLhyoMV { 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.25rem solid #4cb3e6;border-left:0.25rem solid #4cb3e6;border-right:0.25rem solid #4cb3e6;border-bottom:0.25rem solid #4cb3e6;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:#000000;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:36.0625rem;left:1.125rem;display:block; }
#WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:10.4375rem;left:0.875rem;display:block; }
#FhUvyegfGiSWZUqwZqXH8OfLTsdCmmJ9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.56223125rem;width:3.56223125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:7rem;left:44.9375rem; }
#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk { 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; }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row .container { background-color: transparent; background-image: none; }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row .container > .video-iframe-container { display: none; }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row > .video-iframe-container { display: none; }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .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); }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row .container { border-width: 0; border-radius: 0; }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#QE8U1xHdVJ0DNfmEzVdCG534ttJ56NMV { color:#ffffff;display:block;width:16.68725rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.125rem;left:41.6875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gE40BKmNDToDHXKmKFkTTagLn5MkiFFd { position:absolute;display:block;z-index:14999;background-color:#0783c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.8749375rem;width:17.8741875rem;top:9.3125rem;left:41.0625rem;display:block; }
#zyQErlzlsI8A8QEBVTqh6cR1GLTmaynD { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/21fc5008-9402-40b7-b825-2d1fefa35377/AdobeStock_133096096.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:8.24975rem;width:8.24975rem;top:10.3125rem;left:45.875rem;display:block; }#zyQErlzlsI8A8QEBVTqh6cR1GLTmaynD.adaptive-delivery-prevent-bg, #zyQErlzlsI8A8QEBVTqh6cR1GLTmaynD.lazyload, #zyQErlzlsI8A8QEBVTqh6cR1GLTmaynD.lazyloading { background-image: none; }
#TRy5mlhJ4AWFEci323ZTyeqKU8xoir27 { position:absolute;display:block;z-index:15002;background-color:#0783c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.875rem;width:17.875rem;top:9.375rem;left:21.125rem;display:block; }
#lKSphXx6ElJn9OpVouL0mwgNd0BX3eC5 { position:absolute;display:block;z-index:15003;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/9c947acc-a651-405e-b8d3-972d8dfde2e7/FullSizeRender1.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:8.25rem;width:8.25rem;top:10.375rem;left:25.9375rem;display:block; }#lKSphXx6ElJn9OpVouL0mwgNd0BX3eC5.adaptive-delivery-prevent-bg, #lKSphXx6ElJn9OpVouL0mwgNd0BX3eC5.lazyload, #lKSphXx6ElJn9OpVouL0mwgNd0BX3eC5.lazyloading { background-image: none; }
#elONzs4LWcz913EIZFn2lanu0RX0iHw3 { color:#ffffff;display:block;width:16.68725rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.1875rem;left:21.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bx9sw9h2gRrLPWzvlGZH0IQOmKC48HBZ { position:absolute;display:block;z-index:15005;background-color:#0783c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.875rem;width:17.875rem;top:9.3125rem;left:1.0625rem;display:block; }
#N9uKK0015dUN8M4vV6n1s8qMBTwxSCki { position:absolute;display:block;z-index:15006;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/a47c5366-1786-4f94-8ac2-0179186d2127/17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:8.25rem;width:8.25rem;top:10.3125rem;left:5.9375rem;display:block; }#N9uKK0015dUN8M4vV6n1s8qMBTwxSCki.adaptive-delivery-prevent-bg, #N9uKK0015dUN8M4vV6n1s8qMBTwxSCki.lazyload, #N9uKK0015dUN8M4vV6n1s8qMBTwxSCki.lazyloading { background-image: none; }
#rkcDuUklCTQAHPnVvbFwcNZeERmXTRbM { background-color:#31d063;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.652705rem;height:3.65269875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.125rem;left:20.6875rem;display:block; }
#ihpPv2KyhnsqLhHSpxfGltRmqRGWVFO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xy0fsVwhBD7p6wKrgSacGepCqxz1nlr3 { display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.94788646698rem;left:0rem;height:3.41235625rem;text-align:center;text-align-last:center;color:#0783c5;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; }
#N3rcCXOTgbmgqAQ8TJWOZQEat9IrBySH { color:#ffffff;display:block;width:16.6860625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.125rem;left:1.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { border-top:0.1875rem solid #000000;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:36.9375rem;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:15.9375rem;width:13.5rem;top:13.375rem;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:19.25rem;left:0.375rem;height:3.2504875rem;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.875rem;left:1.125rem;height:5.6015625rem;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:2.56201171875rem;left:0rem;height:2.9245625rem;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:15.5625rem;left:5.6875rem; }
#fLUsL7zw2g28wDuCcdvKui5J0PNv199q { position:absolute;display:block;z-index:15026;background-color:#000000;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:17.5625rem;left:5.6875rem;display:block; }
#JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { position:absolute;display:block;z-index:15007;background-color:#000000;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:16.125rem;left:7.5rem;display:block; }
#vWbXb2bFT9B4kwr3NhIQJLma4N88zsEz { position:absolute;display:block;z-index:15003;background-color:#4675b8;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:13.5625rem;top:29.625rem;left:0.1875rem;display:block; }
#pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.4375rem;left:15.5625rem;display:block; }
#DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { position:absolute;display:block;z-index:15010;background-color:#4675b8;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:13.5625rem;top:29.6875rem;left:15.75rem;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.875rem;left:16.4375rem;height:5.6015625rem;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:19.3125rem;left:15.9375rem;height:3.2504875rem;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:15.625rem;left:21.25rem; }
#Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { position:absolute;display:block;z-index:15033;background-color:#000000;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:17.625rem;left:21.25rem;display:block; }
#pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { position:absolute;display:block;z-index:15014;background-color:#000000;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:16.1875rem;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:15.9375rem;width:13.5rem;top:13.4375rem;left:30.625rem;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:15.625rem;left:36.3125rem; }
#FqBl2CryTx9GK3G1gfxHZoa5qepdZ23F { position:absolute;display:block;z-index:15021;background-color:#000000;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:16.1875rem;left:38.125rem;display:block; }
#mTeqT53KAM3LeTAMgOd4hq59hU3nzPvz { position:absolute;display:block;z-index:15040;background-color:#000000;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:17.625rem;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:15.9375rem;width:13.5rem;top:13.4375rem;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:19.3125rem;left:31rem;height:3.2504875rem;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:19.3125rem;left:45.9375rem;height:3.2504875rem;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:15.625rem;left:51.25rem; }
#LonMOtbaXlrrF0KbkUCTIob82X55alMv { position:absolute;display:block;z-index:15047;background-color:#000000;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:17.625rem;left:51.25rem;display:block; }
#XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { position:absolute;display:block;z-index:15028;background-color:#000000;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:16.1875rem;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.9375rem;left:31.75rem;height:5.6015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { color:#333333;display:block;width:12.5rem;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.875rem;left:46.25rem;height:5.6015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Unb2WSog8ESTheDerC2y5EGn5ZlSX73r { position:absolute;display:block;z-index:15017;background-color:#4675b8;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:13.5625rem;top:29.6875rem;left:30.8125rem;display:block; }
#Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { position:absolute;display:block;z-index:15024;background-color:#4675b8;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:13.5625rem;top:29.6875rem;left:45.75rem;display:block; }
#Td3y5QRsM9axWmDtHzQZhPL1mV5Xc5Rr { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#oIalAM6gnB6aeubOk6zSlndpTFbgCHw1 { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#qGin2ZCqzMA7LhkyvmUqGcPu3PKy13Ef { 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:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BRnzfKzwaMQhQ06MRExNTW38vzTJcMO6 { 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:9.8125rem;left:51.25rem;display:none; }
#qWCZZDa9sFpDI3PoyMKzCQ3l4lyNoJbH { 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:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WJPzNWEO7zXPQ7P3uJe0O9r0RIrvOWoz { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#TJ2WLhOS5ZH4ZkO0CsqJos88MAsXR05f { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#B3D04sifFABaDpF0vX43cWl65GqDcG7F { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#GlhUtlUPMZ6dWtvEJXTk7oZUwiihKpUw { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#KzrdcpCrQTyzmHrWZr3gbrZa4NhhQcKq { 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:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kx2eMI9fH8cMQ717oxW5Fz8ZDiF8ITkh { 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:9.8125rem;left:51.25rem;display:none; }
#S53nzHkyguTO44OOQsTn6HgH6D7QQBg5 { 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:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cG5iZiCTwn4XQFuzJA4V4tbAAmvsB81u { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#zLuhOfwC4Dnxo7tAmz8bbJM6Ee0A7HXS { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#KZ2TmdExSQduedTQyQztL4PVIkoT2XMQ { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#l9EiTdpZm045umc4Cukwyhx5nJ7TkPHV { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#fZFPST6kc7XB9XokExCwliz4nmO2X1G5 { 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:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lICPsr023d1LlnTrwtKTxJGCNkPskSGW { 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:9.8125rem;left:51.25rem;display:none; }
#mW5iX9d8fe7spFGX24cOLLaCxVoZJVf6 { 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:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mliGpMA5CkIMufiX4u2xm5eLaByTAemQ { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#doMdgsQrx7hCpyRTJFRGo33NG6g7cIQw { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#nI2qO8uMxaWZxH9MRAQZ9C97ZT25skWJ { color:#000000;display:block;width:46.7498125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8359377384187rem;left:5.6867008209229rem;height:5.5253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zq3f4Gz3DubLKXCywXBqrtRy8Wlyoz94 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:3.08740234375rem;left:0.375rem; }
#Tk2yZHZno0sTd0eT5vos67rNGVCGyTq7 { background-color:#31d063;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.57283rem;height:3.57279875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.914058685302rem;left:20.672939300537rem;display:block; }
#EAnC1pU3vFt6qVUL9MtRSfJTsKce2Hid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx { 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; }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row .container { background-color: transparent; background-image: none; }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row .container > .video-iframe-container { display: none; }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row > .video-iframe-container { display: none; }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .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); }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row .container { border-width: 0; border-radius: 0; }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#c6wWbFb53hDCnRwFlncznfV9fwvZTS28 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:11.5rem;left:24.6875rem;overflow:hidden;display:block; }
#g9KJtdV9BGAH2ToMbIv0NM9aN7QkfNTF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:21.1875rem;left:24.75rem;overflow:hidden;display:block; }
#gbB9tcMUsbCRwgXsCKXnZsA92ICC9eQn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:31.1875rem;left:24.625rem;overflow:hidden;display:block; }
#u9MgGoPmdvF8Ucg4XQtxsCUxRxQUhnTS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:11.46875rem;left:43.0625rem;overflow:hidden;display:block; }
#mgmWfl6Zap34GCiuKb5ztaW824xMNk9z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.28125rem;left:43.0625rem;overflow:hidden;display:block; }
#ieo9Pk8PIS7gWZvD2qnrJPGmb5Vwmw6P { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:31.125rem;left:43.0625rem;overflow:hidden;display:block; }
#M2ZrhNlK0yQARZab4NexU6uSmaP1SLFG { position:absolute;display:block;z-index:15007;background-color:#000000;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.25rem;width:3.75rem;top:10.5625rem;left:24.59375rem;display:block; }
#zmABvwXSUlPw3kCP9ruz25EzokpvNW98 { position:absolute;display:block;z-index:15008;background-color:#000000;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.25rem;width:3.75rem;top:10.5625rem;left:43.03125rem;display:block; }
#PaUHdbKVfDskv7PxtZLDhw9e3K9MpoTX { position:absolute;display:block;z-index:15009;background-color:#000000;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.25rem;width:3.75rem;top:20.1875rem;left:24.625rem;display:block; }
#OEpyQeTKcTc05QepslX7JqnJnPIX4ODl { position:absolute;display:block;z-index:15010;background-color:#000000;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.25rem;width:3.75rem;top:20.1875rem;left:43.0625rem;display:block; }
#zWkiHS7AUaEWuLcVzDmAFDAv3hHVkAT9 { position:absolute;display:block;z-index:15012;background-color:#000000;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.25rem;width:3.75rem;top:30.1875rem;left:43.0625rem;display:block; }
#viMTuaLvfQTV0v0ST7Be7kkWX8MpOH4m { position:absolute;display:block;z-index:15011;background-color:#000000;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.25rem;width:3.75rem;top:30.1875rem;left:24.625rem;display:block; }
#bt8q3mWO4SxPXCt7pm7ZmNqXIJDyVAzT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:29.4375rem;height:4.7124rem;display:block; }
#BwiTmnF3wy3rUVaUJTzZ3ZvUKm4lcA5E { color:#000000;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.562255859375rem;left:29.4375rem;height:4.7124rem;display:block; }
#MoUEUTlSR6Gdq24JcBmFKdSqWvT0TGG3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.6875rem;left:29.4375rem;height:4.7124rem;display:block; }
#xfB57eLf7my5dmTBsmch9QvktxhyTKpn { color:#000000;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.875rem;left:47.9375rem;height:4.7124rem;display:block; }
#z5TLCBlszS63ZKTro0iPJXwFLCqGQw5B { color:#000000;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.375rem;left:47.9375rem;height:4.7124rem;display:block; }
#C2aPzHKUXKNzTq3JTH4rT83ukQnSqthV { color:#000000;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29.5rem;left:47.9375rem;height:4.7124rem;display:block; }
#ece6ixMstblSQMm6llBxGaWWDDGpk26m { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/58a71808-e66c-4e31-8ce9-bf7d5cf89765/FullSizeRender.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:3.9375rem;left:0rem;display:block; }#ece6ixMstblSQMm6llBxGaWWDDGpk26m.adaptive-delivery-prevent-bg, #ece6ixMstblSQMm6llBxGaWWDDGpk26m.lazyload, #ece6ixMstblSQMm6llBxGaWWDDGpk26m.lazyloading { background-image: none; }
#Mqqm1wiAGsCVyJ7qpHtZF54Q7b2Vf6za { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/28298287-a78a-429e-b17b-961cf0777cf4/IMG_2918_Original.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:20.1875rem;left:0rem;display:block; }#Mqqm1wiAGsCVyJ7qpHtZF54Q7b2Vf6za.adaptive-delivery-prevent-bg, #Mqqm1wiAGsCVyJ7qpHtZF54Q7b2Vf6za.lazyload, #Mqqm1wiAGsCVyJ7qpHtZF54Q7b2Vf6za.lazyloading { background-image: none; }
#SqKAmErlJMqUMoyADsXCkzRPCi6y0K8g { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.687255859375rem;left:29.4375rem;height:4.14404375rem;font-style:normal;display:block; }
#OKgT7C9qy3bfsfGtXihak79ihyUhU2iV { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:14.562255859375rem;left:48.31201171875rem;height:4.14404375rem;font-style:normal;display:block; }
#ANsB8RGZcKdw6QwFlXAm23KeymoN8GBT { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.12451171875rem;left:29.56201171875rem;height:4.14404375rem;font-style:normal;display:block; }
#Q5zeUtSSHUxUyIozAq8Tm8aEBUq0NUmt { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:23.93701171875rem;left:47.8125rem;height:4.14404375rem;font-style:normal;display:block; }
#QETQ5Wv3Xd3GpoDcyERir6RoK8LpTdHx { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:34.0625rem;left:29.4375rem;height:2.76269375rem;font-style:normal;display:block; }
#LfhhHonDPxmJn6JWLEe8XfMi6MoJbVTJ { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:33.9375rem;left:48.25rem;height:2.76269375rem;font-style:normal;display:block; }
#K3ZocMJXKBPFt9kB4yDSJPLNqGTNyOue { color:#000000;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:3.06591796875rem;left:24.75rem;height:1.5432125rem;font-style:normal;display:block; }
#KTW08hynJmALtcNT3MB8a3UcyvGHOZSt { color:#000000;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.5625rem;left:24.75rem;height:5.03613125rem;font-style:normal;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/5263cd56-03f9-446d-9053-f90f1e3c00a9/AdobeStock_5832767781.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.81); }#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.81); }#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:43.125rem;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.23730625rem;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.523925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rpusu4htPRUgJwaonOxaGRhgRiIZaN4s { 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 #141535;border-left:0.1875rem solid #141535;border-right:0.1875rem solid #141535;border-bottom:0.1875rem solid #141535;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:#141535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.78409125rem;height:3.53391625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.055219173431rem;left:19.0625rem;display:block; }
#IJ8AaDomktxeL7DXbg4raTzVpVLi2P8Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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/19ee1492-9b27-4008-9893-b4fbd72f2885/image_fx.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,117,184,0.94); }#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(70,117,184,0.94); }#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:55.5625rem;width:60rem;position:relative;display:block; }#haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:1.75rem;left:34.5625rem;display:block; }
#rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:34.56231880188rem;height:4.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { color:#ffffff;display:block;width:25.437rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:7.5498046875rem;left:34.5634765625rem;height:23.98833125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g09McViFsRFvezBhQNpuVAfH04GazIPs { 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 #141535;border-left:0.1875rem solid #141535;border-right:0.1875rem solid #141535;border-bottom:0.1875rem solid #141535;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:#141535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8520625rem;height:3.4140625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.8359375rem;left:34.5625rem;display:block; }
#xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whbZu8LDNStMt0mztySkh2DTFTmm5iiU { color:#ffffff;display:block;width:25.437rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:32.2978515625rem;left:34.5634765625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:before{  }
#M4u3XDPMUUOFkB7DCaiOndIgn6s1JSVe { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ed07c74-3273-43ca-8aff-a4d7277db51b/C81945AFCE01443A86E764CCDED0C7AB.jpeg");background-position:bottom 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:46.062rem;width:29.0625rem;top:4.748291015625rem;left:2.3115234375rem;display:block; }#M4u3XDPMUUOFkB7DCaiOndIgn6s1JSVe.adaptive-delivery-prevent-bg, #M4u3XDPMUUOFkB7DCaiOndIgn6s1JSVe.lazyload, #M4u3XDPMUUOFkB7DCaiOndIgn6s1JSVe.lazyloading { background-image: none; }
#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { background-color: transparent; background-image: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { border-width: 0; border-radius: 0; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { position:absolute;display:block;z-index:15004;background-color:#444464;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.24991125rem;width:4.6875rem;top:10.680042266846rem;left:33.75rem;display:block; }
#VnvHB3zI54u6enLat4d6ESII6vH7ayEi { color:#284d42;display:block;width:24.812rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9013671875rem;left:33.75rem;height:20.7890375rem;display:block; }
#wRzaOF0dl0rKEnLggxXpkOIxhDmuUUrp { background-color:#31d063;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5551875rem;height:3.367675rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.2880859375rem;left:33.75rem;display:block; }
#cI2zuam0soNIS3BhQu9v0oaDMSKopf1Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { color:#000000;display:block;width:23.9364375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8817458152771rem;left:33.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WoKJaRf28WkmZRsI1APb8cTLkMAIkwCN { background-color:#ffffff;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.635455rem;height:3.4480675rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.026890516281rem;left:33.75rem;display:none; }
#ldeyTkOF7mtb7Iiot0igDDuWcaXh1AzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLz0BPdm8dwpcqrJXNFaOnxreAd5TGSt { background-color:#ffffff;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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:#141535;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:none; }
#xNDXMPLi4WdFLMyWuWQny8y2zyLRukr3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pkw2LlT7MNmTzERid34np39tZ0TDA5Of { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/512c133d-6717-48a0-b10c-dc5c41727cbd/16.png");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:34.25rem;width:28.6875rem;top:2.09375rem;left:0.65625rem;display:block; }#Pkw2LlT7MNmTzERid34np39tZ0TDA5Of.adaptive-delivery-prevent-bg, #Pkw2LlT7MNmTzERid34np39tZ0TDA5Of.lazyload, #Pkw2LlT7MNmTzERid34np39tZ0TDA5Of.lazyloading { background-image: none; }
#rF1VZnbtT73A8964gKfGO7POadVWXxrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272741;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; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:38.5625rem;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:24rem;left:6.5rem;display:block; }
#m2IqstKzCx5cayAieiVJetZgNwIO5rqn { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #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:23.0625rem;left:6.1875rem;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:23.0625rem;left:51.5625rem;display:block; }
#lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { color:#ffffff;display:block;width:17.12475rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.0615234375rem;left:21.435791015625rem;height:3.7368125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { color:#ffffff;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:27.062321901321rem;left:46.968217849731rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { color:#ffffff;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:27.062321901321rem;left:2.0929508209229rem;height:3.73730625rem;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:23.030450105667rem;left:28.843214035034rem;display:block; }
#QuBZviPAAkiVga395eWrCuyeKNTHSAQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15.4375rem;left:5.5625rem; }
#TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.436789751053rem;left:26.937143325806rem; }
#ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.436789751053rem;left:49.65598487854rem; }
#fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#p7qgMQZAu60g9TOKRQpUtPpMHNiesBhw { 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 #141535;border-left:0.1875rem solid #141535;border-right:0.1875rem solid #141535;border-bottom:0.1875rem solid #141535;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:#141535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.84634125rem;height:3.53391625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.307439804077rem;left:21.030717849731rem;display:block; }
#xIvigwBEeryfVgWX4UMrIXw6l1wpxe4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:8.1875rem;top:1.2437853813171rem;left:25.874465942382rem;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:47.5rem;width:60rem;position:relative;display:block; }#LR21gMweCsf9lrw7DdVIKcRV5TcTLHiE { color:#000000;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.999633789062rem;left:35.499820709229rem;height:2.4375rem;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:8.4996337890625rem;left:38.374908447266rem; }
#HV7igeFkE8gyKOVZWSycWfPHcrol2ZwC { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:1.375rem;left:0.875rem;display:block; }
#pM3cQLuGlTJyQAdcv3HJiHHZQT43OgIy { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:6.8125rem;left:35.375rem;display:block; }
#RGDMgnqksvo4lTX0t82P7PV4ATObb5Ta { color:#000000;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:21.25rem;left:35.499820709229rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmQ5rnt9t2s8RhFXJhRiWZVldOuaylKe { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:17.0625rem;left:35.375rem;display:block; }
#hc2hqlREr670fkvgxrqVXM8MHW9aev9r { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:18.75rem;left:38.374908447266rem; }
#IOqbCZP8SGN3Uxvm7JGDuVyzvNWyW2gC { color:#000000;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.1875rem;left:35.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yK9pH4Wh0RGWDc24MxghafwDMCPHABnA { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:27.625rem;left:35.375rem;display:block; }
#dTJEcf98k0u3T0idXkTSvUv9ibM3dZws { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:28.6875rem;left:38.375rem; }
#h682y4xdleWJxIMQwN6cIMksLPVETOTL { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:16.875rem;left:48.3125rem;display:block; }
#Bs2ngZ8wO9okzFoLBzLhS3xOUZ6QktE7 { color:#000000;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:31rem;left:48.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ4gtmu62GTsPRWdmaBe54r9JDcn84ze { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:27.4375rem;left:48.3125rem;display:block; }
#GTrxFDCOEzoAgUtwdSFb848WtGcNaN0m { color:#000000;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:21.062225341797rem;left:48.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3RyBDG4rlgNBlqwyGb6ttWKo14xg07e { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:28.5rem;left:51.3125rem; }
#gQH8CIElzTV32yvZk3zZcscg7LvZ9imc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:18.562225341797rem;left:51.312141418457rem; }
#MVRdA7I2IfVly8m14w9xQuel7Hlwsykg { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.5rem;top:6.625rem;left:48.3125rem;display:block; }
#OiJtrTvxaO2CgtDRw1Er9OFSra7dvGHK { color:#000000;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:10.812316894531rem;left:48.4375rem;height:2.4375rem;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:8.3123168945312rem;left:51.312141418457rem; }
#k6ShdmNrU2EknTAR192kEkzq0i4tA6QE { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c5914c76-b7fd-4689-828e-1757c19d0154/14.png");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.0625rem;width:25.875rem;top:8rem;left:0.875rem;display:block; }#k6ShdmNrU2EknTAR192kEkzq0i4tA6QE.adaptive-delivery-prevent-bg, #k6ShdmNrU2EknTAR192kEkzq0i4tA6QE.lazyload, #k6ShdmNrU2EknTAR192kEkzq0i4tA6QE.lazyloading { background-image: none; }
#kQWhzScUtTkunsLVSxGO96TEAiFX7uHF { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b3fc2e1e-c497-4e41-b1da-3bb62c1f66d5/15.png");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:24.40625rem;left:5.78125rem;display:block; }#kQWhzScUtTkunsLVSxGO96TEAiFX7uHF.adaptive-delivery-prevent-bg, #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF.lazyload, #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF.lazyloading { background-image: none; }
#VmA8LfCccnGLDT6ayqmN4ScIZfryrrON { position:absolute;display:block;z-index:15002;background-color:#4675b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:6.8125rem;left:0rem;display:block; }
#qiEsBXyPl6MWydBhcR4ruXriP1lPSxTG { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.374755859375rem;left:0rem;height:5.361325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7rye7RPaUyiqxVbGDBkUsT5DAXJ9Ieq { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.4375rem;left:35.5rem;height:3.2504875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QxabCdwVoLvTS1c7qLu9AVDcXhd3cTnp { background-color:#31d063;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.57283rem;height:3.57279875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.040571212769rem;left:35.499376296997rem;display:block; }
#maQSRs5DbAbiIF9bLnzv6oThDQFGC1tW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { background-color: transparent; background-image: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { border-width: 0; border-radius: 0; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { font-size:0.875rem;font-family:arial;height:80.1875rem;width:60rem;position:relative;display:block; }#VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { color:#4675b8;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { color:#232b3e;display:block;width:34.3124375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.3742895126344rem;left:12.843128204346rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbswxoBSFG89brSeRdVAKgudLuMIxSlP { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d6c77f87-552b-4ccd-b3ed-5afd2322faf3/13.png");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.6875rem;width:26.625rem;top:12.0625rem;left:2.4375rem;display:block; }#XbswxoBSFG89brSeRdVAKgudLuMIxSlP.adaptive-delivery-prevent-bg, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyload, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyloading { background-image: none; }
#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d1b1529-ce98-4379-9219-d6392d92fac7/20170914_100747_Original.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.6875rem;width:26.625rem;top:12.0625rem;left:30.9375rem;display:block; }#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.adaptive-delivery-prevent-bg, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyload, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyloading { background-image: none; }
#VOSIf1Exo0wHcSgoJEPzb01RI1OmgZPh { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b23cd27a-f215-4b3a-b8ce-0ee01a69972a/AdobeStock_423865710.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:34.625rem;left:2.4375rem;display:block; }#VOSIf1Exo0wHcSgoJEPzb01RI1OmgZPh.adaptive-delivery-prevent-bg, #VOSIf1Exo0wHcSgoJEPzb01RI1OmgZPh.lazyload, #VOSIf1Exo0wHcSgoJEPzb01RI1OmgZPh.lazyloading { background-image: none; }
#EmV93KW6wNwUNg6OT0mwXW7STpevVK70 { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/28298287-a78a-429e-b17b-961cf0777cf4/IMG_2918_Original.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.6875rem;width:26.625rem;top:34.625rem;left:30.9375rem;display:block; }#EmV93KW6wNwUNg6OT0mwXW7STpevVK70.adaptive-delivery-prevent-bg, #EmV93KW6wNwUNg6OT0mwXW7STpevVK70.lazyload, #EmV93KW6wNwUNg6OT0mwXW7STpevVK70.lazyloading { background-image: none; }
#lmAOIAkkvlbNI5VxreQVR0pi7TOWv8Bf { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c66f99c4-67d8-476e-9a16-cd8dd513c6f1/IMG_5081.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:57.0625rem;left:2.4375rem;display:block; }#lmAOIAkkvlbNI5VxreQVR0pi7TOWv8Bf.adaptive-delivery-prevent-bg, #lmAOIAkkvlbNI5VxreQVR0pi7TOWv8Bf.lazyload, #lmAOIAkkvlbNI5VxreQVR0pi7TOWv8Bf.lazyloading { background-image: none; }
#TKt7X5Kmn8wluIPNkMu4QJ53Jh96KuGL { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a54eb55c-88e1-4f32-bc87-d44c55f378f1/IMG_8072.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.6875rem;width:26.625rem;top:57.0625rem;left:30.9375rem;display:block; }#TKt7X5Kmn8wluIPNkMu4QJ53Jh96KuGL.adaptive-delivery-prevent-bg, #TKt7X5Kmn8wluIPNkMu4QJ53Jh96KuGL.lazyload, #TKt7X5Kmn8wluIPNkMu4QJ53Jh96KuGL.lazyloading { background-image: none; }
#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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:29.5rem;width:60rem;position:relative;display:block; }#iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { color:#4675b8;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.011725rem;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.1230625rem;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 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z { display:none; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #po71mliXukKPqmAbBg5B671B0A9msemS { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cAh0dwecxrONic0kIxy03565CQexySni { display:none; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #Ivr1aNSexUaM1xca4xlXVlWrL0DFMbsy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #y7db1GeS6vD8UlCOGQEWIPgU8KuAGpfs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #l0iVaqn46Mak5PoTOdX2PD6B1pDyDWWm { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #hkFkSVL9pOHf9A8G2rl261OZoGrWxN5C {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #CIae1N7vLp8wegbwa1EmXvxaTAOkGT4Z { 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/409320b5-d28c-477c-9030-9e8051879a4a/sOFT.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.adaptive-delivery-prevent-bg, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyload, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyloading { background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { background-color: transparent; background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#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.77); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { border-width: 0; border-radius: 0; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#dIc825iqpGXrtove54uK7uQVxAz3XX4v { color:#000000;display:block;width:23.81125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:7.625rem;left:34.8125rem;height:19.79295rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.4375rem;width:25.4375rem;top:1.0625rem;left:34rem;display:block; }
#h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:26.625rem;left:35.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:3.5551319122314rem;left:44.686168670654rem; }
#GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:1.15625rem;left:0.99964332580569rem;display:block; }
#iThGEvMUPABMopsCEI1h6xTL8fFz447d { 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; }
#bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.25rem;left:3.5625rem;overflow:hidden;display:block; }
#J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { background-color:#ffffff;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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:#141535;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:#0783c5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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; }
@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:1rem;left:0rem;width:14.8125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { top:0rem;left:0rem;width:4.6875rem;height:4.125rem;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.6875rem;height:16.5rem;top:11.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:24.9375rem;height:6.5rem;top:28.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:26.375rem;height:40rem;top:6.375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:24.75rem;height:2.5625rem;top:10.375rem;left:23rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { width:22rem;height:1.25rem;top:13.125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { width:22.0625rem;height:auto;top:15.25rem;left:23.1875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { width:22.0625rem;height:auto;top:15.25rem;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.75rem;height:2.9375rem;top:36.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:13.75rem;height:2.9375rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.6875rem;height:0.0625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhUvyegfGiSWZUqwZqXH8OfLTsdCmmJ9 { width:3.5rem;height:3.5rem;top:7rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk { display:block; }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QE8U1xHdVJ0DNfmEzVdCG534ttJ56NMV { width:16.625rem;height:3.875rem;top:19.125rem;left:31rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE40BKmNDToDHXKmKFkTTagLn5MkiFFd { top:9.3125rem;left:29.8125rem;width:17.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyQErlzlsI8A8QEBVTqh6cR1GLTmaynD { top:10.3125rem;left:35.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRy5mlhJ4AWFEci323ZTyeqKU8xoir27 { top:9.375rem;left:13.9375rem;width:17.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKSphXx6ElJn9OpVouL0mwgNd0BX3eC5 { top:10.375rem;left:19.75rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elONzs4LWcz913EIZFn2lanu0RX0iHw3 { width:16.625rem;height:3.875rem;top:19.125rem;left:15.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx9sw9h2gRrLPWzvlGZH0IQOmKC48HBZ { top:9.3125rem;left:0rem;width:17.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9uKK0015dUN8M4vV6n1s8qMBTwxSCki { top:10.3125rem;left:3.875rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkcDuUklCTQAHPnVvbFwcNZeERmXTRbM { width:18.5625rem;height:3.5625rem;top:29.125rem;left:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihpPv2KyhnsqLhHSpxfGltRmqRGWVFO9 { display:block; }
 }@media only screen and (max-width: 763px) { #xy0fsVwhBD7p6wKrgSacGepCqxz1nlr3 { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rcCXOTgbmgqAQ8TJWOZQEat9IrBySH { width:16.625rem;height:3.875rem;top:19.125rem;left:0rem;font-size:1.5rem;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.4375rem;height:15.9375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { width:13.125rem;height:3.1875rem;top:19.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { width:11.5625rem;height:5.5625rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faqeznfgUP2gqWxnlaR3ynrtiHsirhHr { width:47.75rem;height:2.875rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { width:2.5rem;height:2.5rem;top:15.5625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLUsL7zw2g28wDuCcdvKui5J0PNv199q { width:1rem;height:0.5rem;top:17.5625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { width:1.3125rem;height:1.3125rem;top:16.125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWbXb2bFT9B4kwr3NhIQJLma4N88zsEz { width:13.5rem;height:0.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { width:13.4375rem;height:15.9375rem;top:13.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { width:13.5rem;height:0.0625rem;top:29.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXh4CM8vkD4PiVH01dmriqwtyTUUVown { width:12.0625rem;height:5.5625rem;top:22.875rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6X04MbP9J2AzfIc52yKB1FeewaWEsS { width:13.125rem;height:3.25rem;top:19.3125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { width:2.5rem;height:2.5rem;top:15.625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { width:1rem;height:0.5rem;top:17.625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { width:1.3125rem;height:1.3125rem;top:16.1875rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMqPABZr5TRTJOOqwmS6a85dTUBsrzpR { width:13.4375rem;height:15.9375rem;top:13.4375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRHTFKgnN57FrN4C21a964bnhw5n2KPf { width:2.5rem;height:2.5rem;top:15.625rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqBl2CryTx9GK3G1gfxHZoa5qepdZ23F { width:1.3125rem;height:1.3125rem;top:16.1875rem;left:30.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTeqT53KAM3LeTAMgOd4hq59hU3nzPvz { width:1rem;height:0.5rem;top:17.625rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { width:13.4375rem;height:15.9375rem;top:13.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwRZSJRqoXUQh3zgvoLRkto4FA886moJ { width:13.125rem;height:3.1875rem;top:19.3125rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { width:13.125rem;height:3.1875rem;top:19.3125rem;left:34.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqLsR2Ig3wG6DF4TM9uPo3CvuyECrH11 { width:2.5rem;height:2.5rem;top:15.625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonMOtbaXlrrF0KbkUCTIob82X55alMv { width:1rem;height:0.5rem;top:17.625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { width:1.3125rem;height:1.3125rem;top:16.1875rem;left:42.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVFF1R6hVRvWVzEBTimwTQGwsIAN2T9c { width:11.5625rem;height:5.5625rem;top:22.875rem;left:24.093570709229rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { width:12.5rem;height:5.5625rem;top:22.8125rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unb2WSog8ESTheDerC2y5EGn5ZlSX73r { width:13.5rem;height:0.0625rem;top:29.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { width:13.5rem;height:0.0625rem;top:29.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td3y5QRsM9axWmDtHzQZhPL1mV5Xc5Rr { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIalAM6gnB6aeubOk6zSlndpTFbgCHw1 { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGin2ZCqzMA7LhkyvmUqGcPu3PKy13Ef { width:13.125rem;height:3.875rem;top:70.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRnzfKzwaMQhQ06MRExNTW38vzTJcMO6 { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWCZZDa9sFpDI3PoyMKzCQ3l4lyNoJbH { width:14.875rem;height:6.75rem;top:74.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJPzNWEO7zXPQ7P3uJe0O9r0RIrvOWoz { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ2WLhOS5ZH4ZkO0CsqJos88MAsXR05f { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3D04sifFABaDpF0vX43cWl65GqDcG7F { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlhUtlUPMZ6dWtvEJXTk7oZUwiihKpUw { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzrdcpCrQTyzmHrWZr3gbrZa4NhhQcKq { width:13.125rem;height:3.875rem;top:52.4375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kx2eMI9fH8cMQ717oxW5Fz8ZDiF8ITkh { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S53nzHkyguTO44OOQsTn6HgH6D7QQBg5 { width:14.875rem;height:6.75rem;top:56.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cG5iZiCTwn4XQFuzJA4V4tbAAmvsB81u { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLuhOfwC4Dnxo7tAmz8bbJM6Ee0A7HXS { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ2TmdExSQduedTQyQztL4PVIkoT2XMQ { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9EiTdpZm045umc4Cukwyhx5nJ7TkPHV { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZFPST6kc7XB9XokExCwliz4nmO2X1G5 { width:13.125rem;height:3.875rem;top:13.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lICPsr023d1LlnTrwtKTxJGCNkPskSGW { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mW5iX9d8fe7spFGX24cOLLaCxVoZJVf6 { width:14.875rem;height:6.75rem;top:30.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mliGpMA5CkIMufiX4u2xm5eLaByTAemQ { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #doMdgsQrx7hCpyRTJFRGo33NG6g7cIQw { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nI2qO8uMxaWZxH9MRAQZ9C97ZT25skWJ { width:46.6875rem;height:5.5rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq3f4Gz3DubLKXCywXBqrtRy8Wlyoz94 { top:3.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk2yZHZno0sTd0eT5vos67rNGVCGyTq7 { width:18.5625rem;height:3.5625rem;top:31.875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAnC1pU3vFt6qVUL9MtRSfJTsKce2Hid { display:block; }
 }@media only screen and (max-width: 763px) { #in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx { display:block; }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6wWbFb53hDCnRwFlncznfV9fwvZTS28 { top:11.5rem;left:18.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KJtdV9BGAH2ToMbIv0NM9aN7QkfNTF { top:21.1875rem;left:18.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbB9tcMUsbCRwgXsCKXnZsA92ICC9eQn { top:31.1875rem;left:18.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9MgGoPmdvF8Ucg4XQtxsCUxRxQUhnTS { top:11.4375rem;left:36.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgmWfl6Zap34GCiuKb5ztaW824xMNk9z { top:21.25rem;left:36.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieo9Pk8PIS7gWZvD2qnrJPGmb5Vwmw6P { top:31.125rem;left:36.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ZrhNlK0yQARZab4NexU6uSmaP1SLFG { top:10.5625rem;left:18.46875rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmABvwXSUlPw3kCP9ruz25EzokpvNW98 { top:10.5625rem;left:36.90625rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaUHdbKVfDskv7PxtZLDhw9e3K9MpoTX { top:20.1875rem;left:18.5rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEpyQeTKcTc05QepslX7JqnJnPIX4ODl { top:20.1875rem;left:36.9375rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWkiHS7AUaEWuLcVzDmAFDAv3hHVkAT9 { top:30.1875rem;left:36.9375rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viMTuaLvfQTV0v0ST7Be7kkWX8MpOH4m { top:30.1875rem;left:18.5rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt8q3mWO4SxPXCt7pm7ZmNqXIJDyVAzT { top:10rem;left:23.3125rem;width:12.4375rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwiTmnF3wy3rUVaUJTzZ3ZvUKm4lcA5E { top:19.5rem;left:23.3125rem;width:13rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUEUTlSR6Gdq24JcBmFKdSqWvT0TGG3 { top:29.625rem;left:23.3125rem;width:12.4375rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfB57eLf7my5dmTBsmch9QvktxhyTKpn { top:9.8125rem;left:37.1875rem;width:10.5625rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TLCBlszS63ZKTro0iPJXwFLCqGQw5B { top:19.3125rem;left:37.1875rem;width:10.5625rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2aPzHKUXKNzTq3JTH4rT83ukQnSqthV { top:29.4375rem;left:37.1875rem;width:10.5625rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ece6ixMstblSQMm6llBxGaWWDDGpk26m { top:3.9375rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqqm1wiAGsCVyJ7qpHtZF54Q7b2Vf6za { top:20.1875rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqKAmErlJMqUMoyADsXCkzRPCi6y0K8g { top:14.625rem;left:23.3125rem;width:12.4375rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKgT7C9qy3bfsfGtXihak79ihyUhU2iV { top:14.5rem;left:36.125rem;width:11.625rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANsB8RGZcKdw6QwFlXAm23KeymoN8GBT { top:24.0625rem;left:23.43701171875rem;width:10.875rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5zeUtSSHUxUyIozAq8Tm8aEBUq0NUmt { top:23.875rem;left:35.5625rem;width:8.9375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QETQ5Wv3Xd3GpoDcyERir6RoK8LpTdHx { top:34rem;left:23.3125rem;width:10.875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfhhHonDPxmJn6JWLEe8XfMi6MoJbVTJ { top:33.9375rem;left:35.9375rem;width:11.8125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ZocMJXKBPFt9kB4yDSJPLNqGTNyOue { top:3.0625rem;left:12.5rem;width:35.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTW08hynJmALtcNT3MB8a3UcyvGHOZSt { top:4.5rem;left:12.5rem;width:35.25rem;height:5rem;font-size:1.9375rem;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) { #rpusu4htPRUgJwaonOxaGRhgRiIZaN4s { width:21.75rem;height:3.5rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJ8AaDomktxeL7DXbg4raTzVpVLi2P8Z { display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.75rem;height:0.125rem;top:1.75rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:25.3125rem;height:4.1875rem;top:2.125rem;left:22.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:25.375rem;height:23.9375rem;top:7.5rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:17.8125rem;height:3.375rem;top:50.8125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #whbZu8LDNStMt0mztySkh2DTFTmm5iiU { width:25.375rem;height:;top:32.25rem;left:22.375rem;font-size:1rem;display:block; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:before{  }
 }@media only screen and (max-width: 763px) { #M4u3XDPMUUOFkB7DCaiOndIgn6s1JSVe { top:4.6875rem;left:0rem;width:29.0625rem;height:46rem;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) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { top:10.625rem;left:24.5625rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvHB3zI54u6enLat4d6ESII6vH7ayEi { top:11.875rem;left:23rem;width:24.75rem;height:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRzaOF0dl0rKEnLggxXpkOIxhDmuUUrp { width:14.5rem;height:3.3125rem;top:33.25rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI2zuam0soNIS3BhQu9v0oaDMSKopf1Q { display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { top:2.875rem;left:23.875rem;width:23.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoKJaRf28WkmZRsI1APb8cTLkMAIkwCN { width:14.625rem;height:3.4375rem;top:38rem;left:24.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldeyTkOF7mtb7Iiot0igDDuWcaXh1AzG { display:block; }
 }@media only screen and (max-width: 763px) { #eLz0BPdm8dwpcqrJXNFaOnxreAd5TGSt { width:13.875rem;height:3.0625rem;top:0.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNDXMPLi4WdFLMyWuWQny8y2zyLRukr3 { display:block; }
 }@media only screen and (max-width: 763px) { #Pkw2LlT7MNmTzERid34np39tZ0TDA5Of { top:2.0625rem;left:0rem;width:28.6875rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF1VZnbtT73A8964gKfGO7POadVWXxrl { display:block; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { top:24rem;left:0.375rem;width:45.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2IqstKzCx5cayAieiVJetZgNwIO5rqn { top:23.0625rem;left:0.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { top:23.0625rem;left:45.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { top:27rem;left:15.310791015625rem;width:17.0625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { top:27rem;left:36.3125rem;width:11.4375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { top:9.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { top:27rem;left:0rem;width:13rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { top:23rem;left:22.718214035034rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuBZviPAAkiVga395eWrCuyeKNTHSAQm { top:15.4375rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { top:15.375rem;left:20.812143325806rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { top:15.375rem;left:41.625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { display:none; }
 }@media only screen and (max-width: 763px) { #pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { display:none; }
 }@media only screen and (max-width: 763px) { #p7qgMQZAu60g9TOKRQpUtPpMHNiesBhw { width:17.8125rem;height:3.5rem;top:33.25rem;left:14.905717849731rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIvigwBEeryfVgWX4UMrIXw6l1wpxe4e { display:block; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { top:1.1875rem;left:19.749465942382rem;width:8.1875rem;height:7.1875rem;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.1875rem;height:2.375rem;top:10.9375rem;left:29.374820709229rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TvLVsmPd01RVcTsQTstwHU9CAmdDk7 { top:8.4375rem;left:32.249908447266rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7igeFkE8gyKOVZWSycWfPHcrol2ZwC { width:7.75rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM3cQLuGlTJyQAdcv3HJiHHZQT43OgIy { width:8.5rem;height:8.3125rem;top:6.8125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDMgnqksvo4lTX0t82P7PV4ATObb5Ta { width:8.1875rem;height:2.375rem;top:21.25rem;left:29.374820709229rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQ5rnt9t2s8RhFXJhRiWZVldOuaylKe { width:8.5rem;height:8.3125rem;top:17.0625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc2hqlREr670fkvgxrqVXM8MHW9aev9r { top:18.75rem;left:32.249908447266rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOqbCZP8SGN3Uxvm7JGDuVyzvNWyW2gC { width:8.1875rem;height:3.625rem;top:31.125rem;left:29.374820709229rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK9pH4Wh0RGWDc24MxghafwDMCPHABnA { width:8.5rem;height:8.3125rem;top:27.625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJEcf98k0u3T0idXkTSvUv9ibM3dZws { top:28.6875rem;left:32.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h682y4xdleWJxIMQwN6cIMksLPVETOTL { width:8.5rem;height:8.3125rem;top:16.875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs2ngZ8wO9okzFoLBzLhS3xOUZ6QktE7 { width:8.1875rem;height:3.625rem;top:30.9375rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4gtmu62GTsPRWdmaBe54r9JDcn84ze { width:8.5rem;height:8.3125rem;top:27.4375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrxFDCOEzoAgUtwdSFb848WtGcNaN0m { width:8.1875rem;height:2.375rem;top:21rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3RyBDG4rlgNBlqwyGb6ttWKo14xg07e { top:28.5rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQH8CIElzTV32yvZk3zZcscg7LvZ9imc { top:18.5rem;left:45.187141418457rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRdA7I2IfVly8m14w9xQuel7Hlwsykg { width:8.5rem;height:8.3125rem;top:6.625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiJtrTvxaO2CgtDRw1Er9OFSra7dvGHK { width:8.1875rem;height:2.375rem;top:10.75rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoJVBiPhyAEwsJwl3uLwwgLIT401IvlT { top:8.25rem;left:45.187141418457rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ShdmNrU2EknTAR192kEkzq0i4tA6QE { top:8rem;left:0rem;width:25.875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF { top:24.375rem;left:0rem;width:26.4375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmA8LfCccnGLDT6ayqmN4ScIZfryrrON { width:7.75rem;height:0.125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEsBXyPl6MWydBhcR4ruXriP1lPSxTG { width:25.9375rem;height:5.375rem;top:1.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7rye7RPaUyiqxVbGDBkUsT5DAXJ9Ieq { width:22.125rem;height:3.25rem;top:37.375rem;left:25.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxabCdwVoLvTS1c7qLu9AVDcXhd3cTnp { width:18.5625rem;height:3.5625rem;top:42rem;left:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #maQSRs5DbAbiIF9bLnzv6oThDQFGC1tW { 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:2.5625rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:34.25rem;height:2.875rem;top:6.3125rem;left:6.718017578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { top:12.0625rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { top:12.0625rem;left:21.1875rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOSIf1Exo0wHcSgoJEPzb01RI1OmgZPh { top:34.625rem;left:0rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmV93KW6wNwUNg6OT0mwXW7STpevVK70 { top:34.625rem;left:21.125rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmAOIAkkvlbNI5VxreQVR0pi7TOWv8Bf { top:57.0625rem;left:0rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKt7X5Kmn8wluIPNkMu4QJ53Jh96KuGL { top:57.0625rem;left:21.125rem;width:26.625rem;height:20.6875rem;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; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #Ivr1aNSexUaM1xca4xlXVlWrL0DFMbsy {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #y7db1GeS6vD8UlCOGQEWIPgU8KuAGpfs {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #l0iVaqn46Mak5PoTOdX2PD6B1pDyDWWm {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #hkFkSVL9pOHf9A8G2rl261OZoGrWxN5C {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #CIae1N7vLp8wegbwa1EmXvxaTAOkGT4Z {  }
 }@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:23.75rem;height:19.75rem;top:7.5625rem;left:24rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:25.4375rem;height:29.4375rem;top:1.0625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:21.5625rem;height:1.375rem;top:26.625rem;left:26.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { top:3.5rem;left:38.561168670654rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { top:1.125rem;left:0rem;width:31.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThGEvMUPABMopsCEI1h6xTL8fFz447d { 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) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { top:1.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.875rem;height:3.0625rem;top:0.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #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) { 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:10.5rem;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:4.875rem;height:4.3125rem;top:0rem;left:7.5310720205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:16.875rem;height:2.4375rem;top:7.6873779296875rem;left:1.5616122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:16.875rem;height:2.4374125rem;top:4.9375rem;left:1.5616122484207rem;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/8883a7ca-699a-4f6a-bc7f-3ff4721a4b07/PinkysLightingMediaStatus11.jpg");background-position:center left !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(70,117,184,0.89); }#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(70,117,184,0.89); }#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:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:20rem;height:10.1220625rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:20rem;height:5.84765625rem;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:19.75rem;height:36.3125rem;top:28.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:20rem;height:2.030275rem;top:32.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { width:19.75rem;height:1.29931875rem;top:34.6875rem;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; }
#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.25rem;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:36.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu { display:block; }
 }@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 { display:block; }
 }@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 { display:block; }
 }@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 { display:block; }
 }@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.75rem;height:2.9375rem;top:36.0625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:13.75rem;height:2.9375rem;top:36.0625rem;left:3.125rem;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) { #FhUvyegfGiSWZUqwZqXH8OfLTsdCmmJ9 { width:3.5rem;height:3.5rem;top:28.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk { display:block; }#elPgM8HZ9R5hx21bIosMdrcG6hpxdyVk > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QE8U1xHdVJ0DNfmEzVdCG534ttJ56NMV { width:16.75rem;height:3.8994125rem;top:53.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE40BKmNDToDHXKmKFkTTagLn5MkiFFd { width:17.875rem;height:15.25rem;top:42.5rem;left:1.0625rem;background-color:#4675b8;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) { #zyQErlzlsI8A8QEBVTqh6cR1GLTmaynD { width:10.5rem;height:10.5rem;top:42.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRy5mlhJ4AWFEci323ZTyeqKU8xoir27 { width:17.875rem;height:15.25rem;top:25.125rem;left:1.125rem;background-color:#4675b8;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) { #lKSphXx6ElJn9OpVouL0mwgNd0BX3eC5 { width:11.0625rem;height:11.0625rem;top:25.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elONzs4LWcz913EIZFn2lanu0RX0iHw3 { width:16.6875rem;height:3.8997375rem;top:36.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx9sw9h2gRrLPWzvlGZH0IQOmKC48HBZ { width:17.875rem;height:15.25rem;top:7.5625rem;left:1.0625rem;background-color:#4675b8;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) { #N9uKK0015dUN8M4vV6n1s8qMBTwxSCki { width:11.0625rem;height:11.0625rem;top:7.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkcDuUklCTQAHPnVvbFwcNZeERmXTRbM { width:18.5452675rem;height:3.54528rem;top:61.035603046417rem;left:0.68714487552644rem;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ihpPv2KyhnsqLhHSpxfGltRmqRGWVFO9 { display:block; }
 }@media only screen and (max-width: 763px) { #xy0fsVwhBD7p6wKrgSacGepCqxz1nlr3 { width:20rem;height:5.20019375rem;top:1.5860238075256rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rcCXOTgbmgqAQ8TJWOZQEat9IrBySH { width:16.6875rem;height:3.8994125rem;top:18.75rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { display:block; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { border-width: 0; border-radius: 0; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { width:20rem;height:113.3125rem;border-top:0.25rem solid #000000;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:6.4240055084231rem;left:1.1101739406586rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { width:13.125rem;height:0;top:12.92480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { width:13.125rem;height:0;top:16.237125396729rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #faqeznfgUP2gqWxnlaR3ynrtiHsirhHr { width:20rem;height:6.09081875rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { width:2.5rem;height:2.5rem;top:9.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLUsL7zw2g28wDuCcdvKui5J0PNv199q { width:1.0625rem;height:0.5625rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { width:1.1875rem;height:1.1875rem;top:9.79980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWbXb2bFT9B4kwr3NhIQJLma4N88zsEz { width:14.0625rem;height:0.125rem;top:22.6123046875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { width:16.5625rem;height:18.75rem;top:26.361862182618rem;left:1.548295378685rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { width:13.5625rem;height:0.125rem;top:41.5498046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXh4CM8vkD4PiVH01dmriqwtyTUUVown { width:11.625rem;height:0;top:34.79980625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xE6X04MbP9J2AzfIc52yKB1FeewaWEsS { width:13.125rem;height:0;top:31.17480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { width:2.5rem;height:2.5rem;top:27.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { width:1.0625rem;height:0.5625rem;top:29.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { width:1.375rem;height:1.375rem;top:28.04980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMqPABZr5TRTJOOqwmS6a85dTUBsrzpR { width:16.5625rem;height:18.75rem;top:44.4375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRHTFKgnN57FrN4C21a964bnhw5n2KPf { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqBl2CryTx9GK3G1gfxHZoa5qepdZ23F { width:1.375rem;height:1.375rem;top:47.1875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTeqT53KAM3LeTAMgOd4hq59hU3nzPvz { width:1.0625rem;height:0.5625rem;top:48.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { width:16.5625rem;height:18.75rem;top:87.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwRZSJRqoXUQh3zgvoLRkto4FA886moJ { width:13.125rem;height:0;top:50.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { width:13.125rem;height:3.8994125rem;top:94.375rem;left:3.5rem;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:89.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonMOtbaXlrrF0KbkUCTIob82X55alMv { width:1.31214375rem;height:0.625rem;top:93.0625rem;left:7.5625rem;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:92.1875rem;left:11.0625rem;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:11.625rem;height:0;top:53.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { width:14.9374375rem;height:6.7998125rem;top:98.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unb2WSog8ESTheDerC2y5EGn5ZlSX73r { width:13.5625rem;height:0.125rem;top:60.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { width:16.68725rem;height:0.12473375rem;top:106.8125rem;left:1.6875rem;background-color:#4675b8;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) { #Td3y5QRsM9axWmDtHzQZhPL1mV5Xc5Rr { width:16.5625rem;height:18.75rem;top:66.6875rem;left:1.6875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #oIalAM6gnB6aeubOk6zSlndpTFbgCHw1 { width:1.31214375rem;height:0.625rem;top:71.9375rem;left:7.5625rem;z-index:15054;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) { #qGin2ZCqzMA7LhkyvmUqGcPu3PKy13Ef { width:13.125rem;height:3.8994125rem;top:73.25rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #BRnzfKzwaMQhQ06MRExNTW38vzTJcMO6 { width:3.9999125rem;height:3.9999125rem;top:68.5rem;left:8.1875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #qWCZZDa9sFpDI3PoyMKzCQ3l4lyNoJbH { width:14.9374375rem;height:6.7998125rem;top:77.625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WJPzNWEO7zXPQ7P3uJe0O9r0RIrvOWoz { width:1.68723125rem;height:1.68723125rem;top:71.0625rem;left:11.125rem;z-index:15035;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) { #TJ2WLhOS5ZH4ZkO0CsqJos88MAsXR05f { width:16.68725rem;height:0.12473375rem;top:85.6875rem;left:1.8125rem;z-index:15031;background-color:#4675b8;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) { #B3D04sifFABaDpF0vX43cWl65GqDcG7F { width:16.5625rem;height:18.75rem;top:45.875rem;left:1.6875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #GlhUtlUPMZ6dWtvEJXTk7oZUwiihKpUw { width:1.31214375rem;height:0.625rem;top:51.125rem;left:7.5625rem;z-index:15061;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) { #KzrdcpCrQTyzmHrWZr3gbrZa4NhhQcKq { width:13.125rem;height:3.8994125rem;top:52.4375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #kx2eMI9fH8cMQ717oxW5Fz8ZDiF8ITkh { width:3.9999125rem;height:3.9999125rem;top:47.6875rem;left:8.1875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #S53nzHkyguTO44OOQsTn6HgH6D7QQBg5 { width:14.9374375rem;height:6.7998125rem;top:56.8125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #cG5iZiCTwn4XQFuzJA4V4tbAAmvsB81u { width:1.68723125rem;height:1.68723125rem;top:50.25rem;left:11.125rem;z-index:15042;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) { #zLuhOfwC4Dnxo7tAmz8bbJM6Ee0A7HXS { width:16.68725rem;height:0.12473375rem;top:64.875rem;left:1.8125rem;z-index:15038;background-color:#4675b8;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) { #KZ2TmdExSQduedTQyQztL4PVIkoT2XMQ { width:16.5625rem;height:18.75rem;top:25.125rem;left:1.6875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #l9EiTdpZm045umc4Cukwyhx5nJ7TkPHV { width:1.31214375rem;height:0.625rem;top:30.375rem;left:7.5625rem;z-index:15068;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) { #fZFPST6kc7XB9XokExCwliz4nmO2X1G5 { width:13.125rem;height:3.8994125rem;top:31.6875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #lICPsr023d1LlnTrwtKTxJGCNkPskSGW { width:3.9999125rem;height:3.9999125rem;top:26.9375rem;left:8.125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #mW5iX9d8fe7spFGX24cOLLaCxVoZJVf6 { width:14.9374375rem;height:6.7998125rem;top:36.0625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #mliGpMA5CkIMufiX4u2xm5eLaByTAemQ { width:1.68723125rem;height:1.68723125rem;top:29.5rem;left:11.125rem;z-index:15049;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) { #doMdgsQrx7hCpyRTJFRGo33NG6g7cIQw { width:16.68725rem;height:0.12473375rem;top:44.125rem;left:1.8125rem;z-index:15045;background-color:#4675b8;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) { #nI2qO8uMxaWZxH9MRAQZ9C97ZT25skWJ { width:17.5625rem;height:13.40625rem;top:11.1533203125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #zq3f4Gz3DubLKXCywXBqrtRy8Wlyoz94 { display:flex;width:2.3125rem;height:2.3125rem;top:0.875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Tk2yZHZno0sTd0eT5vos67rNGVCGyTq7 { width:18.5449375rem;height:3.544925rem;top:108.4365234375rem;left:0.72705078125rem;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #EAnC1pU3vFt6qVUL9MtRSfJTsKce2Hid { display:block; }
 }@media only screen and (max-width: 763px) { #in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx { display:block; }#in7UxRMvvZvFcleXwyzPDi9zy9CAlFxx > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6wWbFb53hDCnRwFlncznfV9fwvZTS28 { width:3rem;height:3rem;top:26.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KJtdV9BGAH2ToMbIv0NM9aN7QkfNTF { width:3.4375rem;height:3.4375rem;top:39.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbB9tcMUsbCRwgXsCKXnZsA92ICC9eQn { width:3.4375rem;height:3.4375rem;top:52.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9MgGoPmdvF8Ucg4XQtxsCUxRxQUhnTS { width:3.4375rem;height:3.4375rem;top:26.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgmWfl6Zap34GCiuKb5ztaW824xMNk9z { width:3.4375rem;height:3.4375rem;top:39.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieo9Pk8PIS7gWZvD2qnrJPGmb5Vwmw6P { width:3.4375rem;height:3.4375rem;top:52.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ZrhNlK0yQARZab4NexU6uSmaP1SLFG { width:4.0625rem;height:0.25rem;top:38.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmABvwXSUlPw3kCP9ruz25EzokpvNW98 { width:4.0625rem;height:0.25rem;top:25.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaUHdbKVfDskv7PxtZLDhw9e3K9MpoTX { width:4.0625rem;height:0.25rem;top:25.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEpyQeTKcTc05QepslX7JqnJnPIX4ODl { width:4.0625rem;height:0.25rem;top:38.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWkiHS7AUaEWuLcVzDmAFDAv3hHVkAT9 { width:4.0620125rem;height:0.249755625rem;top:51.276123046875rem;left:11.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viMTuaLvfQTV0v0ST7Be7kkWX8MpOH4m { width:4.0620125rem;height:0.249755625rem;top:51.277587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt8q3mWO4SxPXCt7pm7ZmNqXIJDyVAzT { width:9.375rem;height:3.73681875rem;top:30.624755859375rem;left:0.12451171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwiTmnF3wy3rUVaUJTzZ3ZvUKm4lcA5E { width:10.8125rem;height:3.73681875rem;top:43.374755859375rem;left:0.12451171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUEUTlSR6Gdq24JcBmFKdSqWvT0TGG3 { width:8.5625rem;height:3.7368125rem;top:56.25rem;left:0.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfB57eLf7my5dmTBsmch9QvktxhyTKpn { width:8.3125rem;height:3.73681875rem;top:30.625rem;left:11.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TLCBlszS63ZKTro0iPJXwFLCqGQw5B { width:8.3125rem;height:3.7368125rem;top:43.375rem;left:11.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2aPzHKUXKNzTq3JTH4rT83ukQnSqthV { width:7.6875rem;height:3.73681875rem;top:56.25rem;left:11.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ece6ixMstblSQMm6llBxGaWWDDGpk26m { width:19.437rem;height:12.81225rem;top:11.6865234375rem;left:0.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqqm1wiAGsCVyJ7qpHtZF54Q7b2Vf6za { width:17.3745rem;height:11.49975rem;top:63.982177734375rem;left:1.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqKAmErlJMqUMoyADsXCkzRPCi6y0K8g { width:9.25rem;height:3.65625rem;top:34.374755859375rem;left:0.31201171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKgT7C9qy3bfsfGtXihak79ihyUhU2iV { width:8.31225rem;height:3.41235625rem;top:34.375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANsB8RGZcKdw6QwFlXAm23KeymoN8GBT { width:9.3125rem;height:3.41235625rem;top:46.8125rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5zeUtSSHUxUyIozAq8Tm8aEBUq0NUmt { width:7.8125rem;height:3.41235625rem;top:46.8125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QETQ5Wv3Xd3GpoDcyERir6RoK8LpTdHx { width:8.12475rem;height:2.2749rem;top:60rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfhhHonDPxmJn6JWLEe8XfMi6MoJbVTJ { width:7.93725rem;height:2.2749rem;top:60rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ZocMJXKBPFt9kB4yDSJPLNqGTNyOue { width:19.9995rem;height:1.29931875rem;top:1.374755859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTW08hynJmALtcNT3MB8a3UcyvGHOZSt { width:20rem;height:7.8003125rem;top:3.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/659475d5-b911-4cfc-aafe-0c7d871c8b3d/AdobeStock_406563391.jpeg");background-position:top 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:47.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.23730625rem;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.06055rem;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) { #rpusu4htPRUgJwaonOxaGRhgRiIZaN4s { width:17.94309125rem;height:3.50550375rem;top:37.982944846153rem;left:0.98233306407931rem;font-size:1.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8AaDomktxeL7DXbg4raTzVpVLi2P8Z { 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: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(70,117,184,0.86); }#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(70,117,184,0.86); }#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:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.7499375rem;height:0.12473375rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:20rem;height:6.09081875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:20rem;height:26.71875rem;top:33.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:17.942875rem;height:3.50390625rem;top:81.561767578125rem;left:1.027587890625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #whbZu8LDNStMt0mztySkh2DTFTmm5iiU { width:19.9995rem;height:18.1230625rem;top:61.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-family:poppins;display:block; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:before{  }
 }@media only screen and (max-width: 763px) { #M4u3XDPMUUOFkB7DCaiOndIgn6s1JSVe { width:19.9995rem;height:22.5rem;top:9.249755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { width:4.6875rem;height:0.24902375rem;top:14.548828125rem;left:7.6552734375rem;background-color:#6e71da;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) { #VnvHB3zI54u6enLat4d6ESII6vH7ayEi { width:17.9985625rem;height:23.15625rem;top:15.812255859375rem;left:0.999755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRzaOF0dl0rKEnLggxXpkOIxhDmuUUrp { width:14.5rem;height:3.3125rem;top:33.25rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cI2zuam0soNIS3BhQu9v0oaDMSKopf1Q { display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { width:20rem;height:10.400375rem;top:1.9997339248657rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoKJaRf28WkmZRsI1APb8cTLkMAIkwCN { width:14.625rem;height:3.4375rem;top:83.5966796875rem;left:4.8636363744736rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ldeyTkOF7mtb7Iiot0igDDuWcaXh1AzG { display:block; }
 }@media only screen and (max-width: 763px) { #eLz0BPdm8dwpcqrJXNFaOnxreAd5TGSt { width:13.34475rem;height:2.53125rem;top:40.76513671875rem;left:3.27978515625rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xNDXMPLi4WdFLMyWuWQny8y2zyLRukr3 { display:block; }
 }@media only screen and (max-width: 763px) { #Pkw2LlT7MNmTzERid34np39tZ0TDA5Of { width:19.99875rem;height:34.24875rem;top:44.874755859375rem;left:0rem;background-color:#cacaca;background-image:url("https://images.assets-landingi.com/uc/512c133d-6717-48a0-b10c-dc5c41727cbd/16.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Pkw2LlT7MNmTzERid34np39tZ0TDA5Of.adaptive-delivery-prevent-bg, #Pkw2LlT7MNmTzERid34np39tZ0TDA5Of.lazyload, #Pkw2LlT7MNmTzERid34np39tZ0TDA5Of.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rF1VZnbtT73A8964gKfGO7POadVWXxrl { display:block; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { width:20rem;height:69.25rem;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:5.605225rem;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.73681875rem;top:58.0625rem;left:3.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { width:19.0625rem;height:4.875rem;top:11.25rem;left:0.5rem;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.73730625rem;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:33.531160354614rem;left:6.9371446371081rem; }
 }@media only screen and (max-width: 763px) { #ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { display:flex;width:6.125rem;height:6.125rem;top:51.9375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { display:flex;top:46.1875rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { display:flex;top:29.15615940094rem;left:7.8124994039538rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #p7qgMQZAu60g9TOKRQpUtPpMHNiesBhw { width:17.8125rem;height:3.5rem;top:64.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIvigwBEeryfVgWX4UMrIXw6l1wpxe4e { display:block; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { width:9.4375rem;height:8.3125rem;top:0.58194160461426rem;left:5.2499111890793rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE { display:block; }#AGsH9pnOG7Ff5Kvix8rsKAv0AZIK55TE > .row .container { width:20rem;height:87rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR21gMweCsf9lrw7DdVIKcRV5TcTLHiE { width:7.5625rem;height:2.5986375rem;top:32.3125rem;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:30.1875rem;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:28.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDMgnqksvo4lTX0t82P7PV4ATObb5Ta { width:8.25rem;height:2.5986375rem;top:42.5rem;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:38.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc2hqlREr670fkvgxrqVXM8MHW9aev9r { width:3rem;height:3rem;top:39.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOqbCZP8SGN3Uxvm7JGDuVyzvNWyW2gC { width:8.25rem;height:3.89795rem;top:52.75rem;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:49.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJEcf98k0u3T0idXkTSvUv9ibM3dZws { width:2.6875rem;height:2.6875rem;top:50.0625rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h682y4xdleWJxIMQwN6cIMksLPVETOTL { width:9.0625rem;height:9.0625rem;top:38.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs2ngZ8wO9okzFoLBzLhS3xOUZ6QktE7 { width:5.8125rem;height:3.89795625rem;top:52.75rem;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:49.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrxFDCOEzoAgUtwdSFb848WtGcNaN0m { width:8.625rem;height:2.59863125rem;top:42.5rem;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:50.1875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQH8CIElzTV32yvZk3zZcscg7LvZ9imc { width:2.5rem;height:2.5rem;top:39.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRdA7I2IfVly8m14w9xQuel7Hlwsykg { width:9.0625rem;height:9.0625rem;top:28.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiJtrTvxaO2CgtDRw1Er9OFSra7dvGHK { width:6.875rem;height:2.5986375rem;top:32.3125rem;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:29.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ShdmNrU2EknTAR192kEkzq0i4tA6QE { width:20rem;height:17.5625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQWhzScUtTkunsLVSxGO96TEAiFX7uHF { width:20rem;height:17.5625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmA8LfCccnGLDT6ayqmN4ScIZfryrrON { width:7.7499375rem;height:0.12473375rem;top:8.2444067001344rem;left:6.1243780851364rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiEsBXyPl6MWydBhcR4ruXriP1lPSxTG { width:20rem;height:7.068625rem;top:1.23828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7rye7RPaUyiqxVbGDBkUsT5DAXJ9Ieq { width:20rem;height:3.41161875rem;top:78.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #QxabCdwVoLvTS1c7qLu9AVDcXhd3cTnp { width:18.5625rem;height:3.5625rem;top:82.5rem;left:0.6875rem;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #maQSRs5DbAbiIF9bLnzv6oThDQFGC1tW { display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:20rem;height:145.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:20rem;height:6.5808125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:20rem;height:3.65625rem;top:8.2048797607425rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { width:20rem;height:20.6875rem;top:14rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d6c77f87-552b-4ccd-b3ed-5afd2322faf3/13.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XbswxoBSFG89brSeRdVAKgudLuMIxSlP.adaptive-delivery-prevent-bg, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyload, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { width:20rem;height:20.6875rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOSIf1Exo0wHcSgoJEPzb01RI1OmgZPh { width:20rem;height:20.6875rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmV93KW6wNwUNg6OT0mwXW7STpevVK70 { width:20rem;height:20.6875rem;top:79.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmAOIAkkvlbNI5VxreQVR0pi7TOWv8Bf { width:20rem;height:20.6875rem;top:101.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKt7X5Kmn8wluIPNkMu4QJ53Jh96KuGL { width:20rem;height:20.6875rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { display:block; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { width:15.125rem;height:10.07225625rem;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.49975rem;top:12.709989547729rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #Ivr1aNSexUaM1xca4xlXVlWrL0DFMbsy {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #y7db1GeS6vD8UlCOGQEWIPgU8KuAGpfs {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #l0iVaqn46Mak5PoTOdX2PD6B1pDyDWWm {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #hkFkSVL9pOHf9A8G2rl261OZoGrWxN5C {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #CIae1N7vLp8wegbwa1EmXvxaTAOkGT4Z {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/409320b5-d28c-477c-9030-9e8051879a4a/sOFT.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.77); }#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.77); }#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 { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:16.25rem;height:19.79295rem;top:23.995077133179rem;left:1.8749998807907rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:18.75rem;height:26.875rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:17.6860625rem;height:1.375rem;top:43.56103515625rem;left:1.15673828125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { width:4.0625rem;height:4.0625rem;top:19.988902568817rem;left:7.9687494039538rem;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) { #iThGEvMUPABMopsCEI1h6xTL8fFz447d { width:20rem;height:17.5rem;top:1.4999103546143rem;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:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { width:3.3125rem;height:3.3125rem;top:1.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { width:3.125rem;height:3.125rem;top:1.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.7724775rem;height:2.96014rem;top:5.4375rem;left:3.0625rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }