.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:#ffffff;background-image:url("https://images.assets-landingi.com/92Cc0i01/body_background.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CIHkrPssn18284qDO14tndE8OghgxDyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIHkrPssn18284qDO14tndE8OghgxDyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIHkrPssn18284qDO14tndE8OghgxDyy > .row > .video-iframe-container { display: none; }#CIHkrPssn18284qDO14tndE8OghgxDyy > .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); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/bfGZG09c/section_1_bg.png");background-position:top center !important;background-repeat:no-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; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT.adaptive-delivery-prevent-bg, #duxm46S4oyOA6frd8vXlX7G8IlzxANFT.lazyload, #duxm46S4oyOA6frd8vXlX7G8IlzxANFT.lazyloading { background-image: none; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { background-color: transparent; background-image: none; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container > .video-iframe-container { display: none; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row > .video-iframe-container { display: none; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .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); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { border-width: 0; border-radius: 0; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { width:60rem;height:102rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UeSSxkV9D7B58yJTMM0MQu77513ENBQf { color:#338fff;display:block;width:48.5625rem;position:absolute;font-family:signika;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2c8ca;top:5.5087890625rem;left:4.5625rem;height:3.4121125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#in7TUkuSsCLIOIw6CPqGa8zIyuRSas86 { color:#2d2929;display:block;width:35.4375rem;position:absolute;font-family:signika;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.369140625rem;left:9.75rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KsqmqD2FeusTL7T7GQx8s9WTVT5wPeT7 { position:absolute;display:block;z-index:15001;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:30.875rem;width:16.125rem;top:12.5rem;left:19.40625rem;overflow:hidden;display:block; }
#TwVHEnHX6mmABVyG4ON8vcfga34cuzcn { 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:30.875rem;width:16.125rem;top:12.5rem;left:1.5rem;overflow:hidden;display:block; }
#Ce9AQhE9DyNIqqTEDKITTSF3HTFEtXrt { 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:30.875rem;width:16.125rem;top:12.5rem;left:37.5068359375rem;overflow:hidden;display:block; }
#ai2g0OzcuXbLU8EugcLW0bnHhM56XDWd { color:#2d2929;display:block;width:9.0625rem;position:absolute;font-family:signika;font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.59375rem;left:13.8125rem;height:4.7124rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#htNR2Eu28WT4VtO4iro4TTdaFK2RSdqQ { color:#2d2929;display:block;width:9.0625rem;position:absolute;font-family:signika;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.03125rem;left:31.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mLwQylaRVIbtHTSt9mTTCbhaGfnMQLov { 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:11.5rem;width:11.5rem;top:21.63720703125rem;left:3.8125rem;overflow:hidden;display:block; }
#V1NzMmITo6btaxgOk5Oygg6a9UX6TTTn { 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:11.5rem;width:11.5rem;top:22.1875rem;left:21.71875rem;overflow:hidden;display:block; }
#EKZWrAKQsllf6g9wreFmRBzGVBA7p1LV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:4.64404296875rem;left:48.46875rem;overflow:hidden;display:block; }
#L8z5vuIt8ssF3TQu2siD3U58tDe4XTcM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:4.64404296875rem;left:1.5rem;overflow:hidden;display:block; }
#sQHw9oOdTRkOEqN9RzoubUGnVW4dTDSS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.6064453125rem;left:3.3125rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OhnyplEBB4iXyqT1G3nTpwtNvkgn0JiX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.6064453125rem;left:21.21875rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZavHAESDM57ThXP6cteRQnlBix8moqNP { background-color:#fd8f00;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/3cdf819411991d4cc248532bddc62e9f.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.375rem;left:21.34375rem;display:block; }#ZavHAESDM57ThXP6cteRQnlBix8moqNP.adaptive-delivery-prevent-bg, #ZavHAESDM57ThXP6cteRQnlBix8moqNP.lazyload, #ZavHAESDM57ThXP6cteRQnlBix8moqNP.lazyloading { background-image: none; }
#thvAt61StDWaufFGw35lR3MskcZIBJTW { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#fqRySliwCt7MzE95ZRb6Iob4D6lIPQv0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:11.875rem;top:13.91845703125rem;left:39.5693359375rem;overflow:hidden;display:block; }
#yPu7JwrydnnwDnAM2MlT1XqoD0Gao7Tx { color:#2d2929;display:block;width:41.1875rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:48.5380859375rem;left:8.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S8h7wFVs16Caeai7ERNBFHJwLTWfdHwJ { color:#ffffff;display:block;width:11rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.35595703125rem;left:4.0625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBxssN2dFLrLtfIuslTUcL3sJgczTOH6 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.62451171875rem;left:22.09375rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpZzb3EhV64R88M2BiO52TUnPkoIf1ly { color:#000000;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.5rem;left:39.3193359375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zUOmT8TaOxgvG2d6bw52JOOHMgvog8kf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:8.85888671875rem;left:20.09375rem;display:block; }
#XViT822L8X8bPzlqulBlyUbaTV2TzJH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDcQOSidp4QgO2lyuM6aRU3ZBBHU0MaH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:9.125rem;left:20.09375rem;display:none; }
#NLDTzwr2T6bl5ZFcLUBdmiuC9HTerlyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .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:#e3e3e3;background-image:none;vertical-align:top; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .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; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .accordion-heading-text { display:block;position:relative;width:100%;font-family:signika;font-weight:700;font-size:1.25rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:signika; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .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; }#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .accordion-trigger.adaptive-delivery-prevent-bg, #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .accordion-trigger.lazyload, #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .accordion-trigger.lazyloading { background-image: none; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho { box-sizing:content-box;height:auto;width:49.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15015;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:52.6630859375rem;left:1.3125rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #heS53yPfSn7lLBwFsFwsrzhKLzVoVF2k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #l3BVi4Fh7FLyrmtQ83tv4TOyLEVr0ms3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #MeMFUdyNhZWX66vK1WnFFN8JCHlbaHSg { display:block;position:relative; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #vtomr5LSJUtcyHwv3fTUp2POcm9AheqU {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #tlP6t9TAF8QpTSSlzHZaKEvxiaF35fQt {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #RExaADVRiT64CLRvKUGI50Jm95R9eZab { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #oWVdwStTTmTtoerN1isnHS5dsX3eulGt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #bk3ucuetwM6SqAZrO2uaLEKhxXGBdXi0 { display:block;position:relative; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #LEMK6hEzF08yTbxTtodRkTV2T59nJE8t {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #BddUPgoAR4nGUKDDTUBw2wNzh6q9uVlL { display:none; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #TMb5ZmQowixBaIHNJkTEKCZAB4EbZq31 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #tna4G1lZzh32cvIgyik5ERTEF6QK0EA7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #NnTNITwefoOJQscZK2kXb4GyCmidNiTy { display:block;position:relative; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #d2pLOetlLJsN9MZZM0J2RcM2a6qnWLTN {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #cZha4CofsZqPoNd4uJHAlRD2vPAuVpyy { display:none; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #CRy5qgy2dxCDT3iJGaASyGXPDLqrOwBH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #rTNw72ckREyy4PtBmNaOnIRbirTdTzBx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #UoqOU6B3SlNl70twn8sR160tqWoU4Qri { display:block;position:relative; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #L8tVdJTxw5zRb9xR1kG73A4aTDOAkBR1 {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #kHDcxyzyGOFhAVccXT7whxWUdOQkc3wm { display:none; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #Af4pMfKBsNm0aIZ8X4gJirCA74h5qxxJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #qDhOvGfdIwfK9AX5mUis1VDMebShNQrM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #NraDNrz4GXFHw6wXTLVyZaBVc6UDW5tW { display:block;position:relative; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #Gsr7RpAwl7s9ghDdlEpUFW85LbhMzumm {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #OWG6O8xq8GS0AJHL5BhMmhbRZ39xMhie { display:none; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #ZqHEGUdHTr8kmEEJ8E40UuZzqVbPTr2Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #qtIOzG3TQkJWKc2W8kWEUvHSio4BBl6V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #svM6WJFN8tfONuoi2HG4XdTSomaKIDUg { display:block;position:relative; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #siqMS5FiT6d7mEcPduQTQWTm6KHhA51i {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #xrTLCWlKKMubpKv5hSLwbWIxmRPupKnr { display:none; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #FLaPfwEUDrTIaHGkPPImias4ADrBRLK6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #HDZHWK3tAErtTxDXVn6MdZDlLXJ4O36D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #RH9rvAnRPStTgQMvWkZAsZvAdxaKx4ek { display:block;position:relative; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #SlzPnTwTiFCB8naHZINFMNXLe0B9FdrS {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #q15G0GnuCP02cbckPPI0ZfGpp2V05NNG { display:none; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #RpzD3m9z9lLNywp3olHXtK7DmdD6gBeV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #d1WWmBRkNxuxJwT283RaGbVAm6brRDgA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #EJOaM049tyWo325CIULeVSNXg6DNeVfV { display:block;position:relative; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #wNtKcZWyCdRcf8EeRQF6rCkw8P3MTVnZ {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #BPIzExFSt7O0eRXV0KOf9V91rlTpBn5n { display:none; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #Bv3dE4k8mD7NmWU00AtwFHy4Np9hVu8W { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #ynqkPvKlmxsqN2OdTNCCqdg1CWO7TWcC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #QsWxTiIuTdHcP4wlRccTlTDt3hJPeLFR { display:block;position:relative; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #AiJ1IfJwQW1x7X0SEAV3FOcG94bHJ2An {  }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #XyRQLC1Tk0akzRaM752J9zTzvvlKn1OE { display:none; }
#JFE0Uplt9yP1DJKpKW0yGd3gcQp816NN { color:#338fff;display:block;width:48.5625rem;position:absolute;font-family:signika;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2c8ca;top:48.5380859375rem;left:3.1875rem;height:3.4121125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cc1ce2Me/bg_form.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G.adaptive-delivery-prevent-bg, #Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G.lazyload, #Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G.lazyloading { background-image: none; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { background-color: transparent; background-image: none; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container > .video-iframe-container { display: none; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row > .video-iframe-container { display: none; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .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); }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { border-width: 0; border-radius: 0; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#muypN3wLIroZrJQc9Ae1AeeWlPI3y3Wl { 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;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: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:11rem;width:60rem;top:0rem;left:0rem;display:block; }
#id7bgzTowfNhEROTC7qt4RlmsWnToFmf { color:#2d2929;display:block;width:60rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bQvOeERnLMi1BUAyWVnPCIuQe5W5X9cP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:6.1875rem;left:21.25rem;display:block; }
#y4DhuptdeSLxHvaEeDZ9OGZq3RsteiEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJI8WlA5qrTFymVzBf4SQm078zmPklyG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { background-color: transparent; background-image: none; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container > .video-iframe-container { display: none; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row > .video-iframe-container { display: none; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .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); }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { border-width: 0; border-radius: 0; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#hUndJshDQgQ7TztxRexyBT94fVTwcJCF { color:#338fff;display:block;width:47.5625rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:0.5rem;left:6.21875rem;height:3.9375rem;font-style:normal;display:block; }
#NqRsMdKTLdwqWZuSZrGZGTEmWknyMlHg { color:#2d2929;display:block;width:53.1875rem;position:absolute;font-family:signika;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.625rem;left:2.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wZvIxFwEtiLapxKzRiyEqn072o4InTMD { box-sizing:content-box;color:#2d2929;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:block;z-index:15003;top:20.6875rem;left:25.21875rem;display:block; }
#NhyZ9fmMyQFw9a5n4K85aEAJBt14s6cu { color:#24a3b2;display:block;width:45.75rem;position:absolute;font-family:signika;font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2c8ca;top:9.3251953125rem;left:0rem;height:4.7124rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nMJb3hrMN2tm22NMk0h8LE6JsRsTSXU7 { color:#24a3b2;display:block;width:36.125rem;position:absolute;font-family:signika;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2c8ca;top:12.9755859375rem;left:19.9375rem;height:4.7124rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BQ8WaHlyTFnclDImM8dieRdinhbKqGyv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.4375rem;left:18.03125rem;display:block; }
#z1CEVbSCvq2WKtD3k9gxpuhMiT1IiKSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsdEy8sbD8IcRUBewexeTExiJQwaqHGD { background-color:#fd8f00;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/3cdf819411991d4cc248532bddc62e9f.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.0625rem;left:19.28125rem;display:block; }#FsdEy8sbD8IcRUBewexeTExiJQwaqHGD.adaptive-delivery-prevent-bg, #FsdEy8sbD8IcRUBewexeTExiJQwaqHGD.lazyload, #FsdEy8sbD8IcRUBewexeTExiJQwaqHGD.lazyloading { background-image: none; }
#iMl2CdSW8IEGq1M55hQWdVa9Kal1GXQz { display:block;position:relative;top:50%;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) { #duxm46S4oyOA6frd8vXlX7G8IlzxANFT { display:block; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeSSxkV9D7B58yJTMM0MQu77513ENBQf { width:47.75rem;height:3.375rem;top:5.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #in7TUkuSsCLIOIw6CPqGa8zIyuRSas86 { width:35.4375rem;height:5.8125rem;top:0.3125rem;left:3.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsqmqD2FeusTL7T7GQx8s9WTVT5wPeT7 { width:16.125rem;height:30.875rem;top:12.5rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVHEnHX6mmABVyG4ON8vcfga34cuzcn { width:16.125rem;height:30.875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce9AQhE9DyNIqqTEDKITTSF3HTFEtXrt { width:16.125rem;height:30.875rem;top:12.5rem;left:31.3818359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2g0OzcuXbLU8EugcLW0bnHhM56XDWd { width:9.0625rem;height:4.7124rem;top:25.5625rem;left:7.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htNR2Eu28WT4VtO4iro4TTdaFK2RSdqQ { width:9.0625rem;height:;top:25rem;left:25.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLwQylaRVIbtHTSt9mTTCbhaGfnMQLov { width:11.5rem;height:11.5rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1NzMmITo6btaxgOk5Oygg6a9UX6TTTn { width:11.5rem;height:11.5rem;top:22.1875rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKZWrAKQsllf6g9wreFmRBzGVBA7p1LV { width:6.625rem;height:6.625rem;top:4.625rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8z5vuIt8ssF3TQu2siD3U58tDe4XTcM { width:6.625rem;height:6.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQHw9oOdTRkOEqN9RzoubUGnVW4dTDSS { width:12.5rem;height:3.5625rem;top:35.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhnyplEBB4iXyqT1G3nTpwtNvkgn0JiX { width:12.5rem;height:3.5625rem;top:35.5625rem;left:15.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZavHAESDM57ThXP6cteRQnlBix8moqNP { width:15rem;height:4.375rem;top:14.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thvAt61StDWaufFGw35lR3MskcZIBJTW { display:block; }
 }@media only screen and (max-width: 763px) { #fqRySliwCt7MzE95ZRb6Iob4D6lIPQv0 { width:11.875rem;height:25.875rem;top:13.875rem;left:33.4443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPu7JwrydnnwDnAM2MlT1XqoD0Gao7Tx { width:41.1875rem;height:1.4375rem;top:48.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8h7wFVs16Caeai7ERNBFHJwLTWfdHwJ { width:11rem;height:5.8125rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBxssN2dFLrLtfIuslTUcL3sJgczTOH6 { width:10.75rem;height:7.25rem;top:13.5625rem;left:15.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZzb3EhV64R88M2BiO52TUnPkoIf1ly { width:12.5rem;height:1.75rem;top:36.5rem;left:33.1943359375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUOmT8TaOxgvG2d6bw52JOOHMgvog8kf { width:17.5rem;height:3.4375rem;top:8.8125rem;left:13.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XViT822L8X8bPzlqulBlyUbaTV2TzJH3 { display:block; }
 }@media only screen and (max-width: 763px) { #NDcQOSidp4QgO2lyuM6aRU3ZBBHU0MaH { width:17.5rem;height:3.4375rem;top:9.125rem;left:13.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLDTzwr2T6bl5ZFcLUBdmiuC9HTerlyC { display:block; }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho { display:flex;height:auto;width:45.25rem;top:48.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #heS53yPfSn7lLBwFsFwsrzhKLzVoVF2k {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #l3BVi4Fh7FLyrmtQ83tv4TOyLEVr0ms3 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #MeMFUdyNhZWX66vK1WnFFN8JCHlbaHSg {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #vtomr5LSJUtcyHwv3fTUp2POcm9AheqU {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #tlP6t9TAF8QpTSSlzHZaKEvxiaF35fQt {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #RExaADVRiT64CLRvKUGI50Jm95R9eZab {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #oWVdwStTTmTtoerN1isnHS5dsX3eulGt {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #bk3ucuetwM6SqAZrO2uaLEKhxXGBdXi0 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #LEMK6hEzF08yTbxTtodRkTV2T59nJE8t {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #BddUPgoAR4nGUKDDTUBw2wNzh6q9uVlL {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #TMb5ZmQowixBaIHNJkTEKCZAB4EbZq31 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #tna4G1lZzh32cvIgyik5ERTEF6QK0EA7 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #NnTNITwefoOJQscZK2kXb4GyCmidNiTy {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #d2pLOetlLJsN9MZZM0J2RcM2a6qnWLTN {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #cZha4CofsZqPoNd4uJHAlRD2vPAuVpyy {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #CRy5qgy2dxCDT3iJGaASyGXPDLqrOwBH {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #rTNw72ckREyy4PtBmNaOnIRbirTdTzBx {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #UoqOU6B3SlNl70twn8sR160tqWoU4Qri {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #L8tVdJTxw5zRb9xR1kG73A4aTDOAkBR1 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #kHDcxyzyGOFhAVccXT7whxWUdOQkc3wm {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #Af4pMfKBsNm0aIZ8X4gJirCA74h5qxxJ {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #qDhOvGfdIwfK9AX5mUis1VDMebShNQrM {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #NraDNrz4GXFHw6wXTLVyZaBVc6UDW5tW {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #Gsr7RpAwl7s9ghDdlEpUFW85LbhMzumm {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #OWG6O8xq8GS0AJHL5BhMmhbRZ39xMhie {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #ZqHEGUdHTr8kmEEJ8E40UuZzqVbPTr2Q {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #qtIOzG3TQkJWKc2W8kWEUvHSio4BBl6V {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #svM6WJFN8tfONuoi2HG4XdTSomaKIDUg {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #siqMS5FiT6d7mEcPduQTQWTm6KHhA51i {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #xrTLCWlKKMubpKv5hSLwbWIxmRPupKnr {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #FLaPfwEUDrTIaHGkPPImias4ADrBRLK6 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #HDZHWK3tAErtTxDXVn6MdZDlLXJ4O36D {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #RH9rvAnRPStTgQMvWkZAsZvAdxaKx4ek {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #SlzPnTwTiFCB8naHZINFMNXLe0B9FdrS {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #q15G0GnuCP02cbckPPI0ZfGpp2V05NNG {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #RpzD3m9z9lLNywp3olHXtK7DmdD6gBeV {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #d1WWmBRkNxuxJwT283RaGbVAm6brRDgA {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #EJOaM049tyWo325CIULeVSNXg6DNeVfV {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #wNtKcZWyCdRcf8EeRQF6rCkw8P3MTVnZ {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #BPIzExFSt7O0eRXV0KOf9V91rlTpBn5n {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #Bv3dE4k8mD7NmWU00AtwFHy4Np9hVu8W {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #ynqkPvKlmxsqN2OdTNCCqdg1CWO7TWcC {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #QsWxTiIuTdHcP4wlRccTlTDt3hJPeLFR {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #AiJ1IfJwQW1x7X0SEAV3FOcG94bHJ2An {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #XyRQLC1Tk0akzRaM752J9zTzvvlKn1OE {  }
 }@media only screen and (max-width: 763px) { #JFE0Uplt9yP1DJKpKW0yGd3gcQp816NN { width:47.75rem;height:;top:48.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G { display:block; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muypN3wLIroZrJQc9Ae1AeeWlPI3y3Wl { width:47.75rem;height:11rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7bgzTowfNhEROTC7qt4RlmsWnToFmf { width:47.75rem;height:;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQvOeERnLMi1BUAyWVnPCIuQe5W5X9cP { width:17.5rem;height:3.4375rem;top:6.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4DhuptdeSLxHvaEeDZ9OGZq3RsteiEE { display:block; }
 }@media only screen and (max-width: 763px) { #hJI8WlA5qrTFymVzBf4SQm078zmPklyG { display:block; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUndJshDQgQ7TztxRexyBT94fVTwcJCF { width:47.5625rem;height:3.9375rem;top:0.5rem;left:0.09375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqRsMdKTLdwqWZuSZrGZGTEmWknyMlHg { width:47.75rem;height:;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvIxFwEtiLapxKzRiyEqn072o4InTMD { width:3.125rem;height:3.125rem;top:20.6875rem;left:19.09375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhyZ9fmMyQFw9a5n4K85aEAJBt14s6cu { width:45.75rem;height:4.6875rem;top:9.3125rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMJb3hrMN2tm22NMk0h8LE6JsRsTSXU7 { width:36.125rem;height:4.6875rem;top:12.9375rem;left:11.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8WaHlyTFnclDImM8dieRdinhbKqGyv { width:17.5rem;height:3.4375rem;top:23.4375rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CEVbSCvq2WKtD3k9gxpuhMiT1IiKSq { display:block; }
 }@media only screen and (max-width: 763px) { #FsdEy8sbD8IcRUBewexeTExiJQwaqHGD { width:15rem;height:4.375rem;top:14.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMl2CdSW8IEGq1M55hQWdVa9Kal1GXQz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #duxm46S4oyOA6frd8vXlX7G8IlzxANFT { display:block; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { width:20rem;height:243.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeSSxkV9D7B58yJTMM0MQu77513ENBQf { width:20rem;height:2.19970625rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #in7TUkuSsCLIOIw6CPqGa8zIyuRSas86 { width:17.5rem;height:3.0869125rem;top:16.86669921875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KsqmqD2FeusTL7T7GQx8s9WTVT5wPeT7 { width:16.125rem;height:30.875rem;top:60.3598625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVHEnHX6mmABVyG4ON8vcfga34cuzcn { width:16.125rem;height:30.875rem;top:27.28564453125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce9AQhE9DyNIqqTEDKITTSF3HTFEtXrt { width:16.125rem;height:30.875rem;top:95.93408125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2g0OzcuXbLU8EugcLW0bnHhM56XDWd { width:9.0625rem;height:2.19970625rem;top:56.91064375rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #htNR2Eu28WT4VtO4iro4TTdaFK2RSdqQ { width:9.0625rem;height:2.19970625rem;top:92.4848625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mLwQylaRVIbtHTSt9mTTCbhaGfnMQLov { width:11.5rem;height:11.5rem;top:36.4228515625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1NzMmITo6btaxgOk5Oygg6a9UX6TTTn { width:11.5rem;height:11.5rem;top:70.0473625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKZWrAKQsllf6g9wreFmRBzGVBA7p1LV { width:6.625rem;height:6.625rem;top:20.72314453125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8z5vuIt8ssF3TQu2siD3U58tDe4XTcM { width:6.625rem;height:6.625rem;top:5.82421875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQHw9oOdTRkOEqN9RzoubUGnVW4dTDSS { width:12.5rem;height:2.5996125rem;top:50.39208984375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhnyplEBB4iXyqT1G3nTpwtNvkgn0JiX { width:12.5rem;height:2.5996125rem;top:83.4663078125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZavHAESDM57ThXP6cteRQnlBix8moqNP { width:15rem;height:4.375rem;top:128.05908125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thvAt61StDWaufFGw35lR3MskcZIBJTW { display:block; }
 }@media only screen and (max-width: 763px) { #fqRySliwCt7MzE95ZRb6Iob4D6lIPQv0 { width:12rem;height:26.0625rem;top:97.79003828125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPu7JwrydnnwDnAM2MlT1XqoD0Gao7Tx { width:17.9375rem;height:1.29980625rem;top:133.68408203125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8h7wFVs16Caeai7ERNBFHJwLTWfdHwJ { width:11rem;height:5.19921875rem;top:29.9111328125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBxssN2dFLrLtfIuslTUcL3sJgczTOH6 { width:10.75rem;height:5.19921875rem;top:63.48486328125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZzb3EhV64R88M2BiO52TUnPkoIf1ly { width:12.5rem;height:1.29980625rem;top:120.75927734375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUOmT8TaOxgvG2d6bw52JOOHMgvog8kf { width:17.5rem;height:3.4375rem;top:12.87158203125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XViT822L8X8bPzlqulBlyUbaTV2TzJH3 { display:block; }
 }@media only screen and (max-width: 763px) { #NDcQOSidp4QgO2lyuM6aRU3ZBBHU0MaH { width:17.5rem;height:3.4375rem;top:134.98388671875rem;left:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NLDTzwr2T6bl5ZFcLUBdmiuC9HTerlyC { display:block; }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho { display:flex;height:auto;width:17.5rem;top:142.99658203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #heS53yPfSn7lLBwFsFwsrzhKLzVoVF2k {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #l3BVi4Fh7FLyrmtQ83tv4TOyLEVr0ms3 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #MeMFUdyNhZWX66vK1WnFFN8JCHlbaHSg {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #vtomr5LSJUtcyHwv3fTUp2POcm9AheqU {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #tlP6t9TAF8QpTSSlzHZaKEvxiaF35fQt {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #RExaADVRiT64CLRvKUGI50Jm95R9eZab {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #oWVdwStTTmTtoerN1isnHS5dsX3eulGt {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #bk3ucuetwM6SqAZrO2uaLEKhxXGBdXi0 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #LEMK6hEzF08yTbxTtodRkTV2T59nJE8t {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #BddUPgoAR4nGUKDDTUBw2wNzh6q9uVlL {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #TMb5ZmQowixBaIHNJkTEKCZAB4EbZq31 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #tna4G1lZzh32cvIgyik5ERTEF6QK0EA7 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #NnTNITwefoOJQscZK2kXb4GyCmidNiTy {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #d2pLOetlLJsN9MZZM0J2RcM2a6qnWLTN {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #cZha4CofsZqPoNd4uJHAlRD2vPAuVpyy {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #CRy5qgy2dxCDT3iJGaASyGXPDLqrOwBH {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #rTNw72ckREyy4PtBmNaOnIRbirTdTzBx {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #UoqOU6B3SlNl70twn8sR160tqWoU4Qri {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #L8tVdJTxw5zRb9xR1kG73A4aTDOAkBR1 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #kHDcxyzyGOFhAVccXT7whxWUdOQkc3wm {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #Af4pMfKBsNm0aIZ8X4gJirCA74h5qxxJ {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #qDhOvGfdIwfK9AX5mUis1VDMebShNQrM {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #NraDNrz4GXFHw6wXTLVyZaBVc6UDW5tW {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #Gsr7RpAwl7s9ghDdlEpUFW85LbhMzumm {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #OWG6O8xq8GS0AJHL5BhMmhbRZ39xMhie {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #ZqHEGUdHTr8kmEEJ8E40UuZzqVbPTr2Q {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #qtIOzG3TQkJWKc2W8kWEUvHSio4BBl6V {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #svM6WJFN8tfONuoi2HG4XdTSomaKIDUg {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #siqMS5FiT6d7mEcPduQTQWTm6KHhA51i {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #xrTLCWlKKMubpKv5hSLwbWIxmRPupKnr {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #FLaPfwEUDrTIaHGkPPImias4ADrBRLK6 {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #HDZHWK3tAErtTxDXVn6MdZDlLXJ4O36D {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #RH9rvAnRPStTgQMvWkZAsZvAdxaKx4ek {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #SlzPnTwTiFCB8naHZINFMNXLe0B9FdrS {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #q15G0GnuCP02cbckPPI0ZfGpp2V05NNG {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #RpzD3m9z9lLNywp3olHXtK7DmdD6gBeV {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #d1WWmBRkNxuxJwT283RaGbVAm6brRDgA {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #EJOaM049tyWo325CIULeVSNXg6DNeVfV {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #wNtKcZWyCdRcf8EeRQF6rCkw8P3MTVnZ {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #BPIzExFSt7O0eRXV0KOf9V91rlTpBn5n {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #Bv3dE4k8mD7NmWU00AtwFHy4Np9hVu8W {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #ynqkPvKlmxsqN2OdTNCCqdg1CWO7TWcC {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #QsWxTiIuTdHcP4wlRccTlTDt3hJPeLFR {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #AiJ1IfJwQW1x7X0SEAV3FOcG94bHJ2An {  }
 }@media only screen and (max-width: 763px) { #Vqgf4ZAhwdDpdFzE8MZ5LpvtLpDcE6ho #XyRQLC1Tk0akzRaM752J9zTzvvlKn1OE {  }
 }@media only screen and (max-width: 763px) { #JFE0Uplt9yP1DJKpKW0yGd3gcQp816NN { width:20rem;height:1.71875rem;top:139.93408203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G { display:block; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muypN3wLIroZrJQc9Ae1AeeWlPI3y3Wl { width:18.75rem;height:20.5rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7bgzTowfNhEROTC7qt4RlmsWnToFmf { width:10.3125rem;height:13.6479375rem;top:1.25rem;left:4.84375rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bQvOeERnLMi1BUAyWVnPCIuQe5W5X9cP { width:17.5rem;height:3.4375rem;top:16.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4DhuptdeSLxHvaEeDZ9OGZq3RsteiEE { display:block; }
 }@media only screen and (max-width: 763px) { #hJI8WlA5qrTFymVzBf4SQm078zmPklyG { display:block; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUndJshDQgQ7TztxRexyBT94fVTwcJCF { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqRsMdKTLdwqWZuSZrGZGTEmWknyMlHg { width:20rem;height:5.19921875rem;top:15.57373125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvIxFwEtiLapxKzRiyEqn072o4InTMD { width:3.125rem;height:3.125rem;top:25.12841796875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhyZ9fmMyQFw9a5n4K85aEAJBt14s6cu { width:20rem;height:4.3994125rem;top:4.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nMJb3hrMN2tm22NMk0h8LE6JsRsTSXU7 { width:20rem;height:2.19970625rem;top:22.02295rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8WaHlyTFnclDImM8dieRdinhbKqGyv { width:17.5rem;height:3.4375rem;top:29.34716796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CEVbSCvq2WKtD3k9gxpuhMiT1IiKSq { display:block; }
 }@media only screen and (max-width: 763px) { #FsdEy8sbD8IcRUBewexeTExiJQwaqHGD { width:15rem;height:4.375rem;top:9.94873125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMl2CdSW8IEGq1M55hQWdVa9Kal1GXQz { display:block; }
 }