.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fdfdfd;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ { background-color: transparent; background-image: none; }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ > .row .container > .video-iframe-container { display: none; }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ > .row > .video-iframe-container { display: none; }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ > .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); }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ { border-width: 0; border-radius: 0; }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SMp3gdKHL3Am02O9qoryebdXxyrGveBU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.25rem;top:2.25rem;left:1.6875rem;overflow:hidden;display:block; }
#DJNyfBugoETVwQg6LrgrocVN0I4L39pX { background-color:transparent;background-image: -webkit-linear-gradient(205deg, #1e1e1e, #0430f6);background-image: -moz-linear-gradient(205deg, #1e1e1e, #0430f6);background-image: -ms-linear-gradient(205deg, #1e1e1e, #0430f6);background-image: -o-linear-gradient(205deg, #1e1e1e, #0430f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#0430f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#0430f6' );";background-image: linear-gradient(205deg, #1e1e1e, #0430f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.25rem;left:56.1875rem;display:block; }
#gpSSFAGmo7qzDMQWEcHcRQvcqnZC0Cyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fetO799oorCbToGZrrES5C8ernqr2knT { color:#1e1e1e;display:block;width:4.9375rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:2.734375rem;left:40.84375rem;height:1.59375rem;font-style:normal;display:block; }
#uqbmoIuJ3oyOciswZ2Lw7OZ3gJ01Saht { color:#1e1e1e;display:block;width:7.125rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:2.734375rem;left:47.3125rem;height:1.59375rem;font-style:normal;display:block; }
#P9vTs5GPzPT8MTCqDvT9D3wFe58euCTz { box-sizing:content-box;height:4.6875rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(253,253,253,0.94);background-image:none;top:1.1875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 { position:relative;display:block; }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 { background-color: transparent; background-image: none; }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 > .row .container > .video-iframe-container { display: none; }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 > .row > .video-iframe-container { display: none; }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 > .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); }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 { border-width: 0; border-radius: 0; }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:77.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OBtQbOmu8MW9D87VWruKeh8QPTPIALNe { box-sizing:content-box;height:49.8125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:3.1875rem;left:0.0263671875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#OBtQbOmu8MW9D87VWruKeh8QPTPIALNe.adaptive-delivery-prevent-bg, #OBtQbOmu8MW9D87VWruKeh8QPTPIALNe.lazyload, #OBtQbOmu8MW9D87VWruKeh8QPTPIALNe.lazyloading { background-image: none; }
#qB8ADunUs0U4cKyWkXZGSUp7TRNKWpZp { color:#fdfdfd;display:block;width:61.4375rem;position:absolute;font-family:"dm sans";font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:8.4150390625rem;left:6.78125rem;height:8.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwiEpQqFCGytM0UnFkPnktRg8vN0y8un { box-sizing:content-box;height:3.9375rem;width:15.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:12.4775390625rem;left:29.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#PgRM50lQ0D2EuEPrAcJ7ou86ZIeUyAOX { color:#fdfdfd;display:block;width:62.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:18.125rem;left:6.1875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsaicxeQZiPsIntUwVugSPJZqRLIfrPQ { box-sizing:content-box;height:25.375rem;width:46.4375rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/207bae75-b478-4282-b69a-479445db387f/image21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.0625rem;left:14.5791015625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#AsaicxeQZiPsIntUwVugSPJZqRLIfrPQ.adaptive-delivery-prevent-bg, #AsaicxeQZiPsIntUwVugSPJZqRLIfrPQ.lazyload, #AsaicxeQZiPsIntUwVugSPJZqRLIfrPQ.lazyloading { background-image: none; }
#ARz4pMOEOgCGuqZgreTBf9CTeEBiAQOT { box-sizing:content-box;height:14.9375rem;width:27.3125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4a41cb0f-2cfd-49bb-8349-f21ae5c7ff9f/image23.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.3125rem;left:-5.578125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#ARz4pMOEOgCGuqZgreTBf9CTeEBiAQOT.adaptive-delivery-prevent-bg, #ARz4pMOEOgCGuqZgreTBf9CTeEBiAQOT.lazyload, #ARz4pMOEOgCGuqZgreTBf9CTeEBiAQOT.lazyloading { background-image: none; }
#D4xw1PlZ0ZrSKsOlegz1XptwetJH3AQF { box-sizing:content-box;height:16.75rem;width:29.9375rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f9d50dee-8ecc-4ddf-81d6-68acb64974e8/image22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.125rem;left:49.7578125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#D4xw1PlZ0ZrSKsOlegz1XptwetJH3AQF.adaptive-delivery-prevent-bg, #D4xw1PlZ0ZrSKsOlegz1XptwetJH3AQF.lazyload, #D4xw1PlZ0ZrSKsOlegz1XptwetJH3AQF.lazyloading { background-image: none; }
#GwhamBAgd8eHraGSI1wHIluGT74ODK7x { position:absolute;display:block;z-index:15023;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:5.9375rem;width:12.3125rem;top:67.5625rem;left:0rem;overflow:hidden;display:block; }
#sdGSA5VZ942UKZKN7pc4dMxx2bih01OZ { position:absolute;display:block;z-index:15024;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:5.9375rem;width:12.3125rem;top:67.5625rem;left:16.0625rem;overflow:hidden;display:block; }
#qarIuw2xFgZ2TEaIaTZWmgndQPmmAG5s { position:absolute;display:block;z-index:15025;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:5.9375rem;width:12.3125rem;top:67.5625rem;left:46.75rem;overflow:hidden;display:block; }
#O6AWt2Dmb4ccClz9InZaLiV6Z5ZNbZ4a { position:absolute;display:block;z-index:15026;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:5.9375rem;width:12.3125rem;top:67.5625rem;left:31.375rem;overflow:hidden;display:block; }
#NTg8l4TtFzVbrDTeP3CRmOWV6eAh343y { position:absolute;display:block;z-index:15027;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:5.9375rem;width:12.3125rem;top:67.5625rem;left:62.6875rem;overflow:hidden;display:block; }
#PSgnmhqHToFmnorlsOkJ50rThxWOtQ4Z { color:#1e1e1e;display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:63.3125rem;left:18.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vu51QV2sPTaAlJOwJOuXwawVT3oqRmJp { color:#fdfdfd;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:23.875rem;left:19.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FmivcmMTJVE1DoVA7n3afE8bVHrIfO5b { color:#fdfdfd;display:block;width:12.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:24.8125rem;left:32.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLEirVKnOKWCUohpwg7qPJJKogUeiuDp { color:#fdfdfd;display:block;width:9.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:23.9375rem;left:51.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fvx5LgEOS876tLsIcBq7zGDvPV3T1DpJ { position:absolute;display:block;z-index:15028;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.4375rem;width:3.4375rem;top:23.5rem;left:16.6875rem;overflow:hidden;display:block; }
#Tw2GIaiTQThKCGSDcmXztlp6cmfaID8W { position:absolute;display:block;z-index:15029;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.4375rem;width:3.4375rem;top:24.625rem;left:29.875rem;overflow:hidden;display:block; }
#obAT9Aqoky6n1m6f8o1EeQ8qonpKXeNz { position:absolute;display:block;z-index:15030;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.4375rem;width:3.4375rem;top:23.75rem;left:47.25rem;overflow:hidden;display:block; }
#zHytbo9fZ9VMiSOM3O1hOoUsx6PgoxnW { box-sizing:content-box;height:4.875rem;width:9.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:22.875rem;left:18.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#vIoqODTVqITboBGhmIQSTfLUQVIkTVTd { box-sizing:content-box;height:4.875rem;width:13.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:23.8125rem;left:31.25rem;border-top-left-radius:0.75rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#OfAON1DrKT2cdGONy6IeQaqyiq3hBUbx { box-sizing:content-box;height:4.875rem;width:12.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:22.9375rem;left:48.875rem;border-top-left-radius:0.75rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#wGmGn5WePTR7TBUA7r6reLSqWKeXkJh5 { color:#fdfdfd;display:block;width:61.4375rem;position:absolute;font-family:"dm sans";font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:8.4150390625rem;left:6.78125rem;height:8.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 { 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; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container { background-color: transparent; background-image: none; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container > .video-iframe-container { display: none; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row > .video-iframe-container { display: none; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .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); }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container { border-width: 0; border-radius: 0; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container { font-size:0.875rem;font-family:arial;height:65rem;width:75rem;position:relative;display:block; }#cXpr7WIZHe2IBWSnvglSgUNBemF7gJa5 { color:#fdfdfd;display:block;width:6.25rem;position:absolute;font-family:"dm sans";font-size:3.875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:15.25rem;left:0.625rem;height:5.42480625rem;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;font-style:normal;display:block; }
#sHGIkTT4kBOAusmT7kdH3rk9qRn24A3Q { color:#1e1e1e;display:block;width:21.875rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:15.9375rem;left:9rem;height:2.54980625rem;font-style:normal;display:block; }
#THwJZckItB5T5ZMZQJgWOaXfGRbEpLkr { color:#fdfdfd;display:block;width:6.25rem;position:absolute;font-family:"dm sans";font-size:3.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:24.375rem;left:0.625rem;height:5.42480625rem;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;font-style:normal;display:block; }
#dWQ2UxHTnTB11mttsRhm85wtoUNMm25a { color:#fdfdfd;display:block;width:6.25rem;position:absolute;font-family:"dm sans";font-size:3.875rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:33.4375rem;left:0.625rem;height:5.42480625rem;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;font-style:normal;display:block; }
#J4p7nA4M5O1uix1A5UEFTHTSD2P78v1V { color:#1e1e1e;display:block;width:25.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:18.4375rem;left:9rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tz8GLuHSQEEc7V6gTxWMKZX0vZPznnra { color:#1e1e1e;display:block;width:21.875rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:25.0625rem;left:9rem;height:2.54980625rem;font-style:normal;display:block; }
#MySQn6L0MVxpLHZc6KvtdNHPxXZ9GZiC { color:#1e1e1e;display:block;width:28.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:27.5625rem;left:9rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZRwUgr46uv3vyXy00O6V0nqqXnSvBUw3 { color:#1e1e1e;display:block;width:32.125rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:32.625rem;left:9rem;height:2.54980625rem;font-style:normal;display:block; }
#lzf5E25gC8HN9136kDiZaEMALr7wziDn { color:#1e1e1e;display:block;width:28rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:35.125rem;left:9rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kqdRzZ5s6WGzzu5BBqiirOggwAStkDcv { color:#1e1e1e;display:block;width:38.125rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vFH0AxoJtXsQUCFlNti3rbC97m7HMb25 { color:#1e1e1e;display:block;width:26.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.3125rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .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:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .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; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .accordion-heading-text { display:block;position:relative;width:100%;font-family:"dm sans";font-weight:700;font-size:1.125rem;line-height:1.5;overflow:hidden;height:auto;color:#1e1e1e;font-style:normal; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"dm sans";line-height:1.5;overflow:hidden;height:auto;color:#1e1e1e; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .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_27f2e272c3e340cabcbbd1ae75c611943aa12e87.svg");background-size:contain !important; }#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .accordion-trigger.adaptive-delivery-prevent-bg, #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .accordion-trigger.lazyload, #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .accordion-trigger.lazyloading { background-image: none; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk { box-sizing:content-box;height:auto;width:29.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;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:6.375rem;left:42.4375rem;border-top:0rem solid #00129b;border-left:0.0625rem solid #00129b;border-right:0.0625rem solid #00129b;border-bottom:0.0625rem solid #00129b;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #l12kITQDbHJpZl6lNSmbtkQKZ2hTcqVW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #KlEoGUJwhuqHN1ATfEca6piuCGicCbPx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #BNdFvB7Hnv03e79RwLtFT2s2Pk7gaOW2 { display:block;position:relative; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #K05M3P946vl90Dz3ckFpdgHZaGeo5gSS {  }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #o9FRJ0X97qILZcHSqgL4zmlQIgfmAtZq {  }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #TiuFg5qhyOhtmeiQIynGZherTJBpPzbA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #TG2OgZhSrKwzZ23qKyyiIh1f1alr1rrW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #WoVCXsXiJKhuXul27xefMRT4sRp62fy4 { display:block;position:relative; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #V6gW5JprHasALXg93vhGMEeqoJl0ObVM {  }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #qt25T1BRUVprwPmsX1n0mHHzIEM5nouo { display:none; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #nq5sOGsQK1pC9GssETqwkHaFhrOmwJcg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #HE0dfDspdcKerh9LmyCmofePuxzLNs1R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #R2bspIHXnoEeyrZwkZWPEisn3v6rIbEQ { display:block;position:relative; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #fobKoHgUD3Zs9wic3rrlKn61ywo3UX4u {  }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #HqPttScgdiEN5aQhwlOF2toSVl16uWS1 { display:none; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #TEhso1rfpn7Tryx9fVpDFdc1aLlWJHSg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #aGavDo8tMUJmtA5zVZy1GHRPlCEgKPKZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #rQGrZSf3vl1INTEKwAORWBS41HwTLyy5 { display:block;position:relative; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #ZpI9igcK71dcb6yuhfAZ1tX9WllL8QTw {  }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #kJmWpHbRGaOEAGoPA8UmpThecnq7ztvV { display:none; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #y680m8W0B8vC48MWtZoIL2pvNcvbHw0J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #T1MxyqFip07asRmSWsXoBCXn0T4PHfPw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #uNZTRqoklFCOO1i9GECGZIA1XZeLUN0T { display:block;position:relative; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #T7DLnerfJZ88nQBcG66Jlt5LMikKO4Bf {  }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #si8yuUOHmHxqJ6mZOK1fgzrsaSAF9g0h { display:none; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #CvPMr0xobt1GWOzpZKRnDh0FoXeenLpJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #WhGQFF3WgvFudz8PBxZ10INv41bpogkZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #xIQUxSsgPFnIpLI3895LfKIAR8ORLESE { display:block;position:relative; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #aRlyTrz2KTE7TJSJLAPPThDAAHEZX0nP {  }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #nmRspHPx4IbhzCTkuOazNbKHLCfbTJPz { display:none; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #n17BIq3gMq8ykfWpnFC4x35FDlytiQ3p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #K4n2DTUoaB246ezkJVIUFQKhBASELQXm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #A9rX0N2n4fFdDhGehWcMXZTvNUgJD8Eh { display:block;position:relative; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #HaNOEDQSMUrFhyiiGBZ0FxNiWy3d7mMb {  }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #P8G8cyeqAA2fgEvPPrXmnrs7nntgvcBM { display:none; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #MUXbiczNPOVHz8gOm3T6DSbZPhamzXGT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #plBFh4Byrp6gkbbQ8UXy3qTHF9u3pzpI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #EwZFORiopXETSrZu5aa3AdTGqB2oJFtU { display:block;position:relative; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #H4Dv6id0CAmrUvWhNcdrbeWeEhTTuZby {  }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #NltnpJ8pvRiwMtOw4VFereNRTL5wtbhS { display:none; }
#MMZHC377ECL6e9XseXPq85LMn6aHTwao { box-sizing:content-box;height:0.0625rem;width:27rem;position:absolute;display:block;z-index:15021;background-color:#00129b;background-image:none;top:6.375rem;left:43.0625rem;display:block; }
#sKQtlvMZl3WQynxnfyCxzJRuTrLRNSAx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.125rem;left:70.625rem; }
#N5g5qomHeJcPyvt2egzOHtmd5KgKVTMD { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#N5g5qomHeJcPyvt2egzOHtmd5KgKVTMD.adaptive-delivery-prevent-bg, #N5g5qomHeJcPyvt2egzOHtmd5KgKVTMD.lazyload, #N5g5qomHeJcPyvt2egzOHtmd5KgKVTMD.lazyloading { background-image: none; }
#y5By5rvseZK8KHgfS9bRJQtd8xOrJegM { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:23.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#y5By5rvseZK8KHgfS9bRJQtd8xOrJegM.adaptive-delivery-prevent-bg, #y5By5rvseZK8KHgfS9bRJQtd8xOrJegM.lazyload, #y5By5rvseZK8KHgfS9bRJQtd8xOrJegM.lazyloading { background-image: none; }
#fukuUGWQFrrSlA92Bwkc6SAGGyG7lWqu { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:32.375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#fukuUGWQFrrSlA92Bwkc6SAGGyG7lWqu.adaptive-delivery-prevent-bg, #fukuUGWQFrrSlA92Bwkc6SAGGyG7lWqu.lazyload, #fukuUGWQFrrSlA92Bwkc6SAGGyG7lWqu.lazyloading { background-image: none; }
#TnyybWGiffhCSZn2Pbcain41ynszAq4O { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#TnyybWGiffhCSZn2Pbcain41ynszAq4O.adaptive-delivery-prevent-bg, #TnyybWGiffhCSZn2Pbcain41ynszAq4O.lazyload, #TnyybWGiffhCSZn2Pbcain41ynszAq4O.lazyloading { background-image: none; }
#gGQ7XuzBFRkocvg71G3KN5OTEeW2bn4B { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#gGQ7XuzBFRkocvg71G3KN5OTEeW2bn4B.adaptive-delivery-prevent-bg, #gGQ7XuzBFRkocvg71G3KN5OTEeW2bn4B.lazyload, #gGQ7XuzBFRkocvg71G3KN5OTEeW2bn4B.lazyloading { background-image: none; }
#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row .container { background-color: transparent; background-image: none; }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row .container > .video-iframe-container { display: none; }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row > .video-iframe-container { display: none; }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .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); }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row .container { border-width: 0; border-radius: 0; }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row .container { font-size:0.875rem;font-family:arial;height:72.3125rem;width:75rem;position:relative;display:block; }#m1peWLVFJO2iKuDiUurH10BEDhnbExBg { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:17.75rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#XRPRgkWLOilF1oKHv07A6HgDHVsURgT4 { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:17.875rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#pb8Dd9GvTB4pLgvLCxMiA6ANhpMl9Uif { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:17.875rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#aaWe7E3VgCk7Ztenh6nML5qs7e6Uf3gB { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:27rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#q44QH9Zp3fx9X6ynH7RF7K8KGp3R7OKd { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:27.125rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#V1HKD08RHpzqVsCz61458ZkSaBiImWxn { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:27.125rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#foCk0C9HCScRGEo3uNPlKZXmODa4ZzLc { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:22.4375rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#BCmzVFDpca3Cai3u6gsHtbq4T7pfha2V { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:22.5625rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#MeJrhd6MgcOW8F4o6CSfeEN9erOxF8NT { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:22.5625rem;left:54.4375rem;height:1.5rem;font-style:normal;display:block; }
#A6u2zmlwfUre7pO5p2n3Eoig54hTfI4T { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:54.9375rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#e32tMUaBzmlTmeR79nPXmbN7WKxCdtgX { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:55.0625rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#bBCOthPiudye5lkdpsVaL90DZJtfMKvF { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#NT9OqGtNmskPFS0fUnFHNAlATbgiCV0J { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:50.375rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#Qo9dTVXMdXaHuVTfhR0H8hgMngtr6OOg { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:50.5rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#eDwZMQUTf206T32IxxicaxZbTP0He2fK { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:50.5rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#mJOOTE13yDpMdAKohtbEKApyTVb6duXw { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:45.75rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#TxfXDi9VZUFt2aIq4ykTWdm27I9X7muO { color:#fdfdfd;display:block;width:9.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:45.125rem;left:40.0625rem;height:3rem;font-style:normal;display:block; }
#nMcVdkMwnJ04ANKJ7QuRfvZbf5siRN80 { color:#1e1e1e;display:block;width:11.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:45.875rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#eQztz7bFLNxSukVTKffR4yhouS1wdFEq { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:41.1875rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#kTHF1XT1MTr38y2sreaJqHA3TGP8dCdd { color:#fdfdfd;display:block;width:11.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:41.3125rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#uOfgPcwRGIrAyk07MXwNnPIzTomSih5F { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:41.3125rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#X51FXQkA61zKQucLMskpwRo4Gvmruefn { color:#1e1e1e;display:block;width:10.75rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:13.9375rem;left:40.0625rem;height:1.6875rem;font-style:normal;display:block; }
#GDtB9RTiEVoOdsyKt3beQzPKIwivUkQE { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#OiBvTm3vTVeKkELdTM4MKxE1JZbaI1xt { color:#1e1e1e;display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:18.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGS96BzofBRcz2CUr2FemMZoHOyhFWNt { color:#1e1e1e;display:block;width:51.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.9375rem;left:11.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UdR95sW64V12PxoP6DRivwURADfAWth9 { background-color:#0430f6;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#f5f8ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:62.5625rem;left:26.875rem;display:block; }#UdR95sW64V12PxoP6DRivwURADfAWth9.adaptive-delivery-prevent-bg, #UdR95sW64V12PxoP6DRivwURADfAWth9.lazyload, #UdR95sW64V12PxoP6DRivwURADfAWth9.lazyloading { background-image: none; }
#aIrx1Szdq5wrUKkQBxKDA2R8ektH1fIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INd9tC4Xu32JT15MT1aJ49KIizf227Lz { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:31.8125rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#tHcxHDTHM9ccIGRS4NCBrJC0cKd92ClP { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:36.5rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#IImU1e6Z52wWmPsx26rgKA67BOTs8Q4T { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:31.8125rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#HyRT8MgBQvfTv46CK9WiV5PnuKDoV7qo { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:36.5rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#gGmfloeb0F9XK5HJVDSeI5Rc5Xr9Uqrw { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:31.6875rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#iLytL2m8QXxlw2MmQieWTSC6xSemz7op { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:36.375rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#sTQTUvQRzNyCuHZMmXXAqgTKR0RMGlAV { box-sizing:content-box;height:3.9375rem;width:18.9375rem;position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:none;top:16.5625rem;left:49.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#UorLqlyDXqNVVKTqpSI6vL8g6XU4N4ig { box-sizing:content-box;height:3.9375rem;width:18.9375rem;position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:none;top:21.25rem;left:49.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#up3QbppC4B3VTSWqTOClL6gWTEJRnbZg { box-sizing:content-box;height:3.9375rem;width:18.9375rem;position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;top:25.8125rem;left:49.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#TJcdbCoyDLuZ8NJOdOGsFcxBs3PrZQqx { box-sizing:content-box;height:3.9375rem;width:18.9375rem;position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;top:30.5625rem;left:49.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#TX8BABwRUFCvmI5dP5aPBFGmktAs1A7p { box-sizing:content-box;height:3.9375rem;width:18.9375rem;position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:none;top:35.25rem;left:49.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#MnnO57uzOy7CvtMDAwHDDR1FT9XaI4zQ { box-sizing:content-box;height:3.9375rem;width:18.9375rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;top:40rem;left:49.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#PiAEq7K9VEn9nZLvfcakH2CuoMoUWUfB { box-sizing:content-box;height:3.9375rem;width:18.9375rem;position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:none;top:44.5625rem;left:49.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#bE5KI4cX7FGkeeEAqT8xLB0UVodqTw6h { box-sizing:content-box;height:3.9375rem;width:18.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:49.1875rem;left:49.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#Qa9gphqCc3sxpE53VUTVERouT7nMkLTv { box-sizing:content-box;height:3.9375rem;width:18.9375rem;position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:none;top:53.75rem;left:49.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0.0625rem solid #fdfdfd;border-left:0;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;display:block; }
#dzVvcepr1ocES7JC9H8ko03PcTgdFn1E { color:#1e1e1e;display:block;width:51.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:67.125rem;left:11.71875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXg0xKfat9D56fotU78ps00fM2yQ3Dnz { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:16.625rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#yXg0xKfat9D56fotU78ps00fM2yQ3Dnz.adaptive-delivery-prevent-bg, #yXg0xKfat9D56fotU78ps00fM2yQ3Dnz.lazyload, #yXg0xKfat9D56fotU78ps00fM2yQ3Dnz.lazyloading { background-image: none; }
#v33CCxgvooBAx8etvOLuNWOhvRqmR7Ax { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:21.3125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#v33CCxgvooBAx8etvOLuNWOhvRqmR7Ax.adaptive-delivery-prevent-bg, #v33CCxgvooBAx8etvOLuNWOhvRqmR7Ax.lazyload, #v33CCxgvooBAx8etvOLuNWOhvRqmR7Ax.lazyloading { background-image: none; }
#H50xav30xnzUJvnLkd55xqfp1h8Tr9oM { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:25.875rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#H50xav30xnzUJvnLkd55xqfp1h8Tr9oM.adaptive-delivery-prevent-bg, #H50xav30xnzUJvnLkd55xqfp1h8Tr9oM.lazyload, #H50xav30xnzUJvnLkd55xqfp1h8Tr9oM.lazyloading { background-image: none; }
#M7EPsqZGllO0GqPZJ9trBG1Sg9mBzuwE { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:30.59375rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#M7EPsqZGllO0GqPZJ9trBG1Sg9mBzuwE.adaptive-delivery-prevent-bg, #M7EPsqZGllO0GqPZJ9trBG1Sg9mBzuwE.lazyload, #M7EPsqZGllO0GqPZJ9trBG1Sg9mBzuwE.lazyloading { background-image: none; }
#Q72AH9oJoFesdEotRZGE7mhlcLaEtd9y { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:35.28125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#Q72AH9oJoFesdEotRZGE7mhlcLaEtd9y.adaptive-delivery-prevent-bg, #Q72AH9oJoFesdEotRZGE7mhlcLaEtd9y.lazyload, #Q72AH9oJoFesdEotRZGE7mhlcLaEtd9y.lazyloading { background-image: none; }
#HVT4R2yh9K27JgJmNbncMZKqMgL9kzTC { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:40.0625rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#HVT4R2yh9K27JgJmNbncMZKqMgL9kzTC.adaptive-delivery-prevent-bg, #HVT4R2yh9K27JgJmNbncMZKqMgL9kzTC.lazyload, #HVT4R2yh9K27JgJmNbncMZKqMgL9kzTC.lazyloading { background-image: none; }
#TpEZ6vpu2hTzJNXpC6Zvt4CTP3Va8nQU { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14989;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:44.625rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#TpEZ6vpu2hTzJNXpC6Zvt4CTP3Va8nQU.adaptive-delivery-prevent-bg, #TpEZ6vpu2hTzJNXpC6Zvt4CTP3Va8nQU.lazyload, #TpEZ6vpu2hTzJNXpC6Zvt4CTP3Va8nQU.lazyloading { background-image: none; }
#EvtT0hIuokXMyTTKXNs5SN4t87ewoO1l { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:49.25rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#EvtT0hIuokXMyTTKXNs5SN4t87ewoO1l.adaptive-delivery-prevent-bg, #EvtT0hIuokXMyTTKXNs5SN4t87ewoO1l.lazyload, #EvtT0hIuokXMyTTKXNs5SN4t87ewoO1l.lazyloading { background-image: none; }
#wdFXs2ny3d3wlrhqRDCPSQMQQyuZVlD3 { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#wdFXs2ny3d3wlrhqRDCPSQMQQyuZVlD3.adaptive-delivery-prevent-bg, #wdFXs2ny3d3wlrhqRDCPSQMQQyuZVlD3.lazyload, #wdFXs2ny3d3wlrhqRDCPSQMQQyuZVlD3.lazyloading { background-image: none; }
#qUnvLT5n4HME3RyCytp7fSa1qcHtyznQ { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container { background-color: transparent; background-image: none; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container > .video-iframe-container { display: none; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row > .video-iframe-container { display: none; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .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); }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container { border-width: 0; border-radius: 0; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#qDKgepa0msBd5gMsiJarqBPJRvHeTOI1 { color:#1e1e1e;display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:18.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuVJmSMzDXnWflQcebfxdTKPEfhiPWdH { color:#1e1e1e;display:block;width:46.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.625rem;left:14.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkhASk520yZxcOVn54HdL9XGPxprXGyn { position:relative;display:block; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn { background-color: transparent; background-image: none; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row .container > .video-iframe-container { display: none; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row > .video-iframe-container { display: none; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .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); }#CkhASk520yZxcOVn54HdL9XGPxprXGyn { border-width: 0; border-radius: 0; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:70rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W3TZtdTTm2TNgihu4T0I6k5apBg7KUTq { position:absolute;display:block;z-index:14990;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:46.875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hWJkoHUbdVsDUEaRZ1V6icBcVrWkGlxN { box-sizing:content-box;height:19.3125rem;width:17rem;position:absolute;display:block;z-index:14991;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.preview.rotate_270.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:42.8125rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#hWJkoHUbdVsDUEaRZ1V6icBcVrWkGlxN.adaptive-delivery-prevent-bg, #hWJkoHUbdVsDUEaRZ1V6icBcVrWkGlxN.lazyload, #hWJkoHUbdVsDUEaRZ1V6icBcVrWkGlxN.lazyloading { background-image: none; }
#wANrrUyKRrTol4tbJE6svJNZhZigDS2w { color:#fdfdfd;display:block;width:13.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:50.9375rem;left:1.71875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWA2kmPR5I4Ovoa001mL0kZEasZ0hPng { color:#fdfdfd;display:block;width:13.625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:46.1875rem;left:1.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SyyvKcbnhe0CGT27JDqdlvqB3LckglXK { color:#fdfdfd;display:block;width:12.1875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:46.1875rem;left:60.40625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u95DTD8gkTPWpyAWvsVrUEI7ZR51aQk2 { color:#fdfdfd;display:block;width:14.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:14998;line-height:1.5;letter-spacing:0;top:50.9375rem;left:59.34375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRKetdqk71k0zrKP7RMaSsPd5rb4ouBu { color:#fdfdfd;display:block;width:12.125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:46.1875rem;left:21.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJ0347CgNZk7Cyey32thodNbOz6qlDaJ { color:#fdfdfd;display:block;width:15rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:50.9375rem;left:20.25rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngLSBTFc56uH3u1GdiSPd7oriJxyLpge { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:46.1875rem;left:42rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLxqFveZv9VFtxixHwkFfMbOLyihUiKT { color:#fdfdfd;display:block;width:14.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:50.9375rem;left:40.1875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmKoplpx9VfsMdMcT9oJnKrPOTgWLbpE { position:absolute;display:block;z-index:15029;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:5.3125rem;width:5.3125rem;top:40.1875rem;left:5.84375rem;overflow:hidden;display:block; }
#SvkcbGo0yJTGyqp9NlEBg1rDN0XnkIHI { position:absolute;display:block;z-index:15030;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:5.3125rem;width:5.3125rem;top:40.1875rem;left:25.09375rem;overflow:hidden;display:block; }
#RWfxM2uTR7OeTCpKIdLC4GZIQ4Zfy95P { position:absolute;display:block;z-index:15031;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:5.3125rem;width:5.3125rem;top:40.1875rem;left:44.59375rem;overflow:hidden;display:block; }
#lWJ7E2757R1uGJM0Crwop5s6z8rIype7 { position:absolute;display:block;z-index:15032;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:5.3125rem;width:5.3125rem;top:40.1875rem;left:63.84375rem;overflow:hidden;display:block; }
#DfdMKXZ5NFJ6lR9P53D0O8UohStmaz01 { box-sizing:content-box;height:19.3125rem;width:17rem;position:absolute;display:block;z-index:14992;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:42.8125rem;left:19.25rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#DfdMKXZ5NFJ6lR9P53D0O8UohStmaz01.adaptive-delivery-prevent-bg, #DfdMKXZ5NFJ6lR9P53D0O8UohStmaz01.lazyload, #DfdMKXZ5NFJ6lR9P53D0O8UohStmaz01.lazyloading { background-image: none; }
#pJrehSlUFN3Kai3pTwGyx8NEWZp2rVhD { box-sizing:content-box;height:19.3125rem;width:17rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:42.8125rem;left:38.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#pJrehSlUFN3Kai3pTwGyx8NEWZp2rVhD.adaptive-delivery-prevent-bg, #pJrehSlUFN3Kai3pTwGyx8NEWZp2rVhD.lazyload, #pJrehSlUFN3Kai3pTwGyx8NEWZp2rVhD.lazyloading { background-image: none; }
#EsUHOslFNekTdnUt6TC5NZJGPTfgT1dF { box-sizing:content-box;height:19.3125rem;width:17rem;position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:42.8125rem;left:58rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#EsUHOslFNekTdnUt6TC5NZJGPTfgT1dF.adaptive-delivery-prevent-bg, #EsUHOslFNekTdnUt6TC5NZJGPTfgT1dF.lazyload, #EsUHOslFNekTdnUt6TC5NZJGPTfgT1dF.lazyloading { background-image: none; }
#HSoUtVDcS3qIlRVtG6V44o5lvazAB4eZ { box-sizing:content-box;height:19.3125rem;width:17rem;position:absolute;display:block;z-index:14991;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.preview.rotate_270.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:42.8125rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#HSoUtVDcS3qIlRVtG6V44o5lvazAB4eZ.adaptive-delivery-prevent-bg, #HSoUtVDcS3qIlRVtG6V44o5lvazAB4eZ.lazyload, #HSoUtVDcS3qIlRVtG6V44o5lvazAB4eZ.lazyloading { background-image: none; }
#epQHFgWrdXfTPlbFBVIIhTVDusTBFDTT { box-sizing:content-box;height:19.3125rem;width:17rem;position:absolute;display:block;z-index:14991;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.preview.rotate_270.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:42.8125rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#epQHFgWrdXfTPlbFBVIIhTVDusTBFDTT.adaptive-delivery-prevent-bg, #epQHFgWrdXfTPlbFBVIIhTVDusTBFDTT.lazyload, #epQHFgWrdXfTPlbFBVIIhTVDusTBFDTT.lazyloading { background-image: none; }
#Bh9eioc3LvWA9on0y1MtobstqI6Nsbnr { box-sizing:content-box;height:19.3125rem;width:17rem;position:absolute;display:block;z-index:14991;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.preview.rotate_270.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:42.8125rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#Bh9eioc3LvWA9on0y1MtobstqI6Nsbnr.adaptive-delivery-prevent-bg, #Bh9eioc3LvWA9on0y1MtobstqI6Nsbnr.lazyload, #Bh9eioc3LvWA9on0y1MtobstqI6Nsbnr.lazyloading { background-image: none; }
#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm { position:relative;display:block; }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm { background-color: transparent; background-image: none; }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm > .row .container > .video-iframe-container { display: none; }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm > .row > .video-iframe-container { display: none; }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm > .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); }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm { border-width: 0; border-radius: 0; }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VfT8hdeIvcCCvUlNfozTntJn1no7zVSk { color:#fdfdfd;display:block;width:26.3125rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.21875rem;left:5.59375rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMEcL8bD4E644eJygLmghc52hpgPATRE { color:#fdfdfd;display:block;width:35.6875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.21875rem;left:35.1875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsFe4K8cd3tNyp6dV5aSamuLHOQth6GO { box-sizing:content-box;height:30.875rem;width:56.6875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/207bae75-b478-4282-b69a-479445db387f/image21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.0625rem;left:-5.9610148514851rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#TsFe4K8cd3tNyp6dV5aSamuLHOQth6GO.adaptive-delivery-prevent-bg, #TsFe4K8cd3tNyp6dV5aSamuLHOQth6GO.lazyload, #TsFe4K8cd3tNyp6dV5aSamuLHOQth6GO.lazyloading { background-image: none; }
#Mh9hqHGez38ukNC9Xc4OLcoI0riV2rTO { box-sizing:content-box;height:57.9375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#Mh9hqHGez38ukNC9Xc4OLcoI0riV2rTO.adaptive-delivery-prevent-bg, #Mh9hqHGez38ukNC9Xc4OLcoI0riV2rTO.lazyload, #Mh9hqHGez38ukNC9Xc4OLcoI0riV2rTO.lazyloading { background-image: none; }
#xurucyyngoyfiaHGHUSAQZrs5T62wcw1 { position:absolute;display:block;z-index:15007;height:21.5625rem;width:38.75rem;top:15.0625rem;left:36.25rem;display:block; }
#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container { background-color: transparent; background-image: none; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container > .video-iframe-container { display: none; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row > .video-iframe-container { display: none; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .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); }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container { border-width: 0; border-radius: 0; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#fBKJnIn4uAJHfGQd0ZCTmNpnLkNZVmee { color:#1e1e1e;display:block;width:32.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11.5rem;left:42.5rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7ocbxP1a95u4bs7lM0VOb9BcqDVd4IO { 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:4.9375rem;width:20.625rem;top:4.9375rem;left:42.5rem;overflow:hidden;display:block; }
#neuFZ5PQwu0vSbAuc42Hld7UwBt476JK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.125rem;width:39.625rem;top:4rem;left:0rem;display:block; }
#gZAntrSEm4S6VKquxDQlLl96iHAt9lgy { box-sizing:content-box;height:25rem;width:42.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:2.5625rem;left:-1.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;border-top:0rem solid #00129b;border-left:0.0625rem solid #00129b;border-right:0.0625rem solid #00129b;border-bottom:0.0625rem solid #00129b;display:block; }
#Jo2L38LBX8hzRpLtd4easer9y4eE7mkE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1rem;left:37rem; }
#dZfEC5EiK1hs9xpdzltoPkEP5aIv4UOZ { box-sizing:content-box;height:0.0625rem;width:37rem;position:absolute;display:block;z-index:15021;background-color:#00129b;background-image:none;top:2.5625rem;left:-0.625rem;display:block; }
#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row .container { border-width: 0; border-radius: 0; }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row .container { font-size:0.875rem;font-family:arial;height:72.3125rem;width:75rem;position:relative;display:none; }#WrlJLGMMKN423tV717oPKWX6ZTcKZaCx { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:17.75rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#nvTHf04fIDkhbPAow6ACzqG61sZXrmMC { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:17.875rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#crVofniUV9hZeXxdtU4KGa2uMtWRFoWz { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:27rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#qqVlXuaXQWD1bqcKOywriwuA43A1DdWD { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:22.4375rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#QSt1GK4lhgbL8QFyo8kMSTTsT7Tv9cQP { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:54.9375rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#Mftzc2GTzm61nDJHBKOR7aTm78zAbIGi { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:55.0625rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#TGI74Hi6iJcxtQJ21fNArVwwKF5xRkPI { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#l9Th06ykJyKHbS1paOr4OPPUv2kbvMks { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:50.375rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#TTlxf5WRt9VNEFvPdA31G9OTw2ZQAOkD { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:45.75rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#LDQB3WG5n43qgMJaNno8OBUoCfbiaIyQ { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:41.1875rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#nGZzpMbuL4PfkGG2cNHA5aaTqlcCh8hg { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#OlB2sNqT9r2QNB9oR5QkLlwxq07ivVVu { color:#1e1e1e;display:block;width:38.25rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:18.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5wTfuRbxgELT8C0BxsMInna74y4u1dC { color:#1e1e1e;display:block;width:51.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.9375rem;left:11.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWUz8rwN2a6HSn5WNNwzi9opafCB759z { background-color:#0430f6;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fdfdfd;border-left:0.0625rem solid #fdfdfd;border-right:0.0625rem solid #fdfdfd;border-bottom:0.0625rem solid #fdfdfd;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#f5f8ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:62.5625rem;left:26.875rem;display:block; }#OWUz8rwN2a6HSn5WNNwzi9opafCB759z.adaptive-delivery-prevent-bg, #OWUz8rwN2a6HSn5WNNwzi9opafCB759z.lazyload, #OWUz8rwN2a6HSn5WNNwzi9opafCB759z.lazyloading { background-image: none; }
#lyuxu0WkXmZWc5XvU5TGM5SW3C0dk1rc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqqLISagGcR7lV5tdaMIy6TlaExxCMEx { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:31.6875rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#iy6ofJJ8d120hKf8UlrMyXQitwHOq23V { color:#fdfdfd;display:block;width:21.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:36.375rem;left:8.75rem;height:1.6875rem;font-style:normal;display:block; }
#fpaTPxrylkNi1gVsIOexvqklrdxOwmUw { color:#1e1e1e;display:block;width:51.5625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:67.125rem;left:11.71875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biOmETH4QsTXbzcymEkK1Tb9cLoz4oug { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#biOmETH4QsTXbzcymEkK1Tb9cLoz4oug.adaptive-delivery-prevent-bg, #biOmETH4QsTXbzcymEkK1Tb9cLoz4oug.lazyload, #biOmETH4QsTXbzcymEkK1Tb9cLoz4oug.lazyloading { background-image: none; }
#Sn8r1wnXUvMgLQKz5fSBiUJVWfLRqGlm { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#Umye367FSHxqONwirrGwg8B7ql2gTzPX { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#sV8AOskVDo6q8pWxEX9e32qHIKH4y4Bq { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#sV8AOskVDo6q8pWxEX9e32qHIKH4y4Bq.adaptive-delivery-prevent-bg, #sV8AOskVDo6q8pWxEX9e32qHIKH4y4Bq.lazyload, #sV8AOskVDo6q8pWxEX9e32qHIKH4y4Bq.lazyloading { background-image: none; }
#P2TJnDQH6kgfO2CN5AAVgF53XWrq1O3S { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#TU0OLInglGgVFPp8b2hypSlqTf8Sqs5q { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#aCIw5BiVW0TXg3L1xhVnseyUqbtKZmv5 { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:17.875rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#eXc85Kau3KeIh8MwD7O3n3gsUq3DlUWM { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#eXc85Kau3KeIh8MwD7O3n3gsUq3DlUWM.adaptive-delivery-prevent-bg, #eXc85Kau3KeIh8MwD7O3n3gsUq3DlUWM.lazyload, #eXc85Kau3KeIh8MwD7O3n3gsUq3DlUWM.lazyloading { background-image: none; }
#qGeFhaiqvirb67FT4Nu8b8164RTTH163 { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#iU8KyffXpnkdUIRgVWbQRPtSD4ggSu6t { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#khcNOUp5mGp2L290MD1ivl8c8LHF1Qg8 { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#LTS9uvvP698XnHnGEuXMo7ENm7Xd0saL { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:55.0625rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#qOWxlggUJy1kHqy6NgsgWbeJTMIewQWP { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#qOWxlggUJy1kHqy6NgsgWbeJTMIewQWP.adaptive-delivery-prevent-bg, #qOWxlggUJy1kHqy6NgsgWbeJTMIewQWP.lazyload, #qOWxlggUJy1kHqy6NgsgWbeJTMIewQWP.lazyloading { background-image: none; }
#BeBSnOCbo9TEWt38oF7fTaqofEwfk0V7 { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#AkAxG98iVG0EBBiEL6UiyOzkdpB6TBFs { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#kVW9IROHc7PSxILgn43gErlMr81DHxi9 { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#mwDheQLNKPi5bxen3ZHnIfq9kUmPaJ5w { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#mwDheQLNKPi5bxen3ZHnIfq9kUmPaJ5w.adaptive-delivery-prevent-bg, #mwDheQLNKPi5bxen3ZHnIfq9kUmPaJ5w.lazyload, #mwDheQLNKPi5bxen3ZHnIfq9kUmPaJ5w.lazyloading { background-image: none; }
#TCIy1McQMTzvEG4bXclTXlTwOHkTpDWt { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:55.0625rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#JTewuzXmUslyuFTnusIVRRdbTVGnTGsB { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#zZz3qO8F9HSFuHuvtrVxlJzofbhNpuuC { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#DQPWIw7pKiFTxfIZeSC9WFmHsgTIZ0Tc { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#BeMLFD1hNUHTowRdzU0xwKSEGEqTtdfG { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#BeMLFD1hNUHTowRdzU0xwKSEGEqTtdfG.adaptive-delivery-prevent-bg, #BeMLFD1hNUHTowRdzU0xwKSEGEqTtdfG.lazyload, #BeMLFD1hNUHTowRdzU0xwKSEGEqTtdfG.lazyloading { background-image: none; }
#GVEZXLOTGoBr6pQorEc5spAi9fPfcARl { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:17.875rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#rnQmWkmdpOPe9VoUTGO3HdDsiy6q7JPM { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#gs0HCfvS3S66iLHqTvluvRsCD4X9ZRmR { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#WI0JsAmo73xzCZE4uH6H6wBDGSPug4iE { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#kUtHa3mtu9kZkhiVHPGHqVbGSBWQHS4o { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#kUtHa3mtu9kZkhiVHPGHqVbGSBWQHS4o.adaptive-delivery-prevent-bg, #kUtHa3mtu9kZkhiVHPGHqVbGSBWQHS4o.lazyload, #kUtHa3mtu9kZkhiVHPGHqVbGSBWQHS4o.lazyloading { background-image: none; }
#CAkGiesIbnbHHymy8xl3mT0J8kT59ETC { color:#fdfdfd;display:block;width:10.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:14999;line-height:1.5;letter-spacing:0;top:55.0625rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#M0b0PC0BmsyPK6ksbEr7AesAI4vtqnoi { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#s87JrUsNNJQzr56xENLGQUm4mwy4r6tG { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#HHsTEzSZWmKsP4mtVeVmussywTT0TyEK { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#oyyFFobWOxWAPtW1PWv5Zixtgpv8KT5h { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:17.875rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#nD2faUyXnc8v1XxUbTgy4TNJRTes4sPs { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#nD2faUyXnc8v1XxUbTgy4TNJRTes4sPs.adaptive-delivery-prevent-bg, #nD2faUyXnc8v1XxUbTgy4TNJRTes4sPs.lazyload, #nD2faUyXnc8v1XxUbTgy4TNJRTes4sPs.lazyloading { background-image: none; }
#yUtKbJmgQT22G38xwTRWRSMHzGl67yMc { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#AM2I6dwOhcg5IFV9l7nRPoioKSTWTZaU { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#KyU6io72AFRO9bheonv2z0dcUE18xA1L { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#KumVTwAHvGEpWvqdOsuKoi7sGkSGzxot { box-sizing:content-box;height:3.9375rem;width:46.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:53.8125rem;left:6.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#KumVTwAHvGEpWvqdOsuKoi7sGkSGzxot.adaptive-delivery-prevent-bg, #KumVTwAHvGEpWvqdOsuKoi7sGkSGzxot.lazyload, #KumVTwAHvGEpWvqdOsuKoi7sGkSGzxot.lazyloading { background-image: none; }
#h8PPRhRF6RRZ123tR23cHvxnlX2hbrZO { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:none; }
#xnfHqhMATekmWNcAW49tZhBfh6n41Tdc { color:#1e1e1e;display:block;width:7.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.9375rem;left:54.5625rem;height:1.6875rem;font-style:normal;display:block; }
#Rrxfvaq3UPZbkQbmEPe7kOcBb9ObUeXr { color:#fdfdfd;display:block;width:11.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:17.875rem;left:40.0625rem;height:1.5rem;font-style:normal;display:block; }
#Ttm0pKCWdznBdT94gkOsXQVxfITVIXZz { color:#1e1e1e;display:block;width:7.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:55.0625rem;left:54.5625rem;height:1.5rem;font-style:normal;display:block; }
#OvqOuw5vWF2d65556A9CdekhHTLGdGga { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#OvqOuw5vWF2d65556A9CdekhHTLGdGga.adaptive-delivery-prevent-bg, #OvqOuw5vWF2d65556A9CdekhHTLGdGga.lazyload, #OvqOuw5vWF2d65556A9CdekhHTLGdGga.lazyloading { background-image: none; }
#drwLQx09PqQlyVPNlWIayTS1nSpV9WKp { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#drwLQx09PqQlyVPNlWIayTS1nSpV9WKp.adaptive-delivery-prevent-bg, #drwLQx09PqQlyVPNlWIayTS1nSpV9WKp.lazyload, #drwLQx09PqQlyVPNlWIayTS1nSpV9WKp.lazyloading { background-image: none; }
#T5VCfi9Di2LVsbUErtAIxHsCes7SQzt4 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#T5VCfi9Di2LVsbUErtAIxHsCes7SQzt4.adaptive-delivery-prevent-bg, #T5VCfi9Di2LVsbUErtAIxHsCes7SQzt4.lazyload, #T5VCfi9Di2LVsbUErtAIxHsCes7SQzt4.lazyloading { background-image: none; }
#Ue9O4JWDNFmfI13i8nPklkmFh6S8nsDm { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#Ue9O4JWDNFmfI13i8nPklkmFh6S8nsDm.adaptive-delivery-prevent-bg, #Ue9O4JWDNFmfI13i8nPklkmFh6S8nsDm.lazyload, #Ue9O4JWDNFmfI13i8nPklkmFh6S8nsDm.lazyloading { background-image: none; }
#niCJwl0hmNWBQbWryh19c6vo7D3aXsA1 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#niCJwl0hmNWBQbWryh19c6vo7D3aXsA1.adaptive-delivery-prevent-bg, #niCJwl0hmNWBQbWryh19c6vo7D3aXsA1.lazyload, #niCJwl0hmNWBQbWryh19c6vo7D3aXsA1.lazyloading { background-image: none; }
#ZACUmuMaQEpwviTUaxoG6bT5z0MpgkGz { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#ZACUmuMaQEpwviTUaxoG6bT5z0MpgkGz.adaptive-delivery-prevent-bg, #ZACUmuMaQEpwviTUaxoG6bT5z0MpgkGz.lazyload, #ZACUmuMaQEpwviTUaxoG6bT5z0MpgkGz.lazyloading { background-image: none; }
#RXnEitwcp9qWWJRnGkz8NwlmwqEaPaun { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#RXnEitwcp9qWWJRnGkz8NwlmwqEaPaun.adaptive-delivery-prevent-bg, #RXnEitwcp9qWWJRnGkz8NwlmwqEaPaun.lazyload, #RXnEitwcp9qWWJRnGkz8NwlmwqEaPaun.lazyloading { background-image: none; }
#lBvuIGTndQUfB6uB2bKCHto22aZ8fR11 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#lBvuIGTndQUfB6uB2bKCHto22aZ8fR11.adaptive-delivery-prevent-bg, #lBvuIGTndQUfB6uB2bKCHto22aZ8fR11.lazyload, #lBvuIGTndQUfB6uB2bKCHto22aZ8fR11.lazyloading { background-image: none; }
#emalK84ffOu8bW6B604CXyBWaUbTBqJu { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14993;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:none; }#emalK84ffOu8bW6B604CXyBWaUbTBqJu.adaptive-delivery-prevent-bg, #emalK84ffOu8bW6B604CXyBWaUbTBqJu.lazyload, #emalK84ffOu8bW6B604CXyBWaUbTBqJu.lazyloading { background-image: none; }
#rxVPGha43UfXzEiwSTVkgyMQatswdNwk { position:relative;display:none; }#rxVPGha43UfXzEiwSTVkgyMQatswdNwk { border-width: 0; border-radius: 0; }#rxVPGha43UfXzEiwSTVkgyMQatswdNwk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxVPGha43UfXzEiwSTVkgyMQatswdNwk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#bOEAddeX2K9vtGBdH0Hm52ktXnKMt25V { color:#fdfdfd;display:block;width:26.3125rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.21875rem;left:5.59375rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wev1g3Q1pnsqJFVaMbJ4T8181Z3D8Fce { color:#fdfdfd;display:block;width:35.6875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.21875rem;left:35.1875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-form-header {  }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-regular-label { height:auto;display:block;font-family:"dm sans";font-size:0.875rem;font-weight:400;color:#1e1e1e;width:29.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0430f6;border-left:0.0625rem solid #0430f6;border-right:0.0625rem solid #0430f6;border-bottom:0.0625rem solid #0430f6;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:29.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0430f6;border-left:0.0625rem solid #0430f6;border-right:0.0625rem solid #0430f6;border-bottom:0.0625rem solid #0430f6;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:29.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .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:29.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#f5f8ff;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#fdfdfd;width:29.625rem;height:3.4375rem;font-family:"dm sans";overflow:hidden;font-style:normal; }#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-button.adaptive-delivery-prevent-bg, #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-button.lazyload, #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-button.lazyloading { background-image: none; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 [class*="-text"]:-moz-placeholder { color:#5f5f5f;font-family:"dm sans";font-size:0.875rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 [class*="-text"]::-moz-placeholder { color:#5f5f5f;font-family:"dm sans";font-size:0.875rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 [class*="-text"]:-ms-input-placeholder { color:#5f5f5f;font-family:"dm sans";font-size:0.875rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 [class*="-text"]::-webkit-input-placeholder { color:#5f5f5f;font-family:"dm sans";font-size:0.875rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .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:"dm sans";line-height:1.4;font-size:0.6875rem;font-weight:300;color:#1e1e1e;vertical-align:top;width:28.1875rem;overflow:hidden;font-style:normal; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .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; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-container:first-of-type{padding-top:0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-container:last-of-type{padding-bottom:0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0  { background-color:#fdfdfd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;position:absolute;top:17.375rem;left:42.875rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.625rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 {display:block;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 { background-color:#fdfdfd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;position:absolute;top:17.375rem;left:42.875rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #fXyCiGKyZ0s2vmT6zuT5aEeE3dJHhCS1 { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #sGreRppfDXE5LNJ9Zzxk9w2a3FRKvLlM { position:relative;display:block; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #ky7eOQunzz5y21NFf7mgCgrCNM8kFFSp { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #otB4zfFDZmbD4ffaTzPX0IFJTOyTJmZa { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #lh4aN4BkApqTBufuLw6nN7cFBBCnU6oE { position:relative;display:block; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #cQ9akhCq1Cm5qdsmJzhUsIw0IPTMbuT1 { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #Tlqt1iZ8cAKZQumgtktKelGFRsyfC7QF { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #te1OQ049d6ukrRA5dSEFqg1xyu1nOrX4 { position:relative;display:block; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #Q5WC6T0t3TD8ZVwIsr5gMRtvov4QCPPT { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #JUBChZFQTs0I680sRBl6gmqeg0y6yW1O { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #Jai8omcE6Z82fEJDXnvTnImAhHrAzXue { position:relative;display:block; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #NNRlqnperwCMNr2Kx9bd7QpCgEShDDg8 { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #VyeiF4OFwwpFZ7kHS8pCfLJaoQdxwyBT { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #S8xLTsJuMBTafJAx5p8uUwCFkG36REtZ { position:relative;display:block; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #JPcccyAdwcTqkST7d9zO4gLSJuiM4tsa { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #JbMMRlIqhNU6Gn6EhCkL6rnzStvscAzH { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #ndTthcgHkSGn1su42T7MLFBPoERd4Fqz { position:relative;z-index:2; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #TugqAVK4PnFrtiGlUVrxrxu5VIsZhNTW { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #LBm5RzwcTEnrO4MmrpQub6JxL5OnTX4O { position:relative; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #lTopfpUFxEiyOuSQNqVx3HbTHcZy6pMb { position:relative; }
#pOTIdST7XFK3NJH9knMOUMUOIKVaKUDv { box-sizing:content-box;height:30.875rem;width:56.6875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/207bae75-b478-4282-b69a-479445db387f/image21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.0625rem;left:-5.9610148514851rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#pOTIdST7XFK3NJH9knMOUMUOIKVaKUDv.adaptive-delivery-prevent-bg, #pOTIdST7XFK3NJH9knMOUMUOIKVaKUDv.lazyload, #pOTIdST7XFK3NJH9knMOUMUOIKVaKUDv.lazyloading { background-image: none; }
#UgeLwKGpItJNNcSLWsUpK2BmluQU916F { box-sizing:content-box;height:58rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.12) ;display:block; }#UgeLwKGpItJNNcSLWsUpK2BmluQU916F.adaptive-delivery-prevent-bg, #UgeLwKGpItJNNcSLWsUpK2BmluQU916F.lazyload, #UgeLwKGpItJNNcSLWsUpK2BmluQU916F.lazyloading { background-image: none; }
#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { position:relative;display:block; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { background-color: transparent; background-image: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container > .video-iframe-container { display: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row > .video-iframe-container { display: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .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); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { border-width: 0; border-radius: 0; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a9e9fbfb1dcaa6c65e5f36441850bd7f { color:#1e1e1e;display:block;width:26rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.296875rem;left:24.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ { display:block; }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMp3gdKHL3Am02O9qoryebdXxyrGveBU { top:2.25rem;left:0rem;width:10.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJNyfBugoETVwQg6LrgrocVN0I4L39pX { width:16.625rem;height:2.5625rem;top:2.25rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpSSFAGmo7qzDMQWEcHcRQvcqnZC0Cyo { display:block; }
 }@media only screen and (max-width: 763px) { #fetO799oorCbToGZrrES5C8ernqr2knT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqbmoIuJ3oyOciswZ2Lw7OZ3gJ01Saht { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9vTs5GPzPT8MTCqDvT9D3wFe58euCTz { top:1.1875rem;left:0rem;width:47.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 { display:block; }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBtQbOmu8MW9D87VWruKeh8QPTPIALNe { top:3.1875rem;left:0rem;width:47.75rem;height:49.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB8ADunUs0U4cKyWkXZGSUp7TRNKWpZp { top:8.375rem;left:0rem;width:47.75rem;height:8.125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwiEpQqFCGytM0UnFkPnktRg8vN0y8un { top:12.4375rem;left:16.1875rem;width:15.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgRM50lQ0D2EuEPrAcJ7ou86ZIeUyAOX { top:18.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsaicxeQZiPsIntUwVugSPJZqRLIfrPQ { top:32.0625rem;left:0.9541015625rem;width:46.4375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARz4pMOEOgCGuqZgreTBf9CTeEBiAQOT { top:30.3125rem;left:0rem;width:27.3125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4xw1PlZ0ZrSKsOlegz1XptwetJH3AQF { top:38.125rem;left:17.8125rem;width:29.9375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwhamBAgd8eHraGSI1wHIluGT74ODK7x { top:67.5625rem;left:0rem;width:12.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGSA5VZ942UKZKN7pc4dMxx2bih01OZ { top:67.5625rem;left:2.4375rem;width:12.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qarIuw2xFgZ2TEaIaTZWmgndQPmmAG5s { top:67.5625rem;left:33.125rem;width:12.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6AWt2Dmb4ccClz9InZaLiV6Z5ZNbZ4a { top:67.5625rem;left:17.75rem;width:12.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTg8l4TtFzVbrDTeP3CRmOWV6eAh343y { top:67.5625rem;left:35.4375rem;width:12.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSgnmhqHToFmnorlsOkJ50rThxWOtQ4Z { top:63.3125rem;left:4.75rem;width:38.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu51QV2sPTaAlJOwJOuXwawVT3oqRmJp { top:23.875rem;left:5.75rem;width:7.8125rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmivcmMTJVE1DoVA7n3afE8bVHrIfO5b { top:24.8125rem;left:18.6875rem;width:12.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLEirVKnOKWCUohpwg7qPJJKogUeiuDp { top:23.9375rem;left:37.5rem;width:9.1875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvx5LgEOS876tLsIcBq7zGDvPV3T1DpJ { top:23.5rem;left:3.0625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2GIaiTQThKCGSDcmXztlp6cmfaID8W { top:24.625rem;left:16.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obAT9Aqoky6n1m6f8o1EeQ8qonpKXeNz { top:23.75rem;left:33.625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHytbo9fZ9VMiSOM3O1hOoUsx6PgoxnW { top:22.875rem;left:4.5625rem;width:9.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIoqODTVqITboBGhmIQSTfLUQVIkTVTd { top:23.8125rem;left:17.625rem;width:13.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfAON1DrKT2cdGONy6IeQaqyiq3hBUbx { top:22.9375rem;left:34.9375rem;width:12.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmGn5WePTR7TBUA7r6reLSqWKeXkJh5 { top:20.3125rem;left:0rem;width:20rem;height:3.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 { display:block; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXpr7WIZHe2IBWSnvglSgUNBemF7gJa5 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHGIkTT4kBOAusmT7kdH3rk9qRn24A3Q { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THwJZckItB5T5ZMZQJgWOaXfGRbEpLkr { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWQ2UxHTnTB11mttsRhm85wtoUNMm25a { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4p7nA4M5O1uix1A5UEFTHTSD2P78v1V { top:18.4375rem;left:0rem;width:25.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8GLuHSQEEc7V6gTxWMKZX0vZPznnra { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MySQn6L0MVxpLHZc6KvtdNHPxXZ9GZiC { top:27.5625rem;left:0rem;width:28.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRwUgr46uv3vyXy00O6V0nqqXnSvBUw3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzf5E25gC8HN9136kDiZaEMALr7wziDn { top:35.125rem;left:0rem;width:28rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqdRzZ5s6WGzzu5BBqiirOggwAStkDcv { top:6.375rem;left:0rem;width:38.125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFH0AxoJtXsQUCFlNti3rbC97m7HMb25 { top:9.3125rem;left:0rem;width:26.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk { display:flex;height:auto;width:27.8125rem;top:16rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #l12kITQDbHJpZl6lNSmbtkQKZ2hTcqVW {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #KlEoGUJwhuqHN1ATfEca6piuCGicCbPx {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #BNdFvB7Hnv03e79RwLtFT2s2Pk7gaOW2 {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #K05M3P946vl90Dz3ckFpdgHZaGeo5gSS {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #o9FRJ0X97qILZcHSqgL4zmlQIgfmAtZq {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #TiuFg5qhyOhtmeiQIynGZherTJBpPzbA {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #TG2OgZhSrKwzZ23qKyyiIh1f1alr1rrW {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #WoVCXsXiJKhuXul27xefMRT4sRp62fy4 {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #V6gW5JprHasALXg93vhGMEeqoJl0ObVM {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #qt25T1BRUVprwPmsX1n0mHHzIEM5nouo {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #nq5sOGsQK1pC9GssETqwkHaFhrOmwJcg {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #HE0dfDspdcKerh9LmyCmofePuxzLNs1R {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #R2bspIHXnoEeyrZwkZWPEisn3v6rIbEQ {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #fobKoHgUD3Zs9wic3rrlKn61ywo3UX4u {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #HqPttScgdiEN5aQhwlOF2toSVl16uWS1 {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #TEhso1rfpn7Tryx9fVpDFdc1aLlWJHSg {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #aGavDo8tMUJmtA5zVZy1GHRPlCEgKPKZ {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #rQGrZSf3vl1INTEKwAORWBS41HwTLyy5 {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #ZpI9igcK71dcb6yuhfAZ1tX9WllL8QTw {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #kJmWpHbRGaOEAGoPA8UmpThecnq7ztvV {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #y680m8W0B8vC48MWtZoIL2pvNcvbHw0J {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #T1MxyqFip07asRmSWsXoBCXn0T4PHfPw {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #uNZTRqoklFCOO1i9GECGZIA1XZeLUN0T {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #T7DLnerfJZ88nQBcG66Jlt5LMikKO4Bf {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #si8yuUOHmHxqJ6mZOK1fgzrsaSAF9g0h {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #CvPMr0xobt1GWOzpZKRnDh0FoXeenLpJ {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #WhGQFF3WgvFudz8PBxZ10INv41bpogkZ {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #xIQUxSsgPFnIpLI3895LfKIAR8ORLESE {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #aRlyTrz2KTE7TJSJLAPPThDAAHEZX0nP {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #nmRspHPx4IbhzCTkuOazNbKHLCfbTJPz {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #n17BIq3gMq8ykfWpnFC4x35FDlytiQ3p {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #K4n2DTUoaB246ezkJVIUFQKhBASELQXm {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #A9rX0N2n4fFdDhGehWcMXZTvNUgJD8Eh {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #HaNOEDQSMUrFhyiiGBZ0FxNiWy3d7mMb {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #P8G8cyeqAA2fgEvPPrXmnrs7nntgvcBM {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #MUXbiczNPOVHz8gOm3T6DSbZPhamzXGT {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #plBFh4Byrp6gkbbQ8UXy3qTHF9u3pzpI {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #EwZFORiopXETSrZu5aa3AdTGqB2oJFtU {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #H4Dv6id0CAmrUvWhNcdrbeWeEhTTuZby {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #NltnpJ8pvRiwMtOw4VFereNRTL5wtbhS {  }
 }@media only screen and (max-width: 763px) { #MMZHC377ECL6e9XseXPq85LMn6aHTwao { top:6.375rem;left:20.75rem;width:27rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKQtlvMZl3WQynxnfyCxzJRuTrLRNSAx { top:5.125rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5g5qomHeJcPyvt2egzOHtmd5KgKVTMD { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5By5rvseZK8KHgfS9bRJQtd8xOrJegM { top:23.3125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fukuUGWQFrrSlA92Bwkc6SAGGyG7lWqu { top:32.375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnyybWGiffhCSZn2Pbcain41ynszAq4O { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGQ7XuzBFRkocvg71G3KN5OTEeW2bn4B { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 { display:block; }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1peWLVFJO2iKuDiUurH10BEDhnbExBg { top:17.75rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRPRgkWLOilF1oKHv07A6HgDHVsURgT4 { top:17.875rem;left:23.875rem;width:11.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb8Dd9GvTB4pLgvLCxMiA6ANhpMl9Uif { top:17.875rem;left:34.125rem;width:7.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaWe7E3VgCk7Ztenh6nML5qs7e6Uf3gB { top:27rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q44QH9Zp3fx9X6ynH7RF7K8KGp3R7OKd { top:27.125rem;left:23.875rem;width:10.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1HKD08RHpzqVsCz61458ZkSaBiImWxn { top:27.125rem;left:34.125rem;width:7.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foCk0C9HCScRGEo3uNPlKZXmODa4ZzLc { top:22.4375rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCmzVFDpca3Cai3u6gsHtbq4T7pfha2V { top:22.5625rem;left:23.875rem;width:10.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeJrhd6MgcOW8F4o6CSfeEN9erOxF8NT { top:22.5625rem;left:34rem;width:7.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6u2zmlwfUre7pO5p2n3Eoig54hTfI4T { top:54.9375rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e32tMUaBzmlTmeR79nPXmbN7WKxCdtgX { top:55.0625rem;left:23.875rem;width:10.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBCOthPiudye5lkdpsVaL90DZJtfMKvF { top:55.0625rem;left:34.125rem;width:7.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT9OqGtNmskPFS0fUnFHNAlATbgiCV0J { top:50.375rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9dTVXMdXaHuVTfhR0H8hgMngtr6OOg { top:50.5rem;left:23.875rem;width:10.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwZMQUTf206T32IxxicaxZbTP0He2fK { top:50.5rem;left:34.125rem;width:7.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJOOTE13yDpMdAKohtbEKApyTVb6duXw { top:45.75rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfXDi9VZUFt2aIq4ykTWdm27I9X7muO { top:45.125rem;left:23.875rem;width:9.9375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMcVdkMwnJ04ANKJ7QuRfvZbf5siRN80 { top:45.875rem;left:34.125rem;width:11.4375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQztz7bFLNxSukVTKffR4yhouS1wdFEq { top:41.1875rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHF1XT1MTr38y2sreaJqHA3TGP8dCdd { top:41.3125rem;left:23.875rem;width:11.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOfgPcwRGIrAyk07MXwNnPIzTomSih5F { top:41.3125rem;left:34.125rem;width:7.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X51FXQkA61zKQucLMskpwRo4Gvmruefn { top:13.9375rem;left:23.875rem;width:10.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDtB9RTiEVoOdsyKt3beQzPKIwivUkQE { top:13.9375rem;left:34.125rem;width:7.8125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiBvTm3vTVeKkELdTM4MKxE1JZbaI1xt { top:7.1875rem;left:0rem;width:38.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGS96BzofBRcz2CUr2FemMZoHOyhFWNt { top:9.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdR95sW64V12PxoP6DRivwURADfAWth9 { width:21.25rem;height:3.3125rem;top:62.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIrx1Szdq5wrUKkQBxKDA2R8ektH1fIg { display:block; }
 }@media only screen and (max-width: 763px) { #INd9tC4Xu32JT15MT1aJ49KIizf227Lz { top:31.8125rem;left:34.125rem;width:7.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHcxHDTHM9ccIGRS4NCBrJC0cKd92ClP { top:36.5rem;left:34.125rem;width:7.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImU1e6Z52wWmPsx26rgKA67BOTs8Q4T { top:31.8125rem;left:23.875rem;width:11.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyRT8MgBQvfTv46CK9WiV5PnuKDoV7qo { top:36.5rem;left:23.875rem;width:10.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGmfloeb0F9XK5HJVDSeI5Rc5Xr9Uqrw { top:31.6875rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLytL2m8QXxlw2MmQieWTSC6xSemz7op { top:36.375rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQTUvQRzNyCuHZMmXXAqgTKR0RMGlAV { top:16.5625rem;left:28.75rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UorLqlyDXqNVVKTqpSI6vL8g6XU4N4ig { top:21.25rem;left:28.75rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QbppC4B3VTSWqTOClL6gWTEJRnbZg { top:25.8125rem;left:28.75rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcdbCoyDLuZ8NJOdOGsFcxBs3PrZQqx { top:30.5625rem;left:28.75rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8BABwRUFCvmI5dP5aPBFGmktAs1A7p { top:35.25rem;left:28.75rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnnO57uzOy7CvtMDAwHDDR1FT9XaI4zQ { top:40rem;left:28.75rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiAEq7K9VEn9nZLvfcakH2CuoMoUWUfB { top:44.5625rem;left:28.75rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE5KI4cX7FGkeeEAqT8xLB0UVodqTw6h { top:49.1875rem;left:28.75rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa9gphqCc3sxpE53VUTVERouT7nMkLTv { top:53.75rem;left:28.75rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzVvcepr1ocES7JC9H8ko03PcTgdFn1E { top:67.125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXg0xKfat9D56fotU78ps00fM2yQ3Dnz { top:16.625rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v33CCxgvooBAx8etvOLuNWOhvRqmR7Ax { top:21.3125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H50xav30xnzUJvnLkd55xqfp1h8Tr9oM { top:25.875rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7EPsqZGllO0GqPZJ9trBG1Sg9mBzuwE { top:30.5625rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q72AH9oJoFesdEotRZGE7mhlcLaEtd9y { top:35.25rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVT4R2yh9K27JgJmNbncMZKqMgL9kzTC { top:40.0625rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEZ6vpu2hTzJNXpC6Zvt4CTP3Va8nQU { top:44.625rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvtT0hIuokXMyTTKXNs5SN4t87ewoO1l { top:49.25rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdFXs2ny3d3wlrhqRDCPSQMQQyuZVlD3 { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUnvLT5n4HME3RyCytp7fSa1qcHtyznQ { top:58.9375rem;left:0rem;width:5.9375rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w { display:block; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDKgepa0msBd5gMsiJarqBPJRvHeTOI1 { top:4.1875rem;left:4.75rem;width:38.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuVJmSMzDXnWflQcebfxdTKPEfhiPWdH { top:7.625rem;left:0.5625rem;width:46.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkhASk520yZxcOVn54HdL9XGPxprXGyn { display:block; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3TZtdTTm2TNgihu4T0I6k5apBg7KUTq { top:0rem;left:0rem;width:47.75rem;height:29.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJkoHUbdVsDUEaRZ1V6icBcVrWkGlxN { top:42.8125rem;left:0rem;width:17rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wANrrUyKRrTol4tbJE6svJNZhZigDS2w { top:50.9375rem;left:0rem;width:13.5625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWA2kmPR5I4Ovoa001mL0kZEasZ0hPng { top:46.1875rem;left:0rem;width:13.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyyvKcbnhe0CGT27JDqdlvqB3LckglXK { top:46.1875rem;left:35.5625rem;width:12.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u95DTD8gkTPWpyAWvsVrUEI7ZR51aQk2 { top:50.9375rem;left:33.4375rem;width:14.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRKetdqk71k0zrKP7RMaSsPd5rb4ouBu { top:46.1875rem;left:8.0625rem;width:12.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ0347CgNZk7Cyey32thodNbOz6qlDaJ { top:50.9375rem;left:6.625rem;width:15rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngLSBTFc56uH3u1GdiSPd7oriJxyLpge { top:46.1875rem;left:28.375rem;width:10.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLxqFveZv9VFtxixHwkFfMbOLyihUiKT { top:50.9375rem;left:26.5625rem;width:14.125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmKoplpx9VfsMdMcT9oJnKrPOTgWLbpE { top:40.1875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvkcbGo0yJTGyqp9NlEBg1rDN0XnkIHI { top:40.1875rem;left:11.46875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWfxM2uTR7OeTCpKIdLC4GZIQ4Zfy95P { top:40.1875rem;left:30.96875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWJ7E2757R1uGJM0Crwop5s6z8rIype7 { top:40.1875rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfdMKXZ5NFJ6lR9P53D0O8UohStmaz01 { top:42.8125rem;left:5.625rem;width:17rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJrehSlUFN3Kai3pTwGyx8NEWZp2rVhD { top:42.8125rem;left:25.125rem;width:17rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsUHOslFNekTdnUt6TC5NZJGPTfgT1dF { top:42.8125rem;left:30.75rem;width:17rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSoUtVDcS3qIlRVtG6V44o5lvazAB4eZ { top:42.8125rem;left:0rem;width:17rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #epQHFgWrdXfTPlbFBVIIhTVDusTBFDTT { top:42.8125rem;left:0rem;width:17rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh9eioc3LvWA9on0y1MtobstqI6Nsbnr { top:42.8125rem;left:0rem;width:17rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpBocszXZoE8PLkygqnsOFfaqsSmiXVm { display:block; }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfT8hdeIvcCCvUlNfozTntJn1no7zVSk { top:6.1875rem;left:0rem;width:26.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMEcL8bD4E644eJygLmghc52hpgPATRE { top:6.1875rem;left:0rem;width:35.6875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFe4K8cd3tNyp6dV5aSamuLHOQth6GO { top:20.0625rem;left:0rem;width:47.75rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh9hqHGez38ukNC9Xc4OLcoI0riV2rTO { top:0.0625rem;left:0rem;width:47.75rem;height:57.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xurucyyngoyfiaHGHUSAQZrs5T62wcw1 { top:15.0625rem;left:0rem;width:38.75rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA { display:block; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBKJnIn4uAJHfGQd0ZCTmNpnLkNZVmee { top:11.5rem;left:15.25rem;width:32.5rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ocbxP1a95u4bs7lM0VOb9BcqDVd4IO { top:4.9375rem;left:27.125rem;width:20.625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neuFZ5PQwu0vSbAuc42Hld7UwBt476JK { top:4rem;left:0rem;width:39.625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZAntrSEm4S6VKquxDQlLl96iHAt9lgy { top:2.5625rem;left:0rem;width:42.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo2L38LBX8hzRpLtd4easer9y4eE7mkE { top:1rem;left:23.375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZfEC5EiK1hs9xpdzltoPkEP5aIv4UOZ { top:2.5625rem;left:0rem;width:37rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi { display:none; }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WrlJLGMMKN423tV717oPKWX6ZTcKZaCx { top:17.75rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTHf04fIDkhbPAow6ACzqG61sZXrmMC { top:17.875rem;left:23.875rem;width:11.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crVofniUV9hZeXxdtU4KGa2uMtWRFoWz { top:27rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqVlXuaXQWD1bqcKOywriwuA43A1DdWD { top:22.4375rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSt1GK4lhgbL8QFyo8kMSTTsT7Tv9cQP { top:54.9375rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mftzc2GTzm61nDJHBKOR7aTm78zAbIGi { top:55.0625rem;left:23.875rem;width:10.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGI74Hi6iJcxtQJ21fNArVwwKF5xRkPI { top:55.0625rem;left:34.125rem;width:7.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Th06ykJyKHbS1paOr4OPPUv2kbvMks { top:50.375rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlxf5WRt9VNEFvPdA31G9OTw2ZQAOkD { top:45.75rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDQB3WG5n43qgMJaNno8OBUoCfbiaIyQ { top:41.1875rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGZzpMbuL4PfkGG2cNHA5aaTqlcCh8hg { top:58.9375rem;left:4.5625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlB2sNqT9r2QNB9oR5QkLlwxq07ivVVu { top:7.1875rem;left:0rem;width:38.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5wTfuRbxgELT8C0BxsMInna74y4u1dC { top:9.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWUz8rwN2a6HSn5WNNwzi9opafCB759z { width:21.25rem;height:3.3125rem;top:62.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyuxu0WkXmZWc5XvU5TGM5SW3C0dk1rc { display:block; }
 }@media only screen and (max-width: 763px) { #BqqLISagGcR7lV5tdaMIy6TlaExxCMEx { top:31.6875rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy6ofJJ8d120hKf8UlrMyXQitwHOq23V { top:36.375rem;left:1.9375rem;width:21.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpaTPxrylkNi1gVsIOexvqklrdxOwmUw { top:67.125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biOmETH4QsTXbzcymEkK1Tb9cLoz4oug { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn8r1wnXUvMgLQKz5fSBiUJVWfLRqGlm { top:58.9375rem;left:0rem;width:5.9375rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Umye367FSHxqONwirrGwg8B7ql2gTzPX { top:58.9375rem;left:4.5625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8AOskVDo6q8pWxEX9e32qHIKH4y4Bq { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2TJnDQH6kgfO2CN5AAVgF53XWrq1O3S { top:14.5rem;left:0rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU0OLInglGgVFPp8b2hypSlqTf8Sqs5q { top:21.6875rem;left:6.3125rem;width:2.375rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCIw5BiVW0TXg3L1xhVnseyUqbtKZmv5 { top:22.75rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXc85Kau3KeIh8MwD7O3n3gsUq3DlUWM { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGeFhaiqvirb67FT4Nu8b8164RTTH163 { top:14.5rem;left:0rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iU8KyffXpnkdUIRgVWbQRPtSD4ggSu6t { top:22.75rem;left:4.4375rem;width:6.1875rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcNOUp5mGp2L290MD1ivl8c8LHF1Qg8 { top:58.9375rem;left:4.5625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTS9uvvP698XnHnGEuXMo7ENm7Xd0saL { top:30.25rem;left:0rem;width:10.5rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOWxlggUJy1kHqy6NgsgWbeJTMIewQWP { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeBSnOCbo9TEWt38oF7fTaqofEwfk0V7 { top:30.25rem;left:6.3125rem;width:2.375rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkAxG98iVG0EBBiEL6UiyOzkdpB6TBFs { top:58.9375rem;left:4.5625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVW9IROHc7PSxILgn43gErlMr81DHxi9 { top:28.9375rem;left:0rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwDheQLNKPi5bxen3ZHnIfq9kUmPaJ5w { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCIy1McQMTzvEG4bXclTXlTwOHkTpDWt { top:37.8125rem;left:0rem;width:10.5rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTewuzXmUslyuFTnusIVRRdbTVGnTGsB { top:58.9375rem;left:4.5625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZz3qO8F9HSFuHuvtrVxlJzofbhNpuuC { top:28.9375rem;left:0rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQPWIw7pKiFTxfIZeSC9WFmHsgTIZ0Tc { top:37.8125rem;left:6.3125rem;width:2.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMLFD1hNUHTowRdzU0xwKSEGEqTtdfG { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVEZXLOTGoBr6pQorEc5spAi9fPfcARl { top:45.5625rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnQmWkmdpOPe9VoUTGO3HdDsiy6q7JPM { top:45.5625rem;left:4.4375rem;width:6.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs0HCfvS3S66iLHqTvluvRsCD4X9ZRmR { top:14.5rem;left:0rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WI0JsAmo73xzCZE4uH6H6wBDGSPug4iE { top:58.9375rem;left:4.5625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUtHa3mtu9kZkhiVHPGHqVbGSBWQHS4o { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAkGiesIbnbHHymy8xl3mT0J8kT59ETC { top:52.9375rem;left:0rem;width:10.5rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0b0PC0BmsyPK6ksbEr7AesAI4vtqnoi { top:52.9375rem;left:6.3125rem;width:2.375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s87JrUsNNJQzr56xENLGQUm4mwy4r6tG { top:58.9375rem;left:4.5625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHsTEzSZWmKsP4mtVeVmussywTT0TyEK { top:58.9375rem;left:0rem;width:5.9375rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyyFFobWOxWAPtW1PWv5Zixtgpv8KT5h { top:60.6875rem;left:0rem;width:6.875rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD2faUyXnc8v1XxUbTgy4TNJRTes4sPs { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUtKbJmgQT22G38xwTRWRSMHzGl67yMc { top:14.5rem;left:0rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AM2I6dwOhcg5IFV9l7nRPoioKSTWTZaU { top:60.6875rem;left:4.4375rem;width:6.1875rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyU6io72AFRO9bheonv2z0dcUE18xA1L { top:58.9375rem;left:4.5625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KumVTwAHvGEpWvqdOsuKoi7sGkSGzxot { top:53.8125rem;left:0rem;width:46.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8PPRhRF6RRZ123tR23cHvxnlX2hbrZO { top:14.5rem;left:0rem;width:7.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnfHqhMATekmWNcAW49tZhBfh6n41Tdc { top:58.9375rem;left:4.5625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrxfvaq3UPZbkQbmEPe7kOcBb9ObUeXr { top:68.8125rem;left:0rem;width:6.875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttm0pKCWdznBdT94gkOsXQVxfITVIXZz { top:22.75rem;left:4.4375rem;width:6.1875rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvqOuw5vWF2d65556A9CdekhHTLGdGga { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #drwLQx09PqQlyVPNlWIayTS1nSpV9WKp { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5VCfi9Di2LVsbUErtAIxHsCes7SQzt4 { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ue9O4JWDNFmfI13i8nPklkmFh6S8nsDm { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #niCJwl0hmNWBQbWryh19c6vo7D3aXsA1 { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZACUmuMaQEpwviTUaxoG6bT5z0MpgkGz { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXnEitwcp9qWWJRnGkz8NwlmwqEaPaun { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBvuIGTndQUfB6uB2bKCHto22aZ8fR11 { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #emalK84ffOu8bW6B604CXyBWaUbTBqJu { top:14.1875rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxVPGha43UfXzEiwSTVkgyMQatswdNwk { display:block; }#rxVPGha43UfXzEiwSTVkgyMQatswdNwk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOEAddeX2K9vtGBdH0Hm52ktXnKMt25V { top:6.1875rem;left:0rem;width:26.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wev1g3Q1pnsqJFVaMbJ4T8181Z3D8Fce { top:6.1875rem;left:0rem;width:35.6875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-regular-label { width:29.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-text { width:29.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-textarea { width:29.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-select { width:29.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-button { width:29.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-checkbox-label { width:28.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0  { width:29.625rem;height:auto;top:17.375rem;left:15.625rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .radio-container { width:29.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 {display:block;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 { width:29.625rem;height:auto;top:17.375rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #fXyCiGKyZ0s2vmT6zuT5aEeE3dJHhCS1 {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #sGreRppfDXE5LNJ9Zzxk9w2a3FRKvLlM {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #ky7eOQunzz5y21NFf7mgCgrCNM8kFFSp {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #otB4zfFDZmbD4ffaTzPX0IFJTOyTJmZa {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #lh4aN4BkApqTBufuLw6nN7cFBBCnU6oE {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #cQ9akhCq1Cm5qdsmJzhUsIw0IPTMbuT1 {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #Tlqt1iZ8cAKZQumgtktKelGFRsyfC7QF {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #te1OQ049d6ukrRA5dSEFqg1xyu1nOrX4 {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #Q5WC6T0t3TD8ZVwIsr5gMRtvov4QCPPT {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #JUBChZFQTs0I680sRBl6gmqeg0y6yW1O {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #Jai8omcE6Z82fEJDXnvTnImAhHrAzXue {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #NNRlqnperwCMNr2Kx9bd7QpCgEShDDg8 {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #VyeiF4OFwwpFZ7kHS8pCfLJaoQdxwyBT {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #S8xLTsJuMBTafJAx5p8uUwCFkG36REtZ {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #JPcccyAdwcTqkST7d9zO4gLSJuiM4tsa {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #JbMMRlIqhNU6Gn6EhCkL6rnzStvscAzH {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #ndTthcgHkSGn1su42T7MLFBPoERd4Fqz {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #TugqAVK4PnFrtiGlUVrxrxu5VIsZhNTW {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #LBm5RzwcTEnrO4MmrpQub6JxL5OnTX4O {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #lTopfpUFxEiyOuSQNqVx3HbTHcZy6pMb {  }
 }@media only screen and (max-width: 763px) { #pOTIdST7XFK3NJH9knMOUMUOIKVaKUDv { top:20.0625rem;left:0rem;width:47.75rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgeLwKGpItJNNcSLWsUpK2BmluQU916F { top:0rem;left:0rem;width:47.75rem;height:58rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { display:block; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9e9fbfb1dcaa6c65e5f36441850bd7f { top:2.25rem;left:10.875rem;width:26rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BTWEVpCxxTcRBzqkxPQxiNo5iF8sk1AZ > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMp3gdKHL3Am02O9qoryebdXxyrGveBU { width:4.75rem;height:1.0625rem;top:2.53125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJNyfBugoETVwQg6LrgrocVN0I4L39pX { width:13.125rem;height:2.25rem;top:1.9375rem;left:6.25rem;font-size:0.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpSSFAGmo7qzDMQWEcHcRQvcqnZC0Cyo { display:block; }
 }@media only screen and (max-width: 763px) { #fetO799oorCbToGZrrES5C8ernqr2knT { width:7.8125rem;height:0;top:8.605rem;left:12.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uqbmoIuJ3oyOciswZ2Lw7OZ3gJ01Saht { width:5.0625rem;height:0;top:8.651875rem;left:14.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P9vTs5GPzPT8MTCqDvT9D3wFe58euCTz { width:20rem;height:4.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 { display:block; }#Ex74eBAN7NRhDsyHMwhWWUw44v1dydJ4 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBtQbOmu8MW9D87VWruKeh8QPTPIALNe { width:20rem;height:36rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB8ADunUs0U4cKyWkXZGSUp7TRNKWpZp { width:20rem;height:0;top:18.8525390625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kwiEpQqFCGytM0UnFkPnktRg8vN0y8un { width:6.625rem;height:1.5rem;top:8.375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgRM50lQ0D2EuEPrAcJ7ou86ZIeUyAOX { width:16.5rem;height:2.625rem;top:11.0625rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsaicxeQZiPsIntUwVugSPJZqRLIfrPQ { width:18.875rem;height:10.5625rem;top:29.9375rem;left:0.5625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ARz4pMOEOgCGuqZgreTBf9CTeEBiAQOT { width:7.0625rem;height:3.9375rem;top:28.46875rem;left:12.9375rem;z-index:15032;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4xw1PlZ0ZrSKsOlegz1XptwetJH3AQF { width:6.5rem;height:3.75rem;top:38.1875rem;left:0rem;z-index:15033;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwhamBAgd8eHraGSI1wHIluGT74ODK7x { width:6.6875rem;height:3.1875rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGSA5VZ942UKZKN7pc4dMxx2bih01OZ { width:6.6875rem;height:3.1875rem;top:47.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qarIuw2xFgZ2TEaIaTZWmgndQPmmAG5s { width:6.6875rem;height:3.1875rem;top:50.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6AWt2Dmb4ccClz9InZaLiV6Z5ZNbZ4a { width:6.6875rem;height:3.1875rem;top:47.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTg8l4TtFzVbrDTeP3CRmOWV6eAh343y { width:6.6875rem;height:3.1875rem;top:50.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSgnmhqHToFmnorlsOkJ50rThxWOtQ4Z { width:20rem;height:1.29980625rem;top:44.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vu51QV2sPTaAlJOwJOuXwawVT3oqRmJp { width:7.8125rem;height:2.4375rem;top:15.9375rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmivcmMTJVE1DoVA7n3afE8bVHrIfO5b { width:7.5625rem;height:2.4375rem;top:20rem;left:6.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLEirVKnOKWCUohpwg7qPJJKogUeiuDp { width:7.0625rem;height:2.4375rem;top:24.0625rem;left:7.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fvx5LgEOS876tLsIcBq7zGDvPV3T1DpJ { width:2rem;height:2rem;top:16.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2GIaiTQThKCGSDcmXztlp6cmfaID8W { width:2rem;height:2rem;top:20.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obAT9Aqoky6n1m6f8o1EeQ8qonpKXeNz { width:2rem;height:2rem;top:24.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHytbo9fZ9VMiSOM3O1hOoUsx6PgoxnW { width:9.25rem;height:3.25rem;top:15.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIoqODTVqITboBGhmIQSTfLUQVIkTVTd { width:9.25rem;height:3.25rem;top:19.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfAON1DrKT2cdGONy6IeQaqyiq3hBUbx { width:9.25rem;height:3.25rem;top:23.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmGn5WePTR7TBUA7r6reLSqWKeXkJh5 { width:20rem;height:3.75rem;top:6.3125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container { background-color: transparent; background-image: none; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container > .video-iframe-container { display: none; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row > .video-iframe-container { display: none; }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .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); }#DoTvL2pMHEvG8hB6RN1cpTKDFk1al559 > .row .container { width:20rem;height:116.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXpr7WIZHe2IBWSnvglSgUNBemF7gJa5 { width:6.25rem;height:2.0996125rem;top:12.75rem;left:6.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHGIkTT4kBOAusmT7kdH3rk9qRn24A3Q { width:16.875rem;height:1.69921875rem;top:16.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THwJZckItB5T5ZMZQJgWOaXfGRbEpLkr { width:6.25rem;height:2.0996125rem;top:23.875rem;left:6.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWQ2UxHTnTB11mttsRhm85wtoUNMm25a { width:6.25rem;height:2.0996125rem;top:35.0185546875rem;left:6.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4p7nA4M5O1uix1A5UEFTHTSD2P78v1V { width:20rem;height:2.625rem;top:18.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tz8GLuHSQEEc7V6gTxWMKZX0vZPznnra { width:20rem;height:1.69921875rem;top:27.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MySQn6L0MVxpLHZc6KvtdNHPxXZ9GZiC { width:15.3125rem;height:2.625rem;top:29.94921875rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRwUgr46uv3vyXy00O6V0nqqXnSvBUw3 { width:12.5rem;height:3.3984375rem;top:39.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzf5E25gC8HN9136kDiZaEMALr7wziDn { width:15.5625rem;height:6.5625rem;top:43.25rem;left:2.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqdRzZ5s6WGzzu5BBqiirOggwAStkDcv { width:20rem;height:2.923825rem;top:3.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFH0AxoJtXsQUCFlNti3rbC97m7HMb25 { width:20rem;height:2.625rem;top:7.3310546875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .accordion-heading-text { font-size:1rem;height:auto; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk .accordion-desc-text { font-size:0.875rem;height:auto; }
#H4mgMKJREZCrATubhuxIaBEbAwxBdPDk { display:flex;height:auto;width:17.5rem;top:52.8125rem;left:0rem;z-index:14992; }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #l12kITQDbHJpZl6lNSmbtkQKZ2hTcqVW {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #KlEoGUJwhuqHN1ATfEca6piuCGicCbPx {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #BNdFvB7Hnv03e79RwLtFT2s2Pk7gaOW2 {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #K05M3P946vl90Dz3ckFpdgHZaGeo5gSS {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #o9FRJ0X97qILZcHSqgL4zmlQIgfmAtZq {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #TiuFg5qhyOhtmeiQIynGZherTJBpPzbA {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #TG2OgZhSrKwzZ23qKyyiIh1f1alr1rrW {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #WoVCXsXiJKhuXul27xefMRT4sRp62fy4 {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #V6gW5JprHasALXg93vhGMEeqoJl0ObVM {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #qt25T1BRUVprwPmsX1n0mHHzIEM5nouo {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #nq5sOGsQK1pC9GssETqwkHaFhrOmwJcg {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #HE0dfDspdcKerh9LmyCmofePuxzLNs1R {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #R2bspIHXnoEeyrZwkZWPEisn3v6rIbEQ {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #fobKoHgUD3Zs9wic3rrlKn61ywo3UX4u {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #HqPttScgdiEN5aQhwlOF2toSVl16uWS1 {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #TEhso1rfpn7Tryx9fVpDFdc1aLlWJHSg {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #aGavDo8tMUJmtA5zVZy1GHRPlCEgKPKZ {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #rQGrZSf3vl1INTEKwAORWBS41HwTLyy5 {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #ZpI9igcK71dcb6yuhfAZ1tX9WllL8QTw {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #kJmWpHbRGaOEAGoPA8UmpThecnq7ztvV {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #y680m8W0B8vC48MWtZoIL2pvNcvbHw0J {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #T1MxyqFip07asRmSWsXoBCXn0T4PHfPw {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #uNZTRqoklFCOO1i9GECGZIA1XZeLUN0T {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #T7DLnerfJZ88nQBcG66Jlt5LMikKO4Bf {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #si8yuUOHmHxqJ6mZOK1fgzrsaSAF9g0h {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #CvPMr0xobt1GWOzpZKRnDh0FoXeenLpJ {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #WhGQFF3WgvFudz8PBxZ10INv41bpogkZ {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #xIQUxSsgPFnIpLI3895LfKIAR8ORLESE {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #aRlyTrz2KTE7TJSJLAPPThDAAHEZX0nP {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #nmRspHPx4IbhzCTkuOazNbKHLCfbTJPz {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #n17BIq3gMq8ykfWpnFC4x35FDlytiQ3p {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #K4n2DTUoaB246ezkJVIUFQKhBASELQXm {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #A9rX0N2n4fFdDhGehWcMXZTvNUgJD8Eh {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #HaNOEDQSMUrFhyiiGBZ0FxNiWy3d7mMb {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #P8G8cyeqAA2fgEvPPrXmnrs7nntgvcBM {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #MUXbiczNPOVHz8gOm3T6DSbZPhamzXGT {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #plBFh4Byrp6gkbbQ8UXy3qTHF9u3pzpI {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #EwZFORiopXETSrZu5aa3AdTGqB2oJFtU {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #H4Dv6id0CAmrUvWhNcdrbeWeEhTTuZby {  }
 }@media only screen and (max-width: 763px) { #H4mgMKJREZCrATubhuxIaBEbAwxBdPDk #NltnpJ8pvRiwMtOw4VFereNRTL5wtbhS {  }
 }@media only screen and (max-width: 763px) { #MMZHC377ECL6e9XseXPq85LMn6aHTwao { width:15.5625rem;height:0.0625rem;top:52.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKQtlvMZl3WQynxnfyCxzJRuTrLRNSAx { display:flex;width:2rem;height:2rem;top:51.8125rem;left:16.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #N5g5qomHeJcPyvt2egzOHtmd5KgKVTMD { width:3.9375rem;height:3.9375rem;top:11.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5By5rvseZK8KHgfS9bRJQtd8xOrJegM { width:7.5rem;height:7.5rem;top:135.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fukuUGWQFrrSlA92Bwkc6SAGGyG7lWqu { width:7.5rem;height:7.5rem;top:151.44921875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnyybWGiffhCSZn2Pbcain41ynszAq4O { width:3.9375rem;height:3.9375rem;top:22.9375rem;left:8.0625rem;z-index:14994;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TnyybWGiffhCSZn2Pbcain41ynszAq4O.adaptive-delivery-prevent-bg, #TnyybWGiffhCSZn2Pbcain41ynszAq4O.lazyload, #TnyybWGiffhCSZn2Pbcain41ynszAq4O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gGQ7XuzBFRkocvg71G3KN5OTEeW2bn4B { width:3.9375rem;height:3.9375rem;top:34.099609375rem;left:8.03125rem;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gGQ7XuzBFRkocvg71G3KN5OTEeW2bn4B.adaptive-delivery-prevent-bg, #gGQ7XuzBFRkocvg71G3KN5OTEeW2bn4B.lazyload, #gGQ7XuzBFRkocvg71G3KN5OTEeW2bn4B.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 { background-color:#ba7083;background-image:none;display:none; }#vaXQU2v9PIGwTIBTnxhO8uUkNAVMhLb1 > .row .container { width:20rem;height:124.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m1peWLVFJO2iKuDiUurH10BEDhnbExBg { width:14.5rem;height:1.5rem;top:12.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRPRgkWLOilF1oKHv07A6HgDHVsURgT4 { width:9.4375rem;height:1.3125rem;top:14.3125rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb8Dd9GvTB4pLgvLCxMiA6ANhpMl9Uif { width:7.5rem;height:1.3125rem;top:78.375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaWe7E3VgCk7Ztenh6nML5qs7e6Uf3gB { width:20rem;height:1.5rem;top:23.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q44QH9Zp3fx9X6ynH7RF7K8KGp3R7OKd { width:10.5rem;height:1.3125rem;top:25.25rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1HKD08RHpzqVsCz61458ZkSaBiImWxn { width:7.5rem;height:1.3125rem;top:89rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foCk0C9HCScRGEo3uNPlKZXmODa4ZzLc { width:14.0625rem;height:1.5rem;top:18.375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCmzVFDpca3Cai3u6gsHtbq4T7pfha2V { width:10.5rem;height:1.3125rem;top:19.875rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MeJrhd6MgcOW8F4o6CSfeEN9erOxF8NT { width:7.5rem;height:1.3125rem;top:83.6875rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6u2zmlwfUre7pO5p2n3Eoig54hTfI4T { width:20rem;height:1.5rem;top:56.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e32tMUaBzmlTmeR79nPXmbN7WKxCdtgX { width:10.5rem;height:1.3125rem;top:60.25rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBCOthPiudye5lkdpsVaL90DZJtfMKvF { width:2.375rem;height:1.3125rem;top:60.875rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT9OqGtNmskPFS0fUnFHNAlATbgiCV0J { width:20rem;height:1.5rem;top:50.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9dTVXMdXaHuVTfhR0H8hgMngtr6OOg { width:10.5rem;height:1.3125rem;top:52.4375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDwZMQUTf206T32IxxicaxZbTP0He2fK { width:7.5rem;height:1.3125rem;top:115.5625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJOOTE13yDpMdAKohtbEKApyTVb6duXw { width:20rem;height:1.5rem;top:45.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxfXDi9VZUFt2aIq4ykTWdm27I9X7muO { width:17.1875rem;height:1.3125rem;top:46.9375rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMcVdkMwnJ04ANKJ7QuRfvZbf5siRN80 { width:11.4375rem;height:1.3125rem;top:110.25rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQztz7bFLNxSukVTKffR4yhouS1wdFEq { width:20rem;height:1.5rem;top:40.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTHF1XT1MTr38y2sreaJqHA3TGP8dCdd { width:11.25rem;height:1.3125rem;top:41.6875rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOfgPcwRGIrAyk07MXwNnPIzTomSih5F { width:7.5rem;height:1.3125rem;top:104.9375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X51FXQkA61zKQucLMskpwRo4Gvmruefn { width:20rem;height:1.5rem;top:8.6123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDtB9RTiEVoOdsyKt3beQzPKIwivUkQE { width:5.9375rem;height:1.3125rem;top:58.9375rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiBvTm3vTVeKkELdTM4MKxE1JZbaI1xt { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGS96BzofBRcz2CUr2FemMZoHOyhFWNt { width:19.4375rem;height:3.9375rem;top:3.79980625rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdR95sW64V12PxoP6DRivwURADfAWth9 { width:12.5625rem;height:4.4375rem;top:66rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIrx1Szdq5wrUKkQBxKDA2R8ektH1fIg { display:block; }
 }@media only screen and (max-width: 763px) { #INd9tC4Xu32JT15MT1aJ49KIizf227Lz { width:7.5rem;height:1.3125rem;top:94.25rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHcxHDTHM9ccIGRS4NCBrJC0cKd92ClP { width:7.5rem;height:1.3125rem;top:99.5625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImU1e6Z52wWmPsx26rgKA67BOTs8Q4T { width:11.8125rem;height:1.3125rem;top:30.6875rem;left:4.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyRT8MgBQvfTv46CK9WiV5PnuKDoV7qo { width:10.5rem;height:1.3125rem;top:36.0625rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGmfloeb0F9XK5HJVDSeI5Rc5Xr9Uqrw { width:20rem;height:1.5rem;top:29.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLytL2m8QXxlw2MmQieWTSC6xSemz7op { width:20rem;height:1.5rem;top:34.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTQTUvQRzNyCuHZMmXXAqgTKR0RMGlAV { width:18.9375rem;height:3.9375rem;top:77.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UorLqlyDXqNVVKTqpSI6vL8g6XU4N4ig { width:18.9375rem;height:3.9375rem;top:82.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QbppC4B3VTSWqTOClL6gWTEJRnbZg { width:18.9375rem;height:3.9375rem;top:87.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcdbCoyDLuZ8NJOdOGsFcxBs3PrZQqx { width:18.9375rem;height:3.9375rem;top:93rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8BABwRUFCvmI5dP5aPBFGmktAs1A7p { width:18.9375rem;height:3.9375rem;top:98.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnnO57uzOy7CvtMDAwHDDR1FT9XaI4zQ { width:18.9375rem;height:3.9375rem;top:103.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiAEq7K9VEn9nZLvfcakH2CuoMoUWUfB { width:18.9375rem;height:3.9375rem;top:108.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE5KI4cX7FGkeeEAqT8xLB0UVodqTw6h { width:18.9375rem;height:3.9375rem;top:114.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa9gphqCc3sxpE53VUTVERouT7nMkLTv { width:18.9375rem;height:3.9375rem;top:119.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzVvcepr1ocES7JC9H8ko03PcTgdFn1E { width:20rem;height:2.625rem;top:71.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXg0xKfat9D56fotU78ps00fM2yQ3Dnz { width:20rem;height:4.4375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v33CCxgvooBAx8etvOLuNWOhvRqmR7Ax { width:20rem;height:4.4375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H50xav30xnzUJvnLkd55xqfp1h8Tr9oM { width:20rem;height:4.4375rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7EPsqZGllO0GqPZJ9trBG1Sg9mBzuwE { width:20rem;height:4.4375rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q72AH9oJoFesdEotRZGE7mhlcLaEtd9y { width:20rem;height:4.4375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVT4R2yh9K27JgJmNbncMZKqMgL9kzTC { width:20rem;height:4.4375rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEZ6vpu2hTzJNXpC6Zvt4CTP3Va8nQU { width:20rem;height:4.4375rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvtT0hIuokXMyTTKXNs5SN4t87ewoO1l { width:20rem;height:4.4375rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdFXs2ny3d3wlrhqRDCPSQMQQyuZVlD3 { width:20rem;height:7.1875rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUnvLT5n4HME3RyCytp7fSa1qcHtyznQ { width:7.8125rem;height:1.3125rem;top:58.9375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container { background-color: transparent; background-image: none; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container > .video-iframe-container { display: none; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row > .video-iframe-container { display: none; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .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); }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container { border-width: 0; border-radius: 0; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EV2ryKn0EPzOqiBXxlEqUbi1C60JWy5w > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDKgepa0msBd5gMsiJarqBPJRvHeTOI1 { width:20rem;height:1.29980625rem;top:2.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuVJmSMzDXnWflQcebfxdTKPEfhiPWdH { width:20rem;height:5.25rem;top:4.73730625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkhASk520yZxcOVn54HdL9XGPxprXGyn { display:block; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn { background-color: transparent; background-image: none; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row .container > .video-iframe-container { display: none; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row > .video-iframe-container { display: none; }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .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); }#CkhASk520yZxcOVn54HdL9XGPxprXGyn > .row .container { width:20rem;height:85rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3TZtdTTm2TNgihu4T0I6k5apBg7KUTq { width:20rem;height:12.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJkoHUbdVsDUEaRZ1V6icBcVrWkGlxN { width:15.75rem;height:16.25rem;top:13.40625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wANrrUyKRrTol4tbJE6svJNZhZigDS2w { width:13.1875rem;height:6.5625rem;top:21.8125rem;left:3.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWA2kmPR5I4Ovoa001mL0kZEasZ0hPng { width:12.125rem;height:3rem;top:18.0625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyyvKcbnhe0CGT27JDqdlvqB3LckglXK { width:10.9375rem;height:3rem;top:73.625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u95DTD8gkTPWpyAWvsVrUEI7ZR51aQk2 { width:13.1875rem;height:3.9375rem;top:77.25rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRKetdqk71k0zrKP7RMaSsPd5rb4ouBu { width:11.125rem;height:3rem;top:36.1875rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ0347CgNZk7Cyey32thodNbOz6qlDaJ { width:13.1875rem;height:6.5625rem;top:39.875rem;left:3.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngLSBTFc56uH3u1GdiSPd7oriJxyLpge { width:13.3125rem;height:3rem;top:54.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLxqFveZv9VFtxixHwkFfMbOLyihUiKT { width:13.1875rem;height:6.5625rem;top:58.5rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmKoplpx9VfsMdMcT9oJnKrPOTgWLbpE { width:3.625rem;height:3.625rem;top:14.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvkcbGo0yJTGyqp9NlEBg1rDN0XnkIHI { width:3.625rem;height:3.625rem;top:32.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWfxM2uTR7OeTCpKIdLC4GZIQ4Zfy95P { width:3.625rem;height:3.625rem;top:50.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWJ7E2757R1uGJM0Crwop5s6z8rIype7 { width:3.625rem;height:3.625rem;top:69.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfdMKXZ5NFJ6lR9P53D0O8UohStmaz01 { width:17rem;height:19.3125rem;top:133rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJrehSlUFN3Kai3pTwGyx8NEWZp2rVhD { width:17rem;height:19.3125rem;top:153.625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsUHOslFNekTdnUt6TC5NZJGPTfgT1dF { width:17rem;height:19.3125rem;top:174.1875rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSoUtVDcS3qIlRVtG6V44o5lvazAB4eZ { width:15.75rem;height:16.875rem;top:31.15625rem;left:2.125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #epQHFgWrdXfTPlbFBVIIhTVDusTBFDTT { width:15.75rem;height:17.1875rem;top:49.5625rem;left:2.125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Bh9eioc3LvWA9on0y1MtobstqI6Nsbnr { width:15.75rem;height:14.6875rem;top:68.3125rem;left:2.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #SpBocszXZoE8PLkygqnsOFfaqsSmiXVm { display:block; }#SpBocszXZoE8PLkygqnsOFfaqsSmiXVm > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfT8hdeIvcCCvUlNfozTntJn1no7zVSk { width:16.1875rem;height:5.0625rem;top:2.625rem;left:1.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMEcL8bD4E644eJygLmghc52hpgPATRE { width:16.3125rem;height:10.5rem;top:8.9375rem;left:1.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsFe4K8cd3tNyp6dV5aSamuLHOQth6GO { width:18.625rem;height:11.3125rem;top:21.375rem;left:0.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mh9hqHGez38ukNC9Xc4OLcoI0riV2rTO { width:20rem;height:79rem;top:0.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.preview.rotate_270.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Mh9hqHGez38ukNC9Xc4OLcoI0riV2rTO.adaptive-delivery-prevent-bg, #Mh9hqHGez38ukNC9Xc4OLcoI0riV2rTO.lazyload, #Mh9hqHGez38ukNC9Xc4OLcoI0riV2rTO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xurucyyngoyfiaHGHUSAQZrs5T62wcw1 { width:20rem;height:21.5625rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container { background-color: transparent; background-image: none; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container > .video-iframe-container { display: none; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row > .video-iframe-container { display: none; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .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); }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container { border-width: 0; border-radius: 0; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9MOZDtcoM5qJfiGw4QXd8tGc3Nen9wA > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBKJnIn4uAJHfGQd0ZCTmNpnLkNZVmee { width:17.875rem;height:19.6875rem;top:6.8125rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7ocbxP1a95u4bs7lM0VOb9BcqDVd4IO { width:10rem;height:2.4375rem;top:3rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neuFZ5PQwu0vSbAuc42Hld7UwBt476JK { height:9.25rem;width:16.8125rem;top:30.34375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZAntrSEm4S6VKquxDQlLl96iHAt9lgy { width:19.875rem;height:12.4375rem;top:28.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo2L38LBX8hzRpLtd4easer9y4eE7mkE { display:flex;width:2rem;height:2rem;top:27.75rem;left:16.625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #dZfEC5EiK1hs9xpdzltoPkEP5aIv4UOZ { width:15.625rem;height:0.0625rem;top:28.71875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi { background-color:rgba(0,0,0,0);background-image:none;display:block; }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row .container { background-color: transparent; background-image: none; }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row .container > .video-iframe-container { display: none; }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row > .video-iframe-container { display: none; }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .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); }#ws9KQNQngqPTegSD6IK9dwJaIOl3PrCi > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrlJLGMMKN423tV717oPKWX6ZTcKZaCx { width:14.5rem;height:1.5rem;top:10.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTHf04fIDkhbPAow6ACzqG61sZXrmMC { width:6.875rem;height:2.4375rem;top:14.25rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crVofniUV9hZeXxdtU4KGa2uMtWRFoWz { width:20rem;height:1.5rem;top:26.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqVlXuaXQWD1bqcKOywriwuA43A1DdWD { width:14.0625rem;height:1.5rem;top:19.125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSt1GK4lhgbL8QFyo8kMSTTsT7Tv9cQP { width:20rem;height:1.5rem;top:70.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mftzc2GTzm61nDJHBKOR7aTm78zAbIGi { width:10.5rem;height:1.3125rem;top:74.25rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGI74Hi6iJcxtQJ21fNArVwwKF5xRkPI { width:2.375rem;height:1.3125rem;top:74.25rem;left:13.125rem;font-size:0.875rem;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #l9Th06ykJyKHbS1paOr4OPPUv2kbvMks { width:20rem;height:1.5rem;top:64rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTlxf5WRt9VNEFvPdA31G9OTw2ZQAOkD { width:20rem;height:1.5rem;top:56rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDQB3WG5n43qgMJaNno8OBUoCfbiaIyQ { width:20rem;height:1.5rem;top:48.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGZzpMbuL4PfkGG2cNHA5aaTqlcCh8hg { width:5.9375rem;height:1.3125rem;top:72.9375rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #OlB2sNqT9r2QNB9oR5QkLlwxq07ivVVu { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5wTfuRbxgELT8C0BxsMInna74y4u1dC { width:19.4375rem;height:3.9375rem;top:3.79980625rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWUz8rwN2a6HSn5WNNwzi9opafCB759z { width:16.375rem;height:3.1875rem;top:79.625rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyuxu0WkXmZWc5XvU5TGM5SW3C0dk1rc { display:block; }
 }@media only screen and (max-width: 763px) { #BqqLISagGcR7lV5tdaMIy6TlaExxCMEx { width:20rem;height:1.5rem;top:33.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iy6ofJJ8d120hKf8UlrMyXQitwHOq23V { width:20rem;height:1.5rem;top:40.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpaTPxrylkNi1gVsIOexvqklrdxOwmUw { width:17.25rem;height:2.4375rem;top:83.75rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biOmETH4QsTXbzcymEkK1Tb9cLoz4oug { width:20rem;height:6.8125rem;top:70.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#biOmETH4QsTXbzcymEkK1Tb9cLoz4oug.adaptive-delivery-prevent-bg, #biOmETH4QsTXbzcymEkK1Tb9cLoz4oug.lazyload, #biOmETH4QsTXbzcymEkK1Tb9cLoz4oug.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Sn8r1wnXUvMgLQKz5fSBiUJVWfLRqGlm { width:7.8125rem;height:1.3125rem;top:72.9375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #Umye367FSHxqONwirrGwg8B7ql2gTzPX { width:5.9375rem;height:1.3125rem;top:12.75rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #sV8AOskVDo6q8pWxEX9e32qHIKH4y4Bq { width:20rem;height:7.75rem;top:9.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sV8AOskVDo6q8pWxEX9e32qHIKH4y4Bq.adaptive-delivery-prevent-bg, #sV8AOskVDo6q8pWxEX9e32qHIKH4y4Bq.lazyload, #sV8AOskVDo6q8pWxEX9e32qHIKH4y4Bq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P2TJnDQH6kgfO2CN5AAVgF53XWrq1O3S { width:7.8125rem;height:1.3125rem;top:12.75rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #TU0OLInglGgVFPp8b2hypSlqTf8Sqs5q { width:6.1875rem;height:1.21875rem;top:14.25rem;left:11.25rem;font-size:0.8125rem;color:#fdfdfd;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCIw5BiVW0TXg3L1xhVnseyUqbtKZmv5 { width:6.875rem;height:1.21875rem;top:22.3125rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXc85Kau3KeIh8MwD7O3n3gsUq3DlUWM { width:20rem;height:6.0625rem;top:18.3125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eXc85Kau3KeIh8MwD7O3n3gsUq3DlUWM.adaptive-delivery-prevent-bg, #eXc85Kau3KeIh8MwD7O3n3gsUq3DlUWM.lazyload, #eXc85Kau3KeIh8MwD7O3n3gsUq3DlUWM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qGeFhaiqvirb67FT4Nu8b8164RTTH163 { width:7.8125rem;height:1.3125rem;top:21rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #iU8KyffXpnkdUIRgVWbQRPtSD4ggSu6t { width:6.1875rem;height:1.21875rem;top:22.3125rem;left:11.25rem;font-size:0.8125rem;color:#fdfdfd;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khcNOUp5mGp2L290MD1ivl8c8LHF1Qg8 { width:5.9375rem;height:1.3125rem;top:21rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #LTS9uvvP698XnHnGEuXMo7ENm7Xd0saL { width:10.5rem;height:1.21875rem;top:29.25rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOWxlggUJy1kHqy6NgsgWbeJTMIewQWP { width:20rem;height:6.3125rem;top:25.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qOWxlggUJy1kHqy6NgsgWbeJTMIewQWP.adaptive-delivery-prevent-bg, #qOWxlggUJy1kHqy6NgsgWbeJTMIewQWP.lazyload, #qOWxlggUJy1kHqy6NgsgWbeJTMIewQWP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BeBSnOCbo9TEWt38oF7fTaqofEwfk0V7 { width:2.375rem;height:1.21875rem;top:29.25rem;left:13.125rem;font-size:0.8125rem;color:#fdfdfd;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkAxG98iVG0EBBiEL6UiyOzkdpB6TBFs { width:5.9375rem;height:1.3125rem;top:27.9375rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #kVW9IROHc7PSxILgn43gErlMr81DHxi9 { width:7.8125rem;height:1.3125rem;top:27.9375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #mwDheQLNKPi5bxen3ZHnIfq9kUmPaJ5w { width:20rem;height:6.8125rem;top:32.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mwDheQLNKPi5bxen3ZHnIfq9kUmPaJ5w.adaptive-delivery-prevent-bg, #mwDheQLNKPi5bxen3ZHnIfq9kUmPaJ5w.lazyload, #mwDheQLNKPi5bxen3ZHnIfq9kUmPaJ5w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TCIy1McQMTzvEG4bXclTXlTwOHkTpDWt { width:10.5rem;height:1.21875rem;top:36.3125rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTewuzXmUslyuFTnusIVRRdbTVGnTGsB { width:5.9375rem;height:1.3125rem;top:35rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #zZz3qO8F9HSFuHuvtrVxlJzofbhNpuuC { width:7.8125rem;height:1.3125rem;top:35rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #DQPWIw7pKiFTxfIZeSC9WFmHsgTIZ0Tc { width:4.0625rem;height:1.3125rem;top:36.25rem;left:12.3125rem;font-size:0.875rem;color:#fdfdfd;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeMLFD1hNUHTowRdzU0xwKSEGEqTtdfG { width:20rem;height:7rem;top:39.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BeMLFD1hNUHTowRdzU0xwKSEGEqTtdfG.adaptive-delivery-prevent-bg, #BeMLFD1hNUHTowRdzU0xwKSEGEqTtdfG.lazyload, #BeMLFD1hNUHTowRdzU0xwKSEGEqTtdfG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GVEZXLOTGoBr6pQorEc5spAi9fPfcARl { width:6.875rem;height:1.21875rem;top:44.0625rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnQmWkmdpOPe9VoUTGO3HdDsiy6q7JPM { width:6.1875rem;height:1.3125rem;top:44.0625rem;left:11.25rem;font-size:0.875rem;color:#fdfdfd;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gs0HCfvS3S66iLHqTvluvRsCD4X9ZRmR { width:7.8125rem;height:1.3125rem;top:42.625rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #WI0JsAmo73xzCZE4uH6H6wBDGSPug4iE { width:5.9375rem;height:1.3125rem;top:42.625rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #kUtHa3mtu9kZkhiVHPGHqVbGSBWQHS4o { width:20rem;height:6.8125rem;top:47.3125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#kUtHa3mtu9kZkhiVHPGHqVbGSBWQHS4o.adaptive-delivery-prevent-bg, #kUtHa3mtu9kZkhiVHPGHqVbGSBWQHS4o.lazyload, #kUtHa3mtu9kZkhiVHPGHqVbGSBWQHS4o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CAkGiesIbnbHHymy8xl3mT0J8kT59ETC { width:10.5rem;height:1.21875rem;top:51.4375rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0b0PC0BmsyPK6ksbEr7AesAI4vtqnoi { width:3.625rem;height:1.21875rem;top:51.4375rem;left:12.5rem;font-size:0.8125rem;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #s87JrUsNNJQzr56xENLGQUm4mwy4r6tG { width:5.9375rem;height:1.3125rem;top:50.125rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #HHsTEzSZWmKsP4mtVeVmussywTT0TyEK { width:7.8125rem;height:1.3125rem;top:50.125rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #oyyFFobWOxWAPtW1PWv5Zixtgpv8KT5h { width:7.9375rem;height:2.4375rem;top:59.1875rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nD2faUyXnc8v1XxUbTgy4TNJRTes4sPs { width:20rem;height:7.75rem;top:54.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nD2faUyXnc8v1XxUbTgy4TNJRTes4sPs.adaptive-delivery-prevent-bg, #nD2faUyXnc8v1XxUbTgy4TNJRTes4sPs.lazyload, #nD2faUyXnc8v1XxUbTgy4TNJRTes4sPs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yUtKbJmgQT22G38xwTRWRSMHzGl67yMc { width:7.8125rem;height:1.3125rem;top:57.625rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #AM2I6dwOhcg5IFV9l7nRPoioKSTWTZaU { width:6.1875rem;height:2.4375rem;top:59.1875rem;left:11.25rem;font-size:0.8125rem;color:#fdfdfd;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyU6io72AFRO9bheonv2z0dcUE18xA1L { width:5.9375rem;height:1.3125rem;top:57.625rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #KumVTwAHvGEpWvqdOsuKoi7sGkSGzxot { width:20rem;height:6.0625rem;top:63.3125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KumVTwAHvGEpWvqdOsuKoi7sGkSGzxot.adaptive-delivery-prevent-bg, #KumVTwAHvGEpWvqdOsuKoi7sGkSGzxot.lazyload, #KumVTwAHvGEpWvqdOsuKoi7sGkSGzxot.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h8PPRhRF6RRZ123tR23cHvxnlX2hbrZO { width:7.8125rem;height:1.3125rem;top:65.75rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #xnfHqhMATekmWNcAW49tZhBfh6n41Tdc { width:5.9375rem;height:1.3125rem;top:65.75rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #Rrxfvaq3UPZbkQbmEPe7kOcBb9ObUeXr { width:6.875rem;height:1.21875rem;top:67.3125rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ttm0pKCWdznBdT94gkOsXQVxfITVIXZz { width:6.1875rem;height:1.21875rem;top:67.3125rem;left:11.25rem;font-size:0.8125rem;color:#fdfdfd;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvqOuw5vWF2d65556A9CdekhHTLGdGga { width:8.25rem;height:3.1875rem;top:72.5625rem;left:2rem;z-index:15014;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid rgba(253,253,253,0.6);border-left:0.0625rem solid rgba(253,253,253,0.6);border-right:0.0625rem solid rgba(253,253,253,0.6);border-bottom:0.0625rem solid rgba(253,253,253,0.6);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #drwLQx09PqQlyVPNlWIayTS1nSpV9WKp { width:8.25rem;height:3.1875rem;top:65.5rem;left:1.9375rem;z-index:15015;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid rgba(253,253,253,0.6);border-left:0.0625rem solid rgba(253,253,253,0.6);border-right:0.0625rem solid rgba(253,253,253,0.6);border-bottom:0.0625rem solid rgba(253,253,253,0.6);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T5VCfi9Di2LVsbUErtAIxHsCes7SQzt4 { width:9.0625rem;height:4.375rem;top:57.5rem;left:1.75rem;z-index:15016;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid rgba(253,253,253,0.6);border-left:0.0625rem solid rgba(253,253,253,0.6);border-right:0.0625rem solid rgba(253,253,253,0.6);border-bottom:0.0625rem solid rgba(253,253,253,0.6);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9O4JWDNFmfI13i8nPklkmFh6S8nsDm { width:9.8125rem;height:2.9375rem;top:50rem;left:1.21875rem;z-index:15017;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid rgba(253,253,253,0.6);border-left:0.0625rem solid rgba(253,253,253,0.6);border-right:0.0625rem solid rgba(253,253,253,0.6);border-bottom:0.0625rem solid rgba(253,253,253,0.6);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #niCJwl0hmNWBQbWryh19c6vo7D3aXsA1 { width:8.5rem;height:3rem;top:42.4375rem;left:1.84375rem;z-index:15018;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid rgba(253,253,253,0.6);border-left:0.0625rem solid rgba(253,253,253,0.6);border-right:0.0625rem solid rgba(253,253,253,0.6);border-bottom:0.0625rem solid rgba(253,253,253,0.6);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZACUmuMaQEpwviTUaxoG6bT5z0MpgkGz { width:8.5rem;height:2.9375rem;top:34.75rem;left:1.9375rem;z-index:15019;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid rgba(253,253,253,0.6);border-left:0.0625rem solid rgba(253,253,253,0.6);border-right:0.0625rem solid rgba(253,253,253,0.6);border-bottom:0.0625rem solid rgba(253,253,253,0.6);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RXnEitwcp9qWWJRnGkz8NwlmwqEaPaun { width:8.5rem;height:2.9375rem;top:27.75rem;left:1.875rem;z-index:15020;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid rgba(253,253,253,0.6);border-left:0.0625rem solid rgba(253,253,253,0.6);border-right:0.0625rem solid rgba(253,253,253,0.6);border-bottom:0.0625rem solid rgba(253,253,253,0.6);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lBvuIGTndQUfB6uB2bKCHto22aZ8fR11 { width:8.5rem;height:2.9375rem;top:20.75rem;left:1.875rem;z-index:15021;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid rgba(253,253,253,0.6);border-left:0.0625rem solid rgba(253,253,253,0.6);border-right:0.0625rem solid rgba(253,253,253,0.6);border-bottom:0.0625rem solid rgba(253,253,253,0.6);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #emalK84ffOu8bW6B604CXyBWaUbTBqJu { width:8.5rem;height:4.3125rem;top:12.625rem;left:1.625rem;z-index:15022;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid rgba(253,253,253,0.6);border-left:0.0625rem solid rgba(253,253,253,0.6);border-right:0.0625rem solid rgba(253,253,253,0.6);border-bottom:0.0625rem solid rgba(253,253,253,0.6);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rxVPGha43UfXzEiwSTVkgyMQatswdNwk { display:none; }#rxVPGha43UfXzEiwSTVkgyMQatswdNwk > .row .container { width:20rem;height:146.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bOEAddeX2K9vtGBdH0Hm52ktXnKMt25V { width:18.9375rem;height:2.923825rem;top:2.3125rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wev1g3Q1pnsqJFVaMbJ4T8181Z3D8Fce { width:20rem;height:10.5rem;top:5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;line-height:1.5;overflow:hidden;height:auto;font-weight:700;font-style:normal; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto;line-height:1.5; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-container:first-of-type{padding-top:0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .widget-container:last-of-type{padding-bottom:0;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0  { width:17.5rem;height:auto;top:16.75rem;left:0rem; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 {display:block;}#SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 { width:17.5rem;height:auto;top:16.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #fXyCiGKyZ0s2vmT6zuT5aEeE3dJHhCS1 {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #sGreRppfDXE5LNJ9Zzxk9w2a3FRKvLlM {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #ky7eOQunzz5y21NFf7mgCgrCNM8kFFSp {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #otB4zfFDZmbD4ffaTzPX0IFJTOyTJmZa {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #lh4aN4BkApqTBufuLw6nN7cFBBCnU6oE {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #cQ9akhCq1Cm5qdsmJzhUsIw0IPTMbuT1 {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #Tlqt1iZ8cAKZQumgtktKelGFRsyfC7QF {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #te1OQ049d6ukrRA5dSEFqg1xyu1nOrX4 {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #Q5WC6T0t3TD8ZVwIsr5gMRtvov4QCPPT {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #JUBChZFQTs0I680sRBl6gmqeg0y6yW1O {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #Jai8omcE6Z82fEJDXnvTnImAhHrAzXue {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #NNRlqnperwCMNr2Kx9bd7QpCgEShDDg8 {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #VyeiF4OFwwpFZ7kHS8pCfLJaoQdxwyBT {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #S8xLTsJuMBTafJAx5p8uUwCFkG36REtZ {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #JPcccyAdwcTqkST7d9zO4gLSJuiM4tsa {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #JbMMRlIqhNU6Gn6EhCkL6rnzStvscAzH {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #ndTthcgHkSGn1su42T7MLFBPoERd4Fqz {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #TugqAVK4PnFrtiGlUVrxrxu5VIsZhNTW {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #LBm5RzwcTEnrO4MmrpQub6JxL5OnTX4O {  }
 }@media only screen and (max-width: 763px) { #SDk741Di08tsSdfhZdlFJLIUp5qQqgJ0 #lTopfpUFxEiyOuSQNqVx3HbTHcZy6pMb {  }
 }@media only screen and (max-width: 763px) { #pOTIdST7XFK3NJH9knMOUMUOIKVaKUDv { width:20rem;height:30.875rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgeLwKGpItJNNcSLWsUpK2BmluQU916F { width:20rem;height:58rem;top:87.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { display:block; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { background-color: transparent; background-image: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container > .video-iframe-container { display: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row > .video-iframe-container { display: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .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); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container { width:20rem;height:3.8125rem;background-color:#fdfdfd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9e9fbfb1dcaa6c65e5f36441850bd7f { width:20rem;height:1.0556625rem;top:1.37890625rem;left:0rem;font-size:0.8125rem;display:block; }
 }